
@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 {
    --white: #fff;
}
.globalLandingDropdown {
    transform: unset;
    top: 0;
    position: relative !important;
    /* width: 232px; */
}
.request-a-meeting-tab-img {
    width: 38px;
    margin-bottom: 5px;
    margin-top: 19px;
}
p.request-a-meeting-tab-text {
    font-size: 11px;
    color: white;
}
a.request-a-meeting-tab {
    width: 143px;
    height: 77px;
    position: fixed;
    right: 0px;
    bottom: 14%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0 12px 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 100;
    background-color: #2392cf;
}
.top-social-user li, .profile-button  li.profile-btn {
    list-style: none;
    position: relative;
    padding: 0px 10px;
}
.therepatic-dropdown .borderRightli:after {
    content: "";
    border-right: 1px solid var(--fcv2-blue);
    position: absolute;
    width: 2px;
    height: 22px;
    right: 0px;
    top: 8px;
}
/* li.profile-btn:after {
    content: "";
    border-right: 1px solid var(--fcv2-blue);
    position: absolute;
    width: 2px;
    height: 22px;
    right: -12px;
    top: -1px;
} */
a.requestMeeting {
    background-color: #008fd1;
    padding: 10px 18px 10px 18px;
    font-size: 15px;
    border-radius: 22px;
    text-decoration: none;
    color: #fff;
}
.headerLoggedMainInner {
    padding: 15px;
    background-color: #fff;
}
.profile-button ul {
    padding-right: 0px;
    margin-bottom: 0 !important;
    padding-left: 0;
}
.searchBar {
    text-align: center;
}
.searchBar span.search-icon {
    right: 8px;
}
.loginpage .headerMenu h4.ta-title {
    color: var(--TA);
}
.profile-button li.profile-btn a {
    color: #008fd1;
    text-decoration: none;
    font-size: 20px;
}
.top-social-user li {
    padding-left: 10px;
    padding-right: 10px;
}
.top-social-user label {
    font-size: 12px;
}
.globalLandingDropdown ul.therepatic-dropdown {
    /* width: 235px; */
    width: 290px;
    border: unset;
    overflow: visible;
    padding: 0;
    text-align: center;
}
.globalLandingDropdown ul.therepatic-dropdown a#change_area {
    color: var(--fcv2-blue);
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    font-weight: 600;
    padding-right: 38px;
}
.globalLandingDropdown ul.therepatic-dropdown.open-dropdown a#change_area {
    background-color: var(--fcv2-blue);
    color: var(--fcv2-white);
}
.sub-li {
    display: none;
    position: absolute;
/*    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
    padding: 10px;
    width: 100%;
        box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);
    border: 1px solid var(--fcv2-blue);
}
.requestMeetingSec {
    width: 100%;
}
.sub-li li {
    display: block;
}

/* Styling for the sub-menu items */
.sub-li a {
    display: block;
    color: #333; /* Text color */
    text-decoration: none;
    padding: 5px 10px;
}

.sub-li a:hover {
    background-color: #f4f4f4; /* Hover background color */
}

/* Positioning the dropdown */
.therepatic-dropdown li {
    position: relative;
}

/* Show the dropdown on hover */
/* .therepatic-dropdown li:hover .sub-li {
    display: block;
    border-radius: 0px 0px 14px 14px;
    overflow: hidden;
} */
.therepatic-dropdown .borderRightli.submenuopen .sub-li {
    display: block;
    overflow: hidden;
    border-radius: 0px 0px 14px 14px;
}
.therepatic-dropdown .borderRightli.submenuopen a#change_area {
    background-color: var(--fcv2-blue);
    color: #fff;
}
.therepatic-dropdown .borderRightli.submenuopen a#change_area:after {
    border-top-color: var(--fcv2-white);
    transform: rotate(-180deg);
}
.globalLandingDropdown ul.therepatic-dropdown li ul li a:hover{
    background-color: var(--fcv2-grey);
    color: var(--fcv2-blue);
}
.globalLandingDropdown ul.therepatic-dropdown li ul li a {
    background-color: unset;
    color: #000;
    background-image: unset;
    border-bottom: 1px solid var(--fcv2-blue);
    padding: 8px 0px;
    background-color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.408px;
}
.therepatic-dropdown::before {
    display: none;
}
ul.therepatic-dropdown a#change_area:after {
    content: "";
    margin-left: 5px;
    /* margin-bottom: 5px; */
    vertical-align: middle;
    border-top: solid 10px var(--fcv2-blue);
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    cursor: pointer;
    display: inline-block;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
    right: 11px;
    position: absolute;
    top: 17px;
}
ul.therepatic-dropdown.open-dropdown a#change_area:after {
    transform: rotate(-180deg);
    border-top: solid 9px var(--fcv2-white);
    cursor: pointer;
}
.breadcrumbs.mainBreadcrumbs li.breadcrumb-item, .breadcrumbs.mainBreadcrumbs li.breadcrumb-item a {
    display: block;
}
li.breadcrumb-item p {
    width: 100%;
    padding-right: 10px;
    margin-bottom: 0;
}
li.breadcrumb-item a {
    /* padding-left: 10px; */
}
 body.fertility .headerMenu h4.ta-title  {
    color: var(--violet-red);
}
body.gastroenterology .headerMenu h4.ta-title  {
    color: var(--TA);
}
body.obstetrics .headerMenu h4.ta-title  {
    color: var(--violet-red);
}
.headerMenu h4.ta-title  {
    font-size: 22px;
    margin-bottom: 0px;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
}
a.requestMeeting:hover {
    color: #fff;
}
.chooseWebsite li.active img {
    max-width: 33px !important;
}
.chooseWebsite li img {
    max-width: 30px !important;
}
.headerMenu ul.nav.nav-pills li.nav-item {
    /* height: 46px; */
    position: relative;
    z-index: 1;
}
.headerMenu ul.nav.nav-pills li.nav-item.active {
    background-color: var(--TA);
    border-radius: 10px 10px 0px 0px;
}
.headerMenu ul.nav.nav-pills li.nav-item.active a.nav-link.ta-nav-link {
    color: var(--white);
}
div#logged-header .breadcrumbs.mainBreadcrumbs nav {
    padding: 10px 10px 10px 0px;
}
.landing-page-header.commn-top-banner {
    padding-top: 236px;
}
div#logged-header {
    /* position: fixed;
    width: 100%;
    z-index: 99;
    top: 0; */
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    line-height: 22px;
}
.globalStickyHeader .headerLoggedMainInner {
    /* padding: 12px;
    transition: all 0.5s; */
}
.globalStickyHeader h4.ta-title {
    /* font-size: 25px;
    transition: all 0.3s; */
}
.globalStickyHeader nav ol.breadcrumb p, .globalStickyHeader nav ol.breadcrumb a, .globalStickyHeader nav ol.breadcrumb li.breadcrumb-item.active, .globalStickyHeader .headerMenu ul.nav.nav-pills li.nav-item a.nav-link.ta-nav-link {
    /* font-size: 15px;
    transition: all 0.3s; */
}
li.profile-btn a {
    font-size: 15px;
}
/* .searchBar input {
    font-size: 15px;
} */
/* .single-knowledge_centre li.breadcrumb-item.nonLogHome {
    display: none;
}
.single-events li.breadcrumb-item.nonLogHome {
    display: none;
} */
#visiting-popup.commonPopup button.btn {
    background: unset !important;
}
ul.product-submenu-list {
    display: none;
    position: absolute;
    width: 100%;
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);
    border: 1px solid var(--fcv2-blue);
    list-style: none;
    padding: 0px;
    text-align: center;
}
li.nav-item.product-information-menu:hover ul.product-submenu-list {
    display: block;
    border-radius: 0px 0px 14px 14px;
    overflow: hidden;
    background-color: #fff;
}
li.nav-item.product-information-menu:hover {
    /* background-color: var(--TA); */
    border-radius: 10px 10px 0px 0px;
}
.loginpage .nav-item.product-information-menu:hover a.nav-link.ta-nav-link::before {
    content: '';
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 2px;
    border-radius: 10px 10px 0px 0px;
    z-index: -1;
    background-color: var(--TA);
    height: 100%;
}
li.nav-item.product-information-menu:hover > a {
    color: var(--white);
}
li.nav-item.product-information-menu:hover ul.product-submenu-list a {
    text-decoration: unset;
    color: var(--black);
    display: block;
    padding: 5px 15px;
    font-size: 16px;
}
li.nav-item.product-information-menu:hover ul.product-submenu-list li:hover a {
    color: var(--TA);
    font-weight: 500;
}
li.nav-item.product-information-menu:hover ul.product-submenu-list li:not(:last-child) a {
    border-bottom: 1px solid var(--water-blue);
}
/*Header Responsive*/


