@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Inter', sans-serif;*/

:root {
    --fcv2-black: #000;
    --fcv2-white: #fff;
    --fcv2-blue: #0088CE;
    --fcv2-lightblue: rgba(0,136,206,0.8);
    --fcv2-grey: #D9D9D9;
    --fcv2-darkgrey: #616060;
    --fcv2-red: #FF0101;
    --smalt: #00368B;
    --color-alice-blue: #F2FAFD;
    --fcv2-greyTA: #4E4E4E;
    /* new footer */
    --TA: #0088CE;
    --TARGB: rgba(0, 136, 206, 0.10); 
    --TARGBINHEX: #e5f3fa;
    --TAFilter: brightness(0) invert(34%) sepia(72%) saturate(4196%) hue-rotate(181deg) brightness(99%) contrast(101%); 
}
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: var(--fcv2-black);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

/*-----------  Site loader css --------------*/
.or-divider {
    margin: 22px 0;
    position: relative;
    height: 1px;
    width: 100%;
    background: var(--fcv2-blue);
}

.or-divider:after {
    position: absolute;
    content: 'OR';
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0px;
    padding: 0 10px;
    background: #ffffff;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999999999999;
}
#status {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
/*-----------  Site loader css end --------------*/
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--fcv2-black) solid;
  opacity: 0.25;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1.commn-h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}
