@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;700&display=swap');
body {
    background-color: #222F68!important;
    /* background-image: linear-gradient(to bottom, rgba(34, 47, 104, 0), rgba(34, 47, 104, 1)); */
    height: 100%;
    margin: 0;
    /* font-family: Arial; */
}
/* @font-face {
    font-family: 'segoe-bold';
    src: url('/ipubs/experts/fonts/segoiuibold.ttf');
  }
  @font-face {
    font-family: 'segoe-reg';
    src: url('/ipubs/experts/fonts/SegoeReg.ttf');
  } */
/*   
  * {
    font-family: 'segoe-reg';
  } */
:root {
    --primary: #5c514e;
    --secondary: rgb(130, 140, 0);
    --text: #006460;
}

.ipub-wrapper * {
    font-family: 'Hind', sans-serif;
}

.top-ad-container {
    position: relative;
    z-index: 99;
}

.ipub-wrapper p {
    margin-bottom: 0;
}

.video-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ipub-inner-wrapper {
    width: 1291px;
    max-width: 90vw;
    background: 0 0;
    padding: 1.25rem 0.25rem 2rem;
    margin-top: 15rem;
}

.ipub-navbar-container {
    padding: 0.5rem 0;
    /* width: 1291px;
    max-width: 90vw; */
    margin: 0 auto;
}

.ipub-navbar {
    background: #3C8BBE;
    /* border-bottom: 5px solid #b2d2ea; */
    padding: 0.5rem 0;
}

.aml-header-img {
    width: 16%;
    margin: auto;
}

.chapter:not(:last-child) {
    border-right: 1px solid #eee;
}

.chapter:nth-child(2) {
    border-left: 1px solid #eee;
}

.header-tagline {
    text-align: right;
    margin: -1rem 0 1rem;
    font-size: 15px;
    color: #5D6771;
    font-family: Arial;
}

/* .ipub-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('/ipubs/expert/bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    min-height: 150vh; */
    /* height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;

} */
.ipub-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('/ipubs/miscarriage/medtronic_background.png');
    background-size: 100%;
    background-repeat: no-repeat;
    /* background-position: center; */
    min-height: 130vh;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #C7D3CF;
  }
.ipub-wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #222F6800, #222F68);
    width: 100%;
    /* height: 130px; */
}

.logo-container-outer {
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
}