/* Below css get from common-version2.css for make common header */
#loggoff-header .headerLoggoffMainInner {
    padding: 15px;
    background: var(--bs-white);
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.ta-nav-link {
    color: #747470;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    align-items: center;
}
a.nav-link.ta-nav-link.active::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 2px;
    bottom: -2px;
    border-radius: 10px 10px 0px 0px;
    z-index: -1;
}
li.nav-item.active a.nav-link.ta-nav-link::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 2px;
    border-radius: 10px 10px 0px 0px;
    z-index: -1;
    background-color: var(--TA);
    height: 100%;
}
.nav-pills .nav-link.active {
    /* color: var(--TA); */
    z-index: 1;
    position: relative;
    background-color: transparent;
}
#logged-header #ta-tab-menu {
    background-color: #f8f8f8;
    padding: 0px 20px;
    float: left;
    width: 100%;
}
.breadcrumbs.mainBreadcrumbs {
    padding: 0px 20px;
}
.headerMenu .ta-title-col {
    align-items: center;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ta-right-header-menu {
    /* margin: 0; */
}
.header-top-sec.fc-desktop.addHeader {
    padding: 15px 0px;
}
/* .loginpage .nav-pills .nav-item:not(.product-information-menu, .active):hover a, .nav-pills .nav-item:not(.product-information-menu) .nav-link:not(.active):focus {
    color: var(--TA);
} */
.nav-pills .nav-item:not(.product-information-menu) .nav-link:not(.active):focus {
    color: #747470;
}
.loginpage .nav-pills .nav-item:not(.product-information-menu, .active):hover a {
    color: var(--TA);
}
.nav-pills .nav-item.product-information-menu .nav-link:not(.active):focus {
    color: #747470;
}
.nav-pills .nav-item.product-information-menu:hover .nav-link:not(.active):focus {
    color: var(--white);
}
#ta-tab-breadcrumb p {
    visibility: hidden;
}
.page-template-therapeutic-landing .breadcrumbs.mainBreadcrumbs li.breadcrumb-item {
    visibility: hidden;
}
.page-template-therapeutic-landing .headerMenu h4.ta-title {
    pointer-events: none;
}
.post-type-archive-knowledge_centre .breadcrumbs.mainBreadcrumbs li.breadcrumb-item.active,
.page-template-science-and-innovation .breadcrumbs.mainBreadcrumbs li.breadcrumb-item.active,
.page-template-archive-news-and-events .breadcrumbs.mainBreadcrumbs li.breadcrumb-item.active,
.page-template-ibd-resource-kit .breadcrumbs.mainBreadcrumbs li.breadcrumb-item.active,
.page-template-fertility-plan-app .breadcrumbs.mainBreadcrumbs li.breadcrumb-item.active,
.breadcrumbSection p u  {
    text-decoration: unset;
}
.single-products li.nav-item.product-information-menu a.nav-link.ta-nav-link {
    color: var(--white);
}
.single-products li.nav-item.product-information-menu a.nav-link.ta-nav-link::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 2px;
    border-radius: 10px 10px 0px 0px;
    z-index: -1;
    background-color: var(--TA);
    height: 100%;
}
.header-top-sec.fc-desktop.loginpage {
    position: fixed;
    width: 100%;
    z-index: 11111;
    /* transition: all 0.5s; */
    top: 0;
}
#loggoff-header .headerLoggoffMainInner .col-4 {
    display: flex;
    align-items: center;
}
#loggoff-header .headerLoggoffMainInner .countryflag img {
    max-width: 70px;
    margin-left: 15px;
}



