@import url("https://use.typekit.net/ofh4hpq.css");

* {
    margin: 0;
    padding: 0;
}


.requiredfield::-webkit-input-placeholder {
    color: #ff0000 !important;
}

.textdecoration {
    text-decoration: underline !important
}

.pointercursor {
    cursor: pointer;
}

.anchorTextColor {
    color: black !important;
}

.anchorTextColor_g {
    color: #7E7E7E !important;
}

.block {
    display: block;
}

.none {
    display: none;
}

.headerRedLight {
    height: 44px;
    margin-top: -7px;
    margin-right: 10px;
}

    .headerRedLight img {
        height: 100%;
    }

.anchorDisable {
    pointer-events: none;
    cursor: default;
    color: #5A5A5A !important;
    text-decoration: none
}
.first-letter p::first-letter {
    text-transform: uppercase;
}
.position-none{
    position:unset !important;
}
.gridbody{
   justify-content:space-between;
   padding:0px !important;
   display:unset !important;
   width:32%;
   gap:1rem;
   

}
.bookmarkcard{
    display:flex;
    justify-content:end;
    padding:0.5rem 0.5rem 0 0;
}
.pointer{
    cursor:pointer;
}
.pointer:hover{
    text-decoration:underline;
}
.requiredfield:-moz-placeholder {
    color: #ff0000 !important;
}

.requiredfield::-moz-placeholder {
    color: #ff0000 !important;
}

.requiredfield:-ms-input-placeholder {
    color: #ff0000 !important;
}

.overlaypop_bottomline {
    border-bottom: 1px solid #127AD4;
    padding-bottom: 15px;
}

select {
    cursor: pointer;
    /* display: block; */
    appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 21 12" fill="none"><path d="M10.6357 11.6873L20.595 0.437256H0.67645L10.6357 11.6873Z" fill="%23838383"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1em;
    white-space:break-spaces;
}
/* @font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaA-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNovaA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

:root {
    --left-rightspace: 8vw;
    --left-rightspace2: 15vw;
    --font-14: 14.6px;
    --font-16: 16.591px;
    --font-18: 18.27px;
    --font-19: 19px;
    --font-20: 20px;
    --font-22: 22px;
    --font-23: 23px;
    --font-25: 25px;
    --font-26: 26px;
    --font-28: 28.32px;
    --font-32: 32px;
    --font-36: 36px;
    --font-50: 50px;
    --font-48: 48px;
    --font-72: 55px;
}

html {
    
/*    overflow-y: scroll;*/
}

body {
    font-family: "proxima-nova", sans-serif !important;
    scrollbar-gutter: stable;
}
/* .sections {
    overflow-x: hidden;
} */
.sections:not(.section1),
.mobDisplay {
    display: none;
}

.deskDisplay {
    display: block;
    
}
.adddisplay {
    display: flex;
    padding: 10px !important;
    border-radius:3px;
}
/* header css */
.header {
    padding: 2rem var(--left-rightspace);
    justify-content: space-between;
    align-items: center;
}

.brandLogo img {
    cursor: pointer;
}

.headerRight {
    gap: 1.5rem;
    align-items: center;
    .search

{
    display: flex;
    cursor: pointer;
    gap: 8px;
    align-items: center;
    input

{
    border-radius: 25px;
    border: 1px solid #838383;
    padding: 5px;
    width: 50px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

}

.connectWithUs {
    display: flex;
    gap: 8px;
    margin-right: 1rem;
    color: #FF7F22;
    font-size: var(--font-20);
    font-weight: 600;
    cursor: pointer;
}

.register button {
    border-radius: 26.726px;
    border: 1px solid #575757;
    padding: 6.972px 36px;
    background-color: #fff;
    color: #333;
    font-weight: 600;
    font-size: var(--font-16);
}

.login button {
    border-radius: 26.726px;
    background-color: #127AD4;
    padding: 6.972px 36px;
    border: none;
    color: #FFF;
    font-weight: 600;
    border: 1px solid #127AD4;
    font-size: var(--font-16);
}

}

.openSearchBox {
    width: 200px !important;
    opacity: 1 !important;
}

.search input:focus {
    border: 1px solid #838383;
    outline: none;
}

.reportAdverse p {
    line-height: 22px;
    font-size: var(--font-16);
    margin-bottom:0rem;
}
/* menu css */
.menu {
    background-color: #ECF2F6;
    padding: 1.5rem var(--left-rightspace);
}

.menuItems ul {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0 !important;
    li

{
    list-style: none;
    color: #121212;
    font-size: var(--font-16);
    cursor: pointer;
    position: relative;
    transition: text-shadow 0.2s ease;
}

span {
    width: 2px;
    height: inherit;
    background-color: #C8CBCC;
}

}

.menuItems ul li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 2px;
    background-color: #127AD4;
    bottom: -2px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menuItems ul li:hover:before,
.menuItems ul li.activeItem:before {
    width: 55px;
    opacity: 1;
}

.menuItems ul li:hover,
.menuItems ul li.activeItem {
    /* text-shadow: 0.3px 0.3px 1px #127AD4; */
    color: #127AD4;
}

/* footer css */
footer {
    display: flex;
    justify-content: space-between;
    background-color: #EEE;
    padding: 4rem var(--left-rightspace);
    font-size: var(--font-14);
    color: #000;
}

    footer img {
        height: 68px;
    }

    footer p:nth-child(1) {
        color: #292929;
        margin-bottom: 18px;
        font-weight: 500;
    }

    footer p:nth-child(2) {
        color: #292929;
        margin-bottom: 6px;
    }

/* section 1 css */
.videoConatainer {
    height: auto;
    width: 100%;
    position: relative;
    background-color: #F0F0F0;
}

    .videoConatainer video {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 99%, 0 99%);
    }

.onVideoBtns {
    display: flex;
    gap: 1rem;
    margin: 3rem 0;
    button

{
    border: none;
    border-radius: 8px;
    background-color: #fff;
    color: #042460;
    font-size: var(--font-19);
    display: flex;
    /* justify-content: space-between; */
    gap: 1rem;
    align-items: center;
    padding: 12px 1.5rem;
    width: 255px !important;
    font-weight: 500 !important;
}

.onVideoBtns > a {
    border: none;
    border-radius: 8px;
    background-color: #fff;
    color: #042460;
    font-size: var(--font-19);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 1.5rem;
    width: 255px !important;
    font-weight: 500 !important;
}

}



.digitalBriefcase {
    color: #FFF;
    font-size: var(--font-19);
    display: flex;
    justify-content: space-between;
    padding: 14px 2rem;
    border-radius: 28px;
    border: 1px solid #fff;
    width: 320px;
    margin-bottom: 1rem;
}

.infoYouNeed {
    padding: 2rem var(--left-rightspace);
    /* margin: 0 10vw; */
    padding-top: calc(2rem - 7.96px);
    flex-direction: column;
    position: relative;
    background-color: #F0F0F0;
}

    .infoYouNeed h2 {
        font-size: var(--font-36);
        text-align: center;
        color: #555;
        margin-bottom: 4vh;
    }

.inquiry-meeting {
    gap: 12%;
    justify-content: center;
}

.meeting,
.inquiry {
    gap: 1rem;
    align-items: center;
    justify-content: center;
    font-size: var(--font-28);
    color: #002583;
    cursor: pointer;
}

.ellipsebg {
    bottom: calc(50% - 22px);
    right: 0;
    z-index: -1;
}

.plusbg {
    bottom: calc(50% - 22px);
    left: 0;
    z-index: -1;
}

.haveQuestion {
    height: auto;
    padding: 0rem var(--left-rightspace);
    width: 100%;
}

    .haveQuestion .haveQuestionSec {
        height: 70%;
        background-image: url(../assets/images/contact.svg);
        background-repeat: no-repeat;
        align-items: center;
        background-size: cover;
        background-position: top right;
    }

        .haveQuestion .haveQuestionSec .content {
            padding-left: var(--left-rightspace);
            ;
            width: 50%;
            h2

{
    font-size: var(--font-36);
    color: #272727;
    margin-bottom: 1rem;
}

p {
    font-size: var(--font-23);
    line-height: 33px;
    color: #3E3E3E;
    margin-bottom: 2rem;
}

button {
    display: flex;
    padding: 12px 36px;
    justify-content: center;
    font-size: var(--font-18);
    color: #fff;
    background-color: #F56700;
    border-radius: 40px;
    border: none;
}

}

.haveQuestionDots {
    position: absolute;
    top: 10%;
    right: 30%;
}

.findmyMsl {
    position: absolute;
    height: 70%;
    width: calc(100% - var(--left-rightspace)*2);
    bottom: -2px;
}

#msllady {
    z-index: 1;
    position: relative;
}