h1.commnBanner-h1 {
    font-size: 32px;
    font-weight: 600;
}
h2.commn-h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
}
button.btn {
    background: var(--fcv2-blue);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.408px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
#healtcare-professional-popup .commonPopupContent button {
    box-shadow: unset;
    padding: 4px 30px;
    width: 60%;
    justify-content: center;
}
button.btn:hover, a.commonBigAnchorBtn:hover {
    border: 1px solid var(--fcv2-blue);
    background-color: transparent;
}
button.btn:foucs, a.commonBigAnchorBtn:foucs {
    box-shadow: unset;    
}
button.btn:hover img, a.commonBigAnchorBtn:hover img {
    filter: unset;
}
a.commonBigAnchorBtn {
    background-color: var(--fcv2-blue);
    color: var(--fcv2-white);
}
.commonInnerPagebanner {
    background-size: cover;
    background-position: center center;
    padding: 50px 0px;
}
.comnBannerLeftContent {
    background: var(--fcv2-lightblue);
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 45px;
    margin-left: 8%;
}
.comnBannerLeftContent h1.commnBanner-h1 {
    color: var(--fcv2-white);
}
.comnBannerLeftContent p {
    color: var(--fcv2-white);
    margin-bottom: 0;
}
.commonInnerPagebanner .comnBannerLeftContent span.btmCorner::before,
.commonInnerPagebanner .comnBannerLeftContent span.btmCorner::after,
.commonInnerPagebanner .comnBannerLeftContent::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;   
    height: 25px;
    width: 25px;
}
.commonInnerPagebanner .comnBannerLeftContent span.btmCorner::before {
    background-image: url(../img/Bracket_BottomLeft.png);
    left: 10px;
    bottom: 10px;
}
.commonInnerPagebanner .comnBannerLeftContent span.btmCorner::after {
    background-image: url(../img/Bracket_BottomRight.png);
    right: 10px;
    bottom: 10px;
}
.commonInnerPagebanner .comnBannerLeftContent::after {
    background-image: url(../img/Bracket_TopRight.png);
    right: 10px;
    top: 10px;
}
#menu-item-2908{
    display:none !important;
}
.patientPortalSection p {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    text-align: center;
    padding-right: 20px;
    color: var(--fcv2-white);
}
.patientPortalSection a {
    align-items:center;
    text-decoration: unset;
}
.patientPortalSection {
    background-color: var(--fcv2-blue);
    padding: 10px;
    margin-top: 15px;
}
.commonPopup {
    display: flex;
    position: fixed;
    width: 100%;
    background-color: rgb(0,0,0, 0.6);
    z-index: 99999999;
    bottom: 0;
    top: 0;
    padding: 25px;
    overflow-y: scroll;
}
.commonPopupContent {
    background-color: #fff;
    width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border: 1px solid #0088CE;
    border-radius: 10px;
    border-bottom: 7px solid #0088CE;
    position: relative;
    height: fit-content;
    margin: auto;
}
h4.mb-4.country_hcp_text {
    font-size: 14px;
    line-height: 20px;
    color: var(--fcv2-darkgrey);
}
.text-left {
    text-align: left;
}
.small-size {
    font-size: 14px;
}
#email-to-login.commonPopup .btn.closeBtn, #four-digit-passcode .closeBtn, #createAccount.commonPopup .btn.closeBtn {
    position: absolute; 
    right: 3px;
    top: 0px;
    z-index: 1;
    padding: 0px;
    border: none;
    outline: none;
    background: unset !important;
    box-shadow: unset !important;
    min-width: auto;
}
.commonPopupContent h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 15px;
}
.commonPopup button.btn {
    padding: 4px 105px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    border-radius: 6px;
    text-transform: Capitalize;
}
#healtcare-professional-popup .commonPopupContent button {
    font-size: 15px;
    font-weight: 300;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.commonPopupContent .row {
    justify-content: space-between;
    align-items: center;
}
.form-control {
    border-radius: unset;
    border: 1px solid var(--fcv2-blue);
}
.form-control::placeholder {
    color: var(--fcv2-black);;
}
.form-control:focus, .form-select:focus {
    box-shadow: unset;
    border-color:  var(--fcv2-blue);
}
.form-select {
    border-radius: unset;
    padding: 8px;
    border: 1px solid var(--fcv2-blue) !important;
    background-image: url(../img/dropdown_arrow.png);
    background-size: 10px;
    padding-right: 25px;
    color: var(--fcv2-black);
    z-index: 1;
    position: relative;
    background-color: transparent;
}
.commonPopup .howToAccessSection .howToAccessInfo {
    font-size: 14px;
    width: 70%;
}
.commonPopup .howToAccessSection .howToAccessInfo ul li {
    border-top: 1px solid var(--fcv2-blue);
    counter-increment: css-counter 1;
    padding: 5px 10px;
    padding-right: 0px;
}
.commonPopup .howToAccessSection .howToAccessInfo ul li::before {
    content: counter(css-counter) ". "; 
}
.commonPopup .howToAccessSection .howToAccessInfo ul li:last-child {
    border-bottom: 1px solid var(--fcv2-blue);
}
.commonPopup .howToAccessSection .howToAccessInfo ul {
    list-style: none;
    padding: 0;
}
.commonPopup .howToAccessSection span {
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    padding-right: 25px;
}
.commonPopup .howToAccessSection span::before {
    content: '';
    position: absolute;
    background-image: url(../img/down-polygon.png);
    width: 15px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    right: -5px;
    top: 8px;
    margin: auto;
}
.commonPopup .howToAccessSection .howToAccessInfo p {
    margin-bottom: 10px;
}
#four-digit-passcode .fourDigitPasscodeInputFields button.btn {
    margin: 0;
    margin-left: 25px;
    white-space: nowrap;
    padding-top: 6px;
    padding-bottom: 6px;
}
#four-digit-passcode .commonPopupContent button.closeIconBtn {
    border: unset;
    background-color: unset;
    position: absolute;
    right: 15px;
    top: 23px;
    z-index: 9;
}
#four-digit-passcode .commonPopupContent .col p {
    line-height: 13px;
    letter-spacing: 0.092px;
}
#visiting-popup .commonPopupContent,
#healtcare-professional-popup .commonPopupContent {
    text-align: center;
    margin: auto;
}
#visiting-popup.commonPopup button.btn,
#healtcare-professional-popup.commonPopup button.btn{
    margin-top: 0;
    margin-left: auto;
}
#visiting-popup.commonPopup button.btn {
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 99999;
}
#healtcare-professional-popup .commonPopupContent .col a.btn {
    display: flex;
    flex-direction: column;
    background-color: var(--fcv2-blue);
    align-items: center;
    padding: 15px 30px;
    color: var(--fcv2-white);
    line-height: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: unset;
}
#healtcare-professional-popup .commonPopupContent .col a.btn img {
    height: fit-content;
    width: fit-content;
    margin-top: 5px;
}
#register-form span#change_email img {
    margin-left: 5px;
    cursor: pointer;
}
.commonPopup .commonPopupContent .col {
  position: relative;
}
.commonPopup .commonPopupContent .col .palceholder {
    position: absolute;
    top: 0;
    left: 20px;
    color: #b1b1b1;
    margin: auto;
    display: none;
    bottom: 0;
    align-items: center;
}
.commonPopup .commonPopupContent .col label {
    font-weight: 400;
    color: var(--fcv2-black);
    letter-spacing: -0.408px;
    text-transform: capitalize;
    display: inline-flex;
    position: relative;
    /*margin-left: 98px;*/
}
.commonPopup .commonPopupContent .col label p {
    font-size: 11px;
}
.commonPopup .commonPopupContent .form-check label {
    text-transform: inherit;
}
#register-form.commonPopup .commonPopupContent .row .row {
    align-items: start;
}
.commonPopup .commonPopupContent .col .star {
  color: var(--fcv2-red);
}
#register-form.commonPopup .col.infoGraphicImg::before {
    height: 230px;
    width: 309px;
}
.commonPopup .commonPopupContent label.form-label.inputTitlelabel {
    position: relative;
    top: 15px;
}
.commonPopup .commonPopupContent label.form-label {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.092px;
    margin-top: 10px;
}
#inputMedicalID.form-text {
    position: absolute;
}
#inputMedicalID.form-text a{
    color: var(--fcv2-darkgrey);
    letter-spacing: -0.408px;
}
.commonPopup .commonPopupContent span.redStar {
    color: var(--fcv2-red);
}
.commonPopup .commonPopupContent .form-check-input {
    display: none;
}
.commonPopup .commonPopupContent label.form-check-label::before {
    content: '';
    -webkit-appearance: none;
    background-color: var(--fcv2-white);
    border: 1px solid var(--fcv2-blue);
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 7px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    height: fit-content;
    top: 0px;
}
.commonPopup .commonPopupContent .form-check-input:checked + label.form-check-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid #05BA36;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.commonPopup .commonPopupContent .form-check {
    padding: 0;
}
.commonPopup .commonPopupContent .communicationsChannels label.form-check-label {
    align-items: center;
}
.commonPopup .commonPopupContent .communicationsChannels label.form-check-label::before {
    top: 0px;
}
.commonPopup .commonPopupContent .communicationsChannels .form-check-input:checked + label.form-check-label:after {
    top: 9px;
}
.form-check-input:checked + .form-check-label  img{
    filter : brightness(0) invert(1);
}
span.ferring-color {
    color: var(--fcv2-blue);
}
.ferring-color-light{
   color: var(--fcv2-blue);
}
option[value=""][disabled] {
  display: none;
}
.holder {
    position: absolute;
    margin: 10px 0px;
    cursor: auto;
    z-index: 1;
    font-size: 15px;
    padding-left: 10px;
}
.red-mandatory {
    color: red;
}

