/*test*/
ul.red {
    list-style: none; /* Remove default bullets */
}
  
ul.red li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: 1em; /* Also needed for space (tweak if needed) */
}

.btn.red_btn.download_patient {
	line-height: 28px;
	font-style: italic;
	padding-left: 75px;
	border-radius: 41px;
	background-image: url(../images/white-downlaod.png);
	background-repeat: no-repeat;
	background-size: 33px;
	background-position: center left 30px;
    margin: 70px 0;
}
.fixedClass {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.real-world-data .pk_profile h3 {
    color: #0E7286;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.hospital_icon img {
    max-width: 90px;
}

.hospital_icon {
    float: left;
    width: 100px;
}

.Hospital_avoidance {
    width: 100%;
}

.hospital-content {
    float: left;
    margin-left: 17px;
    max-width: 85%;
}

.hospital-content h3 {
    color: #0E7286;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 12px;
}

.Hospital_avoidance {
    display: flex;
    margin-top: 76px !important;
    max-width: 96%;
    margin: auto;
}

.Hospital_avoidance:last-child {
    margin-bottom: 6px;
}

.hospital-content li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.hospital-content li:last-child {
    margin-bottom: 0;
}

.single-dose-administration .inner_banner_content h1 {
    max-width: 860px;
}

.Dosing-and-administration-content h3 {
    color: #98638A;
    font-size: 30px;
    font-style: italic;
    margin-bottom: 41px;
}

.Dosing-and-administration-content {
    margin-top: 55px;
}

.Dosing-and-administration-content li {
    margin-bottom: 15px;
}

.Dosing-and-administration-image{
    text-align: center;
}
.Dosing-and-administration-image img {
    max-width: 201px;
    width: 100%;
}

.Dosing_adjustments-section {
    background-image: url(../images/green-gradient-background.jpg);
    background-size: cover;
    padding: 32px 0;
}
.Dosing.adjustments {
    color: #fff;
    min-height: 265px;
    padding: 60px 0;
}

.adjustments h3{
    font-weight: bold;
    margin-bottom: 15px;
}
div:last-child.col-sm-4 .adjustments p {
    max-width: 298px;
    margin:auto;
}
.mid-cstom {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}


.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.d-flex li{
    padding: 0 50px;
}
.subnavigation ul {
    background: #0E7286;
    padding: 15px 0;
}

.subnavigation a {
    font-size: 16px;
    font-weight: bold;
    color: #9099A3;
}

.subnavigation .active a {
    color: #FFFFFF;
}

.Reimbursement {
    display: flex;
    margin-bottom: 10px;
}

.Reimbursement a.btn{
    background-image: url('../images/download-icon-red.svg') ;
    background-repeat: no-repeat;
    padding-left: 55px;
    background-position: left 15px center;    
    background-size: 29px;
}

.Reimbursement a.btn:hover{
    background-image: url('../images/download-icon-hover.svg');
}




.privary-bnfits h3 {
    color: #98638A;
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    max-width: 964px;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
    margin-top: 55px;
    margin-bottom: 40px;
}

.options-7 {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    text-align: center;
    justify-content: center;
}

.options-7 .Benefit-verification {
    flex: 25%;
    max-width: 25%;
    margin-top: 10px;
}

.Benefit-verification img {
    width: 128px;
}

.healthcare-mt {
    margin-top: 103px;
}

.Benefit-verification h3 {
    color: #333639;
    font-size: 24px;
    margin-top: 8px !important;
    font-weight: normal;
    line-height: 34px;
    max-width: 230px;
    margin: auto;
}

.download-button img {
    width: 322px;
    margin-top: 82px;
}

.subnavigation {
    padding: 0 15px;
    clear: both;
    background: #0E7286;
}

.the-following p {
    max-width: 1100px;
    color: #333639;
    font-size: 20px;
}
#copay-benfit-design .privary-bnfits1 h3{    color: #333639;
    font-size: 20px;font-weight: normal;}
.coding-system-table-1 {
    margin: 52px 0 22px 0;
}

.privary-bnfits1 h3 {
    color: #0E7286;
    font-size: 24px;
    font-weight: 500;
    max-width: 964px;
    margin: 0 auto;
    text-align: center;
    margin-top: 64px;
    margin-bottom: 33px;
}