.logo-container {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.isi-container {
    width: 100%;
    height: 100%;
    padding-top:20px;
}

.ISIInnerBox h3 {
    color: #A43A90;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 17px;
}

.ipub-top-indication {
    width: 700px;
    max-width: 80vw;
    height: 120px;
    margin: 0 auto;
    margin-top: 3rem;
    text-align: center;
    padding: 0 1.5rem;
    margin-bottom: 1rem;
}

.ipub-top-indication p:first-child {
    color: #f10086;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.ipub-player {
    background: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
}

.ipub-prescription-info p {
    color: #fff;
}

.ipub-header {
    background: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 1rem auto;
    overflow: hidden;
    color: #F07F33;
}

.isi-sub-title {
    margin-bottom: 0.25rem !important;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.isi-sub-title-lg {
    margin-bottom: 0.25rem !important;
    font-size: 16px !important;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.ipub-title {
    width: 80%;
}
.ipub-title h1 {
    color: #231F20;
    font: normal normal bold 50px/60px Hind;
    /* font-size: 50px; */
    /* font-family: 'Hind', sans-serif;    */
     /* font-size: 52px;
    font-weight: bold;
    font-family: Segoe UI; */
    padding: 1rem 0rem 1rem 0;
    /* line-height: 1.1; */
    text-align: left;
}

.ipub-logo img {
    max-height: 55px;
}

.onc-logo img {
    max-height: 95px;
    margin-left: 2rem;
    margin-right: 5rem;
}

.ipub-video {
    border-top: 25px solid #A3C8CC;
    padding: 0 4.25rem;
    margin: 0 auto;
    max-width: 90vw;
    overflow: hidden;
}


/* .video-wrap {
} */

.ipub-prescription-info {
    display: flex;
    height: 75px;
    background-color: #85BFC6;
    position: relative;
    overflow: hidden;
    /* padding: 20px 0; */
}

.chapter:nth-child(2) {
    border-left: none;
}

.ipub-prescription-info a {
    text-decoration: underline;
    font-size: 0.9rem;
    color: #757575;
    padding: 0.1rem;
    cursor: pointer;
}
.ipub-prescription-info .current-title {
    z-index: 1;
    /* font-size: 20px;
    font-weight: bold;
    font-weight: 700; */
    font-size: 24px;
    font-weight: bold;
    font-family: 'Hind', sans-serif;
}

.ipub-prescription-info p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    background: #85BFC6;
    padding-left: 1rem;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Hind', sans-serif;
    line-height: 1.1;
    padding: 20px 0.75rem;
    /* letter-spacing: 1px; */
}

.ipub-chapters {
    display: none;
    /* display: flex; */
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 54px;
    position: relative;
    z-index: 2;
}

.chapter-tab {
    width: 20%;
    background-color: #914C71;
    color: #fff !important;
}

.chapter,
.chapter-tab {
    color: #fff;
    /* height: 40px;
  width: 100%; */
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .sub-chapters {
  display: flex;
} */

.chapter {
    color: #fff;
    min-width: 3.5%;
    flex: 1 1 auto;
    background: #529AA2;
}

.chapter span:last-child {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    height: 75px;
    width: 100%;
    z-index: 1;
    opacity: 0;
    font-size: 20px;
    font-weight: bold;
    background: #529AA2;
    color: white;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    text-align: left;
    font-weight: 600;
    letter-spacing: 1px;
    pointer-events: none;
}

.chapter:hover {
    text-decoration: none;
    color: #fff;
    background: #85BFC6;
}

.chapter:not(.active):hover span:last-child {
    opacity: 1;
    color: #fff;
}

.ipub-bottom {
    margin-top: 36px;
    width: 100%;
}

.ipub-speaker,
.program-objectives {
    max-width: 1146px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 95vw;
    padding-top: 1.75rem;
    /* border-bottom: 1px solid #58585B; */
}


/* .ipub-speaker {
  border-top: solid #000000 4px;
  background: #F2F0F4 0% 0% no-repeat padding-box;
} */

.program-objectives {
    /* border-bottom: 1px solid #00000029; */
    margin-top: 2rem;
}

.speaker-individual-container {
    flex-direction: column !important;
    padding-bottom: 2rem;
    margin: 0 1.5rem;
    width: calc(33.3% - 1rem);
}

.ipub-speaker>h2,
.program-objectives>h2 {
    width: 100%;
    font-size: 35px;
    color: #231F20;
    font-weight: bold;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-family: 'Hind', sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.program-objectives>h2 {
    margin-left: 0;
    padding-bottom: 10px;
}

.ipub-speaker em {
    width: 100%;
    background: #F2F0F4 0% 0% no-repeat padding-box;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 2rem;
}

.speaker-tag-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.obj-header {
    text-align: left;
    font: normal normal bold 30px/46px Hind;
    letter-spacing: 0px;
    color: #231F20;
    margin-top: 1.5rem;
}
.obj-container {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-bottom: 2px solid #A3C8CC;
}
.obj-container .obj {
    width: 30%;
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #914C71;
}
.obj p {
    width: 80%;
    text-align: center;
    color: #fff;
    margin-bottom: 1.5rem;
    font: normal normal 500 22px/26px Hind;
    margin-top: 20px;
    /* font-weight: 500;
    font-size: 22px; */
}
.obj-img img {
    margin: auto;
}
.speaker-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 1rem 0 0;
    padding-bottom: 1rem;
    border-bottom: 2px solid #A3C8CC;
}

.speaker-individual-container div {
    line-height: 1.4;
    height: 100%;
    width: 100%;
    margin-top: 1.5rem;
}

.speaker-individual-container div p {
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    font-size: 22px ;
    line-height: 1.3;
    color: #05315D;
}
.speaker-individual-container div p:last-child {
    font: normal normal normal 16px/20px Hind;
    font-weight: normal;
    color: #231F20;
    /* width: 90%; */
    /* margin: auto; */
}

/* .speaker-individual-container div p:first-child {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #535554;
} */

.speaker-container p {
    color: #000;
    text-align: left;
    font-size: 1.4rem;
}

.speaker-container img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    min-width: 150px;
}

.speaker-img {
    min-width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
}

.speaker-img img {
    width: 220px;
    height: auto;
}

.cred {
    padding-left: 3rem;
    color: #006460;
}

.cred p {
    color: #006460;
    line-height: 1.6;
    margin-block-start: 0.25rem;
    margin-block-end: 0.25rem;
}

.active {
    background: #85BFC6;
    color: #fff;
    font-size: 1.75rem;
    z-index: 1;
}

.intro.active {
    font-size: 1rem;
}

.active span {
    font-size: 1.5rem;
    line-height: 1;
    display: block;
}

.active span:first-child {
    font-size: 1.5rem;
}

.speaker-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #006460;
}

.speaker-loc {
    font-size: 1.2rem;
    margin-bottom: 0.75rem !important;
    color: #006460;
}

.ISIBox {
    border-radius: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ISI-header {
    background-color: #F07F33;
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.75rem;
}

.ISI-header a {
    color: #fff;
    text-decoration: underline;
}

.ISI-header p:first-child {
    font-size: 1.1rem;
    font-weight: 700;
}

.ISI-header p:last-child {
    font-weight: 300;
}

.ISIInnerBox {
    font: 400 12px/14px;
    line-height: 1.4;
    overflow-y: scroll;
    background: #fff;
    margin-top: 20px;
    height: 350px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #000;
}

.ISIInnerBox p {
    font-size: 17px;
    margin-bottom: 1rem;
}

.ISIInnerBox h4 {
    color: #222F68;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
}

.ISIInnerBox li {
    padding: .35rem 0;
}

.isi-prescribing-info {
    background: #EEEEEE;
    color: #4c4c4c;
    padding: 0.75rem 1rem;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.isi-prescribing-info a {
    color: #0063C3;
    text-decoration: underline;
}

.ISIInnerBox::-webkit-scrollbar {
    width: 10px;
}

.ISIInnerBox::-webkit-scrollbar-track {
    background: #fff;
}

.ISIInnerBox::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}

.ISIInnerBox ul li {
    /* margin-bottom: 1rem; */
    font-size: 17px;
}

.mlr {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 95vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.mlr div {
    font-size: 14px;
    text-align: left;
    color: #5D6771;
    margin-right: 2rem;
}

.intro {
    width: 70px;
    font-size: 0.8rem;
}


/* program objectives */

.objectives {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.obj-card {
    /* margin: 1rem; */
    /* max-width: calc(33.3% - 2rem); */
    /* flex: 1 1 auto; */
    background: #222F68;
    /* padding: 3rem 1.5rem 1.5rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 17rem;
    width: 30%;
    justify-content: center;
    /* border-top: 5px solid #EE7623; */
}

.obj-body p {
    position: relative;
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    /* line-height: 1.4rem; */
}

.obj-body p::before {
    position: absolute;
    content: '';
    width: 80%;
    left: 50%;
    top: 0;
    border-top: 2px solid #ffffff;
    transform: translateX(-50%);
}

.obj-img {
    width: 105px;
    height: 100px;
    min-width: 105px;
    min-height: 75px;
    display: flex;
    align-items: center;
}

.obj-body b {
    color: #444444;
}

.obj-img img {
    max-width: 100%;
    height: 100%;
}

.marquee {
    display: none !important;
}

.footerShell {
    width: 100vw;
    position: absolute;
    left: 0;
    padding-bottom: 90px;
}

.footerDiv {
    max-width: 95vw;
}

.pageDiv {
    max-width: 100vw;
}

.speaker {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1399px) {
    .ipub-video {
        padding: 0 3.25rem;
    }
    .ipub-title {
        font-size: 50px;
        padding: 1.75rem 1.25rem 1.75rem 0;
    }
    /* .objectives {
    
  } */
}

@media screen and (max-width: 1316px) {
    .obj-card p {
        font-size: 17px;
    }
}

@media screen and (max-width: 1199px) {
    .ipub-video {
        padding: 0 3rem;
    }
    .ipub-title {
        font-size: 24px;
        padding: 1rem 1.25rem 1rem 0;
    }
    .onc-logo img {
        max-height: 70px;
        margin: 0 0.5rem;
    }
    .ipub-logo img {
        max-height: 45px;
    }
    /* .ipub-prescription-info {
        height: 5rem;
    } */
    .ipub-prescription-info .current-title {
        /* font-size: 1rem; */
        font: normal normal bold 22px/26px Arial;
    }
    .chapter span:last-child {
        font-size: 1rem;
        height: 54px;
        pointer-events: none;
    }
    .obj-card p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1020px) {

    .mlr div {
        padding-bottom: 150px;
    }
    .isi-container {
        margin-left: 0.5rem;
    }
    .ISI-header p:first-child {
        font-size: 15px;
        font-weight: 700;
    }
    .ISI-header {
        padding: 16px !important;
    }
    .obj-card {
        min-height: 285px;
    }
}

@media screen and (max-width: 1025px) {
    .aml-header-img {
        width: 30% !important;
    }
}

@media screen and (max-width: 968px) {
    .top-ad-container {
        position: static !important;
        top: 0;
    }
    .ipub-video {
        padding: 0 3.25rem;
    }
    .ipub-title {
        font-size: 28px;
        padding: 1rem 1.25rem 1.75rem 0;
    }
    .ipub-top-indication {
        height: 0;
    }
    .logo-container-outer {
        width: 100%;
    }
    .logo-container {
        width: 100%;
        margin-top: 1rem;
        justify-content: flex-end;
        align-items: center;
        justify-content: center;
        padding: 0.25rem 0 0.5rem;
        margin-bottom: 0 !important;
    }
    .ipub-logo img {
        max-height: 55px;
        /* transform: translateX(225px); */
    }
    .onc-logo img {
        max-height: 75px;
        margin-left: 0;
    }
    .speaker-container {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .obj-container {
        flex-direction: column;
    }
    .obj-container .obj {
        margin: 1rem auto;
        width: 60%;
        /* height: auto; */
    }
    .obj-img {
        margin: 1rem;
    }
    .speaker-individual-container {
        margin: 0px;
        width: 100%;
    }
    .cred {
        padding-left: 0;
    }
    .ipub-speaker {
        max-width: 92vw;
    }
    .ISIBox {
        max-width: 90vw;
    }
    .AD300x250,
    .AD320x50L {
        display: none;
    }
    .ipub-title {
        width: 100%;
        font-size: 1.2rem;
        display: inline-block;
    }
    .ipub-logo {
        display: inline-block;
    }
    .ipub-header {
        flex-wrap: wrap-reverse;
    }
    .chapter-tab {
        width: 100%;
        font-size: 1rem;
        padding: 0.5rem;
    }
    .ipub-player {
        width: 90vw;
        padding-bottom: 0;
        margin-bottom: 2rem;
    }
    .active {
        font-size: 0.8rem;
        min-width: 7px;
        position: relative;
    }
    .active span {
        font-size: 0.7rem;
        color: white !important;
    }
    .ipub-chapters {
        flex-wrap: wrap;
    }
    .chapter {
        width: calc(6 / 100%);
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        overflow: hidden;
    }
    .mlr {
        max-width: 90vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mlr div {
        padding-bottom: 10px;
    }
    .ipub-speaker>h1 {
        padding-left: 0;
        text-align: center;
        font-size: 24px;
    }
    .intro {
        width: 55px !important;
        font-size: 0.5rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .intro.active {
        font-size: 0.8rem;
        width: 160px !important;
        padding-left: 0.5rem;
    }
    /* .ipub-wrapper {
    overflow-x: hidden;
  } */
    .isi-container {
        width: unset;
    }
    .isiBox {
        max-width: 95vw;
    }
    .video-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .ipub-video {
        width: 100%;
        max-width: 100vw;
    }
    .objectives {
        flex-direction: column;
        justify-content: center;
    }
    .obj-card {
        max-width: 50%;
        margin: 2rem 0;
    }
    .obj-card p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .shell {
        max-width: 100vw;
        overflow-x: hidden;
    }
}

#flyBanner {
    top: -195px !important;
}

@media screen and (max-width: 742px) {
    .obj p {
        margin-top: 0;
    }
    .program-objectives {
        width: 100%;
    }
    .objectives {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .obj-card {
        width: 100%;
        max-width: none;
    }
    .obj-div {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .obj-img {
        margin-right: 0;
        padding-bottom: 0;
        /* display: flex;
    justify-content: center;
    align-items: center; */
    }
    .obj-img img {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .obj-card p {
        font-size: 1rem;
        padding: 2rem 3rem;
        line-height: 1.3;
    }
    .obj-body p {
        position: relative;
        color: #FFFFFF;
        font-size: 16px;
        padding: 10px;
        text-align: center;
        line-height: 1.4rem;
    }
    .obj-card b {
        line-height: 1.3;
    }
    /* .ipub-wrapper {
        background-size: 100%;
    } */
}

@media screen and (max-width:699px) {
    .sub-title {
        text-align: center;
        padding-right: 20px;
    }
    .header-tagline {
        width: 100%;
        text-align: center;
    }
    .objectives {
        margin: 2rem 0 0 0;
    }
    .obj-card {
        margin: 1rem 0;
        padding-top: 2rem;
    }
    .program-objectives h2 {
        margin-left: 0;
        text-align: center;
        position: initial
    }
    #speaker-title {
        width: 100%;
        font-size: 24px;
        color: #58585B;
        font-weight: 600;
        text-align: center;
        margin-top: .5rem;
        margin-bottom: .5rem;
        margin-left: 0.5rem;
    }
    .ipub-speaker>h2,
    .program-objectives>h2 {
        width: 100%;
        font: normal normal bold 30px/36px Hind;
        text-align: center;
        margin-top: .5rem;
        margin-bottom: .5rem;
        margin-left: 0.5rem;
    }
}

/* @media screen and (max-width: 723px) {
    .ipub-prescription-info {
        height: 7.5rem;
    }
    .ipub-prescription-info p {
        padding: .5rem;
    }
} */

@media screen and (max-width: 548px) {
    .obj-header {
        text-align: center;
        font: normal normal bold 30px/36px Hind;
    }
    .job-code {
        margin: 2rem 0 !important;
    }
    .obj-container {
        flex-direction: column;
    }
    .obj-container .obj {
        width: 100%;
        margin: 0.5rem 0;
    }
    .ipub-title h1 {
        /* font-size: 23px; */
        font: normal normal bold 40px/45px Hind;
        padding: 0.5rem 0;
        margin-bottom: 0;
        text-align: center;
    }
    .ipub-title {
        padding: 0.75rem 0 0;
        width: 70%;
        margin: auto;
    }
    .ipub-prescription-info .current-title {
        line-height: 1.2;
    }
    .chapter span:last-child {
        line-height: 1;
    }
    .ipub-inner-wrapper {
        max-width: 99vw;
        margin-top: 3rem;
    }
    .ipub-player {
        width: 95vw;
    }
    .ipub-header {
        padding: 0 0.25rem;
        margin-top: .5rem;
    }
    .logo-container {
        margin-top: 0;
        padding: .25rem;
    }
    .ipub-speaker div p:first-child {
        font-size: 20px;
    }
    .chapter:last-child {
        border-right: none;
    }
    .active span:first-child {
        font-size: 1.3rem;
    }
    .chapter-tab {
        font-size: 1rem;
    }
    .ISIBox {
        max-width: 95vw;
    }
    .isi-container {
        margin-left: 0;
    }
    .ipub-video {
        padding: 0 1rem;
    }
    .onc-logo img {
        max-height: 68px;
        margin-left: 0;
        margin-right: 2rem;
    }
    .ipub-logo img {
        max-height: 40px;
    }
    .mlr {
        flex-wrap: wrap;
        padding-bottom: 1rem;
    }
    .mlr div {
        display: flex;
        justify-content: center;
        margin-right: 0;
        padding-bottom: 0;
        margin-bottom: 1rem;
        width: 100%;
    }
    .mlr p {
        font-size: 9px;
    }
    .mlr div img {
        max-width: 100% !important;
        padding: 0 2rem;
    }
    /* .ipub-wrapper {
        background-color: #222F68;
        background: linear-gradient(180deg, #222F68 0%);
        background: linear-gradient(180deg, rgba(34, 47, 104, 1) 0%, rgba(34, 47, 104, 1) 0%, rgba(34, 54, 104, 0.9023984593837535) 100%);
    } */
    .ipub-navbar-container {
        width: 1291px;
        max-width: 90vw;
        margin: 1px auto;
    }
    .speaker-container {
        position: relative;
    }
    .speaker-individual-container {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        justify-content: center;
        margin: 0;
    }
    .speaker-individual-container div p {
        font-size: 15px !important;
        text-align: center;
    }
    .speaker-container img {
        width: 172px;
        height: 172px;
    }
    .return-button, .continue-button {
        width: 110px !important;
        font-size: 20px !important;
    }
    .nextButton, .continue-button {
        width: 50px !important;
    }
}

@media screen and (max-width: 450px) {
    .onc-logo img {
        max-height: 54px;
    }
}

.return-button:hover, .continue-button:hover {
    text-decoration: none;
} 
/* brightcove video detail */

.brightcove .video-js {
    float: none;
    width: 100%;
    height: 0;
    margin-bottom: 0;
    padding-bottom: calc((9 / 16) * 100%);
}

#flex-container {
    display: flex;
    flex-direction: row;
    /* margin: 30px; */
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
    .job-code {
        margin-top: 40px;
    }
    #flex-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
        margin-top: 30px;
    }
    #flex-container img {
        margin-bottom: 20px;
    }
    #flex-container p {
        text-align: center;
        padding: 5px;
        width: 100% !important;
    }
}

#flex-container p {
    width: 45%;
}

@media screen and (max-width: 480px) {
    .prog-speaker-wrap {
        flex-direction: column-reverse;
        display: flex;
    }
}

@media screen and (min-width:743px) and (max-width:968px) {
    .obj-card {
        max-width: none;
        width: 100%;
        min-height: 400px;
        margin: 1rem 0;
        padding-top: 4rem !important;
    }
    .obj-img img {
        max-height: 6rem;
    }
    .obj-body p {
        padding: 29px;
        font-size: 26px;
    }
    .ipub-speaker>h2,
    .program-objectives>h2 {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .aml-header-img {
        width: 40% !important;
    }
}

@media screen and (max-width: 481px) {
    .aml-header-img {
        width: 70% !important;
    }
}

.modal-wrap {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    z-index: 98;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Arial";
  }
  
  .pre-leave-modal {
    width: 50%;
    background: white;
    padding: 2rem;
    position: relative;
    border-radius: 5px;
  }
  
  .close-modal {
    position: absolute;
    top: 10px;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
  }
  
  .popup-download-btn {
    background-color: #26292d !important;
    color: #fff !important;
    border: none !important;
    font-family: Roboto, sans-serif;
    font-size: 20px !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    width: 200px;
  }

  .backButton, .return-button {
    background: #A7A7A7 0% 0% no-repeat padding-box;
    border-radius: 4px;
    width: 70px;
    height: 37px;
    border-width: 0;
    color: white;
  }
  .nextButton, .continue-button {
    border-radius: 4px;
    width: 70px;
    height: 37px;
    border-width: 0;
    color: white;
  }
  .continue-button {
    background-color: #017ABC;
  }
  .return-button {
    width: 169px;
  }
  .return-button, .continue-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Arial";
    /* width: 169px; */
    height: 41px;
    /* border-radius: 25px; */
    font-size: 30px;
    font-weight: bold;
  }
  .return-button{
    color: #fff;
    /* border: 3px solid #373E4F; */
  }
  .intro-button-holder{
    /* margin-top: 1rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  /* .intro-button-holder:last-of-type{
    margin-bottom: 2rem;
  }
   */
   /* @media screen and (max-width: 481px) {
    .ipub-prescription-info {
        height: 8rem;
    }
}
@media screen and (max-width: 481px) {
    .ipub-prescription-info {
        height: 13.5rem;
    }
} */
.soon {
    float: none;
    font-size: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 100%;
    border: 1px solid;
    height: 500px;
    margin-bottom: 0;
    /* padding-bottom: calc((9 / 16) * 100%); */
}

@media screen and (max-width: 968px) {
    .soon {
        height: 400px;
    }
}
@media screen and (max-width: 742px) {
    .soon {
        height: 320px;
        font-size: 3rem;
    }
}
@media screen and (max-width: 481px) {
    .soon {
        height: 200px;
        font-size: 2rem;
    }
}
.ipub-prescription-info {
    display: none;
}