#register-next {
    position: relative;
    font-weight: 700;
    font-size: 17px;
}

#register-next img {
    position: absolute;
    right: 20px;
}


#overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999999;
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
#register-form form .form-control{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.taSelectorSalesforce.commonPopup .commonPopupContent .form-check {
    margin-bottom: 12px;
}
.taSelectorSalesforce.commonPopup .commonPopupContent .form-check:last-child {
    margin-bottom: 0px;
}
.taSelectorSalesforce.commonPopup .commonPopupContent .form-check label.form-check-label {
    border: 1px solid #0088CE;
    border-radius: 6px;
    padding: 0px 10px;
    cursor: pointer;
    color: var(--fcv2-greyTA);
    min-height: 55px;
    display: flex;
    align-items: center;
    font-size: 25px;
}
.taSelectorSalesforce.commonPopup .commonPopupContent .form-check label.form-check-label span {
    padding-left: 10px;
}
.taSelectorSalesforce.commonPopup .commonPopupContent label.form-check-label::before,
.taSelectorSalesforce.commonPopup .commonPopupContent .form-check-input:checked + label.form-check-label:after {
    display: none;
}
.taSelectorSalesforce.commonPopup .commonPopupContent .form-check-input:checked + label.form-check-label {
    background-color: #0088CE;
    color: #fff;
}