.Resources_and_Support .ref_outer {
    margin-bottom: 0;
}

.the-following1 {
    margin-top: 81px;
    clear: both;
}
.the-following1.cstom p {
    max-width: 1100px;
    width: 100%;
}

.coding-system-table-3 img {
    margin: auto;
    max-width: 800px;
    width: 100%;
    margin-top: 42px;
    margin-bottom: 61px;
}

.the-following3 {
    margin-bottom: 46px;
}

.light-gray {
    background-image: url(../images/green-gradient.jpg);
    background-size: cover;
    padding: 60px 0;
    margin-top: 67px; 
}

.information-about h4 {
    color: white;
    font-size: 32px;
    margin-top: 22px;
    text-align: center;
    font-weight: 300;
}

#jCodeModal .modal-content {
    background-image: url("/wp-content/themes/Kimyrsa/images/KIMYRSA-popup-bkg3.png") !important;
    background-size: contain;
    height: 315px;
    background-repeat: no-repeat;
    background-size: cover;
}
    .jCodeModalP {
        color: white;
        left: 50%;
        width: 50%;
        position: relative;
        line-height: 150%;
    }

.information-about h3 {
    font-size: 33px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}

.content-provide p {
    font-size: 20px;
    max-width: 849px;
    margin: auto;
}

.content-provide {
    background: #E7EBF3;
    padding: 23px;
    color: #0E7286;
    text-align: center;
    max-width: 964px;
    margin: auto;
    clear: both;
}

.order_kimyrsa {
    padding-top: 70px;
}

.order-sheet-download {
    margin-top: -25px;
    text-align: center;
}

.order-bottom-cta h2 {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}


/********************************************/

.pt-40 {
    padding-top: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ref_outer.solo_page {
    margin-bottom: 0;
}

h2.cstm-lesion {
    color: #AC6D9B;
    padding-top: 75px;
    padding-bottom: 45px;
}

.tab-menu {
    clear: both;
    background: #0E7286;
    position: relative;
}

.tab-menu ul.nav-tabs {
    text-align: center;
    border: none;
}

.tab-menu ul.nav-tabs>li {
    float: none;
    display: inline-block;
    position: relative;
}

.tab-menu ul.nav-tabs>li a {
    color: #E7EBF3;
    border: none !important;
    padding: 13px 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 !important;
}

.tab-menu ul.nav-tabs>li a:hover,
.tab-menu ul.nav-tabs>li a:focus {
    background: transparent;
    border: none;
    color: #fff;
    opacity: 1 !important;
}
.subnavigation a:hover{color: #fff;}
.tab-menu ul.nav-tabs>li.active {
    margin-bottom: 0;
}

.tab-menu ul.nav-tabs>li.active a {
    background: transparent;
    border: none;
    color: #ffffff;
    position: relative;
}
.information-about h4 small {
	color: #fff;
	 font-variant: small-caps;
}
.tab-menu ul.nav-tabs>li.active a:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 12px solid #0e7286;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
}

.custom_heading.pk_profile h3 {
    font-size: 28px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#safety-data .custom_heading h3,
#solo-study-result .custom_heading h3 {
    max-width: 900px;
}

.pk_profile.custom_heading {
    margin-left: -15px;
    margin-right: -15px;
}

.cs-primary-endpoint {
    margin-top: 30px;
    text-align: left;
}

.cs-primary-endpoint img {
    max-width: 1020px;
    width: 100%;
    margin-bottom: 42px;
}

#solo-study-result .cs-primary-endpoint img {
    max-width: 100%;
}

.foot_note {
    max-width: 1100px;
    width: 100%;
}

h2.custom-demostrated {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
}

.safety-population {
    text-align: left;
    padding: 75px 0 0;
}

.safety-population li {
    padding: 0 0 10px 20px;
    font-size: 20px;
    line-height: 24px;
    color: #515B62;
    position: relative;
}

.safety-population li:before {
    content: "";
    position: absolute;
    background: #EC1C27;
    height: 6px;
    width: 6px;
    top: 9px;
    left: 0;
    border-radius: 50%;
}

#safety-data .bottom_cta,
#solo-study-result .bottom_cta {
    margin-left: -15px;
    margin-right: -15px;
}