.findmyMslSec {
    height: 100%;
    background-image: url(../assets/images/mslbg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /* margin-top: -3rem; */
    border-radius: 6px;
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    /* align-items: center; */

    padding-left: 45%;
    h2

{
    font-size: var(--font-36);
    color: #fff;
}

p {
    color: #A1C7E2;
    font-size: var(--font-26);
}

.connectNowBtn {
    align-self: flex-start;
    border-radius: 40px;
    background: #FF7F22;
    border: none;
}

    .connectNowBtn button {
        border-radius: 40px;
        background: #FF7F22;
        border: none;
        display: flex;
        width: 221px;
        height: 62px;
        padding: 6.972px 36px;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: 600;
    }

}

.findmyMslSecConntent {
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
    height: 100%;
}

.productQC {
    padding: 0rem var(--left-rightspace) 2rem var(--left-rightspace);
    margin-top: 1rem;
    position: relative;
    .productQCText

{
    color: #666;
    font-size: var(--font-14);
}

}

.productQCEllipse {
    left: 0;
    top: 1rem;
}

.rAE {
    gap: 2rem;
    .complaintInfo h2

{
    font-size: var(--font-36);
    color: #3F3F3F;
    font-weight: 600;
    margin-bottom: 1rem;
}

.complaintInfo p {
    color: #5A5A5A;
    font-size: var(--font-23);
}

.complaintInfo {
    grid-area: 1 / 2 / 2 / 4;
    display: flex;
    align-items: center;
}

.complaintInfoDesc {
    grid-area: 2 / 2 / 3 / 4;
}

.redLight {
    margin-top: -2rem;
    grid-area: 1 / 1 / 2 / 2;
}

}

.lightOn {
    left: 0;
    opacity: 0;
    animation: lighton 2s infinite;
}

@keyframes lighton {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.chatAssistance {
    position: fixed;
    bottom: 220px;
    right: 0;
    z-index: 5;
}



.needAssistanceBtn {
    font-size: var(--font-14);
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    width: fit-content;
    display: flex;
    cursor: pointer;
    /* margin-bottom: 20px; */
}

.chatAssistance .needAssistanceBtn span:nth-child(1) {
    background: #F77126;
    padding: 20px;
    font-size: var(--font-28);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.chatAssistance .needAssistanceBtn span:nth-child(2) {
    background: #FF7F22;
    padding: 10px 15px;
}


.chatBtn {
    /* font-size: var(--font-23);
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    background: #EC6909;
    color: #fff;
    width: fit-content;
    padding: 10px 35px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer; */
    display: none;
}


.needAssistanceMenu {
    width: 480px;
    height: 100%;
    position: fixed;
    z-index: 1;
    right: 0;
    overflow: auto;
    opacity: 0;
    display: flex;
    align-items: center;
    z-index: -1;
}

.chatMenu {
    width: 400px;
    height: 500px;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: -1;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: #fff;
    opacity: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.needAssistanceMenu .closeBtn {
    background: #EC6909;
    padding: 12px 15px;
    font-size: var(--font-25);
    font-weight: 700;
    height: fit-content;
    color: #fff;
    margin-top: 15rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: -1px;
}

.assistanceMenuContent {
    height: 100%;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 30px;
}


.chatMenuHeader {
    font-size: var(--font-23);
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    background: #FE7A00;
    background: linear-gradient(to right, #1D8FE3, #004D8C);
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}

.statusIcon {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: #b9c0ba;
    display: inline-block;
    margin-right: 6px;
}

.chatMenuHeader .closeBtn {
    cursor: pointer;
}
/* .sendBtn:hover{
    filter: url(../assets/images/sendbtnvector.svg);
} */
.sendIcon::after {
    content: url('../assets/images/sendlightvector.svg');
    /* position: absolute;
    top: 0;
    left: 0; */
    display: inline-block;
    width: 100%;
    height: 100%;
    /* transition: opacity 0.3s ease-in-out; */
}

.sendIcon:hover::after {
    content: url( '../assets/images/sendbtnvector.svg');
}

.chatMenuLists {
    display: flex;
    justify-content: center;
}

    .chatMenuLists ul {
        padding: 1rem 1rem 0rem 1rem;
        max-height: 300px;
        overflow: auto;
    }

    .chatMenuLists li {
        font-size: var(--font-20);
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0em;
        list-style: none;
        border: 1px solid red;
        margin-bottom: 20px;
        width: fit-content;
        min-width: 300px;
        max-width: 300px;
        padding: 10px;
        text-align: center;
        border-radius: 3rem;
        border: 1px solid #5F5F5F;
        cursor: pointer;
    }

.startChatbtn {
    padding: 20px 3rem 0 2rem;
    margin-top: 1rem;
}

    .startChatbtn button {
        color: #FFF;
        font-size: 19.77px;
        font-style: normal;
        font-weight: 600;
        line-height: 136%;
        background-color: #127AD4;
        padding: 13px 10px;
        min-width: 300px;
        max-width: 300px;
        border: none;
        border-radius: 29px;
    }

.assistanceMenuContent .brandLogo {
    padding-bottom: 3rem;
    /* padding-bottom: 15%; */
}

    .assistanceMenuContent .brandLogo img {
        width: 221px;
        height: auto;
        flex-shrink: 0;
    }

.assistanceMenuContent .complaintInfo h2 {
    color: #000;
    font-size: var(--font-19);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 0;
}

.assistanceMenuContent .rAE {
    gap: 2px;
    margin-left: -8px;
}

.assistanceMenuContent .assistanceMenuFooter img {
    width: 50px;
}

.assistanceMenuFooter {
    margin-top: 2rem;
}

.footerContact:last-child {
    margin-bottom: 2rem;
}

.assistanceMenuContent ul {
    list-style: none;
    padding-left: 0;
    margin: 1rem 0 2rem 0;
    /* margin-top: 2%; */
}

.assistanceMenuContent .assistanceMenuLists > p {
    color: #000;
    font-size: var(--font-19);
    font-style: normal;
    font-weight: 600;
    line-height: 245.832%;
}

.assistanceMenuContent li {
    margin-bottom: 30px;
    margin-bottom: 8%;
    display: flex;
    align-items: center;
}

    .assistanceMenuContent li img {
        width: 32px;
        margin-right: 10px;
        flex-shrink: 0;
    }

.footerContact {
    color: #535353;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    padding-top: 20px;
}

.greyLine {
    width: 100%;
    height: 1px;
    background-color: #D4D4D4;
}


.pipelineContainer,
.sciMeetingContainer,
.populationHealthContainer {
    margin: 1.5rem var(--left-rightspace);
}

.resourcesContainer {
    margin: 1.5rem var(--left-rightspace) 1.5rem var(--left-rightspace);
    background-color: #fff;
    padding: 1.5rem 3rem;
}

.pipelineFilterBtns,
.sciMeetingFilterBtns {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.headerMargin {
    margin: 4rem 0;
}

.nobackground {
    color: #07589F !important;
    background: #fff !important;
    border-radius: 3.182px !important;
    border: 0.796px solid #07589F !important;
}

.headerBtns {
    font-size: var(--font-25);
    color: #727272;
    text-align: center;
    font-weight: 400;
    line-height: 245.832%;
    min-width: 250px;
    padding: 0 10px;
    border-radius: 3.182px;
    border: 0.796px solid #07589F;
    background: #fff;
}

.submitHeaderBtns {
    background-color: #127AD4;
    border: 1px solid #127AD4;
    color: #FFF !important;
    font-size: var(--font-25);
    color: #727272;
    text-align: center;
    font-weight: 400;
    line-height: 245.832%;
    min-width: 150px;
    padding: 0 10px;
    border-radius: 3.182px;
}

.piInfo:hover {
    color: #0164AB;
    /* border: 1px solid #0164AB;*/
}

.submitHeaderBtns:hover {
    background-color: #0164AB;
    border: 1px solid #0164AB;
}

.SP-btn-active, .headerBtns:hover {
    color: #FFF !important;
    font-weight: 600 !important;
    background: #0164AB !important;
}

.pipelinecardsContainer,
.productInfoContents,
.sciMeetingcardsContainer,
.populationHealthcardsContainer,
.dieseseInfoContents {
    background-color: #F4F6FA;
    width: 100%;
    height: auto;
    padding: 20px 3rem;
}

    .pipelinecardsContainer > div {
        opacity: 1;
        height: auto;
        transition: opacity 1s ease-out, height 1s ease-out;
    }

        .pipelinecardsContainer > div.hide {
            opacity: 0;
            height: 0;
            overflow: hidden;
        }

    .pipelinecardsContainer h2,
    .populationHealthcardsContainer h2 {
        color: #000;
        font-size: var(--font-32);
        font-weight: 600;
        line-height: 115.832%;
        position: relative;
    }

        /* .pipelinecardsContainer h2::before,
        .populationHealthcardsContainer h2::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            background: #6c6c6c40;
            bottom: -3px;
            left: 0;
        } */

.pipelinecards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3.5rem;
    margin-top: 3.5rem;
}

.SP-cards {
    width: 28%;
}

    .SP-cards h4 {
        font-size: var(--font-25);
        color: #FFF;
        font-weight: 600;
        line-height: 195.832%;
        background-color: #127AD4;
        padding: 0 10px 0 20px;
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
    }

    .SP-cards p {
        color: #000;
        font-size: var(--font-18);
        font-weight: 400;
        line-height: 333.832%;
        background-color: #fff;
        margin-bottom: 0.5rem;
        padding: 0 10px 0 20px;
        cursor: pointer;
    }

.abbr {
    color: #666;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 145.832%;
    margin-top: 1.5rem;
}

.resourcesBlocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    /* grid-template-rows: minmax(275px, 1fr); */
    grid-auto-rows: minmax(200px, auto);
}

.resourceBlock {
    background-color: #fff;
    border-radius: 6px;
    padding: 1.5rem 3rem 1.5rem 1.5rem;
    display: flex;
    justify-content: start;
    gap: 1.5rem;
    position: relative;
}

    .resourceBlock .rTextContainer {
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

    .resourceBlock h2 {
        font-size: 22px;
        line-height: 28px;
        color: #127AD4;
        font-weight: 600;
        margin: 0.5rem 0 0 0;
    }

    .resourceBlock p {
        margin-top: 0.7rem;
        font-size: 16px;
    }

.rlinksContainer {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px;
}

.resourceBlock .rlinksContainer {
    font-weight: bold;
}

.resourceBlock .rlinks a {
    font-weight: normal;
    color: #2A2A2A !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.comingSoon::before {
    content: "COMING SOON";
    /* background-color: #127AD4; */
    background: linear-gradient(to right,#127AD4 60%, #55a2eb);
    padding: 5px 10px;
    border-top-right-radius: 6px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.resourceBlock .learnMore {
    outline: none;
    border: 1px solid #C7C7C7;
    color: #2A2A2A;
    font-size: 19px;
    width: max-content;
    padding: 0.5rem 2.5rem;
    border-radius: 6px;
    background-color: #fff;
    margin-top: 2.5rem;
}

    .resourceBlock .learnMore:hover {
        color: #FFF !important;
        font-weight: 600 !important;
        background: #0164AB !important;
    }

.websiteCards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3.5rem;
    margin-bottom: 4rem;
}

.webCard {
    width: 45%;
}

    .webCard img {
        width: 100%;
        margin-left: -1.5%;
    }

    .webCard p,
    .footerCard p {
        color: #000;
        font-size: var(--font-23);
        font-weight: 600;
        line-height: 135%;
        margin-bottom: 10px;
    }


.footerCards {
    gap: 5%;
    position: relative;
    justify-content: start;
    margin: 3rem 0;
}

.footerCard {
    width: 25%;
    display: flex;
    flex-direction: column;
}

    .footerCard:first-child {
        width: 40%;
    }

.text-right {
    text-align: right;
}

.listyle_pop {
    margin-bottom: 0.8rem;
    text-decoration: underline !important;
    cursor: pointer
}

.h4specificpopup {
    font-weight: 800 !important;
    font-size: var(--font-26) !important;
}

.resetoption {
    display: grid;
    align-items: center;
}

    .resetoption i {
        font-size: var(--font-32);
        color: #07589F;
    }

.pdbottom_ten {
    padding-bottom: 10px;
}

/* .resetoption:hover {
    transform: scale(0.7);
    transition: 0.5s;
} */

#resources .greyLine {
    background: #6c6c6c40;
    margin: 2rem 0;
    /* margin-left: -2rem; */
    width: 100%;
}


/* section1 css */
.productInfoSection h2 {
    color: #000;
    font-size: var(--font-23);
    font-weight: 600;
    line-height: 135%;
}

/* .productInfoHeaderBtns button {
    color: #07589F;
    text-align: center;
    font-size: var(--font-20);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    border-radius: 3.182px;
    border: 0.796px solid #07589F;
    background-color: #fff;
    padding: 10px;
    min-width: 200px;
} */

.productInfoSection,
.diseaseInfoSection {
    margin: 1.5rem var(--left-rightspace);
}

.productInfoHeader {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.productInfoHeaderBtns {
    gap: 20px;
    padding: 2rem 0 0;
    justify-content: center;
}

/* slide in right css */
.slide-in-right {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/* slide in bottom css */
.slide-in-bottom {
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-out-right {
    -webkit-animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}


@-webkit-keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 1;
    }
}

@keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 1;
    }
}

.slide-out-bottom {
    -webkit-animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-bottom 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-out-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 1;
    }
}

@keyframes slide-out-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 1;
    }
}


/* section4  css starts*/

.populationHealthcards,
.productInfocards {
    display: flex;
    justify-content: flex-start;
    padding: 3rem 3rem 0;
    flex-wrap: wrap;
    gap: 3.5%;
}

.cardHeader {
    display: flex;
   /* min-height: 127px;*/
    justify-content: space-between;
}

.cardBody {
    padding: 1.5rem;
    padding-right:1.5rem !important;
    padding-left:1.5rem !important;
    background-color: #fff;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 8px;
    margin-bottom: 3rem;
    display:flex;
    flex-direction:column;
}
.cardtext {
    padding: 1rem;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.cardFooter {
    position: absolute;
    bottom: 1.5rem;
    justify-content: space-between;
    left: 1.5rem;
    right: 1.5rem;
}
.btn:hover i {
    color: black; /* Change this to any color you want */
}
.cardHeaderText {
    color: #4C4C4C;
    font-size: var(--font-26) !important;
    font-weight: 600;
    /* line-height: 39.659px;*/
    padding-right: 1rem;
}

.cardHeaderText_scposter {
    color: #4C4C4C;
    font-size: 16px !important;
    /*line-height: 39.659px;*/
    padding-right: 1rem;
}


.cardImgBody {
    padding: 1rem 0;
}
    .cardImgBody img{
        width:100%;
    }

    .cardImgBody,
    .cardImg {
        width: 100%;
    }


.cardDate {
    color: #127AD4;
    text-align: center;
    font-size: var(--font-16);
    font-weight: 600;
}
.datecont{
    margin-bottom:10px;
}
.cardLearnMoreBtn {
    display: flex;
    width: 305.897px;
    height: 62.409px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border: 1px solid #898989;
    color: #000;
    font-size: var(--font-23);
    font-weight: 400;
    line-height: 20.2px;
    position: absolute;
    bottom: 2rem;
    background-color: #fff;
    border-radius: 6px;
}

.sciMeetingcardsContainer .cardBody {
    width: 22.75%;
}
.sciMeetingcardsContainer{ 
    padding: 2.5rem 2.5rem 0;
    gap: 3%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-image: url("/Content/assets/posters/BgImgScientific.png");
    background-size: cover; /* Ensures the image covers the container */
    background-position: center; /* Centers the background image */
    background-repeat:no-repeat;
}
.card-wrapper {
    background-image: url("/Content/assets/posters/BgImgScientific.png");
    background-size: cover; /* Ensures the image covers the container */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat;
}
.cards-container {
    padding: 2.5rem 2.5rem 0;
    gap: 3%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.PreviousBtn {
    padding: 15.911px 22.276px;
    gap: 45px;
    font-size: var(--font-19);
    border-radius: 50px;
    border: 0.796px solid #07589F;
    color: #07589F;
    min-width: 150px;
    background-color: #fff;
}
.cardImg1 {
    padding: 0px !important;
    display:flex;
}

.cardBody1 {
    padding: 0px !important;
}
.cardDesc {
    color: #000;
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 400;
    line-height: 20.2px;
    margin-bottom: 5rem;
}

.yearBtns {
    display: flex;
    gap: 15px;
}

.yearBtn {
    padding: 15.911px 22.276px;
    gap: 45px;
    font-size: var(--font-19);
    border-radius: 50px;
    border: 0.796px solid #07589F;
    color: #07589F;
    min-width: 150px;
    background-color: #fff;
}


.showBlock {
    opacity: 1;
    height: auto;
    transition: opacity 1s ease-out, height 1s ease-out;
}

.hideBlock {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

/* section4 css ends */


/* section6  css starts*/
.healthCardSubHeaders:not(:last-child) {
    margin-bottom: 4rem;
}

.populationHealthcards,
.productInfocards {
    padding: 3rem 0 0;
}

    .populationHealthcards .cardBody,
    .productInfocards .cardBody {
        width: 31%;
    }

.cardDateborder {
    color: #000;
    font-size: var(--font-18);
    font-weight: 400;
    line-height: 20.2px;
    position: relative;
}

.populationHealthcards .cardHeader,
.productInfocards .cardHeader {
    min-height: unset;
}

.populationHealthcards .cardImgBody,
.productInfocards .cardImgBody {
    padding: 1rem 0 2rem;
}

.cardBtnsContainer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

    .cardBtnsContainer .cardLearnMoreBtn {
        width: 50%;
        background-color: #fff;
    }

.downlaodLinks {
    gap: 2rem;
}

.cardDateborder::after {
    content: "";
    position: absolute;
    width: calc(100% + 1rem);
    height: 1px;
    background-color: #0000002e;
    bottom: -2.5rem;
    left: -0.5rem;
}

.cardsHeaderBlock {
    position: relative;
    cursor: pointer;
}

.boderBottomNone::before {
    display: none;
}

.cardsHeaderBlock::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #6c6c6c40;
    bottom: -1rem;
    left: 0;
}

.cardsHeaderDropdown,
.cardsHeaderBlock {
    display: flex;
    gap: 15px;
    margin-top: 1.6%;
}

.cardsHeaderBlock {
    margin: 0;
    justify-content: space-between;
}

.cardsHeaderDropdown .yearBtn {
    min-width: 280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}


.dropdown-layout {
    position: relative;
}

.dropdownBody {
    position: absolute;
    width: 100%;
    /* transition: opacity 1s ease-out, height 1s ease-out; */
}

.dropdownoptions {
    list-style: none;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 100%;
    padding-left: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 8px;
    margin-top: -3rem !important;
    padding-top: 3rem;
}


    .dropdownoptions li {
        padding: 10px 0;
        cursor: pointer;
    }

        .dropdownoptions li:not(:last-child) {
            border-bottom: 1px solid #8181812e
        }

        .dropdownoptions li span {
            padding: 22.276px;
        }

/* section 2 css starts */

.searchBlock {
    background-color: #fff;
    padding: 2rem 3rem;
    margin: 2rem 0;
}

    .searchBlock .dropdownHead {
        color: #7A7A7A;
    }

    .searchBlock .searchForm {
        display: flex;
        justify-content: start;
        gap: 2rem;
        margin: 2rem 0;
        align-items: center;
    }

    .searchBlock .dropdown-layout {
        width: 30%;
    }

        .searchBlock .dropdown-layout button {
            border-radius: 0;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 3.008px;
            border: 1.003px solid #838383;
            z-index: 2;
            position: relative;
        }


.productInfoContents #gsearch {
    width: 75%;
    height: 60px;
    padding: 1rem;
    outline: none;
    border-radius: 3.008px;
    border: 1.003px solid #838383;
    font-size: var(--font-19);
}

.gsearchBtn {
    background: none;
    outline: none;
    border: none;
    width: 50px;
}

    .gsearchBtn img {
        width: 100%;
    }

.quickLinks {
    list-style: none;
    padding-left: 0;
}

    .quickLinks li a {
        color: #515151;
        font-size: var(--font-20);
        font-weight: 400;
        line-height: 37.531px;
        text-decoration: none;
    }

.healthCardSubHeaders h2 {
    color: #515151;
    font-size: var(--font-32);
    font-weight: 600;
    line-height: 195.832%;
    position: relative;
}

.spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.content-chev::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    bottom: -142px;
    width: 50px;
    height: 50px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid #F4F6FA;
}


.sectionDescription {
    width: 100%;
    min-height: 35vh;
    height: auto;
    background-image: url(../assets/images/headingBg.svg);
    z-index: 4;
}

.sectionDescText {
    padding: 3rem var(--left-rightspace);
    display: flex;
    flex-direction: column;
    min-height: 35vh;
    justify-content: center;
    /* width: 80vw; */
    gap: 5px;
}

.sectionDescHeader {
    color: #FFF;
    font-size: var(--font-72);
    font-weight: 700;
    line-height: 100%;
    width: 100%;
}

.sectionDescSubtext {
    color: #FFF;
    font-size: var(--font-23);
    font-weight: 400;
    line-height: 138%;
    width: 75%;
}


.inquiry-meeting-content-block {
    /* background: #F4F6FA;
    margin-top: 4rem;
    padding: 2rem 3rem;
    position: relative; */
    margin: 2rem var(--left-rightspace);
    .form-header

{
    margin: 2rem 0 1rem 0;
    p

{
    font-weight: 600;
    font-size: var(--font-23);
    color: #000;
    /* margin-bottom: 1rem; */
}

}

ol {
    font-size: var(--font-23);
    color: #000;
    padding-left: 1.3rem !important;
    margin-bottom: 4rem;
    li

{
    margin-bottom: 0.5rem;
    line-height: 28px;
}

}

.submitInquiryQC {
    margin-top: 5rem;
}

}

.inquiry-desc {
    color: #000;
    font-size: var(--font-23);
    line-height: normal;
    font-style: normal;
    h1

{
    text-align: center;
    color: #002583;
    font-size: var(--font-50);
    margin-bottom: 4rem;
}

p {
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.inquiry-bold {
    font-weight: 600;
}


.inquiry-number {
    font-weight: 700;
}

}

.inquiry-content {
    background-color: #F4F6FA;
    padding: 3rem 0;
    .inquiry-form

{
    color: #000;
    font-size: 20px;
    font-style: normal;
    line-height: 98.658%;
    margin: auto;
    width: 70%;
    p

{
    font-weight: 600;
}

.inquiry-form-content {
    /* width: 70%; */
    height: auto;
    background-color: #fff;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 6px;
}

.form-top-border {
    width: 100%;
    height: 1.5rem;
    background: linear-gradient(262deg, #1D8FE3 20.62%, #004D8C 106.42%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.subm-form-header {
    color: #454545;
    font-size: var(--font-23);
    font-weight: 600;
}

.input-block, #ddlselectstate {
    width: 80%;
    margin: auto;
    input

{
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #B0B0B0;
    outline: none;
    font-size: 16px;
}

select {
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #B0B0B0;
    outline: none;
    font-size: 16px;
}

.hght-inp {
    height: 10rem;
    padding: 5px 20px;
}

textarea {
    width: 100%;
    outline: none;
    border-radius: 4px;
    border: 1px solid #B0B0B0;
    padding: 10px 20px;
    height: 10rem;
}

input[type="radio"] {
    width: unset;
}

}
}

.inquiry-footer-text {
    font-weight: 400;
    line-height: 31.412px;
    width: 70%;
    margin: auto;
    input

{
    width: 1.2rem;
}

label {
    font-size: var(--font-23);
}

P {
    color: #7E7E7E;
    font-size: var(--font-16);
}

.headerBtns {
    font-size: var(--font-20);
    min-width: 150px;
}

.SP-btn-active {
    font-weight: 400 !important;
    ;
}

}
}

/* .inquiry-meeting-content-block {
    display: none;
} */

/* .inquiry-meeting-content-block::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: -50px;
    left: 34%;

    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid #F4F6FA;
} */

/* .inquiry-meeting-content-block:last-child::before {
    left: unset;
    right: 34%;
} */



/* popups */

.border-bottom-none {
    border-bottom: none !important;
}

    .border-bottom-none .close {
        background-color: transparent;
        border: none;
        font-size: var(--font-36);
    }

.modal-dialog {
    max-width: 60% !important;
    height: 100% !important;
    margin: auto !important;
    display: flex;
    align-items: center;
}

.modal-content {
    /* min-height: 60%;
    height: auto; */
    max-height: 90%;
    padding: 3rem 0;
}

#comingSoon_popupICT {
    overflow-y: scroll;
}

.modal-body {
    color: #000;
    font-size: var(--font-23);
    padding: 2rem 5rem !important;
    overflow: auto !important;
    padding-top: 0 !important;
    margin-top: 2rem;
}

    .modal-body h4 {
        font-size: var(--font-23);
        font-weight: 600;
        line-height: 98.658%;
    }

    .modal-body p {
        font-weight: 400;
        line-height: 163%;
    }

    .modal-body li {
        font-weight: 600;
        line-height: 144%;
    }



.hero-video-content {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    color: #fff;
    padding: 10px var(--left-rightspace);
}

    .hero-video-content h1 {
        font-size: var(--font-48);
        font-weight: 600;
        line-height: 128.8%;
        width: 41vw;
    }

    .hero-video-content > p {
        width: 50%;
        font-size: var(--font-18);
        font-weight: 400;
        line-height: 138%;
        margin-bottom: 1rem;
    }

    .hero-video-content .searchBlock {
        width: 80%;
        border-radius: 8px;
        padding-bottom: 4rem;
    }

        .hero-video-content .searchBlock h4 {
            color: #000;
        }

    .hero-video-content .dropdown-layout {
        width: 20%;
    }

        .hero-video-content .dropdown-layout .yearBtn {
            gap: 10px;
        }

    .hero-video-content .searchBlock .searchForm {
        gap: 0.5rem;
    }

    .hero-video-content input {
        width: 40%;
        border: 1px solid #838383;
        outline: none;
        padding: 10px;
    }

    .hero-video-content button {
        width: 20%;
        min-width: 0;
        font-weight: 400 !important;
    }

    .hero-video-content .searchBlock li {
        color: #000;
    }


.search-tips {
    width: fit-content !important;
    left: 72%;
}

    .search-tips .yearBtn {
        border: none !important;
        padding: 0;
        min-width: fit-content;
        color: #07589F;
        text-decoration: underline;
    }

    .search-tips .dropdownoptions {
        width: 200px;
    }

    .search-tips .dropdownBody {
        width: 200px;
    }

    .search-tips li {
        border-bottom: none !important;
        padding: 10px;
    }

        .search-tips li span {
            padding: 0;
            font-size: var(--font-14);
            color: #000;
            line-height: normal;
        }


.modal-body tr td:first-child {
    width: 40%;
}


.modal-body tr td {
    /* border: 2px solid #000; */
    font-size: var(--font-23);
    vertical-align: top;
    padding: 1rem;
}

.plusN {
    position: absolute;
    top: 80%;
    left: 5vw;
}

.ellipseN {
    position: absolute;
    top: 50%;
}

.dotsN {
    position: absolute;
    right: 20%;
    top: 30px;
}

.ellipseS {
    position: absolute;
    top: 30%;
    right: 0px;
}

.leftVerticleDots {
    position: absolute;
    top: 50%;
    right: 0;
}

.rightVerticleDots {
    position: absolute;
    top: 25%;
    left: 6%;
}

#contactUsPopup, #briefcasepopup {
    .modal-content

{
    padding: 2rem;
    overflow-y: auto;
    h1

{
    color: #000;
    text-align: center;
    font-size: var(--font-32);
    font-weight: 600;
    margin: 3rem 0 3rem 0;
}

}

.dropdownoptions {
    width: 40%;
    margin: auto;
}

p {
    color: #575757;
    font-size: 17px;
}

}