/* Tab Section CSS started Here */
.tab-container {
    background-color: #f8f8f8;
    padding-top: 0px;
    padding-top: 0px;
    float: left;
    width: 100%;
}
.ta-title {
    font-size: 30px;
    margin-bottom: 0px;
}
.ta-nav-link {
    color: #747470;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.nav-item{
    position: relative;
}
.nav-pills .nav-link.active {
    color: #fff;
    z-index: 1;
    position: relative;
    background-color: transparent;
}
a.nav-link.ta-nav-link.active::before {
    content: '';
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: -2;
    border-radius: 10px 10px 0px 0px;
    z-index: -1;
}
/* Tab Section CSS ended Here */


/* Popup CSS started here */
.ta-hover-popup-container {
    width: 100%;
    position: absolute;
    display: none;
}
.ta-hover-popup {
    width: 500px;
    position: fixed;
    left: 60%;
    transform: translate(-50%, 0);
    background: #f6f6f6;
    border-radius: 15px;
    outline: 0;
    cursor: pointer;
    border: 1px solid black;
    padding: 20px;
    margin: 0;
    margin-top: 40px;
}
.nav-link:hover+ .ta-hover-popup-container {
    display: flex;
    position: fixed;
    width: 100%;
    background-color: rgb(0,0,0, 0.6);
    z-index: 99999;
    bottom: 0;
    left: 0;
}
.menu-hover-image {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin-left: 5px;
}
.popup-hover-text{
    font-size: 15px;
}
.ta-hover-popup p {
    color: black;
    margin: 0px;
}
.product-resources-hover-popup{
    left: 55% !important;
}
.knowledge-center-hover-popup{
    left: 75% !important;
}
.science-innovation-hover-popup{
    left: 75% !important;
}
.news-events-hover-popup{
    left: 80% !important;
}
/* Popup CSS ended here */
#loggoff-header .headerLoggoffMainInner img {
    /* max-width: 240px; */
}
.headerMenu .ta-title-col {
    align-items: center;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}