#safety-data .bottom_cta h2,
#solo-study-result .bottom_cta h2 {
    padding: 0 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#safety-data .pk_profile.custom_heading {
    margin-bottom: 0;
}

#safety-data .cs-primary-endpoint img {
    max-width: 100%;
}

#safety-data .foot_note {
    max-width: 880px;
}

.page-id-32 .pk_profile h3{
    font-size: 28px;
    line-height: 36px;
    max-width: 100%;
}
.page-id-34 .inner_banner_content h1{
    max-width: 100%;
}
.Dosing-and-administration-content ul.bullet_list {
    max-width: 800px;
}
.page-id-57 .tab-menu ul.nav-tabs>li a{
    opacity: 0.5;
}
.page-id-57 .tab-menu ul.nav-tabs>li.active a{
    opacity: 1;
}
.page-id-57  .oritavancin_demonstrated h2.custom-demostrated{
    max-width: 708px;
}
.bactericidal_action_outer .tag_title {
	text-align: center;
}
.common_outer.oritavancin_demonstrated.remove_bg h2 {
	color: #AC6D9B;
}
.common_outer.oritavancin_demonstrated.remove_bg .foot_note p{
    color: #515B62;
}

.common_outer.pk_population.alternate_bg h2 {
	color: #AC6D9B;
}
.common_outer.pk_population.alternate_bg .foot_note p{
    color: #515B62;
}
/********************************************/
@media screen and (min-width:1200px) {
.page-id-57 .tab-menu ul.nav-tabs>li {
    padding-right: 75px;
}
.page-id-57 .tab-menu ul.nav-tabs>li :last-of-type{
   padding-right: 0;
}

}
/********************************************/
@media(max-width: 992px) {

    #jCodeModal {
        z-index: 10000;
        margin-top: 25px !important;
    }

    .Dosing.adjustments{
        min-height: 315px;
    }
    .Dosing-and-administration-content h3{
        font-size: 28px;
    }
    .Dosing-and-administration-content{
        margin-top: 40px;
    }
}
/********************************************/
@media(max-width: 767px) {

    #jCodeModal {
        z-index: 10000;
        margin-top: 75px !important;
    }

    .page-id-16 .discharged_outer.common_outer {
	padding: 0;
}
    #safety-data .bottom_cta, #solo-study-result .bottom_cta {
	margin-left: 0;
	margin-right: 0;
}
    .Dosing-and-administration-content h3{
        font-size: 29px;
        text-align: center;
    }
    .tab-menu{
        text-align: center;
        display: inline-block;
        width: 100%;
        margin-top: -3px;
    }
    .custom_heading.pk_profile h3{
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    h2.cstm-lesion{
        padding-top: 50px;
        padding-bottom: 40px;
        font-size: 24px;
    }
    .tab-part .bactericidal_action_outer .sub_heading {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .tab-part .oritavancin_demonstrated h2{
        font-size: 24px;
        line-height: 27px;
    }
    .solo_page .container {
        padding: 0;
    }
    .order-sheet-download{
        margin-top: 50px;
        text-align: center;
    }
    .order-table{
        text-align: center;
        margin: 0 -15px;
    }
    
    .order-sheet-download img{
        max-width: 500px;
        width: 90%;
    }

    .page-id-57 .inner_banner_content h1 {
        font-weight: 500;
        font-size: 30px;
        line-height: 37px;
    }
    .mid-cstom{
        border: none;
        border-top: 1px solid #fff ;
        border-bottom: 1px solid #fff;
    }
    div:last-child.col-sm-4 .adjustments p{
        max-width: 100%;
    }
    .Dosing.adjustments{
        min-height: 1px;
        padding: 48px 0;
    }
    .Dosing_adjustments-section{
        padding: 0 15px;
    }
    .subnavigation{
        width: 100%;
        display: inline-block;
        margin-top: 0px;
        position: relative;
        z-index: 1;
    }
    .d-flex li {
        padding: 0 20px 20px ;
        width: 100%;
        text-align: left;
    }
    .subnavigation a{
        color: #fff;
    }
    .d-flex li a{
        display: block;
    }
    .jump-to-section {
        text-align: left;
        margin: 0 -15px;
    }
    .fixedClass{
        background: #0E7286;
        margin: 0;
    }
    .page-id-38 .inner_banner.common_outer{
        margin-bottom: -3px;
    }

    a#jump-to-section{
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        padding: 20px;
        display: block !important;
        position: relative;
    }
    a#jump-to-section:after{
        content: "";
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
        background: url('../images/jump-to-icon.svg') no-repeat;
        background-size: contain;
        background-position: center;
        transition: all 0.3s ease;
    }
    .opened a#jump-to-section:after{
        transform: rotate(180deg);
    }

    .d-flex{
        display: none;
    }
    .opened .d-flex{
        display: block;
    }
    .privary-bnfits h3{
        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
        margin-bottom: 0px;
    }
    .options-7 .Benefit-verification{
        flex: 100%;
        max-width: 100%;
        margin-top: 36px;
    }
    .Benefit-verification h3{
        max-width: 295px;
    }
    .Reimbursement{
        display: block;
    }
    .Reimbursement a.btn{
        max-width: 282px;
    }
    .healthcare-mt{
        margin-top: 0;
    }
    .healthcare-mt .privary-bnfits h3{
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .information-about h3{
        font-size: 20px;
        line-height: 24px;
    }
    .information-about h4{
        font-size: 18px;
        line-height: 24px;
    }
    .light-gray{
        margin-top: 45px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .light-gray > .row {
        margin: 0;
    }
}
/********************************************/
@media(max-width: 576px) {
    .Hospital_avoidance {
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
    }
    .tab-menu ul.nav-tabs{
        max-width:330px;
    }
    .tab-menu ul.nav-tabs > li {
        max-width: 33%;
    }
    .tab-menu ul.nav-tabs > li:last-child{
        max-width: 28%;
    }
    .tab-menu ul.nav-tabs > li a{
        font-size: 16px;
        line-height: 20px;
        padding: 15px 10px;
    }
    .Hospital_avoidance .hospital_icon {
        flex-direction: row;
        width: 100%;
        text-align: center;
    }
    .hospital-content h3 {
        text-align: center;
        margin-bottom: 18px;
    }
    .hospital-content {
        width: 100%;
        margin: unset;
        flex-direction: row;
        max-width: 100%;
    }
    .Hospital_avoidance {
        margin-top: 56px !important;
    }
    .hospital_icon img {
        max-width: 90px;
        margin-bottom: 16px;
    }

    .order-sheet-download img{
        max-width: 318px;
        width: 100%;
    }
   .page-id-34 .Dosing_adjustments-section {
       background-image: url(../images/green-gradient-mob.png);
       padding: 80px 0 50px;
       margin-top: 20px;
   }
    .page-id-34 .Dosing_adjustments-section p {
        max-width: 305px !important;
        margin: 0 auto !important;
    }
}

/********************************************/
@media screen and (max-width: 375px) {
    .hospital-content li:nth-child(4) {
        max-width: 314px;
    }
   /* .page-id-57 .inner_banner_content h1 {
        max-width: 300px;
    }*/
    .page-id-34 .Dosing-and-administration-content li {
        max-width: 315px;
    }
    .page-id-34 .Dosing-and-administration-content li:last-of-type {
        max-width: 330px;
    }
    #jCodeModal .modal-link {
        display: block !important;
    }
    #jCodeModal .modal-content {
        background-image: url("/wp-content/themes/Kimyrsa/images/KIMYRSA-popup-bkg5.png") !important;
        background-size: contain;
        width: 325px;
        height: 344px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #jCodeModal .modal-body {
        display: none;
    }
    #jCodeModal .modal-body .h4 {
        display: none;
    }
    #jCodeModal .modal-body a {
        height: 50px;
        color: rgba(0,0,0,0);
        margin-top: 10px !important;
        font-size: 14px;
    }
    #jCodeModal.modal-body .btn.red_btn {
        display: none;
    }
    #jCodeModal .modal-footer {
        display: none;
    }
    .jCodeModalP {
        color: rgba(0,0,0,0);
        left: 40%;
        width: 60%;
        position: relative;
        line-height: 150%;
    }
}

/********************************************/
@media screen and (max-width: 375px) {
    .page-id-57 .inner_banner_content h1 {
        font-size: 27px;
        line-height: 35px;
    }
}

// Updated on 31st july 2021
.page-id-20 p.necessarily_not {
    font-size: 20px !important;
}

.page-id-22 p.font_isi {
    font-size: 20px;
    line-height: 24px;
}