.preferredConection {
    margin: 2rem 0 3rem 0;
    p

{
    color: #2A2A2A !important;
    font-size: var(--font-23) !important;
    font-weight: 400 !important;
    text-align: center;
}

.connections {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 2rem;
    button

{
    display: flex;
    width: 106.34px;
    height: 52px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #127AD4;
    border: none;
    outline: none;
    color: #fff;
}

}
}

#contactUsPopup .dropdown-layout button {
    border-radius: 0;
    width: 40%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3.008px;
    border: 1.003px solid #838383;
    z-index: 2;
    position: relative;
}

#findMyMsl .dropdown-layout button {
    border-radius: 0;
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3.008px;
    border: 1.003px solid #838383;
}

#findMyMsl {
    .modal-content

{
    position: relative;
    padding: 2rem;
    overflow-y: auto;
    overflow-x: hidden;
    h1

{
    color: #000;
    text-align: center;
    font-size: var(--font-32);
    font-weight: 600;
    margin: 3rem 0;
}

.dropdownoptions {
    width: 50%;
    margin: auto;
}

.sAP {
    width: 50%;
    margin: auto;
    color: #000;
    font-size: var(--font-19);
    padding-bottom: 1rem;
}

}

.popupDotsone {
    position: absolute;
    width: 140px;
    right: -80px;
    top: 4rem;
}