.commonPopupContent > .row {
    padding-top: 60px;
}
#healtcare-professional-popup .commonPopupContent > .row {
    padding-top: 0;
}
input#reg-Email {
    padding-right: 40px;
}
.multiLangFlags {
    position: relative;
    margin-right: 5px;
    display: flex;
    align-items: center;
}
.wpml-ls-legacy-dropdown {
    width: unset;
}
.loginFormpatientPortalText {
    /* max-width: 56%; */
    margin: auto;
    margin-top: 35px;
    width: 400px;
}
.loginFormpatientPortalText a {
    text-decoration: none;
    border-bottom: 1px solid var(--fcv2-blue);
    color: var(--fcv2-blue);
}
#loggoff-header .headerLoggoffMainInner img {
    max-width: 284px;
}
img.v2-menu.gastro-menu {
    display: none;
}
/*cookie icon*/
div.ot-floating-button__front {
    background-image: url('../img/otpersistent_cookie_icon.png');
}
#ot-sdk-btn-floating.ot-floating-button {
    bottom: 80px !important;
}
.login-how-to-use-sec span {
    margin-bottom: 10px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.login-how-to-use-sec span i.fa {
    font-size: 18px;
    position: relative;
    top: 2px;
}
.login-how-to-use-sec .how-to-use-content {
    display: none;
    text-align: left;
}
.login-how-to-use-sec .how-to-use-content ol {
    padding: 0;
    padding-left: 15px;
}
.login-how-to-use-sec .how-to-use-content ol li {
    padding-bottom: 6px;
    padding-top: 6px;
    position: relative;
}
.hwu-180 {
    transform: rotate(180deg);
}
.login-how-to-use-sec {
    font-size: 14px;
    line-height: 20px;
    color: var(--fcv2-darkgrey);
    margin: auto;
    width: 400px;
    margin-bottom: 25px;
}

/*Media Query below*/

@media screen and (max-width: 1699px) {
    body {
        font-size: 16px !important;
    }
    .nav-link:hover+ .ta-hover-popup-container {
        top: 134px;
    }
    .firstContainer {
        max-width: 1330px;
        margin: auto;
    }
    .secondContainer {
        max-width: 1200px;
        margin: auto;
        padding: 0px 15px;
    }
}
@media screen and (min-width: 1700px) {
    body {
        font-size: 18px !important;
    }
    .nav-link:hover+ .ta-hover-popup-container {
        top: 134px;
    }
    .firstContainer {
        max-width: 1600px;
        margin: auto;
    }
    .secondContainer {
        max-width: 1470px;
        margin: auto;
    }
    .commonInnerPagebanner {
        background-position: center bottom;
    }
    #visiting-popup .commonPopupContent,
    #healtcare-professional-popup .commonPopupContent {
        transform: scale(1) !important;
    }
}
@media screen and (max-width: 1100px) {
.contact-number-per-issue .contact-number-per-issue-item .contact-number-per-issue-item-content {
     min-height: 297px;
}    
}
@media screen and (max-width: 992px) {
    .freemium .tab-container {
        display: none;
    }
    .search-results h4, .no-data-found h4, .search-results-div h4, h4.commonsearch{
        color:#000;
      }
    #visiting-popup .commonPopupContent {
        padding-left: 15px;
        padding-right: 15px;
    }
    #homepage_mobile_slider .col-12.mobile-animation {
        margin-top: 30px;
        position:relative;
    }
    #news .no-data-found {
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {
    #ta-selector-salesforce .commonPopupContent > .row{
        padding-top: 25px;
    }
    .row {
        width: 100%;
        margin: auto;
    }

    .desktop-view {
        display: none !important;
    }

    .dr-nav-activated .content-area {
        padding-top: 80px !important;
    }
    .commonPopup .howToAccessSection .howToAccessInfo {
        width: 100%;
    }
    .commonPopupContent h3 {
        font-size: 24px;
    }

    #register-form.commonPopup form {
        display: unset;
    }

    .MedicalIdField {
        margin-bottom: 40px !important;
    }

    .MedicalIdField #inputMedicalID.form-text {
        right: 10px;
    }

    #register-form.commonPopup form .communicationsChannels .form-check {
        display: block;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .commonPopup .commonPopupContent .col.infoGraphicImg .col-3 img {
        display: none;
    }

    #register-form.commonPopup .commonPopupContent .col-9 {
        width: 100%;
        padding: 0px 20px;
    }

    .commonPopup .commonPopupContent label.form-label.inputTitlelabel {
        padding: 0px 15px;
    }

    #register-form.commonPopup span#change_email {
        padding: 0px 20px;
    }

    #register-form.commonPopup .commonPopupContent {
        background-image: unset;
    }

    #four-digit-passcode .commonPopupContent button.closeIconBtn img {
        display: none;
    }

    #four-digit-passcode .commonPopupContent button.closeIconBtn {
        position: unset;
    }

    #visiting-popup .commonPopupContent .col img,
    #healtcare-professional-popup .commonPopupContent .row.mb-4 .col img {
        display: none;
    }

    #visiting-popup .commonPopupContent .row.mb-4,
    #healtcare-professional-popup .commonPopupContent .row.mb-4 {
        margin-bottom: 0px !important;
    }

    #visiting-popup .commonPopupContent h3 {
        color: var(--fcv2-black);
        padding-right: 0;
    }

    #healtcare-professional-popup .commonPopupContent .col a.btn {
        flex-direction: row;
        justify-content: space-between;
    }

    #healtcare-professional-popup .commonPopupContent .row .row {
        display: flex;
        flex-direction: column;
    }

    #healtcare-professional-popup .commonPopupContent .row .row .col {
        margin-bottom: 15px;
    }

    #healtcare-professional-popup .commonPopupContent h3 {
        padding: 0;
        color: var(--fcv2-black);
    }
    .multiLangFlags {
        right: 37px;
    }
}

@media screen and (max-width: 479px) {
    .commonPopupContent {
        width: 100%;
    }
    .taSelectorSalesforce.commonPopup .commonPopupContent .form-check label.form-check-label {
        font-size: 16px;
    }
}


@media screen and (min-width: 993px) {
    .search-results h4, .no-data-found h4, .search-results-div h4 {
      color:#ffffff;
      font-size: 1.2rem;
    }
    h4.commonsearch {
      font-size: 1.2rem; 
    }
    #email-to-login .commonPopupContent, #createAccount .commonPopupContent {
        padding: 0px 104px 60px 104px;
    }
    .ta-right-header-menu ul.nav.nav-pills {
        justify-content: end;
        float: right;
    }
    #healtcare-professional-popup .confirm_valid_hcp {
        margin-left: 98px;
    }    
}
@media screen and (min-width: 768px) {
    #ta-selector-salesforce .commonPopupContent > .row{
        padding-top: unset;
    }
    .mobile-view {
        display: none !important;
    }
    .dr-nav-activated .content-area {
        padding-top: 150px !important;
    }
    #register-form.commonPopup button.btn.closeBtn {
        margin-left: auto;
        margin-top: 0;
        margin-bottom: 20px;
        
    }
    #four-digit-passcode .fourDigitPasscodeInputFields {
        display: flex;
        align-items: center;
    }
    #healtcare-professional-popup .commonPopupContent {
        width: 720px;
        padding: 28px 104px 26px 104px;
        transform: scale(0.9);
    }
}