@media screen and (min-width: 1700px) {
    .firstContainer {
        max-width: 1600px;
        margin: auto;
    }
    #loggoff-header {
        margin-bottom: 90px;
    }
    .ta-nav-link {
        font-size: 18px;
    }
    #ta-tab-menu .container.main-tablet-nav, .breadcrumbs.mainBreadcrumbs .container {
        max-width: 1340px;
        padding: 0px 15px;
    }
}
@media screen and (min-width: 1300px) {
    .sticky {
        top: 203px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1299px) {
    .sticky {
        top: 201px;
    }
}
@media screen and (max-width: 1699px) {
    .ta-nav-link {
        font-size: 16px;
    }
    #ta-tab-menu .container.main-tablet-nav, .breadcrumbs.mainBreadcrumbs .container {
        max-width: 1330px;
    }
    #logged-header #ta-tab-menu .container.main-tablet-nav, .breadcrumbs.mainBreadcrumbs .container {
        padding: 0;
    }
}

@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;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1300px) {
    .headerMenu h4.ta-title {
        font-size: 18px;
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .headerLoggedMainInner .col-auto {
        padding: 0 5px;
    }
    .globalLandingDropdown ul.therepatic-dropdown a#change_area {
        font-size: 15px;
    }
    .profile-button li.profile-btn a {
        font-size: 15px;
    }
    .globalLandingDropdown ul.therepatic-dropdown li ul li a {
        font-size: 15px;
    }
    .ta-title-col {
        display: flex;
        align-items: center;
    }
    div#logged-header li.nav-item a.nav-link.ta-nav-link {
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .container.main-tablet-nav {
        max-width: 100%;
        padding: 0;
    }
    .breadcrumbs.mainBreadcrumbs .container {
        padding: 0;
        max-width: 100%;
    }
    div#logged-header .breadcrumbs.mainBreadcrumbs nav {
        font-size: 14px;
    }
    li.nav-item.product-information-menu:hover ul.product-submenu-list a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {

    .header-top-sec.fc-mobile.hcp-fc-mobile-header .col-4 {
        bottom: 30%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 390px) {
    .sticky {
        top: 73px;
    }
}
@media only screen and (min-width: 961px) and (max-width: 1699px) {
    .product-header {
        padding-bottom: 75px !important;
    }
}
@media only screen and (min-width: 768px) {
    .ta-right-header-menu ul.nav.nav-pills {
        justify-content: end;
        float: right;
    }
    body:not(.single-knowledge_centre.freemium) .therapeutic-subpage-commn {
        padding-top: 261px !important;
    }
    .product-header {
        padding-top: 215px !important;
    }
}
/* Above css get from common-version2.css for make common header */


@media only screen and (max-width: 1327px) {
 /* .searchBar input {
    width: 131px;
}    */
.globalLandingDropdown {
    right: 17px;
    /* width: 196px; */
}
}
@media only screen and (max-width: 1200px) {
    .globalLandingDropdown ul.therepatic-dropdown a#change_area {
    /* font-size: 14px; */
}
.profile-button li.profile-btn a {
    /* font-size: 14px; */
}
.headerMenu h4.ta-title {
    /* font-size: 24px;
    margin-top: 5px; */
}
.globalLandingDropdown ul.therepatic-dropdown li ul li a {
    /* font-size: 14px; */
}
a.requestMeeting {
    font-size: 12px;
}
}
@media only screen and (max-width: 1100px){
.headerLoggedMainInner .col-6 {
    width: 48%;
}   
.top-social-user li {
    padding-left: 0;
} 
ul.therepatic-dropdown a#change_area:after {
    /* right: 5px; */
    border-top: solid 7px var(--fcv2-blue);
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
}
.globalLandingDropdown ul.therepatic-dropdown li ul li a {
    /* font-size: 13px; */
}
.globalLandingDropdown {
    right: 0px;
    /* width: 152px;
    margin-right: 0px; */
}
/* .searchBar input {
    width: 111px;
    font-size: 12px;
} */
.globalLandingDropdown ul.therepatic-dropdown a#change_area {
    /* font-size: 13px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-left: 7px !important;
    padding-right: 7px !important; */
}
.headerMenu .ta-right-header-menu {
    justify-content: end;
    display: flex;
}
a.requestMeeting {
    font-size: 12px;
}
.top-social-user label {
    font-size: 11px;
}
.logo-img img {
    /* max-width: 198px; */
}
/* .profile-button li.profile-btn a {
    font-size: 13px;
} */
}
@media only screen and (max-width: 992px){
/* .searchBar input {
    width: 106px;
} */
.chooseWebsite li.active img {
    max-width: 28px !important;
}
/*.profile-button ul {
    padding-right: 19px;
    padding-left: 19px;
}*/
.headerMenu h4.ta-title {
    font-size: 16px;
}
div#logged-header li.nav-item a.nav-link.ta-nav-link {
    /* font-size: 15px; */
}
li.breadcrumb-item p {
    font-size: 13px;
}
.top-social-user label {
    font-size: 10px;
    line-height: 17px;
}
div.top-social-user li img {
    max-width: 30px !important;
}
.logo-img img {
    /* max-width: 180px; */
}
/* .globalLandingDropdown ul.therepatic-dropdown a#change_area{
    font-size: 13px;
} */
/* 
a.requestMeeting, .profile-button li.profile-btn a {
    font-size: 11px;
} */
.logo-img img {
    /* max-width: 119px; */
}
.chooseWebsite {
    display: block;
}
}