.popupDotstwo {
    position: absolute;
    width: 140px;
    transform: rotate(90deg);
    bottom: 20%;
    left: 0;
}

.input-block {
    width: 50%;
    margin: 0rem auto 2rem auto;
    label

{
    color: #000;
    font-size: var(--font-19);
}

}

input {
    width: 100%;
    padding: 10px 20px;
    height: 62px;
    border-radius: 4px;
    border: 1px solid #B0B0B0;
    outline: none;
}

.cancelSearchbtn {
    width: 50%;
    margin: auto;
    display: flex;
    gap: 12px;
    justify-content: end;
    margin: 4rem auto 3rem auto;
    button

{
    display: flex;
    width: 146px;
    height: 47.773px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #127AD4;
}

.searchN {
    background-color: #127AD4;
    color: #fff;
}

.cancelN {
    background-color: #fff;
}

}

.removehyperLink {
}

.error {
}


#inquiry-form input:not([type="checkbox"]).error {
    color: #ff0000;
    border-color: red;
    z-index: 3;
}

    #inquiry-form input:not([type="checkbox"]).error::placeholder {
        color: #ff0000;
        border-color: red;
        z-index: 3;
    }

}

#contactUsPopup .modal-header {
    padding: 0;
}
/* login css starts here */
#login_popup {
    background-color: #fff;
    border-radius: 18px;
    width: 480px;
}