@media screen and (max-width: 600px) {
    .loginFormpatientPortalText, .login-how-to-use-sec {
        width: 100%;
    }
}

@media screen and (max-width: 399px) {
   
    #four-digit-passcode .commonPopupContent button.btn {
        margin: auto;
        margin-top: 15px;
    }
    #healtcare-professional-popup .confirm_valid_hcp {
        margin-left: 0px;
    }
    #register-form.commonPopup button.btn.closeBtn {
        margin-left: auto;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px)  {
    h2.commn-h2{
        font-size:16px;
    }
    .commonPopup .commonPopupContent {
        padding-left: 50px;
        padding-right: 50px;
    }
}

button.btn.HomeRegisterBtn {
    text-transform: none;
    background: var(--fcv2-white);
    color: var(--fcv2-blue);
    padding: 0px 25px;
    z-index: 1;
}

@media only screen and (min-width: 400px) and (max-width: 767px)  {
    #four-digit-passcode .fourDigitPasscodeInputFields button.btn {
        position: absolute;
        bottom: 0;
        left: 150px;
        margin: 0;
    }
    .buildingFamilyleftColumnInnerMobile button.btn.HomeRegisterBtn {
        background: var(--fcv2-blue);
        color: var(--fcv2-white);
    }
}

@media only screen and (min-width: 993px) and (max-width: 1199px)  {
    .ta-right-header-menu ul.nav.nav-pills .nav-link {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 14px;
    }  
    .news-events-hover-popup{
        left: 75% !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 857px)  {
    .commonPopupContent h3{
        font-size:27px;
    }    
}

@media only screen and (min-width: 993px) and (max-width: 1027px)  {
    h2.commn-h2{
        font-size:21px;
    }    
}
@media only screen and (min-width: 400px) and (max-width: 599px) {
    /* #healtcare-professional-popup .commonPopupContent button {
        width: 100%;
        display: flex;
        justify-content: center;
    } */
}
@media only screen and (min-width: 768px) and (max-width: 1300px)  {
    #ot-sdk-btn-floating .ot-floating-button__front, #ot-sdk-btn-floating .ot-floating-button__back {
        top: -100px;
    }
    .logoutFooterInner .list-unstyled {
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .buildingFamilyleftColumnInnerMobile button.btn.HomeRegisterBtn {
        background: var(--fcv2-blue);
        color: var(--fcv2-white);
    }
    #healtcare-professional-popup .commonPopupContent button {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

/* Popup CSS ended here */
#loggoff-header .headerLoggoffMainInner img {
    /* max-width: 240px; */
}
.breadcrumbSection p a{
    color:#ffffff;
    text-decoration:none;
}
.ta-title span{
    cursor: pointer;
}
.fertility .ta-title {
    color: var(--violet-red);
}
.gastroenterology .ta-title {
    color: var(--dark-aquamarine);
}
body.freemium {
   font-family: 'Inter', sans-serif !important; 
}
.freemium .ta-title a[data-url='fertility'] {
  /* Your CSS styles here */
    color: var(--violet-red);
    text-decoration: none;
}
.freemium .ta-title a[data-url='gastroenterology'] {
  /* Your CSS styles here */
    color:  var(--dark-aquamarine);
    text-decoration: none;
}
@media screen and (min-width: 768px){
    .taSelectorSalesforce.commonPopup .commonPopupContent {
        padding: 50px 40px;
    }
}
@media screen and (max-width: 435px) {
    #loggoff-header .headerLoggoffMainInner .col-4 img {
        width: 210px;
    }
}
#register-form form .custom-checkbox label a{
    color: var(--fcv2-blue);    
}
.openPopupifno i.fa.fa-angle-right.expanded {
    transform: unset !important;
}