/* Flag logo css  */



@media only screen and (max-width: 500px){

    #loggoff-header .headerLoggoffMainInner .col-4 {

        padding: 0;

    }

    #loggoff-header .headerLoggoffMainInner .col-8.d-flex.justify-content-end {

        padding-right: 0;

    }

}



 @media only screen and (min-width: 351px) and (max-width: 399px) {

    #loggoff-header .headerLoggoffMainInner {

        padding: 15px 10px;

    } 

    #loggoff-header .headerLoggoffMainInner .countryflag img {

        max-width: 40px;

        margin-left: 5px;

    }   

}

@media only screen and (min-width: 400px) and (max-width: 479px) {

    #loggoff-header .headerLoggoffMainInner img {

        max-width: 230px;

    }

    #loggoff-header {

        margin-bottom: 54px;

    }

    #loggoff-header .headerLoggoffMainInner .countryflag img {

        max-width: 50px;

        margin-left: 10px;

    }   

}



@media only screen and (max-width: 350px){

    #loggoff-header .headerLoggoffMainInner {

        padding: 5px 10px;

    }

    #loggoff-header .headerLoggoffMainInner .col-4 img {

        width: 155px;

    }

    #loggoff-header .headerLoggoffMainInner .countryflag img {

        max-width: 40px;

        margin-left: 7px;

    }

    #loggoff-header {

        margin-bottom: 34px;

    }

    div#home-slider-inner #homeliderIndicators .carousel-inner .carousel-item.first-slide .mainImage {

        padding-top: 10px;

    }

}