.blueContainer {
    height: 20px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    width: 100%;
    background: linear-gradient(#1D8FE3, #3C98E3);
}

#login_popup .loginContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
}

.loginHeading {
    margin-bottom: 3rem;
    font-size: 47.97px;
    font-weight: 700;
}

.userInputs .input-block:first-child {
    margin-bottom: 2rem;
}

.userInputs .input-block input {
    width: 350px;
    height: 40px;
    border: 1px solid #B0B0B0;
    padding: 10px;
}

.rememmber-forgot {
    width: 350px;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    font-size: 13px;
    color: #676767;
}

    .rememmber-forgot input[type=checkbox] {
        border: 1px solid #B0B0B0;
        margin-right: 5px;
    }

.loginBtn, .logincancelbtn, .loginbtn {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #127AD4;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 2rem;
    padding: 8px 0;
    /* gap: 50px; */
    border: 0;
    border-radius:0;
}

.logincancelbtn {
    color: #127AD4;
    background-color: white;
    border: 1px solid #127AD4;
}

.loginbtndiv {
    display: flex;
    gap: 50px;
    justify-content:space-between;
}

.createAccount {
    font-size: 15px;
    color: #484848;
    margin-top: 6rem;
    a

{
    color: #127AD4;
}

}
/* login css ends here */

.registerSection {
    background-color: #F4F6FA;
    padding: 3rem 4rem;
}

.registerHeading {
    font-size: 51px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 3rem;
}

.registerError {
    font-size: 20px;
    color: #ff0000;
    text-align: center;
}

.loginError {
    font-size: 16px;
    color: #ff0000;
    text-align: center;
}

.anchorcolor {
    color: #127AD4 !important
}

.registerContainer {
    background-color: #fff;
    border-radius: 8px;
}

.informationTabs {
    width: 100%;
    display: flex;
}

    .informationTabs .tabs {
        width: 50%;
        text-align: center;
        padding: 1rem 0;
        border-bottom: 1px solid #D0D0D0;
        cursor: pointer;
    }

    .informationTabs .activeTab {
        border-bottom: 5px solid transparent;
        border-image: linear-gradient(45deg, #004D8C, #1D8FE3 );
        border-image-slice: 1;
        font-weight: 600;
    }

#createAccountTab {
    pointer-events: none;
}

.cursorPointernone {
    pointer-events: none;
    opacity: 0.2;
    display:none !important;
}

.divider {
    width: 1px;
    /* height: 100%; */
    background-color: #D0D0D0;
}

.infoFields {
    padding: 0 2rem;
}
/* .infoRow{
    margin-top: 2rem;
} */
.firstRowInfo {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.lastRowInfo {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.personalInfo .input-block {
    display: grid;
    flex: 1;
    margin-bottom: 3rem;
    grid-template-rows: 1fr auto;
}

    .personalInfo .input-block input {
        height: 53px;
        padding: 0 10px;
        border: 1px solid #B0B0B0;
        border-radius: 4px;
    }

.loginmodalcontent {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
}

.logincontentmodal {
    background-color: transparent !important;
    background-clip: unset !important;
    border: none !important;
    border-radius: unset !important;
    outline: none !important;
}

#salutation, #profession, #ddlselectstate, #productInterested, #t_Area, #ddlorganozationType {
    height: 53px;
    padding: 0 10px;
    border: 1px solid #B0B0B0;
    border-radius: 4px;
}

.personalInfo .input-block label, .caFields .input-block label {
    color: #282828;
    font-size: 20px;
    margin-bottom: 0.5rem;
}

.secondRowInfo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
}

.proceedBtn, .signupBtn {
    text-align: center;
    margin-top: 2rem;
}

.signupBtn {
    padding-bottom: 5rem;
}

    .proceedBtn input, .signupBtn button, #btnSubtmit {
        background-color: #127AD4;
        padding: 1rem;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        border: none;
        width: 245px;
    }

.haveAccount {
    text-align: center;
    padding: 1rem 0 5rem 0;
    color: #484848;
    font-size: 17px;
}

.caFields {
    width: 50%;
    margin: auto;
    padding: 3rem 0;
}

    .caFields .input-block {
        display: grid;
        margin-bottom: 3rem;
    }

        .caFields .input-block input {
            height: 53px;
            padding: 0 10px;
            border: 1px solid #B0B0B0;
            border-radius: 4px;
        }

.closeBtnGlobal {
    position: absolute;
    right: 15px;
    top: -5px;
}

    .closeBtnGlobal button {
        border: none;
        outline: none;
        background: none;
        font-size: 36px;
    }

.pipelinePopup {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr auto;
    column-gap: 1rem;
    row-gap: 4rem;
    margin-bottom: 3rem;
    border-bottom: 2px solid #000;
}

.add_popupSections {
    grid-column: 1 / 4;
    padding-right: 2.5rem;
}

.pipelinePopup .popupSections p {
    margin-bottom: 0.5rem;
    color: #5A5A5A;
    font-size: 18px;
}

#stemlinePipelinePopup .modal-body {
    padding: 1rem 6vw !important;
}

#stemlinePipelinePopup .modal-dialog {
    width: 50%;
}

#stemlinePipelinePopup .modal-content {
    overflow-y: auto;
}

.footerContent:last-child {
    margin-top: 4px;
}

.footerContent a {
    padding: 0 8px;
}

    .footerContent a:first-child {
        padding-left: 0;
    }

.onVideoBtns button, .connectNowBtn button, .closeBtnGlobal button {
    transition: all 0.1s linear;
}

    .onVideoBtns button:hover, .connectNowBtn button:hover {
        transform: scale(1.05);
        box-shadow: #000;
        -webkit-box-shadow: 26px 21px 29px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 26px 21px 29px 0px rgba(0,0,0,0.15);
        box-shadow: 26px 21px 29px 0px rgba(0,0,0,0.15);
    }

.register button:hover, .cancelSearchbtn .cancelN:hover {
    color: #FFF;
    background-color: #127AD4 !important;
    border: 1px solid #127AD4 !important;
}

.login button:hover, .connections button:hover, .cancelSearchbtn .searchN:hover {
    background-color: #0060B2 !important;
    border: 1px solid #0060B2 !important;
}

#gsearchBtn:hover, .gsearchBtn:hover {
    transform: scale(1.1);
    transition: 100ms;
}

.cardLearnMoreBtn:hover {
    background-color: #0060B2;
    border: 1px solid #0060B2;
    color: #FFF;
}

.closeBtnGlobal button:hover {
    transform: scale(1.2);
}

.digitalBriefcase {
    cursor: pointer;
}

    .digitalBriefcase:hover p {
        color: #042460;
    }

    .digitalBriefcase:hover {
        background-color: #fff;
    }

        .digitalBriefcase:hover svg path {
            /* fill:#042460; */
            stroke: #FC7900;
            stroke-width: 1px;
        }

.listyle_pop:hover {
    color: #127AD4;
}

#bookmark:hover {
    fill: #0060B2;
    border: 1px solid #fff;
}



.mslPerson {
    -webkit-box-shadow: -1px 4px 20px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: -1px 4px 20px 0px rgba(0,0,0,0.45);
    box-shadow: -1px 4px 20px 0px rgba(0,0,0,0.45);
    border-radius: 12px;
    width: 85%;
    margin: auto;
    position: relative;
}

.personDetailsContainer {
    padding: 0 2rem 2rem 2rem;
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 1rem;
}

.personDeatils {
    padding-top: 2rem;
}

    .personDeatils h3, .personDeatils div {
        margin-bottom: 0.7rem;
    }

.personImg img {
    width: 100%;
    height: 100%;
}

.mslContactIcon {
    margin-right: 6px;
}

.mslProfesion {
    font-size: var(--font-32);
    color: #3F3F3F;
    font-weight: 600;
}

.mslName {
    color: #5A5A5A;
    font-size: var(--font-23);
}

.contactText {
    color: #666;
    font-size: var(--font-14);
}

.requestMsl button {
    outline: none;
    border: none;
    padding: 0.7rem;
    border-radius: 30px;
    background-color: #127AD4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: 1px solid #127AD4;
}

    .requestMsl button span {
        font-size: 1.5rem;
    }

.productQuickLink {
    align-items: flex-start;
    gap: 10vw;
    padding-top: 1.5rem;
}

.meetingmultiButtons {
    width: 100%;
    gap: 5%;
}

.drpDwn {
    width: 35%;
    padding: 10px 20px;
    outline: none;
    height: 60px;
}

.cardLearnMoreBtnnew {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border: 1px solid #898989;
    color: #000;
    font-size: var(--font-18);
    font-weight: 400;
    line-height: 20.2px;
    background-color: #fff;
    width: calc(100% - 2rem);
    position: absolute;
    bottom: 2rem;
    border-radius: 8px;
}

    .cardLearnMoreBtnnew:first-child {
        display: none;
    }

#scientificMeetng .cardHeaderText {
    font-size: var(--font-18) !important;
}

.productErrorMsg {
    text-align: center;
    margin-bottom: 10px;
    color: red;
}

.cardLearnMoreBtnnew:hover {
    background-color: #0060B2;
    border: 1px solid #0060B2;
    color: #FFF;
}

.c-centers {
    display: grid;
    grid-template-columns: 50% 40%;
    grid-column-gap: 10%
}

.centersSections {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: space-between;
}

.c-heading {
    font-size: var(--font-23);
    color: #5A5A5A;
    font-weight: 700;
    margin-bottom: 1rem;
}

.c-subpoints img {
    height: 25px;
    width: 25px;
    margin: 6px 0.5rem 0 0;
}

.c-subpoints {
    font-size: var(--font-23);
    color: #5A5A5A;
    font-weight: 400;
    display: flex;
}

    .c-subpoints:not(:last-child) {
        margin-bottom: 1rem;
    }

.meetingHeading {
    color: #4C4C4C;
    font-size: var(--font-36);
    font-weight: 600;
    margin-bottom: 2rem;
}

.posterText {
    font-size: var(--font-28);
    color: #4C4C4C;
    font-weight: 600 !important;
    padding-bottom: 1rem;
    position: relative;
    width: 100%;
}

    .posterText::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #4C4C4C;
    }

.popupCards {
    margin-top: 2rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

    .popupCards .cardHeader {
        min-height: unset;
        padding-bottom: 1rem;
        margin-bottom: 0 !important;
    }

        .popupCards .cardHeader h3 {
            margin-bottom: 0 !important;
        }

    .popupCards .cardDesc {
        margin-bottom: 3rem !important;
        margin-top: 0.5rem;
    }

    .popupCards .cardDateborder::after {
        bottom: -1.5rem !important;
    }

    .popupCards .downlaodLinks {
        align-items: center;
    }

    .popupCards .cardLearnMoreBtn {
        height: 50px !important;
    }

.dropdown-item {
    background-color: red !important;
}

#divreportAdverse {
    display: grid !important;
    grid-template-columns: auto repeat(2, 1fr);
    grid-template-rows: 0.7fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
}

#btnElzonris_command .headerBtns {
    min-width: auto;
    padding: 5px 30px;
    border-radius: 12.182px;
    line-height: normal;
    color: #042460;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.reportAdverse {
    display: flex;
}

.ui-autocomplete {
    height: 200px;
    overflow: auto;
}

.contactus {
    opacity: 20%;
    pointer-events: none;
}

.wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #F9F9F9;
}

.chatBox {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
}

#chatBoxInp {
    width: 80%;
    padding: 20px 10px;
}

.chatTextArea {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0 1rem 1rem 1rem;
}

    .chatTextArea input {
        border: 1px solid #A5A5A5;
        height: 42px;
        border-radius: 6px;
    }

.sendIcon {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.chatBody {
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

    .chatBody::-webkit-scrollbar {
        width: 8px;
    }

    .chatBody::-webkit-scrollbar-thumb {
        background: #D4D4D4;
        border-radius: 10px;
    }

.msg-received {
    background-color: #ECECEC;
    padding: 6px;
    border-radius: 10px 10px 10px 0px;
    max-width: 80%;
    margin: 8px;
    min-width: 15%;
}

.msg-sent {
    background-color: #308BD9;
    padding: 6px;
    border-radius: 10px 10px 0px 10px;
    max-width: 80%;
    margin-bottom: 8px;
    align-self: end;
    min-width: 15%;
}

.cardBtnsContainerNew {
    align-items: center;
}

    .cardBtnsContainerNew button {
        width: 80% !important;
        height: auto;
        padding: 15px !important;
    }

#populationHealth .cardsHeaderDropdown .drpDwn {
    padding-right: 50px;
}

#populationHealth .cardsHeaderDropdown {
    margin-right: -50px;
}

#myDigitalBriefcase {
    .productInfoHeader

{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.content-chev::after {
    display: none;
}

.SP-btn-active, .headerBtns:hover {
}

.downlaodLinks {
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.productInfoHeader h2 {
    font-size: 32px;
}

.productInfoHeaderBtns {
    padding: 0;
}

}

.quickLinksParent {
    gap: 10rem;
}

.closeBtnGlobal img {
    width: 25px;
}

#populationHealth {
    .formCard

{
    width: 70%;
}

}

#productInformationMsg {
    z-index: 9999;
}

#populationHealth .cardHeader {
    min-height: 85px !important;
}

#diseaseState .cardHeader {
    min-height: 170px !important;
    margin-bottom: 2rem;
    justify-content: unset !important;
    display: block;
    border-bottom: 1px solid #0000002e;
}


/* new css */

.resourcesBlock1 {
    display: flex;
    justify-content: space-between;
}

    .resourcesBlock1 a {
    }

.resourceHeader {
    color: #127AD4 !important;
}

.verticalBorder {
    width: 2px;
    height: auto;
    background-color: #BEBEBE;
}

.font-md {
    font-weight: 600;
}

.safetyMeetingLink {
    color: #515151;
    font-size: var(--font-20);
    font-weight: 400;
    line-height: 37.531px;
    text-decoration: none;
    cursor: pointer;
}




.SML_Popup_block1 {
    border: 1px solid #B0B0B0;
    border-radius: 8px;
    padding: 2rem;
    position: relative;
    border-left: none;
    width: fit-content;
    background-color: #F9FBFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 12rem;
    width: 100%;
}

.SML_Popup_block1 {
    color: #686868;
}

    .SML_Popup_block1 .blueText {
        color: #127AD4;
    }

    .SML_Popup_block1 p {
        font-size: 18px;
    }

.blueBorder {
    width: 13px;
    height: 100%;
    background-color: #1D8FE3;
    position: absolute;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    left: 0;
    top: 0;
}

.SML_Popup_block_rows {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    width: 100%;
}

.safetyMeetingLinkPopup {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.SML_Popup_block_rows .SML_Popup_block1 {
    /* width: 50%; */
}

#btnElzonris_command {
    display: none;
}

.mb-disp {
    display: none;
}

.desktop-disp {
    display: block;
}

#productInformation .gsearchBtn {
    /*width: 100%;*/
    display: flex;
    justify-content: end;
    gap: 1rem;
    padding-bottom: 10px;
}

    #productInformation .gsearchBtn img {
        width: 50px !important;
    }

.onVideoBtns button p {
    font-size: 15px;
}

.ipadPortrait, .mobileLandscape {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #127AD4;
    position: relative;
}

.ipadportraitText {
    position: absolute;
    inset: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
    color: #FFF;
    font-size: var(--font-26);
    font-weight: 700;
    text-align: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1032px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
    .main {
        display: none;
    }

    .ipadPortrait {
        display: block;
    }
}

@media only screen and (max-device-width: 767px) and (orientation: landscape) {
    .main {
        display: none;
    }

    .ipadPortrait {
        display: block;
    }
}

.regFormCb {
    display: flex;
    gap: 2rem;
}

.modalPopupnewBlock1 {
    display: flex;
    margin-bottom: 2rem;
    gap: 2rem;
    height: unset;
}

.modalPopupNewRightContent {
    background-color: #ecf2f6;
    padding: 1rem;
    border-radius: 8px;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.modalPopupNewLeftContent {
    width: 30%;
    display: flex;
    align-items: center;
}

.modalPopupContentNew .blueText {
    color: #127ad4;
}

#btnElzonris_command .headerBtns:hover .safetyMeetingLink {
    color: #fff;
}

.cmdCenter {
    display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}


.cardHeaderText_dsposter {
    color: #4C4C4C;
    font-size: 16px;
    padding-right: 1rem;
    font-weight: bold;
}

.cardHeaderText_poster_autorName {
    color: #4C4C4C;
    font-size: 14px;
    padding-right: 1rem;
}

#productInformation .productInfoHeaderBtns .headerBtns {
    min-width: 380px; /* ipad issue */
}

#divpublicationsInformation .cardBody {
    padding-bottom: 8rem;
}

#divpublicationsInformation .cardBtnsContainerNew {
    position: absolute;
    width: calc(100% - 4rem);
    padding: 0;
    bottom: 4rem;
}

#dieseseInfoContents .downlaodLinks {
    justify-content: flex-end;
}

#dieseseInfoContents .cardBtnsContainer {
    position: absolute;
    width: calc(100% - 4rem);
    bottom: 2rem;
}

#dieseseInfoContents .cardBody {
    padding-bottom: 8rem;
}

#divpublicationsInformation .cardBody > p:last-child {
    position: absolute;
    bottom: 2rem;
}

#divContentOrserdu .populationHealthcards .cardBtnsContainer {
    position: absolute;
    width: calc(100% - 4rem);
    padding: 0;
    bottom: 4rem;
}

#divContentOrserdu .populationHealthcards .cardBody {
    padding-bottom: 8rem;
}

    #divContentOrserdu .populationHealthcards .cardBody > p:last-child {
        position: absolute;
        bottom: 2rem;
    }

.mobileLandscape {
    display: none;
}

.register img {
    width: 35px;
}

.register.logout img:hover {
    content: url( '../assets/images/logout_h.svg');
}

.register.bookmark img:hover {
    content: url( '../assets/images/bookmark_h.svg');
}

#stemlineclinical {
    display: none;
}

.usma-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 20%);
    justify-content: center;
    text-align: center;
    margin-top: 3vh;
}

    .usma-tabs p {
        padding: 10px 2rem;
        border-bottom: 1px solid #EAEFF2;
        color: #454545;
        cursor: pointer;
        font-weight: 600;
    }

        .usma-tabs .activeTab, .usma-tabs p:hover {
            border-bottom: 3px solid #127AD4;
            color: #127AD4;
        }

.findTrialSec {
    background-image: url(../assets/images/mim/pipelinebg.svg);
    background-repeat: no-repeat;
    padding: 2rem var(--left-rightspace) 2rem var(--left-rightspace);
    margin-top: 2.5rem;
}

    .findTrialSec .cardsHeaderDropdown {
        width: fit-content;
    }

.mobiDisp {
    display:none;
}

.filters div {
    padding: 0.6em 1.1em;
    border: 1px solid #A6B9CA;
    border-radius: 49px;
    min-width: 6vw;
    text-align: center;
    cursor: pointer;
    font-size: var(--font-20);
    font-weight: 600;
}

    .filters div:hover, .filters .activeBtn {
        background-color: #127AD4;
        color: #FFFFFF;
    }

.studyDetailsCards {
    background-image: url(../assets/images/mim/cardsbg.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.summary > h1, .overveiwSection > h1 {
    font-size: var(--font-36);
    color: #2E2E2E;
    font-weight: 600;
}

.overveiwSection > p {
    font-size: var(--font-18);
    color: #575757;
}

.trialFound {
    padding: 6vh var(--left-rightspace) 6vh var(--left-rightspace);
}

.events p:first-child {
    font-size: var(--font-22);
    color: #6F6F6F;
}

.events p:nth-child(2) {
    font-size: var(--font-22);
    color: #000;
    font-weight: 600;
}

.s_d_cards {
    padding: 10vh var(--left-rightspace) 10vh var(--left-rightspace);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.s_d_card {
    background-color: #F0F3E2 !important;
    display: block;
    grid-template-rows: auto 22vh auto;
    padding: 1rem;
    gap: 0.75em;
    border-radius: 16px;
    display: grid;
   
}

    .s_d_card > div:nth-child(2) {
        min-height: calc(20vh - 30px) ;
    }

.indicator_r {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #14E528;
    border-radius: 50%;
}

.indicator_nr {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #3E3E3E;
    border-radius: 50%;
}

.vsd_btn button {
    background-color: #127AD4;
    border-radius: 7px;
    color: #FFFFFF;
    padding: 0.8em 1.2em;
    outline: none;
    border: none;
    font-size: var(--font-18);
}

.ct_indicate {
    font-size: var(--font-20);
    font-weight: 600;
    color: #3E3E3E;
    margin-bottom: 10px;
}

.ct_card_text {
    font-size: var(--font-18);
    color: #3E3E3E;
    line-height: 23px;
}

.ct_code {
    font-size: var(--font-16);
    color: #3E3E3E;
}

.vsdSection, .tabContainers .cardTab:not(:first-child), .kecTabContent:not(:first-child) {
    display: none;
}

.backtoList {
    color: #127AD4;
    padding: 2vh var(--left-rightspace) 2vh var(--left-rightspace);
    cursor: pointer;
}

.cardDetails {
    padding: 6vh var(--left-rightspace) 6vh var(--left-rightspace);
    background-image: url(../assets/images/mim/cardsbg.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    color: #FFFFFF;
}

.cardCode {
    color: #FFFFFF;
    font-size: var(--font-23)
}

.std_indicator {
    color: #FFFFFF;
    font-size: var(--font-25)
}

.std_text {
    color: #FFFFFF;
    font-size: var(--font-23)
}

.cardTabs {
    padding: 4vh var(--left-rightspace) 0 var(--left-rightspace);
}

.cardTab {
    padding: 4vh 5vw 4vh 5vw;
}

.IncluExclu{
    padding:4vh 10vw 4vh 13vw !important;
}

.summary {
    padding: 4vh 18vw 4vh var(--left-rightspace);
}

.cardTabs ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-bottom: 1px solid #EAEFF2;
    list-style: none;
    gap: 2vw;
    margin-bottom: 0 !important;
}

.kecTabs {
    display: flex;
    gap: 1vw;
    border-bottom: 1px solid #EAEFF2;
    list-style: none;
    padding-left: 0 !important;
    width: max-content;
    margin-bottom: 4vh;
}

    .cardTabs ul li, .kecTabs li {
        padding: 1rem;
        text-align: center;
        cursor: pointer;
    }

    .cardTabs ul .activeList, .kecTabs .activeList {
        color: #127AD4;
        border-bottom: 4px solid #127AD4;
        font-weight: 600;
    }

.summaryContent {
    width: 100%;
    grid-template-columns: 60% 30%;
    margin-top: calc(2vw + 30px);
}

.summaryCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2vw;
    row-gap: calc(2vw + 30px);
}

.s_card {
    position: relative;
    width: 100%;
    background-color: #F4F6FA;
    border-radius: 16px;
}

.tsl_search_container {
    align-items: center;
}

.circle {
    box-shadow: 0px 3.57px 3.57px 0px #596F9940;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #F4F6FA;
    position: absolute;
    left: calc(50% - 30px);
    top: -30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 35px 10px;
    text-align: center;
}

.box_heading {
    color: #5B5B5B;
    font-size: var(--font-28);
    font-weight: 600;
}

.box_sm_text {
    color: #5B5B5B;
    font-size: var(--font-14);
}

.box_Head {
    color: #5B5B5B;
    font-size: 22px;
    font-weight: 600;
}

.timeline {
    /*    max-width: 63%;*/
    margin: auto 1rem auto 20%;
    height: 100%;
    display: grid;
    grid-template-rows: auto;
}

.loc_details {
    position: relative;
    margin-left: 50px;
}

    .loc_details:before {
        content: url(../assets/images/mim/location_icon.svg);
        position: absolute;
        left: -50px;
    }

.events {
    border-left: 1px solid #AFAFAF;
    padding: 10px 10px 10px 1.2rem;
}

.timeline .events:not(:first-child) {
    /*    display: flex;
    flex-direction: column;
    justify-content: center;*/
}

.timeline .events:last-child {
    /*    display: flex;
    flex-direction: column;
    justify-content: end;*/
    padding-bottom: 0;
}

.events p:first-child {
    position: relative;
}

    .events p:first-child:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: #127AD4;
        border-radius: 10px;
        top: 33%;
        left: -24px;
    }

.mt-4vh {
    margin-top: 4vh;
}

.kecTabs {
}

.ct_drpdwn {
    padding: 15.911px 22.276px;
    gap: 45px;
    /* font-size: var(--font-19); */
    border-radius: 50px;
    border: 0.796px solid #A6B9CA;
    color: #404040;
    min-width: 290px;
    max-width: 336px;
    background-color: #fff;
}

.findTrialSec h1 {
    color: #2E2E2E;
    font-size: var(--font-36);
    font-weight: 600;
}

.findTrialSec > p {
    color: #2E2E2E;
    font-size: var(--font-20);
}

.trialFound > p {
    color: #444444;
    font-size: var(--font-25);
}

.kecTabContent {
    color: #575757;
    font-size: var(--font-18);
}

    .kecTabContent ol > li {
        margin-bottom: 0.5rem;
    }

        .kecTabContent ol > li ul li {
            list-style: disc;
            margin-top: 0.5rem;
        }

sec-Header {
    border-bottom: 1px solid #EAEFF2;
    padding: 0 3vh 2vh 3vh;
}

sec-Cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 4vh;
    padding: 3vh 0;
}

sec-Card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
    gap: 1rem;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.cardImg img {
    width: 100%;
}

.secHeading {
    color: #2E2E2E;
    font-size: var(--font-32);
    font-weight: 600;
}

.secSeeall {
    color: #127AD4;
    font-size: var(--font-18);
    font-weight: 600;
}

.cardBtn {
    border-top: 1px solid #EAEFF2;
}

    .cardBtn button {
        outline: none;
        border: 1px solid #C6C6C6;
        color: #127AD4;
        background-color: transparent;
        padding: 0.5rem;
        min-width: 100px;
        border-radius: 7px;
        font-size: var(--font-18);
        font-weight: 600;
    }

.cardText_heading {
    color: #4C4C4C;
    /* font-size: var(--font-22); */
    font-weight: 400;
    margin-top: 15px;
}

.updatedDate {
    color: #7D7D7D;
    font-size: var(--font-18);
    margin-bottom: 10px;
}

.ctcSection, .slideDeckSection {
    padding: 0 3vw !important;
}

.cardText {
    width: 90%;
}

.locationsSection {
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: 49vh;
    color: #2E2E2E;
}

.loc_heading {
    font-size: var(--font-36);
    font-weight: 600;
}

.loc_text_1 {
    font-size: var(--font-20);
}

.loc_text_2 {
    font-size: var(--font-23);
}

.loc_text_3 {
    font-size: var(--font-25);
    font-weight: 600;
}

.loc_text_4 {
    font-size: var(--font-23);
    font-weight: 600;
    margin-bottom: 1.5rem !important;
}

#pBreifDetails{
    font-size: 16px;
}

.fw-bold{
    font-size: 16px ;
    font-weight:600;
}
.loc_text_5 {
    /* font-size: var(--font-23); */
    font-weight: 600;
}

.loc_text_6 {
    font-size: var(--font-20);
    color: #0E9E1D !important;
}

.loc_text_7 {
    /* font-size: var(--font-20); */
}

.bor-bot {
    border-bottom: 1px solid #EAEFF2;
}

.px-3vw {
    padding-left: 3vw;
    padding-right: 3vw;
}

.locationSearch {
    width: 15vw;
    border-radius: 56px;
    border: 1px solid #A6B9CA;
    outline: none;
    font-size: var(--font-22);
    text-align: center;
}

.tbsContent {
    padding: 1rem 4vw;
}

.table-header {
    background-color: #127AD4;
    font-size: var(--font-20);
    color: #FFFFFF;
    font-weight: 600;
}

.table-content {
    background-color: #F4F6FA;
}

    .table-content .ex-drug-details div p:first-child {
        font-size: var(--font-18);
        color: #000000;
        font-weight: 600;
        margin-bottom: 0.75rem;
    }

    .table-content div p:nth-child(2) {
        font-size: var(--font-18);
        color: #000000;
    }

.infoBoxes {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
}

.infobox-1 {
    background-color: #127AD4;
}

    .infobox-1 svg, .infobox-2 svg {
        width: 4.5vw;
    }

    .infobox-1 p:nth-child(2) {
        font-size: var(--font-20);
        color: #BCCDF8;
    }
    .infobox-1 p:nth-child(3) {
        font-size: var(--font-20);
        color: #BCCDF8;
    }

        .infobox-1 p:nth-child(2) a {
            color: #FFFFFF !important;
        }
    .infobox-1 p:nth-child(3) a {
        color: #FFFFFF !important;
    }

.infobox-2 p:nth-child(2), .infobox-2 p:nth-child(2) a  {
    font-size: var(--font-20);
    color: #363636;
}

.infobox-2 {
    background-color: #F0F3E2;
}

.infoBoxes {
    margin-top: calc(1rem + 4vh);
}

    .infoBoxes > div {
        border-radius: 17px;
    }

.table-header {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

    .table-header p:first-child, #divExperimentaldetails {
        border-right: 1px solid #D7E4FF;
    }

.table-content {
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
}

.Header-sm-resources {
    font-size: var(--font-22);
    font-weight: 900;
    color: #353535;
    margin-bottom: 1rem;
}

.resourceSection {
    margin-bottom: 4rem;
}

.researchBlock {
    background-image: url('../assets/images/resourses/researchBlockBg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem;
    border-radius: 15px;
}

.researchBlockElm {
    display: flex;
    margin-bottom: 1rem;
}

.researchBlockImgContainer {
    width: 8%;
}

.reseasrchBlockText {
    color: #353535;
    text-decoration: underline;
    cursor: pointer;
}

.productSupportHeaderContainer {
    display: flex;
    margin-bottom: 2rem;
}

.productSupportBlock {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.productSupportImgBlock {
    width: 25%;
}

.productSupportElm {
    width: 100%;
    padding: 3rem 2rem;
    border-radius: 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
    .productSupportElm a {
        word-break: break-all;
    }
    .productSupportElm1 {
        background-image: url('../assets/images/resourses/productSupportBg1.png');
    }

.productSupportElm2 {
    background-image: url('../assets/images/resourses/productSupportBg2.png');
}

.productSupportElm3 {
    background-image: url('../assets/images/resourses/productSupportBg3.png');
}

.productSupportLinks {
    padding-left: 25%;
    padding-right:10px;
}

.productSupportHeaderText {
    font-size: var(--font-19);
    color: #fff;
    font-weight: 900;
}

.productSupportLinks a {
    color: #fff !important;
    text-decoration: underline !important;
    cursor: pointer;
    display: block;
    font-size: var(--font-18);
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.text-sm {
    color: #fff;
    font-size: 15.3px;
    text-decoration: underline;
    line-height: 127%;
    margin-bottom: 0.5rem;
}


.accordion-item{
margin-bottom: 10px;
}

.accordion-item, .accordion-button  {
    border-radius: 10px !important;
    font-weight: 600;
    font-size: 20px !important;
  }

  .accordion-button:not(.collapsed){
    background-color:transparent !important;
    box-shadow:none !important;
    color:#000 !important;
  }

  .accordion-button:focus{
    border-color:transparent !important;
    box-shadow: none !important;
  }

 .p-Linkhead{

    a{
        font-weight: 700;
        color: #0081C6 !important;
    }
span {
    font-weight: 700;
    color: #0081C6 !important;
    text-decoration:underline;
    cursor:pointer;
}
}
.box_number {
    color: #5B5B5B !important;
}

    
 .tdpadding{
    padding-left: 70px !important;
 }


 .table-box{
    font-size: 16px;
    margin-top: 10px;
    padding:10px 25px;
    border:1px solid #e4e4e4;
    border-radius: 20px !important;
 }

 table > thead > tr > th{
    font-size: 16px !important;
    color:#6C6C6C !important;
    font-weight: 600 !important;
 }


 table > thead > tr > td{
    width:400px !important;

    img{
        width:300px !important;
        vertical-align: middle;
    }
 }

 .mobi_accordion{
    display: none !important;
}

.desktop_accordion{
    display: block !important;
}

.btn_ELZ{
    background-color:#127AD4 !important;
    padding:15px !important;
    font-size: 28px !important;
    color: white !important;
    margin-bottom: 20px !important;
}

.bottom_para{
    margin-top: 22px;
}


.flex-1{
    display: flex;
    column-gap: 20px ;
}
.flex-2{
    display: flex;
    column-gap: 20px ;
}

.modalimageblock{
    background-color: #fff;
    padding: 20px;
    border: 0.5px solid #A9A9A9;
    border-radius: 10px;
    margin-bottom:40px;
img{
    width: 100%;
    height: auto;
   
}

h4 {
    /* font-family: "proxima-nova", sans-serif !important; */
    text-align: center;
}

}

.ArmModuleTable {
    table-layout: fixed; /* Ensures equal column widths */
    width:100%;
    td{
    padding-block: 1.5rem;
    padding-inline: 3rem;
    word-wrap: break-word; /* Prevents overflow */
    width: 50%;
}

.tableheaderArmModule {
    td{
    background: #127AD4;
    font-size: var(--font-20);
    color: #FFFFFF;
    font-weight: 600;
}
}
.tbodyData{
    td{
    background: #F4F6FA;
    border: 1px solid #D7E4FF;
    padding-block: 1rem;
}
p {
    font-size: var(--font-18);
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.75rem;
    
}
}
}
.tableheaderArmModule td:first-child {
    border-top-left-radius: 1rem;
    border-right:1px solid #FFFF;
}

.tableheaderArmModule td:nth-child(2) {
    border-left: 1px solid #FFFF;
    border-top-right-radius: 1rem;
}
.interventionfont {
    font-weight: 400 !important;
    margin-bottom:0rem;
}

.study-location-container :hover{
    cursor: pointer;
}


@media only screen and (max-device-width: 767px) {
    #map {
        width: 100%;
        height: 400px;
    }
    .cardBody{
        width:92% !important;
        margin:15px !important;
        
    }
    .arrow-icon{
        margin-bottom:17px;
    }
    .publication_alert p{
        margin-bottom:0px ;
    }
}

@media only screen and (max-width: 1300px) {
    .publication_alert {
        height: max-content !important;
    }

}.publication_alert {
    background-color: #ff7f22;
    color: #fff;
    min-height: 6vh;
    padding: 10px var(--left-rightspace);
    display: grid;
    grid-template-columns: 1fr auto;
    gap:10px;
    align-items: center;
    font-size: var(--font-20);
}
publication_alert p{
    margin-bottom:0px !important;
}
.publication_alert p a {
    color: #fff;
}
.exit_banner {
    transition: transform 0.3s linear;
    font-size: var(--font-14);
}
    .exit_banner:hover {
        transform:scale(1.1);
        cursor:pointer;
    }
.arrow-icon {
    transition: transform 0.3s ease-in-out;
    cursor: pointer !important;
}


.publication_alert p {
    margin-bottom: 0px !important;
}
.back-line{
    display:flex;
    align-items:center;
    cursor:pointer !important;
    gap:8px;
    margin-bottom:1.5rem;
}
.back-line i{
    margin-bottom:14px;
}
.back-line p{
    font-weight:500;
}
.accordian1{
    margin-bottom:20px !important;
}

.pagination-container {
    
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    /*flex-wrap: wrap;*/
    background-color: #f9f9f9;
    width:29%;
}

    .pagination-container .pagecard {
        margin: 0.5rem;
        /* padding: 6px 12px;*/
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s;
        border-radius: 50%;
        aspect-ratio: 1 / 1;
        width: 11%;
       /* width: -webkit-fill-available;*/
    }
    .pagination-container .slidecard {
        font-size: 15px;
        padding: 0rem 0.5rem 0rem 0.5rem;
        margin: 0.8rem;
        border-radius: 5px;
        border: 1px solid #CECECE;
    }
    .pagination-container .pagecard:hover {
        background-color: #E2E2E2;
        border: 1px solid #CECECE
    }

    .pagination-container .active-page {
        background-color: #E2E2E2;
        border: 1px solid #CECECE
    }
.year-card-pagination {
    display: flex;
    width: auto;
    padding: 1.5rem 2.5rem 2.5rem;
    justify-content: end;
}
/*.quickLinksParent[aria-expanded="true"] .arrow-icon {
    transform: rotate(180deg);
}*/
.quickLinksParent:not(.collapsed) .arrow-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.quickLinksParent.collapsed .arrow-icon {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    justify-content: flex-start !important;
}
.mobileDisplay{
    display:none;
}
.questspan{
    background-color:unset !important;
    padding:9px !important;
    font-size:2.5rem !important;
}
.spacecard {
    font-size: 20px;
    margin: 4px 10px;
}
.displayLink{
    align-items:center;
}
.dispalyLinkd{
    font-size:24px;
    font-weight:600;
}
.readcard {
    font-size: 13px;
    color: dodgerblue;
    font-weight: 200;
}

   

