@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*font-family: 'Lato', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/*font-family: 'Arimo', sans-serif;*/


:root {
    --blue-whale: #01293E;
    --pale-blue-lily: #D0EDFC;
    --dark-hot-pink: #CC0466;
    --soya-bean: #675C53;
    --smalt: #00368B;
    --robin-egg-blue: #A0EDFF;
    --rich-electric-blue: #1592E6;
    --eminence: #693A77;
    --topaz: #09BFA4;
    --light-cornflower-blue: #90CAF9;
    --dark-aquamarine: #00747A;
    --water-blue: #0088CE;
    --regal-blue: #00496E;
    --nobel: #B1B1B1;
    --mustard-yellow: #CEBE00;
    --slate-green: #5A9169;
    --white-smoke: #F4F4F4;
    --thunder: #303030;
    --irish-green: #009B2A;
    --porcelain: #F2F2F2;
    --blue-bayoux: #44687D;
    --halloween-orange: #E37222;
    --smokey-grey: #707070;
    --violet-red: #A30050;
    --white: #FFFFFF;
    --battleship-grey: #848484;
    --black: #000000;
    --desert-storm: #F7F7F7;
    --crystal-blue: #4FBEF7;
    --iron: #ced4da;
    --medium-teal-blue: #005caa;
    --light-thin-grey: #0000001a;
    --light-grey: #D9D9D9;
    --gainsboro: #dedede;
}

body.mh {
    --violet-red: #A30050;
    --dark-hot-pink: #CC0466;
    --TA: #A30050;
    --TARGB: rgb(255 228 241);
    --TARGBINHEX: #FFE4F1;
    --TAFilter: brightness(0) invert(0) invert(8%) sepia(91%) saturate(5150%) hue-rotate(319deg) brightness(96%) contrast(97%);
    --TAOurCategories: #ac1961;
}

body.gastroenterology {
    --violet-red: #00747A;
    --dark-hot-pink: #06979f;
    /*--violet-red: #0088CE;  */
    /*--dark-hot-pink: #2599d5;      */
    --TA: #00747A;
    --TARGB: rgba(0, 116, 122, 0.10);
    --TARGBINHEX: #e5f1f1;
    --TAFilter: brightness(0) invert(0) invert(30%) sepia(83%) saturate(568%) hue-rotate(136deg) brightness(101%) contrast(101%);
    --TAOurCategories: #198287;
}

body.rm {
    --violet-red: #A30050;
    --dark-hot-pink: #CC0466;
    --TA: #A30050;
    --TARGB: rgba(255, 228, 241);
    --TARGBINHEX: #FFE4F1;
    --TAFilter: brightness(0) invert(0) invert(8%) sepia(91%) saturate(5150%) hue-rotate(319deg) brightness(96%) contrast(97%);
    --TAOurCategories: #ac1961;
}


@font-face {
    font-family: 'Arial';
    src: url('../fonts/ArialMT.eot');
    src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArialMT.woff2') format('woff2'),
        url('../fonts/ArialMT.woff') format('woff'),
        url('../fonts/ArialMT.ttf') format('truetype'),
        url('../fonts/ArialMT.svg#ARIAL') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/helveticaneue.eot');
    src: url('../fonts/helveticaneue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helveticaneue.woff2') format('woff2'),
        url('../fonts/helveticaneue.woff') format('woff'),
        url('../fonts/helveticaneue.ttf') format('truetype'),
        url('../fonts/helveticaneue.svg#helveticaneue') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    outline: none;
}

body {
    font-family: 'Arial';
    overflow-x: hidden;
    line-height: 1.4;
}

strong,
b {
    font-family: 'Arimo', sans-serif;
    font-weight: 600;
}

.container-1300 {
    max-width: 1300px;
    margin: auto;
}

.container-1100 {
    max-width: 1100px;
    margin: auto;
}

h4.comm-h4 {
    font-size: 20px;
}

/*-----------  Site loader css --------------*/

#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;
}

/*-----------  Site loader css end --------------*/

/*-----------  Cookies Alert css --------------*/

.alert.cookies-alert-tab {
    position: fixed;
    bottom: 70px;
    z-index: 999999;
    background-color: #fff;
    border: unset;
    border-radius: 80px;
    color: #1E1E1E;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
}

body.cookies-popup-open::before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

body.cookies-popup-open {
    overflow: hidden;
}

.alert.cookies-alert-tab a.learn-more-cookie {
    color: #1E1E1E;
}

.alert.cookies-alert-tab a.ok-cookie-btn {
    color: #ffffff;
    text-transform: uppercase;
    background-color: #1E1E1E;
    padding: 9px 20px;
    border-radius: 40px;
    text-decoration: none;
    margin-left: 10px;
    font-size: 14px;
    height: fit-content;
}

.alert.cookies-alert-tab button.btn-close {
    opacity: 1;
    padding: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    font-size: 10px;
    box-shadow: unset;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.alert.cookies-alert-tab button.btn-close:hover {
    -webkit-transform: rotate(270deg) scale(1.2);
    -moz-transform: rotate(270deg) scale(1.2);
    transform: rotate(180deg) scale(1.2);
}

.alert-main {
    justify-content: right;
    display: flex;
}

/*-----------  Cookies Alert css End ------------------- */

/*----------------------- Header CSS ----------------------- */

.top-divider {
    background-color: var(--violet-red);
    float: left;
    width: 100%;
}

.searchBar {
    position: relative;
    cursor: pointer;
}

.searchBar span.search-icon {
    position: absolute;
    right: 18px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: fit-content;
    cursor: pointer;
}

#mySidenav .searchBar span.search-icon {
    right: 5px;
}

#mySidenav .menu-toggle nav.navbar {
    justify-content: end;
}

.searchBar span.search-icon img {
    max-width: 80%;
    padding: 8px;
    z-index: 9;
    position: relative;
}

.searchBar:hover span.search-icon::before {
    content: '';
    position: absolute;
    background-color: #a30050;
    background-color: var(--violet-red);
    height: 22px;
    width: 22px;
    right: 0;
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 15px;
}

#mySidenav .searchBar:hover span.search-icon::before {
    left: 0px;
}

.searchBar input {
    border-radius: 20px;
    border: 1px solid var(--iron);
    outline: unset;
    padding: 5px 10px;
    text-align: center;
    width: 160px;
    padding-right: 35px;
    background-color: transparent;
    color: var(--black);
    font-size: 14px;
}

.main-header .searchBar input {
    padding: 5px 16px !important;
    text-align: left;
    padding-right: 35px !important;
    caret-color: transparent;
    cursor: pointer;
}

#searchQueryInput::placeholder {
    position: relative;
    top: 1px;
    opacity: 1;
}

.main-header .searchBar input::placeholder {
    text-align: center;
    opacity: 1;
}

.searchBar input::placeholder {
    color: var(--black);
    opacity: 1;
}

.profile-search-field .searchBar input::placeholder {
    color: var(--white) !important;
}

.custom-popup .custom-popup-container input::placeholder {
    color: #ada4a4;
}

#loginRegister .form-control::placeholder {
    color: #ada4a4;
}

.therepatic-dropdown-sec {
    position: absolute;
    top: 48px;
    z-index: 999999;
}

.therepatic-dropdown {
    padding: 0;
    list-style: none;
    border: 1px solid #fff;
    padding: 3px 0px;
    margin: 0;
    border-radius: 16px;
    width: 190px;
    overflow: hidden;
    position: relative;
}

body.lang_fr .therepatic-dropdown {
    width: 187px;
}

.therepatic-dropdown::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 9px;
    right: 20px;
    top: 10px;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.therepatic-dropdown li {
    list-style: none;
}

.therepatic-dropdown li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 2px 15px;
    display: block;
}

.therepatic-dropdown li ul li a {
    display: block;
}

.therepatic-dropdown>li>a {
    position: relative;
    right: -24px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.therepatic-dropdown>li:hover>a {
    right: 0;
}

.therepatic-dropdown li ul {
    display: none;
    padding: 0;
}

.therepatic-dropdown li ul li a[data-theraupetic="gastroenterology"] {
    background-color: #00747a;
    background-image: url(../img/dropdown-one.png);
    background-repeat: no-repeat;
    background-position: center right 11%;
    background-size: 8%;
}

.therepatic-dropdown li ul li a[data-theraupetic="fertility"] {
    background-color: #a30050;
    background-image: url(../img/fertility-drop-icon.png);
    background-repeat: no-repeat;
    background-position: center right 11%;
    background-size: 8%;
}

.therepatic-dropdown li ul li a[data-theraupetic="obstetrics"] {
    background-color: #693a77;
    background-image: url(../img/dropdown-two.png);
    background-repeat: no-repeat;
    background-position: center right 11%;
    background-size: 8%;
}

.therepatic-dropdown-container {
    position: relative;
}

.therepatic-dropdown li:hover {
    padding-bottom: 0 !important;
}

.hamburger .line {
    width: 30px;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
}

.therepatic-dropdown li ul li {
    padding: 0;
}

div#hamburger-2 span.line:first-child {
    width: 17px;
    margin-left: 0;
}

div#hamburger-2 span.line:last-child {
    width: 23px;
    margin-left: 0;
}

div#hamburger-2:hover span.line {
    width: 30px;
}

.main-header .menu-toggle nav.navbar {
    cursor: pointer;
    padding-bottom: 0px;
}

div#hamburger-2 {
    margin-left: 15px;
}

.main-header .menu-toggle label {
    color: #fff;
    cursor: pointer;
}

.main-header nav.navbar {
    padding-top: 0px;
}

.main-header .col-8:last-child div {
    height: fit-content;
}

.fc-desktop header.main-header .col-8:last-child {
    padding-top: 13px;
    position: absolute;
    right: 0;
    z-index: 99;
    align-items: center;
}

.main-header {
    position: relative;
    z-index: 9;
    padding-top: 35px;
    padding-bottom: 35px;
}

.home .main-header {
    z-index: 9999;
}

#SideNavModal .main-header {
    padding-bottom: 20px;
}

.card {
    -webkit-transition: all 10ms ease-in;
    transition: all 50ms ease-in;
}

.card.activatedScaleAnimation .card-featured-img {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

#SideNavModal .modal-content {
    background-color: #006ebd;
}

.main-header .close-btn-sec {
    display: inline-flex;
    border-radius: 20px;
    border: 1px solid var(--iron);
    outline: unset;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    padding-right: 25px;
    width: auto;
    background: unset;
    opacity: 1;
    cursor: pointer;
}

.main-header .close-btn-sec label {
    cursor: pointer;
}

.main-header .close-btn-sec .closebtn {
    position: absolute;
    right: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-header .close-btn-sec:hover .closebtn {
    -webkit-transform: rotate(270deg) scale(1.2);
    -moz-transform: rotate(270deg) scale(1.2);
    transform: rotate(180deg) scale(1.2);
}

.closed-menu {
    color: #fff;
    text-align: right;
    width: fit-content;
    margin-left: auto;
    cursor: pointer;
    border: 1px solid;
    line-height: normal;
    border-radius: 49px;
    padding: 10px 13px;
    padding-bottom: 9px;
    position: relative;
    top: 8px;
    font-size: 13px;
}

.closed-menu .closed-arrow {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.closed-menu:hover .closed-arrow {
    -webkit-transform: rotate(270deg) scale(1.2);
    -moz-transform: rotate(270deg) scale(1.2);
    transform: rotate(180deg) scale(1.2);
}

#mySidenav #accordionMenu {
    padding-top: 30px;
}

div#mySidenav {
    display: block;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 9999999;
    transition: all ease-in .3s;
    padding-bottom: 30px;
    overflow-y: scroll;
    background: transparent linear-gradient(246deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
}

.slide-menu-mainnav.active-slide-menu::before {
    content: '';
    width: 100vw;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    background-color: #000000a1;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    top: 0;
}

.single-products.active-slide-menu-overlay .header-top-sec {
    padding-right: 17px;
}

.active-slide-menu-overlay {
    overflow: hidden;
    padding-right: 17px;
}

div#mySidenav button.accordion-button::after {
    background-image: url(../img/down-arrow.png);
    transform: rotate(270deg);
    background-size: 50%;
    background-color: #A30050;
    background-color: var(--violet-red);
    border-radius: 50%;
    background-position: center;
    margin-right: 15px;
}

div#mySidenav .accordion-button:not(.collapsed)::after {
    transform: rotate(360deg);
    background-size: 50%;
}

div#mySidenav .searchBar {
    width: fit-content;
    margin: auto;
}

.profile-menu-main .profile-search-field {
    text-align: center;
    padding: 20px 8px;
}

.active-slide-menu div#mySidenav {
    right: 0;
}

.profile-menu-main .profile-search-field strong {
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

#mySidenav .sidenavMain #accordionMenu .accordion-item .accordion-header {
    border-bottom: 1px solid var(--crystal-blue);
    position: relative;
    cursor: pointer;
}

#mySidenav .sidenavMain #accordionMenu .accordion-item .accordion-header button {
    padding: 8px 0px;
}

#mySidenav .sidenavMain #accordionMenu .accordion-item .accordion-header:hover::after {
    background-color: #A0EDFF76;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    animation: menuHeaderHover 0.5s forwards;
}

#mySidenav .sidenavMain #accordionMenu .accordion-item ul {
    border-top: unset;
}

#mySidenav .sidenavMain #accordionMenu .accordion-item .accordion-header label {
    cursor: pointer;
}

div#mySidenav .sidenavMain label {
    color: #fff;
    padding-left: 50px;
    position: relative;
    line-height: 1.5;
}

div#mySidenav .sidenavMain label::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 3px;
    bottom: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
}

div#mySidenav .sidenavMain .home-menu label::before {
    background-image: url(../img/inner-landing-home.png);
    height: 20px;
    width: 20px;
    left: 15px;
}

div#mySidenav .sidenavMain .product-menu label::before {
    background-image: url('../img/products-icon.png');
    height: 20px;
    width: 15px;
    left: 18px;
}

div#mySidenav .sidenavMain .events-menu li:first-child label::before {
    background-image: url('../img/events-icon.png');
    width: 24px;
    height: 23px;
    /* top: 0; */
}

div#mySidenav .sidenavMain .knowledgeCenter-menu li:first-child label::before {
    background-image: url(../img/knowledge-center-icon.png);
    width: 27px;
    left: 12px;
    height: 16px;
}

div#mySidenav .sidenavMain .mifertilty-menu li:last-child label::before {
    background-image: url('../img/mifertility-icon.png');
    width: 19px;
    height: 21px;
}

div#mySidenav .sidenavMain .ferring-research-menu li:last-child label::before {
    background-image: url(../img/ferring-research.png);
    width: 21px;
    height: 19px;
}

div#mySidenav .sidenavMain .therapeutic-menu label::before {
    background-image: url('../img/therapatic-icon.png');
    height: 20px;
    width: 22px;
}

div#mySidenav .sidenavMain .contact-menu label::before {
    background-image: url('../img/contact-icon.png');
    height: 20px;
    width: 16px;
    left: 20px;
}

div#mySidenav .sidenavMain .support-menu label::before {
    background-image: url('../img/support-icon.png');
    height: 20px;
    width: 20px;
}

div#mySidenav .sidenavMain label.profile-name::before {
    display: none;
}

div#mySidenav .sidenavMain ul {
    list-style: none;
    border-top: 1px solid var(--crystal-blue);
    border-bottom: 1px solid var(--crystal-blue);
}

div#mySidenav .sidenavMain li a {
    color: #fff;
    text-decoration: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: relative;
    z-index: 9;
    -webkit-appearance: unset;
}

#mySidenav .sidenavMain #accordionMenu .accordion-item ul li a,
#mySidenav .profile-in-menu ul li a {
    padding-left: 20px;
    /* padding-right: 20px; */
    padding-right: 35px;
}

#mySidenav .sidenavMain .product-menu li a {
    text-transform: uppercase;
}

div#mySidenav .sidenavMain li a::before,
.product-section .second-products ul li a::after {
    content: '';
    position: absolute;
    background-image: url('../img/menu-right-arrow.png');
    right: 15px;
    top: 0;
    bottom: 0;
    height: 22px;
    width: 22px;
    margin: auto;
    border-radius: 15px;
    background-size: cover;
}

.product-section .second-products ul li a::after {
    right: 20px;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items label a::before,
#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items label a:hover::after {
    display: none;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items label a {
    padding: 0px;
}

div#mySidenav .sidenavMain li a:hover::before {
    background-color: var(--violet-red);
    transition: background-color 0.2s 0.4s;
}

div#mySidenav .sidenavMain li a:hover::after {
    background-color: #A0EDFF76;
    background-image: unset;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    animation: menuHeaderHover 0.5s forwards;
    transform: unset;
}

div#mySidenav .liHideOnEmpty .accordion-button:not(.collapsed)::after {
    transform: unset !important;
}

#mySidenav .sidenavMain li.liHideOnEmpty .menu-saved-item-list.show {
    border-top: 1px solid var(--crystal-blue);
}

#useful-links ul li a:hover::after {
    background-color: #FFF;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    animation: menuHeaderHover 0.5s forwards;
}

.hwu-180 {
    transform: rotate(180deg);
}


@keyframes menuHeaderHover {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

div#mySidenav .profile-in-menu ul {
    border-top: unset;
}

div#mySidenav .profile-in-menu {
    border-top: 1px solid var(--crystal-blue);
    border-bottom: 1px solid var(--crystal-blue);
}

div#mySidenav .profile-in-menu .col-8 strong {
    color: #fff;
}

div#mySidenav .sidenavMain .events-menu ul.mifertilty-menu li:last-child a label {
    /*line-height: normal;*/
}

div#mySidenav .sidenavMain .events-menu ul li:first-child a,
div#mySidenav .sidenavMain .knowledgeCenter-menu ul {
    padding: 0 !important;
}

div#mySidenav .sidenavMain .knowledgeCenter-menu ul li:first-child a {
    padding: 0;
}

div#mySidenav .sidenavMain .events-menu ul li:first-child a,
div#mySidenav .sidenavMain .knowledgeCenter-menu ul li:first-child a {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

div#mySidenav .sidenavMain .events-menu ul,
div#mySidenav .sidenavMain .knowledgeCenter-menu ul {
    border-top: unset;
}

#mySidenav .sidenavMain .events-menu ul li,
div#mySidenav .sidenavMain .knowledgeCenter-menu ul li {
    border-bottom: 1px solid var(--crystal-blue);
}

div#mySidenav .sidenavMain .knowledgeCenter-menu ul.ferring-research-menu li:last-child label {
    line-height: normal;
}

div#mySidenav .sidenavMain .events-menu ul li label,
div#mySidenav .sidenavMain .knowledgeCenter-menu ul li label {
    cursor: pointer;
}

div#mySidenav .sidenavMain li {
    border-bottom: 1px solid #0088CE;
}

div#mySidenav .sidenavMain ul li:last-child {
    border-bottom: unset;
}

a.white-btn,
button.white-btn {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 3px #00000029;
    border-radius: 24px;
    text-decoration: unset;
    line-height: normal;
    padding: 12px 30px;
    margin: auto;
    font-size: 14px;
    color: #00496E;
    text-align: center;
    position: relative;
    padding-right: 50px !important;
    width: auto;
    margin: 0;
    border: none;
}

a.white-btn i.fa,
button.white-btn i.fa {
    padding: 3px 7px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: fit-content;
}

a.white-btn:hover {
    color: #A30050;
    color: var(--violet-red);
}

a.white-btn:hover i.fa,
button.white-btn:hover i.fa {
    color: #fff;
    background-color: #a30050;
    background-color: var(--violet-red);
}

.login-register-section a.white-btn:hover {
    color: #009B2A;
}

.login-register-section a.white-btn:hover i.fa,
.login-register-section button.white-btn:hover i.fa {
    background-color: #009B2A;
}

div#mySidenav .sidenavMain #accordionMenu .accordion-button,
div#mySidenav .sidenavMain #accordionMenu .accordion-item,
div#mySidenav .sidenavMain .profile-menu-main .accordion-item,
div#mySidenav .sidenavMain .profile-menu-main .accordion-button {
    background-color: transparent !important;
    box-shadow: unset;
}

div#mySidenav .sidenavMain #accordionMenu .accordion-body {
    padding: 0;
}

.scrolltab-header p,
.scrolltab-header h1.commn-h1 {
    color: #fff;
}

ul.comn-merge-btn {
    padding: 0;
    list-style: none;
    margin: auto;
    display: block;
    border-radius: 51px;
    overflow: hidden;
}

ul.comn-merge-btn li a {
    padding: 10px 12px 10px 20px;
    text-decoration: unset;
    font-size: 0.875rem;
    background-color: #fff;
    color: #a30050;
    color: var(--violet-red);
    display: block;
}

ul.mergelefttext-btn li:first-child a {
    background-color: #A30050;
    background-color: var(--violet-red);
    color: #fff;
    padding: 10px 20px;
}

ul.mergerighttext-btn li:last-child a {
    background-color: #A30050;
    background-color: var(--violet-red);
    color: #fff;
    padding: 10px 20px;
}

ul.mergerighttext-btn li:last-child {
    border: unset;
}

ul.comn-merge-btn li {
    display: table-cell;
    border-right: 1px solid #ebe8e8;
    background-color: #fff;
    vertical-align: middle;
}

ul.comn-merge-btn li:first-child {
    border-right: 0px solid #ebe8e8 !important;
}

ul.comn-merge-btn li a:hover {
    background-color: #A30050;
    background-color: var(--violet-red);
    color: #fff;
}

.popup-header {
    width: 100%;
}

.commn-form {
    width: 100%;
    z-index: 9;
    position: relative;
}

.dr-nav-scrollbar .modal-fullscreen .modal-body {
    overflow-y: unset;
}

.dr-nav-scrollbar .modal-content {
    display: table;
}

.login-register-section .request-access-continer,
.login-register-section .login-form-container,
.login-register-section .register-form {
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}

.login-register-section {
    height: 100%;
    display: table;
    width: 100%;
}

.login-register-section a.white-btn {
    margin-top: 25px;
    float: left;
    text-transform: uppercase;
}

.login-register-section p {
    color: #fff;
    padding: 0;
}

input[type=text] {
    padding: 6px 25px !important;
    outline: none;
}

.login-register-section .request-access-form h2.commn-h2 {
    color: #fff;
    margin-bottom: 15px !important;
}

.login-register-section h2.commn-h2 {
    color: #fff;
    padding: 0;
}

.login-register-section span#edit_email {
    cursor: pointer;
    font-size: 14px;
}

.login-register-section span#edit_email i.fas.fa-pen-alt {
    cursor: pointer;
    padding: 7px;
    background-color: #ffffff;
    color: #00496E;
    border-radius: 100%;
    font-size: 12px;
    margin-left: 5px;
}

.login-register-section span#edit_email i.fas.fa-pen-alt:hover {
    background-color: #009B2A;
    color: #fff;
}

.login-register-section span.showLoginEmail {
    font-size: 20px;
    opacity: 0.7;
}

#SideNavModal.dr-nav-scrollbar .modal-content::before {
    display: none;
}

#SideNavModal .modal-content::before {
    content: '';
    position: absolute;
    background-image: url(../img/Main_scenes_img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: right -20% bottom 40%;
}

.register-form h5.commn-h5 {
    color: #fff;
    padding: 0;
    margin-bottom: 20px;
}

.form-control,
.form-control:focus {
    border-radius: unset;
    color: #848484;
}

.register-form .col select {
    color: #848484;
    padding: 6px 15px;
    background-image: url(../img/form-arrow-down.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 31px white inset !important;
}

.register-form label {
    color: #fff;
    position: relative;
    display: inline-flex;
}

.hcp-footer {
    background-color: #2199db;
    border-top: 1px solid var(--crystal-blue);
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
}

.footer.hcp-footer li {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}

.footer.hcp-footer li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 10px;
    text-decoration: unset;
}

.register-form .col {
    padding: 0 8px;
}

.register-form .col.col-2 {
    padding-left: 0;
}

.register-form .col-8 .row:last-child .col-6:first-child {
    padding-left: 0;
}

.register-form strong {
    color: #fff;
}

.register-form label a {
    color: #fff;
}

.login-register-section .register-form .col-12 label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #4FBEF7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 16px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    height: fit-content;
    top: 3px;
}

.login-register-section .register-form .col-12 input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 15px;
    width: 6px;
    height: 13px;
    border: solid #05BA36;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.login-register-section .register-form .col-12 input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
}

.header-top-sec .comn-rg-log {
    display: none;
}

.top-gif-animation img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.top-gif-animation {
    text-align: center;
}

.common-card-filter ul,
.how-to-use-sec ul {
    padding: 0;
    margin: 0;
    display: inline;
}

.common-card-filter li {
    display: inline-block;
    margin-right: 5px;
}

.how-to-use-sec li {
    padding-bottom: 10px;
    padding-top: 5px;
    font-size: 0.813rem;
    list-style: none;
}

.common-card-filter li a {
    display: block;
    text-decoration: unset;
    text-align: center;
}

.common-card-filter {
    display: inline-block;
    z-index: 99;
    position: relative;
}

.common-card-filter ul li:first-child {
    margin-left: 15px;
}

.common-card-filter li.hwt-li {
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.common-card-filter li.hwt-li i.fa {
    font-size: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.how-to-use-sec i.fa {
    margin-right: 15px;
    margin-left: 5px;
    background-color: #fff;
    color: #a30050;
    color: var(--violet-red);
    padding: 5px;
    border-radius: 14px;
    font-size: 0.75rem;
    float: left;
}

.how-to-use-sec {
    display: none;
}

.common-card-filter li,
.common-card-filter {
    font-size: 0.813rem;
    list-style: none;
}

.therapeutic-subpage-commn .therapeutic-subpage-commn-inner .col-12 p {
    width: 810px;
    margin: auto;
}

.therapeutic-subpage-commn p,
.therapeutic-subpage-commn h1.commn-h1 {
    color: #fff;
}

.therapeutic-subpage-commn {
    background: transparent linear-gradient(249deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 70px;
}

.therapeutic-subpage-commn {
    padding-top: 185px;
}

ul.sorting-dropdown {
    display: inline-block;
    padding: 0;
    list-style: none;
    border: 1px solid #DEDEDE;
    border-radius: 15px;
    margin-left: 20px;
    /*width: 110px;*/
    width: 130px;
    overflow: hidden;
}

ul.sorting-dropdown a {
    text-decoration: none;
    color: #303030;
    font-size: 14px;
    padding: 2px 15px;
    display: block;
}

ul.sorting-dropdown i.fa {
    position: absolute;
    right: 15px;
    /* bottom: 0; */
    top: 7px;
    margin: auto;
    height: fit-content;
    font-size: 20px;
    color: #A30050;
    color: var(--violet-red);
}

ul.sorting-dropdown a.sort {
    position: relative;
    padding: 8px 15px;
    display: block;
    line-height: normal;
}

ul.sorting-dropdown ul.sorting-list {
    padding: 0;
    list-style: none;
    display: none;
}

ul.sorting-dropdown ul.sorting-list li {
    border-bottom: 1px solid #DEDEDE;
    display: block;
}

ul.sorting-dropdown ul.sorting-list li:last-child {
    border-bottom: unset;
    padding-bottom: 5px;
}

ul.sorting-dropdown ul.sorting-list li:first-child {
    border-top: 1px solid #DEDEDE;
}

ul.sorting-dropdown .sorting-list a.sort {
    font-weight: 600;
    padding-left: 15px;
}


/**************Knowleadge center dropdown************************ */

ul.sorting-knowledge-type,
ul.sorting-knowledge-hcp-type,
ul.sorting-knowledge-product {
    display: inline-block;
    padding: 0;
    list-style: none;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    margin-left: 20px;
    width: 210px;
    overflow: hidden;
    margin-bottom: 0;
    height: fit-content;
    background-color: #fff;
    z-index: 999;
}

ul.sorting-knowledge-type {
    margin-left: 0;
    width: 210px;
}

ul.sorting-knowledge-type a,
ul.sorting-knowledge-hcp-type a,
ul.sorting-knowledge-product a {
    text-decoration: none;
    color: #303030;
    font-size: 14px;
}

ul.sorting-knowledge-type i.fa,
ul.sorting-knowledge-hcp-type i.fa,
ul.sorting-knowledge-product i.fa {
    position: absolute;
    right: 20px;
    bottom: 0;
    top: -1px;
    margin: auto;
    height: fit-content;
    font-size: 20px;
    color: #A30050;
    color: var(--violet-red);
}

ul.sorting-knowledge-type a.sort,
ul.sorting-knowledge-hcp-type a.sort,
ul.sorting-knowledge-product a.sort {
    position: relative;
    padding: 8px 20px;
    display: block;
    line-height: normal;
    padding-right: 50px;
}

ul.sorting-knowledge-type ul.sorting-knowledge-type-list,
ul.sorting-knowledge-product ul.sorting-knowledge-product-list,
ul.sorting-knowledge-hcp-type ul.sorting-knowledge-hcp-type-list {
    padding: 0;
    list-style: none;
    background-color: #fff;
}

ul.sorting-knowledge-type ul.sorting-knowledge-type-list li,
ul.sorting-knowledge-product ul.sorting-knowledge-product-list li,
ul.sorting-knowledge-hcp-type ul.sorting-knowledge-hcp-type-list li {
    border-bottom: 1px solid #DEDEDE;
    display: block;
}

ul.sorting-knowledge-type ul.sorting-knowledge-type-list li:last-child,
ul.sorting-knowledge-product ul.sorting-knowledge-product-list li:last-child,
ul.sorting-knowledge-hcp-type ul.sorting-knowledge-hcp-type-list li:last-child {
    border-bottom: unset;
}

ul.sorting-knowledge-type ul.sorting-knowledge-type-list li:first-child,
ul.sorting-knowledge-product ul.sorting-knowledge-product-list li:first-child,
ul.sorting-knowledge-hcp-type ul.sorting-knowledge-hcp-type-list li:first-child {
    border-top: 1px solid #DEDEDE;
}

ul.sorting-knowledge-type.listing-active a.sort,
ul.sorting-knowledge-product.listing-active a.sort,
ul.sorting-knowledge-hcp-type.listing-active a.sort {
    font-weight: 600;
    padding-left: 15px;
}

button#showMore,
button.showMore,
#showMoreSingle {
    background-color: var(--violet-red);
    color: var(--white);
    box-shadow: 0px 3px 3px #00000029;
    border-radius: 24px;
    text-decoration: unset;
    line-height: normal;
    padding: 12px 30px;
    font-size: 14px;
    text-align: center;
    position: relative;
    width: auto;
    margin: 0;
    border: none;
}

.show_more_button {
    text-align: center;
    margin: 20px 0px;
    width: 100%;
    display: inline-block;
}

.news_show_more_button {
    text-align: center;
    width: 100%;
    display: inline-block;
}



.decreasePadding {
    padding-top: 95px;
    transition: all 0.5s ease-in;
}

.fixedHeader {
    position: fixed;
    background: transparent linear-gradient(249deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
    z-index: 999;
    height: 19.2%;
}

.fixedNav {
    position: fixed;
    width: 100%;
}

/*scroll*/
html {
    scroll-padding-top: 40px;
    /*height of sticky header*/
}

.scrolltabmainInner {
    position: relative;
    top: 7px;
}

.scrollposition {
    position: relative;
    top: 46px;
}

.sticky {
    position: fixed !important;
    top: 130px;
    z-index: 999;
    width: 100%;
}

.addHeader {
    padding-bottom: 2.3%;
    height: auto;
}

.active-bottom-border {
    border-bottom: 3px solid #A30050 !important;
    border-bottom: 3px solid var(--violet-red) !important;
    background-color: #F5F4F4 !important;
    font-weight: bold !important;
}

.when-where-cost ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}


/*--------- login register captcha css  ------------*/
.frc-captcha {
    margin: 20px 0px;
}

.login-register-section button.captchaRef {
    border: none;
    background-color: transparent;
    color: #ffff;
}

.login-register-section button.captchaRef i.fa.fa-refresh {
    line-height: normal;
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
    opacity: 0.7;
}

.login-register-section button.captchaRef i.fa-refresh:hover {
    transform: rotate(180deg);
    opacity: 1;
}

.register-form .row:last-child .col.col-4:first-child {
    padding-left: 0;
}

.login-register-section img.captchaReg,
.login-register-section img.captchaLogin {
    border: 1px solid #4FBEF7;
}

.login-register-section #captchaLogin,
.login-register-section #captchaReg {
    font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

/*----------------------- Header CSS End ----------------------- */


/*----------------------- Common CSS ----------------------- */
.header-top-sec::before {
    content: '';
    position: absolute;
    box-shadow: 0px 27px 31px 0px rgb(0 110 189);
    -webkit-box-shadow: 0px 27px 31px 0px rgb(0 110 189);
    -moz-box-shadow: 0px 27px 31px 0px rgb(0 110 189);
    height: 30px;
    width: 100%;
    bottom: 10px;
}

.home .header-top-sec::before {
    z-index: 9;
}

.header-top-sec {
    background-color: #006ebd;
    position: relative;
}

.commn-top-banner {
    background-color: #2199db;
}

a.btn.commn-btn-violet-red {
    background-color: var(--violet-red);
    color: var(--white);
    border-radius: 30px;
    padding: 13px 20px;
    font-size: 13px;
    line-height: 1px;
    text-transform: uppercase;
    box-shadow: unset;
}

a.btn.commn-btn-violet-red:focus {
    box-shadow: unset;
}

a.btn.commn-btn-gainsboro {
    color: var(--black);
    border-radius: 30px;
    padding: 4px 20px;
    font-size: 13px;
    background-color: var(--gainsboro);
    box-shadow: unset;
    line-height: normal;
}

a.btn.commn-btn-gainsboro:hover {
    color: var(--white);
    background-color: var(--dark-hot-pink);
}

a.btn.commn-btn-violet-red:hover {
    background-color: var(--dark-hot-pink);
}

.commn-top-banner p {
    color: var(--white);
}

.commn-top-banner h1,
.commn-top-banner h3.commn-sub-heading {
    color: var(--white);
}

.card.comn-card {
    background-color: transparent;
    background-position: center;
    border: unset;
}

.card.comn-card .card-featured-img img {
    width: 100%;
    object-fit: cover;
}

.card.comn-card .card-top-tools {
    position: absolute;
    top: 10px;
    right: 15px;
}

.card.comn-card .card-bottom-info {
    position: relative;
    margin-top: -15px;
    /*margin-right: 15px;*/
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 0px 15px 0px 10px;
    box-shadow: 4px 4px 13px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 4px 4px 13px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
}

.card.comn-card .card-bottom-info a {
    text-decoration: unset;
}

.card.comn-card .card-body {
    padding: 0;
    border-radius: 15px;
    box-shadow: 4px 4px 13px 1px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 4px 4px 13px 1px rgb(0 0 0 / 35%);
    -moz-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, 0.35);
}

.card.comn-card .card-top-tools ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-title {
    color: var(--violet-red);
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    padding: 0px 15px;
    font-family: 'Cairo', sans-serif;
}

.card.comn-card .card-bottom-info .commn-btn-violet-red,
.commn-other-event-slider .btn.btn-lg,
button.url_external {
    position: absolute;
    bottom: 10px;
}

.card.comn-card .card-bottom-info p {
    color: var(--blue-whale);
    margin-bottom: 10px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    font-family: 'Cairo', sans-serif;
}

.commn-other-event-slider p.event-summary {
    margin-bottom: 10px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.card.comn-card .card-bottom-info strong {
    color: var(--blue-whale);
    font-size: 13px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.card.comn-card .card-top-tools li {
    text-align: center;
    margin-bottom: 5px;
}

.footer-teams div#teams-content .col-1 {
    display: none;
}

.card.comn-card .card-top-tools li i {
    color: #a30050;
    color: var(--violet-red);
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.card.comn-card .card-top-tools li i::after {
    content: '';
    background-color: #fff;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -5.8px;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    border-radius: 15px;
    z-index: 1;
}

.fifty-per-card .card-top-tools li i.bookmarked:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: -5.8px;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    border-radius: 15px;
}

.card.comn-card .card-top-tools li i.fas.fa-pen-alt::after {
    left: -5px;
}

.card.comn-card .card-top-tools li i::before {
    z-index: 99;
    position: relative;
    right: 1px;
}

.card.comn-card .card-top-tools li:hover i {
    color: #fff;
    font-size: 9px;
}

.card.comn-card .card-top-tools li:hover i::after {
    background-color: #a30050;
    background-color: var(--violet-red);
    left: -8px;
}

.card.comn-card .card-top-tools li:hover i::before {
    right: 2px;
    top: -1px;
}

.fifty-per-card {
    border-radius: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e7e7e7;
}

.fifty-per-card .card-body .card-bottom-info {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    padding: 30px;
    border-radius: 0px 28px 0px 10px;
    padding-left: 25px;
    width: 255px;
}

.fifty-per-card .card-top-tools ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    right: 10%;
    bottom: 15%;
    border-radius: 26px;
}

.fifty-per-card .card-top-tools ul li {
    display: block;
}

.fifty-per-card .card-top-tools ul a {
    display: block;
    padding: 12px 15px;
    color: #A30050;
    line-height: normal;
}

.fifty-per-card .card-top-tools ul li i.fa {
    font-size: 14px;
    color: #A30050;
    color: var(--violet-red);
    position: relative;
}

.fifty-per-card .card-top-tools ul li:hover i.fa {
    position: relative;
    z-index: 9;
    color: #fff;
}

.fifty-per-card .card-top-tools ul li:hover i.fa.fa-star.bookmarked::after {
    height: 20px;
    width: 20px;
}

.fifty-per-card .card-top-tools ul li:hover i.fa::after {
    background-color: #A30050;
    background-color: var(--violet-red);
    padding: 2px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    height: 23px;
    width: 23px;
    content: '';
    margin: auto;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.fifty-per-card .card-top-tools ul li:hover i.fa.fa-share::after {
    left: -5px;
    top: -2px;
}

.fifty-per-card .card-top-tools ul li:hover i.fa.fa-cart-plus::after {
    left: -4px;
}

.fifty-per-card .card-top-tools ul li:hover i.fa.fa-star::after {
    left: -5px;
}

.fifty-per-card .card-top-tools ul li:last-child {
    border-right: unset;
}

.fifty-per-card .card-top-tools ul li {
    border-right: 1px solid #e9e9e9;
}

#faqs {
    background-color: #F4F4F4;
}

.benefits-section .col-6 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.benefits-section .col-6 .benefits-section-content-right-col {
    float: left;
    margin: auto;
    padding-left: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-section h4.comm-h4 {
    color: #A30050;
    color: var(--violet-red);
}

.backbutton {
    padding: 20px;
    text-align: center;
    background-color: #F4F4F4;
}

.other-event-section {
    padding-top: 40px;
    padding-bottom: 25px;
}

.other-event-section h1.commn-h1 {
    text-align: center;
    color: #ffff;
}

.other-event-section .owl-nav {
    position: absolute;
    width: 100%;
    top: -50px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 0 !important;
}

.other-event-section .owl-nav button {
    position: absolute;
}

.other-event-section .owl-nav button.owl-prev {
    left: 0;
    bottom: 0;
    top: 0;
}

.other-event-section .owl-nav button.owl-next {
    right: 15px;
    bottom: 0;
    top: 0;
}

.other-event-section .owl-nav button:hover {
    background-color: transparent !important;
}

.other-event-section .owl-nav button span {
    color: #fff;
    font-size: 30px;
}

.breadcrumbs nav {
    display: inline-block;
}

.breadcrumbs .fa-angle-left:before {
    border: 1px solid #fff;
    padding: 2px 8px;
    border-radius: 50%;
}

.breadcrumbs i.fa:hover::before {
    color: #4FEAF7;
}

.commn-other-event-slider .card-body .card-bottom-info {
    position: relative;
    margin-top: -15px;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 0px 15px 15px 10px;
    box-shadow: 4px 4px 13px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 4px 4px 13px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
}

.commn-other-event-slider .card-body .card-image-block {
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}

.commn-other-event-slider {
    background-color: transparent;
    background-position: center;
    position: relative;
    margin-bottom: 20px;
}

.other-event-slider .owl-stage-outer {
    padding-bottom: 35px;
}

.commn-other-event-slider .card-body {
    box-shadow: 4px 4px 13px 1px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 4px 4px 13px 1px rgb(0 0 0 / 35%);
    -moz-box-shadow: 4px 4px 13px 1px rgba(0, 0, 0, 0.35);
    border-radius: 15px;
}

.other-event-slider {
    padding: 0px 30px;
}

.other-event-slider .owl-stage-outer,
.other-event-slider .owl-dots {
    z-index: 99;
    position: relative;
}

.other-event-slider .owl-dots .owl-dot.active span,
.other-event-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #4FEAF7 !important;
}

ul.speakers-li {
    padding: 0;
    list-style: none;
    display: inline-flex;
    text-align: center;
}

ul.speakers-li p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

body ul.speakers-li li img {
    width: 110px !important;
    height: 110px;
    box-shadow: 0px 3px 6px #00000029;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    border-radius: 100%;
    margin: auto auto 15px auto;
}

ul.speakers-li li {
    padding: 0px 15px;
}

.our-speakers-section .row {
    align-items: center;
}

.scrolltab-header {
    background: transparent linear-gradient(249deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 70px;
}

.scrolltabmain .scrolltabmainInner .row {
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
    border-radius: 26px;
    overflow: hidden;
}

.scrolltabmain .scrolltabmainInner .row a {
    text-decoration: unset;
    display: block;
    padding-bottom: 10px;
    padding-top: 13px;
    color: #A30050;
    color: var(--violet-red);
    font-size: 0.875rem;
    border-right: 1px solid #ebe8e8;
}

.scrolltabmain {
    margin-top: -30px;
    position: relative;
}

h3.commn-sub-heading {
    font-weight: 400;
}

h1.commn-h1 {
    font-family: 'helveticaneue';
}

.card.comn-card .card-top-tools li i.fa.fa-print {
    font-size: 12px;
}

.card.comn-card .card-top-tools li:hover i.fa.fa-print::after {
    left: -6px;
    top: -1px;
}

.user-forward-img img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(94%) saturate(7488%) hue-rotate(324deg) brightness(72%) contrast(103%);
}

body.obstetrics .user-forward-img img {
    filter: brightness(0) saturate(100%) invert(25%) sepia(14%) saturate(2582%) hue-rotate(241deg) brightness(96%) contrast(86%);
}

body.gastroenterology .user-forward-img img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(20%) saturate(6077%) hue-rotate(158deg) brightness(95%) contrast(101%);
}

a.user-forward-img {
    background-color: #fff;
    display: block;
    border-radius: 25px;
    width: 20px;
}

body.obstetrics a.user-forward-img:hover,
body.gastroenterology a.user-forward-img:hover,
body.fertility a.user-forward-img:hover,
.user-forward-img:hover {
    background-color: var(--violet-red);
}

body.obstetrics a.user-forward-img:hover img,
body.gastroenterology a.user-forward-img:hover img,
body.fertility a.user-forward-img:hover img,
a.user-forward-img:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(141deg) brightness(103%) contrast(101%);
}

#SideNavModal .modal-fullscreen .modal-header {
    display: inline;
}

.active-home-address-overlay {
    overflow: hidden;
}

.fc-hdn-url {
    display: none;
}


/*--------------------------Popup search result css----------------------------- */

#searchbarpop {
    z-index: 11111111;
}

#searchbarpop .col-8 .btn-close {
    margin: 0;
}

.light-mode #searchbarpop .col-8 .btn-close {
    color: #675C53;
}

#searchbarpop .slider.round {
    border-radius: 34px;
}

#searchbarpop .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b1b1b1;
    -webkit-transition: .4s;
    transition: .4s;
}

#searchbarpop .slider.round:before {
    border-radius: 50%;
}

#searchbarpop .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 5px 10px #00000048;
}

#searchbarpop .switch input:checked+.slider {
    background-color: #05b936;
}

#searchbarpop .switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 23px;
    right: 5px;
}

#searchbarpop .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#searchbarpop .switch input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
    left: 5px;
}

#searchbarpop .color-chng {
    margin-right: 35px;
    margin-top: 5px;
}

#searchbarpop .color-chng label.text {
    top: 2px;
    position: relative;
    color: #fff;
    left: 10px;
}

.light-mode #searchbarpop .color-chng label.text {
    color: #675C53;
}

#searchbarpop .modal-fullscreen .modal-body {
    overflow-y: unset;
}

#searchbarpop .modal-content {
    display: table;
    background: transparent linear-gradient(246deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
}

.light-mode #searchbarpop .modal-content {
    background: #fff;
}

#searchbarpop .search-form .searchBar {
    margin-bottom: 25px;
}

#searchbarpop input {
    width: 100%;
    padding: 18px 25px !important;
    background-color: var(--white);
    color: #303030;
    border-radius: 70px;
    text-align: left;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF;
    font-size: 18px;
    padding-right: 60px !important;
}

.light-mode #searchbarpop input {
    border: 1px solid #DEDEDE;
    box-shadow: 0px 0px 6px #00000029;
}

#searchbarpop .resultsearchBar span.search-icon {
    position: absolute;
    right: 18px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: fit-content;
}

#searchbarpop .resultsearchBar {
    position: relative;
    margin-bottom: 25px;
}

#searchbarpop .resultsearchBar span.search-icon img {
    padding: 8px;
    z-index: 9;
    position: relative;
    cursor: pointer;
}

img.showsrchicon {
    width: 35px;
    position: relative;
    right: 1px;
}

#searchbarpop .search-form .col-12 ul li a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: unset;
    display: block;
    position: relative;
    z-index: 9;
}

.light-mode #searchbarpop .search-form .main-search-filter .search-results-area .common-card-filter ul li a {
    color: #675C53;
}

#searchbarpop .search-filter p,
#searchbarpop .product-filter p {
    display: inline;
    color: #fff;
    text-decoration: underline;
}

.light-mode #searchbarpop .search-filter p,
.light-mode #searchbarpop .product-filter p {
    color: #0088CE;
}

#searchbarpop .search-form .col-12 {
    margin-bottom: 10px;
    padding: 0px 30px;
}

#searchbarpop .search-form {
    float: left;
    width: 100%;
    margin-top: 20px;
}

#searchbarpop .search-area {
    float: left;
    width: 100%;
    margin-top: 50px;
}

#searchbarpop .search-area ul.no-data-found {
    margin: 0;
    text-align: center;
    columns: unset;
    -webkit-columns: unset;
    -moz-columns: unset;
}

#searchbarpop .search-area ul.no-data-found li {
    border: unset !important;
}

.light-mode ul.no-data-found li {
    color: #0088CE !important;
}

.light-mode #searchbarpop .search-area::-webkit-scrollbar-track {
    background-color: #f2f4f5;
}

.light-mode #searchbarpop .search-area::-webkit-scrollbar-thumb {
    background-color: #b5b2b0;
}

#searchbarpop .search-area ul li {
    list-style: none;
    color: #fff;
    border-bottom: 1px solid #0088CE;
}

.light-mode #searchbarpop .search-area ul li {
    border-bottom: 1px solid #DEDEDE;
}

#searchbarpop .search-area ul li a {
    color: #fff;
    text-decoration: unset;
    padding: 10px 20px;
    display: block;
    position: relative;
    z-index: 9;
    padding-right: 35px;
}

.light-mode #searchbarpop .search-area ul li a {
    color: #848484;
}

#searchbarpop .search-area ul li.label {
    font-size: 22px;
    padding-left: 50px;
    position: relative;
    line-height: 1.5;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--crystal-blue);
}

.light-mode #searchbarpop .search-area ul li.label {
    color: #0088CE;
    border-bottom: 1px solid #DEDEDE;
}

#searchbarpop .search-area .warppedclass ul li a {
    padding-right: 45px;
    font-size: 15px;
}

#searchbarpop .search-area ul {
    margin-bottom: 35px;
    padding: 0;
}

#searchbarpop .search-area .col-12 ul:last-child {
    padding-right: 0;
    padding-left: 12px;
}

#searchbarpop .search-area .col-12 ul {
    width: 50%;
    float: left;
    padding-right: 12px;
}

#searchbarpop .search-area .col-12 label.label.news-and-events-lb {
    display: block;
    color: #fff;
    font-size: 22px;
    padding-left: 50px;
    position: relative;
    line-height: 1.5;
    padding-bottom: 5px;
}

.light-mode #searchbarpop .search-area .col-12 label.label.news-and-events-lb {
    color: #0088CE;
}

#searchbarpop .search-area strong.upcoming-date,
#searchbarpop .search-area strong.upcoming-title {
    display: block;
    margin-bottom: 10px;
    line-height: normal;
    font-weight: 500;
}

.light-mode #searchbarpop .search-area strong.upcoming-date,
.light-mode #searchbarpop .search-area strong.upcoming-title {
    color: #0088CE;
}

#searchbarpop .search-area p {
    margin: 0;
}

#searchbarpop .search-area .col-12 ul li a {
    padding: 20px 10px;
    padding-right: 45px;
}

#searchbarpop .search-area .col-12 ul li {
    border-top: 1px solid var(--crystal-blue);
}

.light-mode #searchbarpop .search-area .col-12 ul li {
    border-top: 1px solid #DEDEDE;
}

#searchbarpop .search-area .col-6:nth-child(2) ul {
    margin-bottom: 41px;
}

#searchbarpop .search-area ul li a::before {
    content: '';
    position: absolute;
    background-image: url(../img/menu-right-arrow.png);
    right: 15px;
    top: 0;
    bottom: 0;
    height: 22px;
    width: 22px;
    margin: auto;
    border-radius: 15px;
    background-size: cover;
}

.light-mode #searchbarpop .search-area ul li a::before {
    background-image: url(../img/menu-right-arrow-grey.png);
}

.light-mode #searchbarpop .search-area ul li a:hover::before {
    background-image: url(../img/menu-right-arrow.png);
}

#searchbarpop .search-area ul li a:hover::before {
    background-color: #a30050;
    background-color: var(--violet-red);
    transition: background-color 0.2s 0.4s;
}

#searchbarpop .search-area ul li a:hover::after {
    background-color: #A0EDFF76;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    animation: menuHeaderHover 0.5s forwards;
}

.light-mode #searchbarpop .search-area ul li a:hover::after {
    background-color: #1592E627;
}

/*--------------------------Popup search result css end----------------------------- */

#SideNavModal .modal-footer {
    z-index: 9;
}

.frc-captcha span.frc-banner {
    display: none;
}

.frc-captcha svg.frc-icon {
    fill: #158bd3;
    stroke: #158bd3;
}

.frc-captcha button.frc-button {
    color: #158bd3;
}

.frc-captcha .frc-button:focus {
    border: 1px solid #158bd3;
}

.frc-captcha span.frc-text {
    color: #848484;
}

.frc-captcha .frc-success svg.frc-icon {
    fill: #4BB543;
    stroke: #4BB543;
}

.frc-captcha .frc-progress {
    color: #4BB543;
}

.footer .redirect-patient-site {
    padding-left: 20px;
}

.register-form label sup {
    font-size: 22px;
    top: 10px;
    right: 1px;
    color: red;
}

sup.mndtry-field-star {
    font-size: 18px;
    top: 1px;
    right: 2px;
    color: red;
}

.register-form .second-tick-box span {
    padding-left: 8px;
}

#loginRegister .request-access-form #loginForm .redirect-patient-site {
    margin-top: 20px;
}

#loginRegister .request-access-form #loginForm .redirect-patient-site p {
    font-size: 16px;
    padding: 0;
}

#SideNavModal {
    z-index: 999999;
}

.post-type-archive-knowledge_centre.modal-open .header-top-sec {
    padding-right: 17px;
}

.external-url-main {
    position: fixed;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.6);
    z-index: 999999;
    bottom: 0;
    top: 0;
    display: none;
    overflow-y: auto;
    touch-action: none;
}

.external-url-main .external-url-main-inner {
    margin: auto;
    padding: 30px;
    background: transparent linear-gradient(246deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
}

.external-url-main .external-url-main-inner h3 {
    margin-bottom: 25px;
}

a.external-redirect-btn {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 3px #00000029;
    border-radius: 24px;
    text-decoration: unset;
    line-height: normal;
    font-size: 14px;
    color: #00496E;
    text-align: center;
    position: relative;
    padding-right: 50px !important;
    margin: 0;
    border: 1px solid #fff;
}

a.external-redirect-btn i.fa,
a.closed-popup i.fa {
    padding: 3px 7px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: fit-content;
}

a.external-redirect-btn:hover i.fa,
a.closed-popup:hover i.fa {
    color: #fff;
    background-color: #a30050;
    background-color: var(--violet-red);
}

a.closed-popup {
    box-shadow: 0px 3px 3px #00000029;
    border-radius: 24px;
    text-decoration: unset;
    line-height: normal;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding-right: 50px !important;
    margin: 0;
    border: 1px solid #fff;
}

button.url_external {
    background-color: var(--violet-red);
    color: var(--white);
    border-radius: 30px;
    padding: 14px 20px;
    font-size: 13px;
    line-height: 1px;
    text-transform: uppercase;
    box-shadow: unset;
    border: none;
}

button.url_external:hover {
    background-color: var(--dark-hot-pink);
}

[data-attr] {
    cursor: pointer;
}

.forward-hide,
.add-cart-hide {
    display: none !important;
}

.deleteAccessCodePopupContent {
    display: none;
}

.deleteAccountPopup.custom-popup .deleteAccountPopupContainer p {
    color: #fff;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items {
    padding: 0;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items label {
    font-size: 14px;
    padding-left: 0;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items li {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    padding: 10px 20px;
    z-index: 9;
    position: relative;
    padding-right: 5px;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items li:hover::after {
    background-color: #A0EDFF76;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    animation: menuHeaderHover 0.5s forwards;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items ul li .action-icon i.fa:hover {
    background-color: #A30050;
    background-color: var(--violet-red);
    color: #fff;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items ul li .action-icon i.fa {
    background-color: #D9D9D9;
    color: #00496E;
    border-radius: 100%;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items ul li .action-icon i.fa.fa-angle-right {
    margin-left: 35px;
    padding: 5px 9px;
    font-weight: bold;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items ul li .action-icon i.fa.fa-print {
    padding: 6px 6px;
    margin-right: 0px;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items ul li .action-icon i.fa.fa-share {
    padding: 6px 6px;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items ul li .action-icon i.fa.fa-times {
    padding: 6px 8px;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items ul li .action-icon {
    display: inline-flex;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items ul li .action-icon a {
    padding: 0;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items ul li .action-icon a:before,
#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items ul li .action-icon a:after {
    display: none;
}

#mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items ul {
    border-bottom: unset;
}

.deleteAccountPopupContainer .deleteErrorMsg.custom-popup-ErrorMsg {
    margin-bottom: 10px;
    margin-top: 0 !important;
}

#commonVideoPopup,
#CommonPopupForText {
    touch-action: none;
    z-index: 999999999;
}

#commonVideoPopup .modal-content .close-btn-sec,
#embeddedLoginVideoPopup .modal-content .close-btn-sec {
    border-radius: 20px;
    border: 1px solid var(--white);
    outline: unset;
    padding: 13px 15px;
    font-size: 12px;
    color: #00496e;
    line-height: normal;
    background: unset;
    opacity: 1;
    cursor: pointer;
    width: fit-content;
    position: relative;
    top: 12px;
    right: 30px;
    margin-left: auto;
}

#commonVideoPopup .modal-content .close-btn-sec .closebtn,
#embeddedLoginVideoPopup .modal-content .close-btn-sec .closebtn,
#CommonPopupForText .modal-content .close-btn-sec .closebtn {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

#commonVideoPopup .modal-content .close-btn-sec:hover .closebtn,
#embeddedLoginVideoPopup .modal-content .close-btn-sec:hover .closebtn {
    -webkit-transform: rotate(270deg) scale(1.2);
    -moz-transform: rotate(270deg) scale(1.2);
    transform: rotate(180deg) scale(1.2);
}

#commonVideoPopup .modal-dialog .modal-content,
#embeddedLoginVideoPopup .modal-dialog .modal-content {
    background: transparent linear-gradient(246deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
}

#commonVideoPopup .modal-dialog .modal-content .modal-body,
#embeddedLoginVideoPopup .modal-dialog .modal-content .modal-body {
    padding: 2rem;
}

#commonVideoPopup.modal.modal-static .modal-dialog,
#embeddedLoginVideoPopup.modal.modal-static .modal-dialog {
    transform: unset;
}

body.external-url-body {
    overflow: hidden;
    background-color: #F4F4F4;
}

.external-url-body .header-top-sec,
.external-url-body .scrolltabmain {
    padding-right: 17px;
}

.product-section .pages-buckets-section.row .pages-bucket-head img {
    max-width: 77px;
    border-radius: 50%;
}

.references-data strong,
.references-data p,
.references-data .refer-para {
    color: #ffff;
}

.references-data p,
.references-data .refer-para {
    font-size: 14px;
}

.references-data .refer-para strong {
    display: inline-block;
    margin-bottom: 0;
}

.reviewLinktext-bottom h5.commn-h5 {
    text-align: center;
    color: #fff;
}

/*-------------- Mandatory * red color css ---------------*/
.holder {
    position: absolute;
    margin: 8px 0px;
    cursor: auto;
    z-index: 1;
    font-size: 14px;
    padding-left: 17px;
    color: #ada4a4;
}

.red-mandatory {
    color: red;
}

.ta-redirect-url span {
    color: #fff;
    margin-top: 5px;
    display: block;
    position: absolute;
    text-decoration: underline;
    margin-left: 5px;
}

.commn-top-banner p a,
.references-data .refer-para,
.references-data a,
.references-data p {
    color: #fff;
}

.references-data strong {
    margin-bottom: 10px;
    display: block;
}

#introduction .col-6:first-child li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #675C53;
    position: absolute;
    border-radius: 15px;
    left: 0;
    top: 6px;
}

#introduction .col-6:first-child li {
    list-style: none;
    padding-left: 15px;
    position: relative;
}


/*-------------- Mandatory * red color css End ---------------*/


.fifty-per-card img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.single-products .col-6 {
    margin: auto;
}

.PBSinfotext-bottom h5.commn-h5 {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px;
}

.PBSinfotext-bottom p:last-child {
    margin-bottom: 0;
}

.card.comn-card .card-image-block {
    background-color: #f1f1f1;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}

.nopdfsec,
.noInnerLink {
    opacity: 0.2;
    cursor: not-allowed !important;
}

#ct-ultimate-gdpr-cookie-open {
    display: none !important;
}

.first-footer-sec .homepage-refrence-text p {
    color: #fff;
    text-align: center;
}

/*.mifertility-plan-and-event-section .event-sliders .col.col-6 {*/
/*    margin-bottom: 0px !important;*/
/*}*/
.login-register-section .request-access-form .embeddedVideoLogin p {
    margin: 0;
    font-size: 16px;
}

div.login-register-section .request-access-form .row.embeddedVideoLogin {
    align-items: center;
    margin-top: 30px !important;
}

#embeddedLoginVideoPopup .modal-content::before {
    display: none;
}

#embeddedLoginVideoPopup .modal-content {
    background-image: unset;
}

#embeddedLoginVideoPopup {
    z-index: 9999999;
}

.login-register-section .request-access-form .embeddedVideoLogin .col-4 button.white-btn::before {
    content: '';
    position: absolute;
    background-image: url(../img/play-button.png);
    height: 16px;
    width: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page-template-therapeutic-landing .commn-top-banner h1 {
    word-break: break-word;
}

/* Delete button Resend */
.custom-popup .custom-popup-container button#deleteAccount_verify_accessCode {
    float: left;
    margin-right: 10px;
}

.custom-popup .custom-popup-container a.user-resend-otp-btn,
.custom-popup .custom-popup-container a.user-resend-otp-btn-profile,
.custom-popup .custom-popup-container .profile-update-common-btn {
    float: left;
    display: flex;
    align-items: center;
}

/* Resend button update access code */
.user-resend-otp-btn,
.user-resend-otp-btn-profile {
    margin-left: 15px !important;
    display: flex;
}

.otptimertext {
    color: inherit;
    font-size: 12px;
    padding-left: 5px;
}

.otgs-development-site-front-end {
    display: none;
}

.wpml-ls-legacy-dropdown {
    width: fit-content;
}

#commonVideoPopup iframe#commonVideo,
#embeddedLoginVideoPopup iframe#commonVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#commonVideoPopup .modal-dialog .modal-content .modal-body .embed-responsive,
#embeddedLoginVideoPopup .modal-dialog .modal-content .modal-body .embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

#CommonPopupForText .modal-content {
    background-color: #fff;
    border: 1px solid #0088CE;
    border-radius: 10px;
    border-bottom: 7px solid #0088CE;
    position: relative;
    height: fit-content;
}

#CommonPopupForText .modal-content button.btn.closeBtn {
    margin-left: auto;
    padding: 10px;
}

#CommonPopupForText .modal-content button.btn.closeBtn:focus {
    box-shadow: unset;
}

#therepatic_area_form {
    margin: 0;
}

div.ot-floating-button__front {
    background-image: url(../img/otpersistent_cookie_icon.png);
}


.logged-header .fc-brand-logo,
.hcp-fc-mobile-header .fc-brand-logo,
#logged-header .fc-brand-logo, .profile-logo {
    width: 284px;
}

#searchbarpop .modal-content .col-4 img, .fc-brand-logo {
    width: 284px;
}
.profilePopup .fc-brand-logo {
    visibility: hidden;
}

/*contact us click for logged page*/
#v2-inner-footer .v2FooterInner .contact-info-box {
    display: none;
}

.MobileV2FooterInner .homefooterVersionMenu ul li.contact-info-box {
    display: none;
}
@media only screen and (max-width: 489px) {
    .custom-popup .custom-popup-container a.user-resend-otp-btn {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1400px) {
    .custom-popup .custom-popup-container {
        width: auto;
    }

    .custom-popup .phoneUpdatePopupContainer.custom-popup-container {
        width: 450px;
    }
}


@media only screen and (min-width: 1401px) {
    .login-register-section .register-form {
        height: 100%;
    }

    .custom-popup .phoneUpdatePopupContainer.custom-popup-container,
    .custom-popup .emailUpdatePopupContainer.custom-popup-container {
        width: 30%;
    }
}


@media only screen and (max-width: 1399px) {
    .commn-other-event-slider .btn.btn-lg {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1100px) {
    .product-section .pages-bucket-text {
        /* min-height: 85px; */
        display: flex;
        align-items: center;
    }
}






@media only screen and (max-width: 1200px) {
    .product-section .product-buckets-section .col.two-products-buckets .product-bucket-text-inner {
        padding: 40px 10px !important;
    }

    .product-section .product-buckets-section .two-products-buckets .product-bucket-col-inner .product-bucket-bg img.above-ipad,
    .product-section .product-buckets-section .single-products-buckets .product-bucket-col-inner .product-bucket-bg img.above-ipad {
        opacity: 0;
    }

    .product-section .product-buckets-section .two-products-buckets .product-bucket-col-inner .product-bucket-bg,
    .product-section .product-buckets-section .single-products-buckets .product-bucket-col-inner .product-bucket-bg {
        background-position: center top 30%;
    }

    #login-form .login-form .row {
        margin: auto;
    }

    .login-register-section h2.commn-h2 {
        margin-top: 0 !important;
    }

    .container-1100 {
        max-width: 90%;
    }

    .commn-form .col-8,
    .login-error-container {
        width: 90%;
        margin: auto;
    }

    .login-error-msg,
    .profile-success-msg {
        margin-top: 30px !important;
        margin: auto;
    }

    #loginRegister .request-access-form .login-error-msg {
        margin-left: 0 !important;
        width: auto;
        margin-top: 0px !important;
        margin-bottom: 20px;
    }

    .commn-form {
        padding-bottom: 10%;
        padding-top: 30px;
    }

    #SideNavModal .modal-content::before {
        display: none;
    }

    .login-register-section .footer.hcp-footer {
        position: unset;
    }

    .popup-header {
        position: unset;
        width: 100%;
        z-index: 999;
    }

    .commn-form .container-1100 {
        margin-top: 0;
    }

    .login-register-section .login-form-container {
        max-width: 90% !important;
        padding: 0;
    }

    .login-register-section .footerPositon {
        position: absolute !important;
    }

    .benefits-section .col-6 .benefits-section-content-right-col {
        width: 90%;
    }

    .benefits-section .col-6 .benefits-section-content-right-col {
        padding-left: 35px;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1199px) {
    .footer-address .footer-add-inner span.footer-add-title {
        min-height: 85px !important;
    }
}



@media only screen and (min-width: 768px) and (max-width: 860px) {
    .footer-address .footer-add-inner span.footer-add-title {
        min-height: 85px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

    .commn-form .col-8,
    .login-error-container {
        width: 98% !important;
        margin: auto;
    }

    #loginRegister .login-error-container {
        margin-left: 10px;
    }

    .login-register-section .request-access-form .embeddedVideoLogin .col-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1070px) {
    .fifty-per-card .card-top-tools ul {
        right: 1%;
    }
}

@media only screen and (max-width: 1099px) {
    .HeaderPop-container-1000 {
        width: 90%;
        margin: auto;
    }

    #dr-profile .HeaderPop-container-1000 {
        height: auto !important;
    }

    #searchbarpop .search-form .col-12 ul {
        margin: 0;
        margin-top: 10px;
    }

    #searchbarpop .search-form .col-12 .product-filter {
        float: left;
        margin-top: 10px;
    }

    #searchbarpop .search-form .col-12 ul li a {
        margin-bottom: 10px;
    }

    #searchbarpop .search-form .col-12 {
        padding: 0px 10px;
    }

    .product-section .pages-bucket-text {
        /* min-height: 115px; */
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 992px) {
    .product-section .product-buckets-section .col.two-products-buckets .product-bucket-text .product-bucket-text-inner {
        min-height: 215px;
    }

    .product-section .product-buckets-section .col .product-bucket-text .product-bucket-text-inner {
        padding: 11px;
        /* min-height: 0; */
        /* margin-bottom: 28px; */
    }

    .product-section .pages-bucket-text {
        /* min-height: 152px; */
    }

    .login-register-section h5.commn-h5 br {
        display: none;
    }

    .product-section .pages-bucket-text {
        padding: 5px 10px;
    }

    .product-section .pages-bucket-head .commn-btn-gainsboro:last-child {
        margin-top: 0;
    }

    ul.comn-merge-btn li a {
        padding: 10px 12px;
    }

    ul.mergelefttext-btn li:first-child a {
        padding: 10px 15px;
    }

    .fifty-per-card .card-top-tools ul {
        right: 15px;
        bottom: 15px;
        height: max-content;
        width: fit-content;
        margin: auto;
    }

    #dr-profile .profile-inner .row {
        display: block;
    }

    #dr-profile .profile-inner .row .col-6 {
        width: 100%;
    }

    #dr-profile .profile-inner .row .col-6.saved-items {
        margin-top: 35px;
    }

    #dr-profile .profile-inner .saved-items ul li {
        padding: 10px 0px !important;
    }

    #dr-profile .profile-inner .saved-items>label {
        padding-left: 0 !important;
    }

    .notification-toggle>label {
        padding-left: 0 !important;
    }

    .custom-control.custom-switch {
        padding-left: 35px !important;
    }

    .update-profile-request-btn {
        align-items: center;
    }

    .update-profile-request-btn p {
        margin: 0 !important;
    }

    .update-profile-request-btn a.white-btn {
        margin-left: 25px;
    }

    #dr-profile .profile-inner .saved-items ul li {
        min-height: 100%;
    }

    .hcp-main .redirect-patient-site p,
    .homepage-mobile-footer .redirect-patient-site a,
    .second-footer-sec .redirect-patient-site p {
        color: #fff;
        text-align: center;
        padding-bottom: 10px;
    }

    .redirect-patient-site p {
        margin: 0;
        color: #fff;
        z-index: 9;
        position: relative;
    }

    .redirect-patient-site {
        padding: 0px 15px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        position: relative;
    }

    .second-footer-sec .redirect-patient-site::before {
        content: '';
        width: 100vw;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        margin-left: calc(-100vw / 2 + 100% / 2) !important;
        background-color: #006ebd;
    }

    #SideNavModal .redirect-patient-site {
        margin: 0;
        padding: 15px 0px;
    }

    #SideNavModal .redirect-patient-site p {
        padding: 0 15px;
    }

    #SideNavModal .hcp-footer-container ul {
        text-align: center;
        padding: 10px 10px;
    }
}



@media only screen and (min-width: 1101px) {

    .product-section .product-buckets-section .col.two-products-buckets .product-bucket-text .product-bucket-text-inner,
    .product-section .product-buckets-section .col.single-products-buckets .product-bucket-text .product-bucket-text-inner {
        margin-top: 15px;
    }

    .single-products .product-section .product-buckets-section .col.two-products-buckets .product-bucket-text .product-bucket-text-inner {
        margin-top: 0px;
    }
}


@media only screen and (min-width: 1191px) {
    .product-section .product-buckets-section .col .product-bucket-text .product-bucket-text-inner {
        min-height: 62px;
    }
}

@media only screen and (min-width: 1201px) {
    .page-template-therapeutic-landing .product-section .product-buckets-section .two-products-buckets.col .product-bucket-text .product-bucket-text-inner {
        min-height: 140px;
    }

    .benefits-section .col-6 .benefits-section-content-right-col {
        width: 535px;
    }

    #register-form {
        padding: 0px 20px;
    }

    .product-section .product-buckets-section .two-products-buckets .product-bucket-col-inner .product-bucket-bg,
    .product-section .product-buckets-section .single-products-buckets .product-bucket-col-inner .product-bucket-bg,
    .product-section .product-buckets-section .product-bucket-col-inner .product-bucket-bg  {
        background-image: unset !important;
    }

    .product-section .product-buckets-section .two-products-buckets .product-bucket-col-inner .product-bucket-bg a,
    .product-section .product-buckets-section .two-products-buckets .product-bucket-col-inner .product-bucket-bg img {
        height: 100%;
    }

    .single-products .product-section .product-buckets-section .two-products-buckets .product-bucket-col-inner .product-bucket-bg img {
        height: unset;
    }
}

@media only screen and (min-width: 993px) {
    .page-template-therapeutic-landing .references-data {
        padding-top: 155px;
    }

    .product-section .row:first-child .col:first-child {
        border-bottom-left-radius: 10px;
    }

    .external-url-main .external-url-main-inner .external-url-content {
        padding: 0px 35px;
    }

    .update-profile-request-btn {
        display: flex;
        color: #fff;
        padding: 27px 0px;
        width: 100%;
        border-top: 1px solid var(--crystal-blue);
        position: absolute;
        /* bottom: 0; */
    }
    .logout-btn-sec {
        margin-top: 95px;
    }
    #dr-profile .profile-inner .saved-items ul {
        border-bottom: unset;
    }

    .footer-teams div#teams-content .container-fluid {
        padding-top: 55px;
    }

    .hcp-main .hcp-footer-container {
        display: flex;
        justify-content: space-between;
    }

    .hcp-main .footer.hcp-footer .hcp-footer-container ul {
        text-align: right;
    }

    .sidebar_ft .redirect-patient-site p,
    .homepage-refrence-text p {
        font-size: 14px;
        font-weight: normal;
    }

    .sidebar_ft .redirect-patient-site p {
        margin-top: 20px;
        margin-right: 30px
    }

    .product-section .pages-bucket-text {
        /* min-height: 150px; */
        display: flex;
    }

    .product-section .product-buckets-section .col .product-bucket-text .product-bucket-text-inner {
        padding: 10px 20px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .scrolltabmain {
        z-index: 999;
    }

    .home .modal-backdrop.show:nth-of-type(odd) {
        z-index: 999999 !important;
    }

    .commn-other-event-slider.other-event-card {
        margin: 10px;
    }

    .alert.cookies-alert-tab {
        padding: 20px 60px;
    }

    #resources .owl-carousel.resources-card {
        overflow: hidden !important;
    }

    #knowledge-center-slider {
        overflow: hidden;
        padding-bottom: 80px;
    }

    #knowledge-center-slider .owl-stage-outer {
        overflow: visible;
    }

    #dr-profile .profile-inner ul.postal-and-state li {
        border: none;
        width: 50%;
        float: left;
        margin: 0;
        justify-content: space-between;
    }

    #dr-profile .profile-inner ul.postal-and-state li:last-child label {
        min-width: 55px;
    }

    #dr-profile .profile-inner ul.postal-and-state li:last-child span {
        position: relative;
        left: -55px;
    }

    #dr-profile .profile-inner ul.postal-and-state li:first-child::before {
        content: '';
        position: absolute;
        right: 7px;
        background-color: #0088CE;
        width: 1px;
        height: 75%;
    }

    #dr-profile .profile-inner ul.postal-and-state li:first-child label {
        min-width: 100px;
    }

    #dr-profile .profile-inner li.main-li-postal-and-state {
        display: table !important;
        padding: 0 !important;
        width: 100%;
    }

    .product-section .product-buckets-section .single-products-buckets {
        width: 50%;
        flex: unset;
    }

    #searchbarpop .search-area ul li {
        display: inline-block;
        width: 48%;
        margin: 0px 7px;
    }

    body.external-url-body {
        padding-right: 17px;
    }

    #searchbarpop .search-area ul.no-data-found {
        font-size: 24px;
    }

    #searchbarpop .search-area {
        margin-bottom: 80px;
        max-height: 600px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #searchbarpop .search-form .col-12 ul li a {
        background-color: #B1B1B14D;
    }

    .filter-and-toggle {
        display: none;
    }

    #searchbarpop .search-area .generatelistul li:first-child::before {
        left: 15px;
        top: 3px;
    }

    #searchbarpop .search-area .warppedclass ul li:first-child {
        font-size: 20px;
        padding-left: 50px;
    }

    .warppedclass {
        padding-right: 15px;
    }

    #searchbarpop .search-area::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #00368B;
        border-radius: 25px;
    }

    #searchbarpop .search-area::-webkit-scrollbar {
        width: 5px;
    }

    #searchbarpop .search-area::-webkit-scrollbar-thumb {
        background-color: #006AA0;
        border-radius: 25px;
    }

    #searchbarpop .search-form .main-search-filter a.filterdrpdwnbtn,
    #searchbarpop .search-form .main-search-filter .color-chng {
        display: none;
    }

    #searchbarpop .search-form .col-12 .common-card-filter {
        float: right;
        margin-left: 15px;
    }

    a.closed-popup {
        padding: 12px 30px;
    }

    a.external-redirect-btn {
        padding: 12px 30px;
    }

    .external-popup-btn-section {
        margin-top: 60px;
    }

    .external-url-main .external-url-main-inner h3 {
        font-size: 24px;
    }

    .external-url-main .external-url-main-inner {
        width: 600px;
    }

    .custom-popup-title {
        font-size: 24px;
    }

    .hide-footer-address-inner {
        bottom: -490px;
    }

    .footer-teams div#teams-content .col .team-inner .team-head {
        min-height: 96px;
    }

    .hcp-footer-container ul {
        text-align: right;
    }

    div#mySidenav {
        right: -500px;
        width: 500px !important;
    }

    div#mySidenav .sidenavMain .events-menu ul.mifertilty-menu li:nth-child(2),
    div#mySidenav .sidenavMain .knowledgeCenter-menu ul.ferring-research-menu li:nth-child(2) {
        border-bottom: unset;
    }

    #searchbarpop .color-chng {
        display: flex;
    }

    #searchbarpop .search-form li.list_tab_active a {
        background-color: #fff !important;
        color: #0088CE !important;
    }

    .light-mode #searchbarpop .search-form li.list_tab_active a {
        background-color: #0088CE !important;
        color: #FFFFFF !important;
    }

    .fc-mobile {
        display: none;
    }

    .fc-desktop {
        display: block;
    }

    body {
        font-size: 16px;
    }

    h1.commn-h1 {
        font-size: 38px;
    }

    h3.commn-sub-heading {
        font-size: 22px;
    }

    h5.commn-h5 {
        font-size: 18px;
    }

    h4.comm-h4 {
        font-size: 20px;
    }

    h2.commn-h2 {
        font-size: 26px;
    }

    .header-top-sec {
        padding-bottom: 100px;
    }

    .product-section #accordionProduct .accordion-body {
        padding: 1rem 10px;
    }

    .product-section #accordionProduct ul {
        padding-left: 17px;
    }

    .product-section .col:hover .commn-btn-violet-red {
        background-color: var(--dark-hot-pink);
    }

    .product-section .product-buckets-section .product-bucket-col-inner {
        overflow: hidden;
        border-radius: 7px;
        box-shadow: 0px 0px 5px #00000029;
    }

    .product-section .product-buckets-section .product-bucket-col-inner .product-bucket-bg {
        background-repeat: no-repeat;
        background-size: cover;
    }
    .single-products #introduction .product-buckets-section .product-bucket-col-inner .product-bucket-bg{
        background-image: unset !important;
        /* height: 68%; */
    }
    .product-section .pages-buckets-section.row .col {
        overflow: hidden;
    }

    .product-section .col a {
        text-decoration: unset;
        display: block;
    }

    .product-section .row {
        width: 100%;
        margin: auto;
        border-right: unset;
        justify-content: start;
    }

    .product-section h4.product-title.comm-h4,
    .product-section h4.pages-bucket-title.comm-h4 {
        color: var(--violet-red);
        text-align: center;
        padding-top: 10px;
    }

    .product-section .pages-bucket-text p span {
        color: var(--violet-red);
        font-family: 'Arimo', sans-serif;
        font-weight: 600;
        letter-spacing: 0px;
    }

    #other-products .product-section h4.product-title.comm-h4 {
        text-transform: uppercase;
    }

    .product-section .pages-bucket-head span {
        float: left;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

    .product-section .pages-bucket-text {
        text-align: center;
        background-color: var(--white-smoke);
        border-bottom: 5px solid var(--violet-red);
    }

    .product-section .pages-bucket-text p {
        color: var(--thunder);
        margin: auto;
    }

    .product-section .pages-bucket-head {
        padding: 10px 0px;
        text-align: center;
        background-color: var(--white);
        padding-top: 15px;
    }

    .product-section h4.product-title.comm-h4 sup,
    .product-section h4.pages-bucket-title.comm-h4 sup {
        font-size: 13px;
    }

    .product-section .pages-bucket-head ul li {
        margin-bottom: 6px;
    }

    .product-section .pages-buckets-section.row:first-child .col:first-child {
        border-top-right-radius: unset;
    }

    .product-section .row:last-child {
        border-radius: 0px 10px 10px 10px;
    }
    /* .page-template-therapeutic-landing .product-section .product-buckets-section {
        flex-direction: row-reverse;
    } */
    .product-section .product-buckets-section .propess h4.product-title {
        color: #0a64b0;
    }
    .product-section .product-buckets-section .propess .product-bucket-col-inner, .product-section .product-buckets-section .propess.single-products-buckets .product-bucket-col-inner {
        border-bottom: 5px solid #0a64b0 !important;
    }
    .product-section .product-buckets-section .pabal h4.product-title, .product-section .product-buckets-section .pabal-rts h4.product-title {
        color: #245a42;
    }
    .product-section .product-buckets-section .pabal .product-bucket-col-inner, .product-section .product-buckets-section .pabal-rts.single-products-buckets .product-bucket-col-inner{
        border-bottom: 5px solid #245a42 !important;
    }
    .product-section {
        margin-top: -42px;
    }

    #knowledge-center-slider .owl-stage .owl-item:nth-child(even) {
        margin-top: 85px;
    }

    #knowledge-center-slider .owl-dots {
        position: relative;
        left: -20%;
        margin-top;
    }

    .card.comn-card {
        margin: 15px;
        background-repeat: no-repeat;
        transition: all 700ms;
        background-size: cover;
        border: unset;
        border-radius: 15px;
    }

    .knowledge-center-sec .knowledge-center-inner .col-8 {
        position: absolute;
        right: -40%;
        width: 100%;
    }

    .paddingAdd {
        padding-bottom: 0 !important;
    }

    .footer-address {
        width: 100%;
        margin: auto;
    }

    .footer-teams {
        border-top: 1px solid var(--crystal-blue);
    }

    .first-footer-sec {
        background: transparent linear-gradient(246deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
    }

    .jumpTomobile {
        display: none;
    }

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

    .scroll-section .card.comn-card:hover {
        transition: all 700ms;
        transform: scale(1, 1.1);
        height: 100%;
        /* z-index:1; */
    }

    .card.comn-card:hover {
        z-index: 9999;
    }

    .single-products .card.comn-card:hover {
        z-index: 99;
    }

    .how-to-use-sec {
        margin-top: 10px;
    }

    .register-inner-form .col-8 {
        padding-right: 60px !important;
    }

    #SideNavModal.dr-nav-scrollbar .modal-dialog .modal-content {
        padding-right: 17px;
    }

    .product-section .pages-buckets-section {
        margin-bottom: 24px;
        overflow: hidden;
    }

    .product-section .pages-buckets-section.row .col a {
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0px 0px 5px #00000029;
    }

    .product-section .product-bucket-text a.btn {
        display: inline-block;
        box-shadow: 0px 3px 6px #00000017;
        padding: 4px 20px;
    }

    .product-section .product-bucket-text a.btn.commn-btn-gainsboro:last-child {
        padding: 4px 15px;
    }

    .product-section .product-buckets-section .col .product-bucket-text .product-bucket-text-inner {
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-section .product-buckets-section .col .product-bucket-text h4.product-title {
        background-color: #F4F4F4;
    }

    .product-section .product-buckets-section .col .product-bucket-text {
        text-align: center;
        /*   padding-top: 0;
        margin-top: -19%;
        z-index: 9;
        position: relative;
        background-color: #fff;*/
    } 

    /*product bucket title color   */
    .product-section .product-buckets-section .col.menopur h4.product-title {
        color: #00AEEF;
    }

    .product-section .product-buckets-section .col.rekovelle h4.product-title {
        color: #9178B5;
    }

    .product-section .product-buckets-section .col.endometrin h4.product-title {
        color: #B50610;
    }

    .product-section .product-buckets-section .col.decapeptyl h4.product-title {
        color: #4A8C2D;
    }

    .product-section .product-buckets-section .col.pentasa h4.product-title,
    .product-section .product-buckets-section .col.pentasa® h4.product-title {
        color: #75c044;
    }

    .product-section .product-buckets-section .col.cortiment h4.product-title,
    .product-section .product-buckets-section .col.cortiment® h4.product-title {
        color: #63c8c4;
    }

    .product-section .product-buckets-section .col.cervidil h4.product-title {
        color: #0a64b0;
    }

    .product-section .product-buckets-section .col.duratocin h4.product-title {
        color: #245a42;
    }

    /*product bucket bottom border   */
    .product-section .product-buckets-section .col.menopur .product-bucket-text {
        border-bottom: 5px solid #00AEEF;
    }

    .product-section .product-buckets-section .col.rekovelle .product-bucket-text {
        border-bottom: 5px solid #9178B5;
    }

    .product-section .product-buckets-section .col.endometrin .product-bucket-text {
        border-bottom: 5px solid #B50610;
    }

    .product-section .product-buckets-section .col.decapeptyl .product-bucket-text {
        border-bottom: 5px solid #4A8C2D;
    }

    .product-section .product-buckets-section .col.cortiment .product-bucket-text {
        border-bottom: 5px solid #63c8c4;
    }

    /* .product-section .product-buckets-section .col.pentasa .product-bucket-text {
        border-bottom: 5px solid #75c044;
    } */
    .product-section .product-buckets-section .col.pentasa .product-bucket-col-inner {
        border-bottom: 5px solid #75c044;
        text-align: center;
    }
    .product-section .product-buckets-section .col.cervidil .product-bucket-text {
        border-bottom: 5px solid #0a64b0;
    }

    .product-section .product-buckets-section .col.duratocin .product-bucket-text {
        border-bottom: 5px solid #245a42;
    }

    .product-section .product-buckets-section .col.two-products-buckets .product-bucket-text,
    .product-section .product-buckets-section .col.single-products-buckets .product-bucket-text {
        border-bottom: unset;
    }

    .product-section .product-buckets-section .col.two-products-buckets .product-bucket-col-inner,
    .product-section .product-buckets-section .col.single-products-buckets .product-bucket-col-inner {
        border-bottom: 5px solid var(--violet-red);
    }

    .product-section .product-buckets-section .col.menopur.two-products-buckets .product-bucket-col-inner,
    .product-section .product-buckets-section .col.menopur.single-products-buckets .product-bucket-col-inner {
        border-bottom: 5px solid #00AEEF;
    }

    .product-section .product-buckets-section .col.rekovelle.two-products-buckets .product-bucket-col-inner,
    .product-section .product-buckets-section .col.rekovelle.single-products-buckets .product-bucket-col-inner  {
        border-bottom: 5px solid #9178B5;
    }

    .product-section .product-buckets-section .col.endometrin.two-products-buckets .product-bucket-col-inner,
    .product-section .product-buckets-section .col.endometrin.single-products-buckets .product-bucket-col-inner {
        border-bottom: 5px solid #B50610;
    }

    .product-section .product-buckets-section .col.decapeptyl.two-products-buckets .product-bucket-col-inner,
    .product-section .product-buckets-section .col.decapeptyl.single-products-buckets .product-bucket-col-inner  {
        border-bottom: 5px solid #4A8C2D;
    }

    .product-section .product-buckets-section .col.pentasa.two-products-buckets .product-bucket-col-inner,
    .product-section .product-buckets-section .col.pentasa.single-products-buckets .product-bucket-col-inner,
    .product-section .product-buckets-section .col.pentasa®.two-products-buckets .product-bucket-col-inner,
    .product-section .product-buckets-section .col.pentasa®.single-products-buckets .product-bucket-col-inner {
        border-bottom: 5px solid #75c044;
    }

    .product-section .product-buckets-section .col.cortiment.two-products-buckets .product-bucket-col-inner,
    .product-section .product-buckets-section .col.cortiment.single-products-buckets .product-bucket-col-inner,
    .product-section .product-buckets-section .col.cortiment®.two-products-buckets .product-bucket-col-inner,
    .product-section .product-buckets-section .col.cortiment®.single-products-buckets .product-bucket-col-inner {
        border-bottom: 5px solid #63c8c4;
    }

    .product-section .product-buckets-section .col.cervidil.two-products-buckets .product-bucket-col-inner,
    .product-section .product-buckets-section .col.cervidil.single-products-buckets .product-bucket-col-inner {
        border-bottom: 5px solid #0a64b0;
    }

    .product-section .product-buckets-section .col.duratocin.two-products-buckets .product-bucket-col-inner,
    .product-section .product-buckets-section .col.duratocin.single-products-buckets .product-bucket-col-inner {
        border-bottom: 5px solid #245a42;
    }

    .product-section .product-buckets-section .two-products-buckets .product-bucket-col-inner,
    .product-section .product-buckets-section .single-products-buckets .product-bucket-col-inner {
        display: flex;
    }

    .product-section .product-buckets-section .two-products-buckets .product-bucket-text,
    .product-section .product-buckets-section .single-products-buckets .product-bucket-text {
        background: #fff;
        margin: 0;
    }

    .product-section .product-buckets-section .col.two-products-buckets p {
        margin-bottom: 20px;
    }

    .product-section .product-buckets-section p {
        margin-bottom: 10px;
    }

    .product-section .product-buckets-section .two-products-buckets .product-bucket-col-inner .product-bucket-bg,
    .product-section .product-buckets-section .single-products-buckets .product-bucket-col-inner .product-bucket-bg {
        width: 50%;
    }

    .product-section .product-buckets-section .col.two-products-buckets .product-bucket-text,
    .product-section .product-buckets-section .col.single-products-buckets .product-bucket-text {
        width: 50%;
    }

    /* cookie icon */
    #ot-sdk-btn-floating.ot-floating-button {
        position: fixed;
        bottom: 80px !important;
    }

}

@media only screen and (min-width: 480px) {

    #SideNavModal .main-header .col-8:last-child,
    #TherapeuticAreasModal .col-8,
    #searchbarpop .col-8 {
        padding-top: 0px;
        position: unset;
        right: 0;
        z-index: 99;
        margin: auto;
        padding-right: 25px;
    }

    .custom-popup .emailUpdatePopupContainer.custom-popup-container {
        width: 540px;
    }

    .deleteAccessCodePopupContent {
        width: 480px;
    }
}

.prod-uppercase {
    text-transform: uppercase;
}

.bookmarked {
    color: #fff !important;
    font-size: 9px !important;
}

.bookmarked:after {
    background-color: var(--violet-red) !important;
    left: -8px !important;
}

.bookmarked:before {
    right: 2px !important;
    top: 0;
    z-index: 99 !important;
    position: relative !important;
}

.modal-body iframe {
    width: 100%;
}

#searchbarpop .search-area ul li a sup {
    top: -4px;
    right: -1px;
}

#resources .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

#resources .card.comn-card .card-body {
    box-shadow: unset;
}

#embeddedLoginVideoPopup.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

/*----------------------- Common CSS End----------------------- */



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

    ::-webkit-full-page-media,
    :future,
    div#mySidenav .sidenavMain label {
        font-weight: 700;
    }

    ::-webkit-full-page-media,
    :future,
    .header-top-sec::before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .sticky {
        top: 90px;
    }
    .home .modal-backdrop.fade.show:nth-of-type(even) {
        z-index: 999999;
    }

    #dr-profile .profile-inner .saved-items ul li .action-icon {
        padding-left: 10px;
    }

    .login-register-section .request-access-form .embeddedVideoLogin .col-8 {
        margin: 0;
        margin-bottom: 20px;
        padding: 0px 10px;
    }

    .login-register-section .request-access-form .embeddedVideoLogin .col-8,
    .login-register-section .request-access-form .embeddedVideoLogin .col-4 {
        width: 100%;
    }

    ul.sorting-dropdown a.sort.resDownload {
        font-size: 11px !important;
    }

    .fifty-per-card .card-body .res-multi-btn ul.sorting-dropdown {
        position: unset;
    }

    .footer-teams .accordion-button:not(.collapsed),
    .footer-teams .accordion-button,
    .footer-teams .accordion-body h5 {
        padding: 0px 30px !important;
        padding-bottom: 20px !important;
    }

    .card.comn-card {
        background-image: unset !important;
    }

    .product-section .first-products .accordion-body h4.product-title {
        background-color: #F4F4F4;
        text-align: center;
        text-transform: uppercase;
    }

    .product-section .first-products .accordion-item .product-text-inner {
        padding: 15px 20px;
        text-align: center;
    }

    .product-section .first-products .accordion-item .product-content {
        border-radius: 10px;
        box-shadow: 0px 0px 5px #00000029;
        overflow: hidden;
        width: 275px;
        margin: auto;
    }

    .product-section .first-products .accordion-item .product-text-inner p {
        margin: 0;
        font-size: 14px;
    }

    .product-section .first-products .accordion-item .product-para a {
        padding: 0;
        display: table-row-group;
    }

    .product-section .first-products .accordion-body h4.product-title sup {
        top: -5px;
    }

    /*  Title color    */
    .product-section .first-products .accordion-item .accordion-body h4.product-title {
        color: var(--violet-red);
    }

    .product-section .first-products .accordion-item.menopur .accordion-body h4.product-title {
        color: #00AEEF;
    }

    .product-section .first-products .accordion-item.rekovelle .accordion-body h4.product-title {
        color: #9178B5;
    }

    .product-section .first-products .accordion-item.endometrin .accordion-body h4.product-title {
        color: #B50610;
    }

    .product-section .first-products .accordion-item.decapeptyl .accordion-body h4.product-title {
        color: #4A8C2D;
    }

    .product-section .first-products .accordion-item.cervidil .accordion-body h4.product-title {
        color: #0a64b0;
    }

    .product-section .first-products .accordion-item.duratocin .accordion-body h4.product-title {
        color: #245a42;
    }

    .product-section .first-products .accordion-item.pentasa .accordion-body h4.product-title {
        color: #75c044;
    }

    .product-section .first-products .accordion-item.cortiment .accordion-body h4.product-title {
        color: #63c8c4;
    }

    /*  Border color  */
    .product-section .first-products .accordion-item.pabal .product-content {
        border-bottom: 5px solid #245a42 !important;
    }
    .product-section .first-products .accordion-item.pabal .accordion-body h4.product-title {
        color:  #245a42 !important;
    }
    .product-section .first-products .accordion-item.propess .product-content {
        border-bottom: 5px solid #0a64b0 !important;
    }
    .product-content, .product-section .first-products .accordion-item.propess .accordion-body h4.product-title {
        color:  #0a64b0 !important;
    }
    .product-section .first-products .accordion-item.menopur .product-content {
        border-bottom: 5px solid #00AEEF;
    }

    .product-section .first-products .accordion-item.rekovelle .product-content {
        border-bottom: 5px solid #9178B5;
    }

    .product-section .first-products .accordion-item.endometrin .product-content {
        border-bottom: 5px solid #B50610;
    }

    .product-section .first-products .accordion-item.decapeptyl .product-content {
        border-bottom: 5px solid #4A8C2D;
    }

    .product-section .first-products .accordion-item.cervidil .product-content {
        border-bottom: 5px solid #0a64b0;
    }

    .product-section .first-products .accordion-item.duratocin .product-content {
        border-bottom: 5px solid #245a42;
    }

    .product-section .first-products .accordion-item.pentasa .product-content {
        border-bottom: 5px solid #75c044;
    }

    .product-section .first-products .accordion-item.cortiment .product-content {
        border-bottom: 5px solid #63c8c4;
    }

    #dr-profile .profile-inner .main-li-postal-and-state {
        display: block !important;
        padding-right: 0 !important;
    }

    #introduction {
        padding-bottom: 30px !important;
    }

    .references-data {
        margin: 0px 15px;
        margin-top: 30px;
    }

    .page-template-ibd-resource-kit #introduction .col-6:last-child {
        margin-top: 20px;
    }

    .filter-and-toggle .color-chng label.switch {
        right: -5px !important;
    }

    .filter-and-toggle .color-chng label.text {
        left: -15px !important;
    }

    #login-form>.row {
        width: 100%;
    }

    #searchbarpop .search-area ul.no-data-found {
        font-size: 18px;
        padding: 0px 15px;
        position: absolute;
        top: 155px;
    }

    #searchbarpop .search-area {
        margin-top: 35px;
    }

    #searchbarpop .search-area .generatelistul li:first-child::before {
        left: 30px;
        top: 10px;
    }

    .light-mode #searchbarpop .search-form .main-search-filter .search-results-area .common-card-filter ul li:nth-child(odd) {
        background-color: #e9e9e9;
    }

    #searchbarpop .search-area .warppedclass ul li:first-child {
        font-size: 18px;
        padding-left: 65px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #A0EDFF76;
    }

    #searchbarpop .search-form .main-search-filter .search-results-area .common-card-filter ul li {
        display: block;
    }

    .filter-and-toggle {
        padding: 15px 0px;
    }

    #searchbarpop .search-form .main-search-filter .search-results-area .common-card-filter p {
        padding-left: 25px;
    }

    #searchbarpop .search-form .main-search-filter .search-results-area .common-card-filter {
        width: 100%;
    }

    #searchbarpop .search-form .main-search-filter .search-results-area .common-card-filter ul li a {
        color: #fff;
        text-decoration: unset;
        padding: 10px 40px;
        display: block;
        margin: 0;
        text-align: left;
    }

    #searchbarpop .search-form .main-search-filter .search-results-area .common-card-filter ul li:nth-child(odd) {
        background-color: #0b5aa6;
    }

    #searchbarpop .search-form .main-search-filter .search-results-area .common-card-filter ul li {
        margin: 0;
    }

    #searchbarpop .search-form .main-search-filter .search-results-area .col-12 {
        padding: 0;
        margin-bottom: 0;
    }

    .filter-and-toggle a.filterdrpdwnbtn {
        color: #ffff;
        font-size: 16px;
        padding-left: 25px;
        position: relative;
    }

    .filter-and-toggle .color-chng {
        margin: 0 !important;
        display: flex;
        float: right;
        padding-right: 30px;
    }

    .filter-and-toggle a.filterdrpdwnbtn i.fa {
        font-size: 25px;
        position: absolute;
        top: -3px;
    }

    .light-mode .filter-and-toggle a.filterdrpdwnbtn {
        color: #0088CE;
    }

    a.closed-popup,
    a.external-redirect-btn {
        padding: 12px 20px;
    }

    .external-popup-btn-section {
        margin-top: 20px;
        float: left;
        width: 100%;
    }

    .external-url-main .external-url-main-inner h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .external-url-main .external-url-main-inner {
        width: 90%;
    }

    .custom-popup-title {
        font-size: 18px;
    }

    #loginRegister .login-error-container {
        margin-left: 0px;
    }

    .login-register-section .register-form .login-error-msg {
        left: 5%;
    }

    #status {
        left: 45%;
    }

    .hide-footer-address .footer-address {
        margin-top: 0px !important;
    }

    body.dr-nav-activated {
        padding-right: 0px;
    }

    .footer-add-info:last-child {
        padding: 20px 24px;
    }

    div#mySidenav {
        padding-bottom: 0px !important;
    }

    #searchbarpop a.searched-tab {
        color: #4FEAF7 !important;
        text-decoration: underline !important;
    }

    .light-mode #searchbarpop .search-form .main-search-filter .search-results-area .search-filter ul.dyn_list_g li.list_tab_active a {
        color: #0088CE !important;
        text-decoration: underline !important;
    }

    #searchbarpop .search-form .main-search-filter .search-results-area .search-filter ul.dyn_list_g li.list_tab_active a {
        color: #4FEAF7 !important;
        text-decoration: underline !important;
    }

    .alert.cookies-alert-tab {
        padding: 20px 45px;
        width: 95%;
    }

    .alert.cookies-alert-tab a.ok-cookie-btn {
        height: fit-content;
    }

    #searchbarpop .HeaderPop-container-1000 {
        width: 100%;
    }

    #searchbarpop .search-area .col-6 {
        width: 100%;
    }

    #searchbarpop .search-area .col-12 ul {
        width: 100%;
        padding-right: 0;
    }

    #searchbarpop header.main-header {
        padding-bottom: 0px;
    }

    #searchbarpop .search-area .col-12 ul:last-child {
        padding-left: 0;
    }

    #searchbarpop .search-area .col-12 ul li a {
        padding-left: 25px;
    }

    #searchbarpop .search-area ul {
        margin-bottom: 0;
    }

    #searchbarpop .search-area .col-6:nth-child(2) ul {
        margin-bottom: 0;
    }

    #searchbarpop .search-area .col-12 li:last-child {
        border-bottom: unset;
    }

    #searchbarpop input {
        border-radius: unset;
        padding: 15px 25px !important;
        font-size: 18px;
        padding-right: 60px !important;
    }

    #searchbarpop .result-filterr-and-color-toggle {
        float: left;
        width: 100%;
        padding: 15px 0px;
    }

    .filter-open #searchbarpop .result-filterr-and-color-toggle {
        padding-bottom: 0;
    }

    #searchbarpop .search-area ul li a {
        padding: 10px 25px;
        padding-right: 45px;
    }

    #searchbarpop .search-area ul li.label {
        padding-left: 55px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #searchbarpop .search-area ul li.label::before {
        left: 25px;
        top: 12px;
    }

    #searchbarpop .result-filterr-and-color-toggle .common-card-mobilefilter ul.filterdrpdwnsec {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 15px;
    }

    #searchbarpop .result-filterr-and-color-toggle .common-card-mobilefilter ul.filterdrpdwnsec li a {
        color: #fff;
        text-decoration: unset;
        padding: 10px 40px;
        display: block;
    }

    .light-mode #searchbarpop .result-filterr-and-color-toggle .common-card-mobilefilter ul.filterdrpdwnsec li a {
        color: #675C53;
    }

    #searchbarpop .result-filterr-and-color-toggle .common-card-mobilefilter ul.filterdrpdwnsec li:nth-child(odd) {
        background-color: #0b5aa6;
    }

    .light-mode #searchbarpop .result-filterr-and-color-toggle .common-card-mobilefilter ul.filterdrpdwnsec li:nth-child(odd) {
        background-color: #e9e9e9;
    }

    #searchbarpop .result-filterr-and-color-toggle .common-card-mobilefilter a.filterdrpdwnbtn {
        color: #ffff;
        font-size: 16px;
        padding-left: 25px;
        position: relative;
    }

    #searchbarpop .result-filterr-and-color-toggle .common-card-mobilefilter a.filterdrpdwnbtn i.fa {
        font-size: 25px;
        position: absolute;
        top: -3px;
    }

    .light-mode #searchbarpop .result-filterr-and-color-toggle .common-card-mobilefilter a.filterdrpdwnbtn {
        color: #0088CE;
    }

    #searchbarpop .resultsearchBar {
        margin-bottom: 0px;
    }

    #searchbarpop .search-area {
        margin-top: 0px;
    }

    .main-search-filter {
        display: none;
    }

    #searchbarpop .result-filterr-and-color-toggle .color-chng {
        margin: 0 !important;
        display: flex;
        float: right;
        padding-right: 30px;
    }

    #searchbarpop .search-area .col-12 label.label.news-and-events-lb {
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 18px;
        padding-left: 55px;
    }

    #searchbarpop .search-area .col-12 ul li a::before {
        top: 20px;
        bottom: unset;
    }

    #searchbarpop .search-area .col-12 label.label.news-and-events-lb::before {
        top: 12px;
        left: 20px;
    }

    #TherapeuticAreasModal .modal-content {
        background: transparent linear-gradient(246deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
    }

    #TherapeuticAreasModal label::before {
        content: '';
        position: absolute;
        background-image: url(../img/therapatic-icon.png);
        height: 20px;
        width: 22px;
        left: 25px;
        background-size: cover;
    }

    #TherapeuticAreasModal label {
        font-size: 20px;
        line-height: 22px;
        color: #fff;
        padding-left: 60px;
        padding-bottom: 15px;
        position: relative;
    }

    #TherapeuticAreasModal ul li:hover a::after {
        background-color: #a0edff40;
        content: '';
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        animation: menuHeaderHover 0.5s forwards;
    }

    #TherapeuticAreasModal ul li a {
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        padding: 25px 25px;
        display: block;
        padding-left: 25px;
        border-top: 1px solid #4FBEF7;
        position: relative;
        z-index: 9;
        font-family: 'Arimo', sans-serif;
        font-weight: 300 !important;
    }

    #TherapeuticAreasModal ul li:last-child a {
        border-bottom: 1px solid #4FBEF7;
    }

    #TherapeuticAreasModal ul li a::before {
        content: '';
        position: absolute;
        right: 25px;
        top: 0;
        bottom: 0;
        height: 17px;
        width: 17px;
        margin: auto;
        border-radius: 15px;
        background-size: cover;
        background-image: url(../img/menu-right-arrow.png);
    }

    #TherapeuticAreasModal ul li:first-child:hover a::before {
        background-color: #cc0466;
    }

    #TherapeuticAreasModal ul li:nth-child(2):hover a::before {
        background-color: #cc0466;
    }

    #TherapeuticAreasModal ul li:nth-child(3):hover a::before {
        background-color: #009b2a;
    }

    #TherapeuticAreasModal ul li:nth-child(4):hover a::before {
        background-color: #693A77;
    }

    #TherapeuticAreasModal ul li:nth-child(5):hover a::before {
        background-color: #E37222;
    }

    #TherapeuticAreasModal ul li:last-child:hover a::before {
        background-color: #44607D;
    }

    .login-register-section .login-form.commn-form .col-5 {
        width: 100%;
    }

    .card.comn-card .card-top-tools li:hover i.fas.fa-pen-alt::before {
        right: -1px;
        top: 0px;
    }

    #resources .resources-filter ul {
        margin-left: 0 !important;
    }

    .register-form-position {
        position: unset !important;
    }

    .container-1100 {
        padding: 0px 15px;
        max-width: 100% !important;
    }

    .login-error-msg,
    .profile-success-msg {
        /*width: 86% !important; */
        margin-left: 0px !important;
    }

    form#loginForm {
        padding: 0;
    }

    .main-header .message-icon img {
        width: 28px !important;
    }

    .main-header .search-icon img {
        width: 30px !important;
        background-color: #a30050;
        background-color: var(--violet-red);
        border-radius: 15px;
    }

    .fc-mobile {
        display: block;
    }

    .fc-desktop {
        display: none;
    }

    body {
        font-size: 14px;
    }

    .hamburger .line {
        width: 30px;
        height: 2px;
        background-color: #ecf0f1;
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 15px;
    }

    .header-top-sec {
        padding-bottom: 80px;
    }

    div#hamburger-2 span.line:first-child {
        width: 17px;
        margin-left: 0;
    }

    div#hamburger-2 span.line:last-child {
        width: 23px;
        margin-left: 0;
    }

    div#hamburger-2:hover span.line {
        width: 30px;
    }

    div#hamburger-2:hover {
        cursor: pointer;
    }

    div#hamburger-2 {
        margin-left: 10px;
    }

    /* .main-header .message-icon {
        position: relative;
        top: -8px;
    } */
    .main-header .search-icon {
        position: relative;
        /* top: -8px; */
        margin-right: 8px;
    }

    h3.commn-sub-heading {
        font-size: 18px;
    }

    h5.commn-h5 {
        font-size: 16px;
    }

    h4.comm-h4 {
        font-size: 18px;
    }

    .footer-teams div#teams-content .container-fluid>.row>.col {
        margin-top: 40px;
    }

    .first-footer-sec .footer-teams div#teams-content .container-fluid>.row {
        width: 100%;
        margin: auto;
    }

    /*.footer-address::before {*/
    /*    content: '';*/
    /*    width: 100vw;*/
    /*    height: 1px;*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    bottom: 0px;*/
    /*    margin-left: calc(-100vw / 2 + 100% / 2)!important;*/
    /*    background-color: var(--crystal-blue);*/
    /*}*/
    #contact-our-team::before {
        content: '';
        width: 100vw;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0px;
        margin-left: calc(-100vw / 2 + 100% / 2) !important;
        background-color: var(--crystal-blue);
    }

    .first-footer-sec .footer-teams {
        position: relative;
    }

    .second-footer-sec ul li::after {
        display: none;
    }

    .main-footer div#teams-content {
        padding: 0rem 1.5rem !important;
    }

    .first-footer-sec {
        background-image: url('../img/Path-2628.png');
        background-position: center top;
    }

    div#mySidenav .sidenavMain .col-4 {
        width: 100%;
        margin-bottom: 0 !important;
        padding: 0;
    }

    div#mySidenav .HeaderPop-container-1000 {
        width: 100%;
    }

    div#mySidenav .container-1300 {
        max-width: 100%;
    }

    div#mySidenav .row {
        width: 100%;
        margin: 0;
    }

    div#mySidenav .sidenavMain ul {
        margin: 0 !important;
    }

    div#mySidenav .accordion-header:hover::after {
        background: #A0EDFF76 0% 0% no-repeat padding-box;
        content: '';
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        animation: menuHeaderHover 0.5s forwards;
    }

    #mySidenav .sidenavMain li.liHideOnEmpty h2.accordion-header::after {
        display: none;
    }

    div#mySidenav .sidenavMain .col-4.product-menu label {
        padding: 10px;
        padding-left: 50px;
    }

    div#mySidenav .sidenavMain label,
    #searchbarpop .search-area ul li.label {
        font-size: 18px;
    }

    div#mySidenav .sidenavMain .col-4.product-menu label::before {
        top: 12px;
    }

    div#mySidenav div#accordionMenu .row {
        margin-top: 0px !important;
    }

    div#mySidenav div#accordionMenu .row:last-child {
        margin-top: 0 !important;
    }

    div#mySidenav .profile-in-menu .col-8 {
        display: block !important;
        width: 100%;
        text-align: center;
        padding: 0 !important;
    }

    div#mySidenav .profile-in-menu .col-8 .searchBar {
        margin: 0 auto !important;
        width: max-content;
    }

    div#mySidenav .profile-in-menu {
        border-bottom: unset;
    }

    div#mySidenav .profile-in-menu .col-8 .searchBar input {
        margin-right: 0 !important;
        width: 175px;
        padding: 5px 10px;
        font-size: 17px !important;
        padding-right: 40px;
    }

    div#mySidenav .searchBar:hover span.search-icon::before {
        left: -1px;
    }

    div#mySidenav .searchBar span.search-icon {
        right: 10px;
    }

    div#mySidenav .profile-in-menu ul {
        border-bottom: 1px solid var(--crystal-blue);
    }

    #mySidenav .profile-menu-main .profile-name {
        padding-left: 0;
        padding-bottom: 5px !important;
        padding-top: 25px;
    }

    div#mySidenav .logout-btn-sec {
        margin-top: 15px !important;
    }

    div#mySidenav .profile-in-menu .col-8 strong {
        margin-bottom: 20px !important;
        display: block;
        width: 210px;
        margin: auto;
        font-size: 16px;
    }

    div#mySidenav div#accordionMenu .row:last-child .accordion-header {
        border-bottom: 1px solid var(--crystal-blue);
    }

    div#mySidenav div#accordionMenu .row:last-child ul {
        border-top: unset;
    }

    .main-header .close-btn-sec label {
        display: none;
    }

    .main-header .close-btn-sec {
        padding: 0;
        border: none;
        position: relative;
        top: -10px;
    }

    div#mySidenav .main-header .col-4 {
        width: 66.66666667%;
    }

    div#mySidenav .main-header .col-8:last-child {
        width: 33.33333333%;
        display: block !important;
        text-align: right;
        margin: auto;
        position: unset;
        padding-top: 0;
    }

    .main-header .close-btn-sec .closebtn {
        border: 1px solid #fff;
        padding: 3px 10px;
        border-radius: 50%;
        font-size: 20px;
        padding-top: 6px;
        position: unset;
    }

    .light-mode #searchbarpop .main-header .close-btn-sec .closebtn {
        border: 1px solid #675C53;
    }

    div#mySidenav .main-header .col-4 a {
        margin-bottom: 0 !important;
    }

    div#mySidenav .profile-menu-main {
        margin-top: 25px !important;
    }

    div#mySidenav .sidenavMain li a:hover::before {
        background-color: transparent;
    }

    div#mySidenav .top-divider {
        display: none;
    }

    div#mySidenav .main-header {
        padding-top: 16px;
    }

    div#mySidenav .profile-menu-main .profile-name img {
        display: block;
        margin: auto !important;
        margin-bottom: 10px !important;
    }

    #mySidenav .sidenavMain .col-4.events-menu li {
        border-bottom: 1px solid #4fbef7;
    }

    #mySidenav .sidenavMain .col-4.events-menu,
    #mySidenav .sidenavMain .col-4.knowledgeCenter-menu {
        margin: 0;
    }

    .product-section .pages-bucket-head .product-para ul {
        float: left;
        width: 100%;
    }

    .product-section .first-products .accordion-button {
        color: #fff;
        padding: 20px 20px 20px 30px;
        font-size: 14px;
        color: var(--battleship-grey);
        border-top: 1px solid var(--white-smoke);
    }

    #other-products .product-section .first-products .accordion-button {
        border-top: 1px solid var(--crystal-blue);
        color: #fff;
        padding: 20px 20px 20px 30px;
        font-size: 14px;
    }

    #other-products .product-section .first-products .accordion-item:last-child .accordion-button {
        border-bottom: 1px solid var(--crystal-blue);
    }

    .product-section .second-products .accordion-button,
    .product-section .second-products ul li a {
        padding: 20px 20px 20px 30px;
        background-color: var(--white);
        font-size: 14px;
        background-color: #2199db;
        border-top: 1px solid var(--crystal-blue);
        color: #fff;
        display: block;
        text-decoration: unset;
        position: relative;
    }

    .product-section .accordion-button::before,
    .product-section .second-products ul li a::before {
        content: '+';
        position: relative;
        left: -10px;
    }

    .product-section .first-products .accordion-button:not(.collapsed) {
        background-color: unset;
    }

    #other-products .product-section .accordion-body {
        background-color: #fff;
    }

    .second-products .accordion-body {
        text-align: center;
        background-color: transparent;
        padding: 0 !important;
    }

    .second-products .accordion-body .product-content a {
        display: block;
        padding: 25px 0px;
    }

    .product-section .first-products .accordion-body {
        border-top: 1px solid var(--white-smoke);
    }

    #other-products .product-section .first-products .accordion-body {
        border-top: unset;
    }

    .second-products .accordion-body .product-content a img {
        max-width: 100px;
        border-radius: 50%;
    }

    .product-section a.btn.commn-btn-violet-red {
        background-color: var(--dark-hot-pink);
    }

    .product-section .accordion-body .pages-bucket-head li {
        margin-bottom: 10px;
    }

    .product-section .accordion-body .pages-bucket-head span {
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

    .product-section .accordion-button::after {
        background-image: url(../img/down-arrow.png);
        transform: rotate(270deg);
        background-size: 50%;
        background-color: #A30050;
        background-color: var(--violet-red);
        border-radius: 50%;
        background-position: center;
    }

    .product-section .accordion-button:not(.collapsed)::after {
        transform: rotate(360deg);
        background-size: 50%;
    }

    .product-section {
        padding-bottom: 100px;
    }

    .product-section .pages-bucket-head .product-para {
        min-height: 100%;
    }

    .scrolltab-header .col-7 {
        width: 100%;
        text-align: center;
    }

    .scrolltab-header p,
    .scrolltab-header h1.commn-h1 {
        text-align: center;
    }

    .scrolltab-header .col-5 {
        margin: auto;
        width: 100%;
    }

    .scrolltab-header {
        padding-top: 110px !important;
        padding-bottom: 25px !important;
        border-bottom: 6px solid #a30050;
        border-bottom: 6px solid var(--violet-red);
    }

    .scrolltabmain {
        margin-top: 0;
        position: unset;
        border-bottom: 1px solid #dbd9d9;
    }

    .scrolltabmain .scrolltabmainInner .row {
        display: block;
        border-radius: unset;
        box-shadow: unset;
    }

    .scrolltabmain .scrolltabmainInner .active-bottom-border a {
        text-decoration: underline;
    }

    .scrolltabmain .scrolltabmainInner .row a {
        font-size: 16px;
    }

    .scrolltabmain .scrolltabmainInner .active-bottom-border {
        border: unset !important;
        background-color: unset !important;
    }

    .scroll-section {
        margin-top: 0px !important;
        padding-top: 35px !important;
    }

    #other-products {
        padding-bottom: 0px !important;
    }

    .scrolltabmain .scrolltabmainInner {
        position: unset;
        overflow: hidden;
    }

    .scrolltabmain .scrolltabmainInner .container-1100 {
        padding: 0;
    }

    .scrolltabmain .scrolltabmainInner .row a {
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: unset;
        border-right: unset;
    }

    .scrolltabmain .scrolltabmainInner .col:nth-child(even) {
        background-color: #F2F2F2 !important;
    }

    #scroll-top {
        display: none;
    }

    .jumpTomobile {
        text-align: center;
        padding: 20px 15px;
        background-color: #f2f2f2;
        color: #A30050;
        color: var(--violet-red);
        position: relative;
    }

    .jumpTomobile i.fa {
        font-size: 1.5rem;
        position: absolute;
        right: -92px;
        left: 0;
        top: -2px;
        bottom: 0;
        margin: auto;
        height: fit-content;
    }

    .scroll-section .col-6 {
        width: 100%;
        padding-right: 1rem !important;
    }

    ul.comn-merge-btn {
        float: none;
        width: fit-content;
    }

    .fifty-per-card h6.card-title {
        display: none;
    }

    .fifty-per-card .card-body .card-bottom-info {
        background-color: transparent;
        padding: 0;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: fit-content;
        height: fit-content;
    }

    .fifty-per-card .card-top-tools ul {
        right: 20px;
        bottom: 20px;
        top: unset;
        left: unset;
    }

    .mobile-none {
        display: none !important;
    }

    div#mySidenav a.white-btn {
        width: 175px;
        text-align: center;
    }

    div#mySidenav .sidenavMain li a {
        font-size: 16px;
    }

    .second-footer-sec .bottom-chat,
    .second-footer-sec nav.navbar,
    .main-footer div#teams-content h5.commn-h5 {
        display: none;
    }

    .footer-address {
        width: 100%;
        margin: auto;
        padding-bottom: 20px;
        padding: 0rem 1.5rem;
    }

    .footer-address .col-auto {
        width: 100%;
        padding: 0 !important;
    }

    .main-footer div#teams-content .container-fluid {
        padding: 0;
    }

    .second-footer-sec .col-9 {
        width: 100%;
        padding: 0;
    }

    .second-footer-sec ul li {
        display: block !important;
        text-align: center;
        margin-bottom: 2px;
    }

    #dr-profile .HeaderPop-container-1000 {
        padding-bottom: 50px;
    }

    #dr-profile .profile-inner .col-6>label {
        font-size: 18px !important;
    }

    #SideNavModal .modal-footer {
        z-index: 9;
    }

    .notification-toggle>label {
        font-size: 18px !important;
    }

    .therapeutic-subpage-commn {
        padding-top: 120px;
        padding-bottom: 25px !important;
        border-bottom: 6px solid #a30050;
        border-bottom: 6px solid var(--violet-red);
    }

    div#register-form {
        padding-bottom: 15px;
    }

    #dr-profile .profile-inner .saved-items ul li {
        padding: 0px 5px !important;
    }

    #dr-profile {
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }

    .saved-item-class {
        height: 246px !important;
    }

    .commn-other-event-slider {
        margin-right: 10px;
    }

    .other-event-section .container-1100 {
        padding: 0;
    }

    .other-event-slider {
        padding: 0;
    }

    .other-event-section {
        padding-bottom: 40px;
    }

    .commn-other-event-slider .card-body .card-bottom-info {
        width: 100%;
    }

    .other-event-section h1.commn-h1 {
        margin-bottom: 25px !important;
    }

    .benefits-section .col-6 {
        width: 100%;
        background-image: unset;
    }

    .benefits-section .col-6 .benefits-section-content-right-col {
        padding: 35px 15px;
        padding-right: 15px;
        width: 100%;
    }

    .benefits-section .col-6 img {
        width: 100%;
    }

    .footer-teams div#teams-content .container-fluid>.row>.col span.designation-name {
        padding: 0px 10px;
    }

    .hide-footer-address-inner {
        height: 315px;
        bottom: -315px;
        overflow-y: scroll;
        padding-bottom: 0 !important;
    }
}

@media only screen and (min-width: 994px) {
    .hide-footer-address-inner {
        bottom: -550px;
    }
}

@media only screen and (max-width: 550px) {
    #request-access-form input#exampleInputEmail1 {
        width: 100% !important;
    }

    .login-how-to-use-sec .how-to-use-content {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 479px) {
    .holder {
        padding-left: 13px;
    }

    #dr-profile .profile-inner .col-6>label {
        padding-right: 45px;
    }

    #commonVideoPopup .modal-dialog .modal-content .modal-body,
    #embeddedLoginVideoPopup .modal-dialog .modal-content .modal-body {
        padding: 1rem;
        padding-top: 25px;
    }

    #commonVideoPopup .modal-content .close-btn-sec,
    #embeddedLoginVideoPopup .modal-content .close-btn-sec {
        right: 15px;
    }

    .update-profile-request-btn p {
        font-size: 16px !important;
        padding: 0 !important;
    }

    .update-profile-request-btn a.white-btn {
        margin-left: 10px;
    }

    .external-popup-btn-section a {
        display: block;
        width: fit-content;
        margin: auto;
        padding: 12px 25px;
        margin-bottom: 15px;
    }

    .external-url-main .external-url-main-inner {
        padding-bottom: 30px;
    }

    #dr-profile .profile-inner .login-error-msg {
        margin: auto !important;
        width: 95% !important;
    }

    .login-register-section span.showLoginEmail {
        font-size: 16px;
    }

    #loginRegister .login-error-container .login-error-msg {
        width: auto !important;
    }

    .frc-captcha {
        width: 100% !important;
    }

    .login-register-section .request-access-continer .request-access-form {
        width: inherit;
    }

    .main-header .col-8 {
        z-index: 99999;
        position: relative;
    }

    .login-error-msg,
    .profile-success-msg {
        margin-bottom: 30px !important;
        padding-right: 35px !important;
    }

    div#mySidenav .sidenavMain label {
        font-size: 19px;
        font-family: 'Arimo', sans-serif;
        font-weight: 500;
    }

    .main-header .close-btn-sec {
        position: relative;
        top: 5px;
        right: 10px;
    }

    .main-header .col-8:last-child {
        position: absolute;
        right: 0;
        z-index: 99;
    }

    .register-form .row:last-child .col.col-4:nth-child(2) {
        padding-left: 8px;
    }

    .register-form .row:last-child .col.col-4:nth-child(3) {
        margin-top: 10px;
        width: 100%;
        margin-bottom: 25px;
    }

    .login-register-section .login-form.commn-form p br {
        display: none;
    }

    .main-header .col-8 img,
    .first-footer-sec .col-8 img,
    .popup-header .main-header .col-4 img {
        width: 100%;
    }

    div#mySidenav .main-header .col-4 img {
        width: 100%;
    }

    #SideNavModal .footer.popup-footer {
        text-align: center !important;
    }

    #SideNavModal .footer.popup-footer li:last-child {
        margin-right: 0;
    }

    #SideNavModal .footer.popup-footer ul {
        padding-left: 15px;
        padding-right: 15px;
    }

    .popup-header .main-header .col-4 {
        width: 66.66666667%;
    }

    .register-form .col.col-2 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .register-form .col.col-4 {
        padding: 0;
        width: 50%;
    }

    .register-form .col.col-6 {
        padding-right: 0;
    }

    .commn-form .col-8 .row:last-child {
        margin-top: 10px !important;
    }

    .register-form label span br {
        display: none;
    }

    .commn-form .form-control {
        font-size: 14px;
        padding: 6px 12px !important;
    }

    .commn-form {
        padding-bottom: 45px;
        padding-top: 0px;
    }

    #SideNavModal .modal-content::before {
        bottom: 80px;
    }

    .footer.hcp-footer li:last-child a,
    .footer.hcp-footer li:last-child {
        margin-right: 0;
    }

    .register-inner-form.commn-form {
        padding-top: 0px;
        height: auto;
    }

    #dr-profile .profile-inner .saved-items ul li .action-icon i.fa {
        margin-right: 3px;
    }

    #dr-profile .profile-inner .saved-items ul li .action-icon i.fa.fa-angle-right {
        margin-left: 20px !important;
        margin-right: 0px;
        height: fit-content;
    }

    #dr-profile .action-icon {
        display: inline-flex;
    }

    #dr-profile .profile-inner .account-info li label {
        min-width: 120px !important;
    }

    #dr-profile .profile-inner .account-info li span {
        overflow-x: scroll;
        padding-left: 15px;
    }

    #dr-profile .profile-inner .saved-items ul li::after {
        display: none;
    }
}



/*----------------------- Footer CSS ----------------------- */


.main-footer {
    border-top: 1px solid #4895bd;
    float: left;
    width: 100%;
}

footer.main-footer.hcp-mob-footer {
    border-top: unset;
    overflow: hidden;
}

.main-footer .col-sm {
    color: var(--white);
}

.main-footer .col-sm ul li {
    color: var(--white);
}

.first-footer-sec {
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
}

.footer-address {
    color: var(--white);
    position: relative;
}

.footer-address .col-auto:first-child {
    padding-left: 0;
}

.second-footer-sec .container-1100 {
    position: relative;
    padding: 28px 0px !important;
    text-align: center;
}

.second-footer-sec .menu-toggle label {
    color: var(--water-blue);
}

.second-footer-sec .menu-toggle .navbar {
    margin: 0 !important;
}

.second-footer-sec .hamburger .line {
    background-color: var(--water-blue);
}

.bottom-chat button.open-button {
    background-color: var(--medium-teal-blue);
    color: white;
    padding: 10px 50px;
    padding-right: 25px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    border-radius: 15px 15px 0px 0px;
    background-image: url('../img/live-chat-icon.png');
    background-repeat: no-repeat;
    font-size: 14px;
    background-position: center left 15%;
    background-size: 10%;
}

.second-footer-sec ul {
    padding: 0;
    margin: 0;
    color: var(--nobel);
    list-style: none;
}

.second-footer-sec ul li::after {
    content: '|';
}

.second-footer-sec ul li:last-child::after {
    display: none;
}

.second-footer-sec li a {
    padding: 0px 10px;
    color: var(--nobel);
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase;
}

.main-footer .footer-address strong {
    font-weight: bold;
}

.main-footer .first-footer-sec .col-auto:nth-child(2) {
    padding: 0px 15px;
}

.main-footer .first-footer-sec a {
    color: var(--white);
}

/*------------ footer address card start-------------*/

.footer-address .footer-add-inner {
    background-color: #fff;
    border-radius: 5px;
    padding-top: 20px;
}

.footer-address .footer-add-inner .footer-add-contact {
    border-top: 1px solid var(--crystal-blue);
}

.footer-address .footer-add-inner span.footer-add-title {
    color: var(--regal-blue);
    font-weight: 600;
    padding-bottom: 5px !important;
    margin-top: 15px;
    font-size: 17px;
    min-height: 65px;
    padding: 0px 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 20px;
}

.footer-add-info {
    border-top: 1px solid var(--crystal-blue);
    padding: 10px 24px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-address .footer-add-inner i.fa {
    color: var(--regal-blue);
    transition: all 0.35s ease-in-out;
}

.footer-address .footer-add-inner .footer-add-contact .col a {
    padding: 8px 10px;
    display: block;
}

.footer-address .footer-add-inner .footer-add-contact .row {
    width: 100%;
    margin: auto;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.main-footer .footer-address .col:first-child {
    padding-left: 0;
}

.main-footer .footer-address .col:last-child {
    padding-right: 0;
}

.footer-address .footer-add-inner .footer-add-contact .col:hover {
    background-color: #00496e;
}

.footer-address .footer-add-inner .footer-add-contact .col:hover i.fa {
    color: #fff;
    transform: scale(1.3);
    transition: all 0.35s ease-in-out;
}

.footer-address .footer-add-inner p {
    color: var(--regal-blue);
}

.footer-address .footer-add-inner .footer-add-info p {
    margin: 0;
    color: var(--regal-blue);
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    margin-bottom: 5px;
}

.footer-address .footer-add-inner .footer-add-info a {
    margin: 0;
    color: var(--regal-blue);
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.footer-address .footer-add-inner .footer-add-head i.fa {
    font-size: 1.5rem;
}

.footer-address .footer-add-inner .footer-add-icon {
    border: 1px solid #6bbde8;
    display: inline-block;
    padding: 16px 15px;
    border-radius: 40px;
    line-height: normal;
    background-color: #fff;
}

.footer-address .footer-add-inner .footer-add-icon.location-arrow {
    padding: 16px 20px;
}

.footer-address .footer-add-inner .footer-add-head {
    margin-top: -50px;
}

.hide-footer-address-inner {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999999;
    transition: all ease-in .3s;
    padding-bottom: 40px;
    padding-top: 20px;
    background: transparent linear-gradient(246deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
}

.hide-footer-address .footer-address {
    margin-top: 35px;
    justify-content: center;
    border: unset;
}

.active-home-address .hide-footer-address-inner {
    bottom: 0;
}

.hide-footer-address.active-home-address::before {
    content: '';
    width: 100vw;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    background-color: #000000a1;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    top: 0;
}

/*------------ footer address card end-------------*/

.footer-teams .accordion-button:not(.collapsed),
.footer-teams .accordion-button,
.footer-teams .accordion-body h5 {
    color: var(--white);
    box-shadow: unset;
}

.footer-teams div#teams-content .col .team-inner {
    background-color: #fff;
    border-radius: 5px;
}

.footer-teams div#teams-content .col {
    padding: 8px 10px;
}

.footer-teams .team-contact .col img {
    width: 14px;
    transition: transform 0.3s;
}

.footer-teams .team-contact .col:hover img {
    transform: scale(1.3);
}

.footer-teams div#teams-content h3.profile-tile {
    font-size: 18px;
    color: var(--regal-blue);
}

.footer-teams div#teams-content span.designation-name {
    color: var(--regal-blue);
}

.footer-teams div#teams-content .team-info {
    border-bottom: 1px solid var(--crystal-blue);
    border-top: 1px solid var(--crystal-blue);
    padding: 5px 0px;
}

.footer-teams div#teams-content .col .team-inner .team-info p {
    margin: 0;
    color: var(--regal-blue);
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.footer-teams div#teams-content .col .team-inner .team-info a {
    margin: 0;
    color: var(--regal-blue);
    text-decoration: unset;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.footer-teams div#teams-content .col .team-inner .team-info span {
    color: var(--regal-blue);
}

.footer-teams div#teams-content .col .team-inner .team-contact a {
    display: block;
}

.footer-teams div#teams-content .col .team-inner .team-head img {
    margin-top: -50px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 1px solid #59c1f6;
    height: 80px;
    width: 80px;
}

.footer-teams div#teams-content .team-contact .row {
    width: 100%;
    margin: auto;
}

.footer-teams .accordion-flush .accordion-item .accordion-button::after {
    background-image: url('../img/down-arrow.png');
    height: 26px;
    background-position: right top 3px;
}

.footer-teams .accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
    background-position: right top 10px !important;
}

.footer-teams div#teams-content .team-contact .col:hover {
    background-color: #00496e;
}

.footer-teams div#teams-content .team-contact .col:first-child:hover {
    border-radius: 0px 0px 0px 5px;
}

.footer-teams div#teams-content .team-contact .col:last-child:hover {
    border-radius: 0px 0px 5px 0px;
}

.footer-teams div#teams-content .col i.fa {
    color: var(--regal-blue);
    transition: all 0.35s ease-in-out;
}

.footer-teams div#teams-content .team-contact .col:hover i.fa {
    color: #fff;
    transform: scale(1.3);
    transition: all 0.35s ease-in-out;
}

.add-bookmark .col-12 p {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

.footertoparea {
    float: left;
    width: 100%;
    background: transparent linear-gradient(246deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
}

.product-section .pages-bucket-head .product-para img {
    width: 100%;
}

#other-products .product-section .pages-bucket-head .product-para img {
    width: auto;
}

/*------------- login how to use css -------------*/


.login-how-to-use-sec span {
    margin-bottom: 10px;
    display: block;
    color: #fff;
    cursor: pointer;
}

.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;
    padding-right: 50px;
}

.login-how-to-use-sec .how-to-use-content ul {
    padding: 0;
}

.login-how-to-use-sec .how-to-use-content ul li {
    color: #fff;
    padding-bottom: 6px;
    padding-top: 6px;
    border-bottom: 1px solid #54b4e5;
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-right: 15px
}

.login-how-to-use-sec .how-to-use-content ul li::before {
    list-style: auto;
    position: absolute;
    left: 10px;
    margin: auto;
    top: 6px;
    height: fit-content;
}

.login-how-to-use-sec .how-to-use-content ul li:first-child {
    padding-left: 0px;
}

.login-how-to-use-sec .how-to-use-content ul li:first-child::before {
    content: '';
}

.login-how-to-use-sec .how-to-use-content ul li:nth-child(2)::before {
    content: '1.';
}

.login-how-to-use-sec .how-to-use-content ul li:nth-child(3)::before {
    content: '2.';
}

.login-how-to-use-sec .how-to-use-content ul li:last-child::before {
    content: '3.';
}

#request-access-form input#exampleInputEmail1 {
    width: 430px;
    border-radius: 4px;
}

.custom-popup .custom-popup-container .emailAccessCodePopupContent .emailErrorMsg.custom-popup-ErrorMsg {
    margin-top: 0;
    margin-bottom: 10px;
}

.commn-upcomingevent-slide .card-body .card-bottom-info p.event-summary {
    margin: 0;
    font-size: 0.95rem;
}

/*------------- login how to use css end -------------*/



@media only screen and (max-width: 1800px) {
    #loginRegister .commn-form {
        padding-bottom: 6%;
    }

    input[type=text] {
        padding: 6px 15px !important;
    }

    .login-register-section h2.commn-h2 {
        font-size: 24px;
    }

    .login-register-section h5.commn-h5 {
        font-size: 16px;
    }

    .register-form strong {
        font-size: 14px;
    }

    .register-form label span {
        font-size: 14px;
    }

    .login-register-section .col select {
        font-size: 14px;
    }

    .login-register-section .form-control {
        font-size: 14px;
    }

    .login-register-section a.white-btn {
        font-size: 12px;
    }

    .ta-redirect-url span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1700px) {
    /* .commn-upcomingevent-slide .card-body .card-bottom-info .card-title {
        min-height: 48px;
    } */

    .card.comn-card .card-bottom-info p,
    .commn-other-event-slider p.event-summary {
        margin-top: 20px;
    }

    .card.comn-card .card-bottom-info,
    .commn-other-event-slider .card-body .card-bottom-info {
        min-height: 155px;
    }

    .alert.cookies-alert-tab {
        padding: 20px 60px;
        width: 700px;
    }

    #dr-profile .profile-inner .saved-items ul {
        height: 470px;
    }

    .footer-teams div#teams-content .col span.designation-name.reduceFont {
        font-size: 15px;
    }

    .product-section .product-buckets-section p {
        margin-bottom: 10px !important;
        width: 230px;
        margin: auto;
    }

    #commonVideoPopup .modal-dialog {
        max-width: 1000px;
    }

    #mySidenav .sidenavMain li.liHideOnEmpty a.accordion-button {
        font-size: 18px;
    }

    #mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items label {
        font-size: 17px;
    }

    .login-how-to-use-sec span {
        font-size: 17px;
    }

    .login-how-to-use-sec .how-to-use-content ul li {
        font-size: 15px;
    }

    .login-register-section h5.commn-h5 br {
        display: none;
    }

    .redirect-patient-site p {
        position: relative;
        top: 5px;
    }

    #dr-profile .profile-inner .col-6>label {
        font-size: 22px;
    }

    div#mySidenav .sidenavMain label {
        font-size: 22px;
    }

    .HeaderPop-container-1000 {
        width: 1100px;
        margin: 0 auto;
    }

    #searchbarpop .search-form .col-12 ul li a {
        padding: 15px 26px !important;
        font-size: 15px;
    }

    #searchbarpop .common-card-filter ul {
        margin-left: 20px;
    }

    .update-profile-request-btn p {
        padding-right: 5px;
    }

    .container-1300 {
        max-width: 1600px;
    }

    .container-1100 {
        max-width: 1300px;
    }

    body {
        font-size: 18px !important;
    }

    h1.commn-h1 {
        font-size: 40px;
    }

    h2.commn-h2 {
        font-size: 28px;
    }

    h4.comm-h4 {
        font-size: 22px;
    }

    h3.commn-sub-heading {
        font-size: 24px;
    }

    h5.commn-h5 {
        font-size: 20px;
    }

    a.btn.commn-btn-violet-red {
        font-size: 15px;
    }

    a.btn.commn-btn-gainsboro {
        font-size: 15px;
    }

    .card-title {
        font-size: 18px;
    }

    .main-footer .footer-address strong {
        font-size: 16px;
    }

    .first-footer-sec .footer-teams h3.commn-sub-heading {
        font-size: 22px;
    }

    .first-footer-sec .footer-teams h5.commn-h5 {
        font-size: 20px;
    }

    .second-footer-sec li a {
        font-size: 14px;
    }

    .footer-teams div#teams-content .col .team-inner .team-info p {
        font-size: 15px;
    }

    .footer-teams div#teams-content .container-fluid>.row .col {
        flex: unset;
        width: 20%;
        box-sizing: unset;
    }

    .footer-teams div#teams-content .col .team-inner .team-contact .col {
        flex: 1 0 0% !important;
    }

    .footer-teams div#teams-content .col .team-inner .team-info a {
        font-size: 15px;
    }

    .searchBar input {
        font-size: 16px;
    }

    .main-header .therepatic-dropdown li a,
    .hcp-main .hcp-header .col-4 a.login-btn {
        font-size: 16px;
    }

    .footer-teams div#teams-content .col:nth-child(4) span.designation-name {
        font-size: 16px !important;
    }

    .product-section .pages-bucket-head .product-para {
        min-height: 100%;
        padding-bottom: 15px;
        text-align: center;
    }

    .benefits-section .col-6 .benefits-section-content-right-col {
        width: 680px;
    }

    .therepatic-dropdown-sec {
        transform: translateX(679%);
    }

    .header-top-sec.fc-desktop .main-header .searchBar {
        right: 18.5%;
    }
}

@media only screen and (min-width: 1116px) {
    .product-section .pages-bucket-text {
        padding: 5px 20px;
    }
}

@media only screen and (max-width: 1699px) {
    /* .commn-upcomingevent-slide .card-body .card-bottom-info .card-title {
        min-height: 40px;
    } */

    .card.comn-card .card-bottom-info p,
    .commn-other-event-slider p.event-summary {
        margin-top: 15px;
    }

    .card.comn-card .card-bottom-info,
    .commn-other-event-slider .card-body .card-bottom-info {
        min-height: 145px;
    }

    .card-title {
        font-size: 15px;
    }

    .footer-teams div#teams-content .col span.designation-name.reduceFont {
        font-size: 13px;
    }

    .login-how-to-use-sec span {
        font-size: 15px;
    }

    .login-how-to-use-sec .how-to-use-content ul li {
        font-size: 13px;
    }

    div#mySidenav .sidenavMain label {
        font-size: 18px;
    }

    div#mySidenav .sidenavMain li a {
        font-size: 15px;
    }

    #dr-profile .profile-inner .col-6>label {
        font-size: 20px;
    }

    #dr-profile .profile-inner .account-info li {
        font-size: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .main-footer .footer-address .col.col-3 {
        width: 100%;
        margin-bottom: 60px;
        padding: 0px 10px !important;
    }

    .footer-address .footer-add-inner span.footer-add-title {
        min-height: unset;
    }

    .footer-address .footer-add-inner .footer-add-info {
        min-height: unset;
    }

    .hide-footer-address .footer-address .col.col-3 {
        width: 100% !important;
        margin-bottom: 60px;
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1301px) {
    .header-top-sec.fc-desktop .main-header .searchBar {
        right: 180px;
    }

    .therepatic-dropdown-sec {
        right: 107px;
    }

    .lang_fr .therepatic-dropdown-sec {
        right: 128px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1699px) {
    #dr-profile .profile-inner .saved-items ul {
        height: 445px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1699px) {
    .product-section .pages-bucket-head .product-para {
        min-height: 100%;
        padding-bottom: 15px;
    }

    .single-products .product-section .pages-bucket-head .product-para {
        text-align: center;
    }

    #searchbarpop .search-form .col-12 ul li a {
        padding: 10px 15px !important;
    }

    .alert.cookies-alert-tab {
        width: 600px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1115px) {
    .product-section .pages-bucket-text {
        padding: 5px 10px;
    }
}


@media only screen and (min-width: 1100px) and (max-width: 1699px) {
    .HeaderPop-container-1000 {
        width: 900px;
        margin: 0 auto;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .hide-footer-address .footer-address .col.col-3 {
        width: 33.33%;
    }

    .footer-address .col.col-3 {
        width: 33.33%;
    }

    .hcp-main .footer.hcp-footer .hcp-footer-container ul {
        padding-left: 20px;
    }
}



@media only screen and (min-width: 1302px) and (max-width: 1699px) {
    .header-top-sec.fc-desktop .main-header .searchBar {
        right: 22%;
    }

    .therepatic-dropdown-sec {
        transform: translateX(525%);
    }
}

/*------------ font manage for common card css -------------------*/
@media only screen and (min-width: 1300px) {

    .card.comn-card .card-bottom-info p,
    .commn-other-event-slider p.event-summary {
        font-size: 68%;
        line-height: 18px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1299px) {

    .card.comn-card .card-bottom-info p,
    .commn-other-event-slider p.event-summary {
        font-size: 63%;
        line-height: 16px;
    }

    .card-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1099px) {

    .card.comn-card .card-bottom-info p,
    .commn-other-event-slider p.event-summary {
        font-size: 57%;
        line-height: 16px;
    }

    .card-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 830px) and (max-width: 992px) {

    .card.comn-card .card-bottom-info p,
    .commn-other-event-slider p.event-summary {
        font-size: 63%;
        line-height: 16px;
    }

    .card-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 829px) {

    .card.comn-card .card-bottom-info p,
    .commn-other-event-slider p.event-summary {
        font-size: 57%;
        line-height: 16px;
    }

    .card-title {
        font-size: 14px;
    }

    .footer-add-info {
        min-height: 145px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 649px) {

    .card.comn-card .card-bottom-info p,
    .commn-other-event-slider p.event-summary {
        line-height: 16px;
        font-size: 70%;
    }

    .card-title,
    #news .card-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 650px) and (max-width: 767px) {

    .card.comn-card .card-bottom-info p,
    .commn-other-event-slider p.event-summary {
        line-height: 18px;
        font-size: 78%;
    }

    .card-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 549px) {

    .card.comn-card .card-bottom-info p,
    .commn-other-event-slider p.event-summary {
        line-height: 13px;
        font-size: 59%;
    }

    .card-title,
    #news span.news-date {
        font-size: 12px;
    }

    .card.comn-card .card-bottom-info,
    .commn-other-event-slider .card-body .card-bottom-info {
        min-height: 120px;
    }

    .card.comn-card .card-bottom-info p {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 550px) and (max-width: 600px) {

    .card.comn-card .card-bottom-info,
    .commn-other-event-slider .card-body .card-bottom-info {
        min-height: 135px;
    }
}

@media only screen and (min-width: 380px) and (max-width: 479px) {

    .card.comn-card .card-bottom-info p,
    .commn-other-event-slider p.event-summary {
        line-height: 20px;
        font-size: 83%;
    }
}

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

    .card.comn-card .card-bottom-info p,
    .commn-other-event-slider p.event-summary {
        line-height: 14px;
        font-size: 63%;
    }

    .card-title,
    #news span.news-date {
        font-size: 0.800rem;
        line-height: 18px;
    }
}

/*------------ font manage for common card css -----------*/


@media only screen and (min-width: 768px) and (max-width: 900px) {
    .hide-footer-address-inner {
        bottom: -495px;
    }
}

@media only screen and (min-height: 768px) and (max-width: 954px) {
    .hide-footer-address-inner {
        bottom: -550px;
    }
}

@media only screen and (min-width: 834px) and (max-width: 834px) {

    div#mySidenav .sidenavMain label,
    #searchbarpop .search-area ul li.label {
        font-size: 16px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .footer-teams div#teams-content .col {
        width: 50%;
        float: left;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sticky {
        top: 93px;
    }
}


@media only screen and (min-width: 501px) and (max-width: 767px) {
    .footer-teams div#teams-content .col {
        width: 50%;
        float: left;
    }

    .footer-address .col.col-3:last-child {
        margin-bottom: 0;
        padding-left: 0;
    }

    .footer-address .col.col-3 {
        width: 50%;
        margin-bottom: 60px;
    }

    div#mySidenav {
        right: -350px;
        width: 350px !important;
    }

    .hide-footer-address .footer-address .col.col-3:last-child {
        margin-bottom: 15px;
    }

    .hide-footer-address .footer-address .col.col-3 {
        width: 50%;
        margin-bottom: 60px;
    }

    .footer-teams div#teams-content .col .team-inner .team-head {
        min-height: 110px;
    }
}

@media only screen and (max-width: 500px) {
    div#mySidenav {
        right: -280px;
        width: 280px !important;
    }

    #mySidenav .sidenavMain {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    div#mySidenav .sidenavMain label {
        font-size: 16px;
    }

    div#mySidenav .sidenavMain li a {
        font-size: 14px;
    }

    div#mySidenav .sidenavMain .knowledgeCenter-menu ul.ferring-research-menu li:last-child label {
        line-height: normal;
        padding-right: 45px;
    }

    .footer-teams div#teams-content .container-fluid>.row>.col {
        width: 100%;
        margin-bottom: 15px !important;
        float: left;
    }

    .main-footer .footer-address .col:last-child {
        margin-bottom: 0px;
    }

    .hide-footer-address .footer-address .col.col-3 {
        width: 100%;
        margin-bottom: 60px;
    }

    .hide-footer-address .footer-address .col.col-3:last-child {
        margin-bottom: 15px;
    }
}

@media only screen and (max-height: 500px) {

    .login-register-section .request-access-continer,
    .login-register-section .login-form-container {
        height: unset !important;
    }
}

@media only screen and (max-height: 700px) {
    .login-register-section .register-form {
        height: unset !important;
    }
}

@media only screen and (max-height: 768px) {
    .login-register-section .request-access-continer {
        height: unset !important;
    }
}

@media only screen and (min-height: 500px) and (max-height: 768px) {
    .login-register-section .request-access-continer {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 600px) and (max-height: 768px) {
    .login-register-section .request-access-continer {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 993px) {
    .footer-teams div#teams-content .container-fluid>.row {
        display: inline-block;
        width: 100%;
    }

    .first-footer-sec .footer-teams {
        padding-bottom: 20px !important;
    }

    .multiLangFlags {
        right: 195px;
    }
}

@media only screen and (min-width: 834px) and (max-width: 834px) {
    .product-section .product-buckets-section p {
        min-height: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 993px) {
    .hide-footer-address-inner {
        bottom: -575px;
    }

    .page-template-therapeutic-landing .references-data {
        padding-top: 120px;
    }

    .product-section .row:last-child .col:nth-child(2) {
        border-radius: 0px 10px 0px 0px;
    }

    .external-url-main .external-url-main-inner .external-url-content {
        width: 75%;
        margin: auto;
    }

    .page-template-hcp-Landing .header-top-sec .comn-rg-log {
        margin-right: 10px;
    }

    .main-header .col-4 img {
        max-width: 75%;
    }

    .fc-desktop header.main-header .col-8:last-child {
        padding-top: 7px;
    }

    .therepatic-dropdown-sec {
        top: 17px;
    }

    .therepatic-dropdown-container.logged-header.fixed-logged-header .therepatic-dropdown-sec {
        top: 12px;
    }

    .footer-teams div#teams-content .container-fluid>.row>.col {
        width: 33.33%;
        float: left;
        margin-top: 60px;
    }

    .second-footer-sec .col-9 {
        width: 100%;
    }

    div#mySidenav .sidenavMain .events-menu ul li label,
    div#mySidenav .sidenavMain .knowledgeCenter-menu ul li label {
        padding-right: 45px;
        line-height: normal;
    }

    .main-footer .first-footer-sec .col-auto:nth-child(3) {
        padding: 0;
        margin-bottom: 20px;
    }

    div#mySidenav .sidenavMain label,
    #searchbarpop .search-area ul li.label {
        font-size: 20px;
    }

    .homepage-mobile-footer .second-footer-sec ul {
        left: 0;
        text-align: center;
    }

    .product-section .pages-bucket-text p {
        font-size: 14px;
    }
}



@media only screen and (min-width: 993px) and (max-width: 1190px) {
    .product-section .product-buckets-section .col.two-products-buckets .product-bucket-text .product-bucket-text-inner {
        min-height: 195px;
    }

    .product-section .product-buckets-section .col .product-bucket-text {
        min-height: 80px;
    }

    .product-section .pages-bucket-head .product-para {
        min-height: 200px;
    }

    .footer-teams div#teams-content .container-fluid {
        padding-right: 0;
    }

    .product-section .row.pages-buckets-section .col:nth-child(3) h4.pages-bucket-title.comm-h4 {
        font-size: 17px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1180px) {
    .product-section .pages-bucket-head {
        padding: 10px;
    }

    a.btn.commn-btn-gainsboro {
        padding: 3px 14px;
    }

    .product-section .pages-bucket-head .commn-btn-gainsboro:last-child {
        margin-top: 0px;
    }
}



@media only screen and (min-width: 320px) and (max-width: 415px) {
    .header-top-sec .main-header .col-4 {
        padding-left: 0;
        position: absolute;
        width: 100%;
        bottom: 30%;
    }

    .header-top-sec.fc-mobile.hcp-fc-mobile-header .col-4 {
        bottom: 20%;
    }

    .main-header .search-icon {
        margin-right: 5px;
    }

    div#hamburger-2 {
        margin-left: 5px;
    }

    .page-template-hcp-Landing .header-top-sec .comn-rg-log {
        position: relative;
        top: -8px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 390px) {
    .sticky {
        top: 61px;
    }

    #searchbarpop .col-8 .btn-close {
        top: 9px;
    }

    .main-header .close-btn-sec {
        top: 16px;
    }
}


@media only screen and (min-width: 391px) and (max-width: 479px) {
    .main-header .close-btn-sec {
        top: 20px;
    }

    /* .sticky {
        top: 68px;
    } */
}

@media only screen and (max-height: 667px) and (max-width: 480px) {
    .login-register-section .request-access-continer {
        padding-top: 0px !important;
    }
}


/*----------------------- Footer CSS End----------------------- */


/*----------------------- All Safari CSS ----------------------- */

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    _::-webkit-full-page-media,
    _:future,
    h3.commn-sub-heading {
        font-weight: 600;
    }
}

@media screen and (min-device-width: 993px) {

    _::-webkit-full-page-media,
    _:future,
    a.white-btn i.fa,
    _::-webkit-full-page-media,
    _:future,
    button.white-btn i.fa,
    _::-webkit-full-page-media,
    _:future,
    .custom-popup .custom-popup-container button i.fa,
    _::-webkit-full-page-media,
    _:future,
    a.external-redirect-btn i.fa {
        padding: 2px 8px !important;
        padding-bottom: 4px !important;
    }
}

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

    _::-webkit-full-page-media,
    _:future,
    a.white-btn i.fa,
    _::-webkit-full-page-media,
    _:future,
    button.white-btn i.fa,
    _::-webkit-full-page-media,
    _:future,
    .custom-popup .custom-popup-container button i.fa,
    _::-webkit-full-page-media,
    _:future,
    a.external-redirect-btn i.fa {
        padding: 2px 8px !important;
        padding-bottom: 1px !important;
    }
}

@media screen and (min-device-width: 768px) {

    _::-webkit-full-page-media,
    _:future,
    .login-register-section {
        height: 85vh !important;
    }
}

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

    _::-webkit-full-page-media,
    _:future,
    a.white-btn i.fa,
    _::-webkit-full-page-media,
    _:future,
    button.white-btn i.fa,
    _::-webkit-full-page-media,
    _:future,
    .custom-popup .custom-popup-container button i.fa,
    _::-webkit-full-page-media,
    _:future,
    a.external-redirect-btn i.fa {
        padding-bottom: 4px !important;
    }
}


@media screen and (min-device-height: 768px) and (max-device-width: 1024px) {

    _::-webkit-full-page-media,
    _:future,
    .login-register-section {
        height: 100%;
    }
}

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

    _::-webkit-full-page-media,
    _:future,
    .login-register-section {
        height: 85vh !important;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 768px) {

    _::-webkit-full-page-media,
    _:future,
    .footer-add-info {
        min-height: 150px;
    }

    _::-webkit-full-page-media,
    _:future,
    .footer-address .footer-add-inner span.footer-add-title {
        min-height: 120px !important;
    }
}

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

    _::-webkit-full-page-media,
    _:future,
    div.login-register-section {
        height: 100% !important;
    }

    _::-webkit-full-page-media,
    _:future,
    #SideNavModal .modal-body {
        align-items: center;
        display: flex;
    }

    .custom-popup .custom-popup-container {
        width: 90%;
        padding: 20px;
    }
}


@media screen and (min-device-width: 376px) and (max-device-width: 480px) {

    _::-webkit-full-page-media,
    _:future,
    a.white-btn i.fa,
    _::-webkit-full-page-media,
    _:future,
    button.white-btn i.fa,
    _::-webkit-full-page-media,
    _:future,
    .custom-popup .custom-popup-container button i.fa,
    _::-webkit-full-page-media,
    _:future,
    a.external-redirect-btn i.fa {
        padding-bottom: 4px !important;
    }
}


@media screen and (min-device-width: 320px) and (max-device-width: 375px) {

    _::-webkit-full-page-media,
    _:future,
    a.white-btn i.fa,
    _::-webkit-full-page-media,
    _:future,
    button.white-btn i.fa,
    _::-webkit-full-page-media,
    _:future,
    .custom-popup .custom-popup-container button i.fa,
    _::-webkit-full-page-media,
    _:future,
    a.external-redirect-btn i.fa {
        padding-bottom: 1px !important;
    }
}


@media screen and (min-device-width: 375px) and (max-device-width: 375px) {

    _::-webkit-full-page-media,
    _:future,
    a.white-btn i.fa,
    _::-webkit-full-page-media,
    _:future,
    button.white-btn i.fa,
    _::-webkit-full-page-media,
    _:future,
    .custom-popup .custom-popup-container button i.fa,
    _::-webkit-full-page-media,
    _:future,
    a.external-redirect-btn i.fa {
        padding-bottom: 4px !important;
    }
}

/* css for profile */

#dr-profile .HeaderPop-container-1000 {
    align-items: center;
    height: 100%;
    display: flex;
}

#dr-profile {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 70px;
}

#dr-profile .profile-inner {
    width: 100%;
}

.upload-profile img {
    max-width: 100%;
}

.upload-profile {
    height: 100px;
    width: 100px;
    position: relative;
    cursor: pointer;
}

.upload-profile::after {
    content: '';
    position: absolute;
    background-image: url(../img/edit-profile.png);
    height: 20px;
    width: 21px;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 3px;
    right: 5px;
}

#dr-profile .profile-inner ul {
    list-style: none;
    border-top: 1px solid var(--crystal-blue);
    border-bottom: 1px solid var(--crystal-blue);
}

#dr-profile .profile-inner .col-6>label {
    color: #fff;
    line-height: 1.5;
}

#dr-profile .profile-inner ul li {
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #0088CE;
}

#dr-profile .profile-inner .account-info li {
    padding-left: 0;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 50px;
}

#dr-profile .profile-inner .account-info li span {
    word-break: break-all;
}

#dr-profile .profile-inner .account-info li span a {
    color: #fff;
}

#dr-profile .profile-inner .account-info {
    position: relative;
}

#dr-profile .profile-inner .account-info li #fc_THA {
    text-transform: capitalize;
}

#dr-profile .profile-inner .account-info i.pen-fullName-edit {
    right: 25px !important;
}

#dr-profile .profile-inner .account-info li i.fas,
#dr-profile .profile-inner .account-info i.pen-fullName-edit {
    position: absolute;
    right: 15px;
    cursor: pointer;
    padding: 7px;
    background-color: #D9D9D9;
    color: #00496E;
    border-radius: 100%;
    font-size: 12px;
}

#dr-profile .profile-inner .account-info i.pen-fullName-edit:hover {
    background-color: var(--violet-red);
    color: #fff;
}

#dr-profile .profile-inner .account-info li i.fas:hover {
    background-color: var(--violet-red);
    color: #fff;
}

#dr-profile .profile-inner .saved-items>label {
    padding-left: 20px;
}

#dr-profile .profile-inner .account-info li label {
    min-width: 175px;
    font-family: 'Arimo', sans-serif;
    font-weight: 500;
    padding: 3px 0px;
}

#dr-profile .profile-inner .saved-items ul li:hover::after {
    background-color: #A0EDFF76;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    animation: menuHeaderHover 0.5s forwards;
}

#dr-profile .profile-inner .saved-items ul li {
    display: flex;
    justify-content: space-between;
    min-height: 45px;
    align-items: center;
    z-index: 9;
    position: relative;
    cursor: pointer;
    font-family: 'Cairo', sans-serif;
}

#dr-profile .profile-inner .saved-items ul li label {
    padding: 3px 0px;
}

#dr-profile .profile-inner .saved-items ul li label a {
    color: #fff;
    text-decoration: unset;
}

#dr-profile .profile-inner .saved-items ul li .action-icon {
    display: inline-flex;
}

#dr-profile .profile-inner .saved-items>label i.fa.fa-star {
    color: #4FBEF7;
    margin-right: 10px;
}

#dr-profile .profile-inner .saved-items ul li .action-icon i.fa {
    background-color: #D9D9D9;
    color: #00496E;
    border-radius: 100%;
    padding: 5px 7px;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}

#dr-profile .profile-inner .saved-items ul li .action-icon i.fa:last-child {
    margin-right: 0px;
}

#dr-profile .profile-inner .saved-items ul li .action-icon i.fa:hover {
    background-color: #A30050;
    background-color: var(--violet-red);
    color: #fff;
}

#dr-profile .profile-inner .saved-items ul li .action-icon i.fa.fa-times {
    padding: 6px 8px;
}

#dr-profile .profile-inner .saved-items ul li .action-icon i.fa.fa-share {
    padding: 6px 6px;
}

#dr-profile .profile-inner .saved-items ul li .action-icon i.fa.fa-print {
    padding: 6px 6px;
    margin-right: 0px;
}

#dr-profile .profile-inner .saved-items ul li .action-icon i.fa.fa-angle-right {
    margin-left: 35px;
    padding: 5px 9px;
    font-weight: bold;
}

.update-profile-request-btn a.white-btn {
    height: fit-content;
}

#dr-profile .profile-inner .col-6.saved-items {
    position: relative;
    margin: initial;
}

#dr-profile .profile-inner ul.postal-and-state {
    border: none;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    vertical-align: top;
    cursor: pointer;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
    top: 1px;
}

.custom-switch .custom-control-label::after {
    top: calc(0.225rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    top: 3px;
}

.custom-control-label::before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
}

.custom-control-label::after {
    background: 50%/50% 50% no-repeat;
}

.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    top: 0.225rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #05BA36;
    background-color: #05BA36;
    top: 1px;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
    top: 3px;
}

.custom-control.custom-switch {
    color: #fff;
    padding-left: 35px;
}

.notification-toggle>label {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.notification-toggle {
    padding: 15px 0px;
}

.update-profile-request-btn {
    display: flex;
    color: #fff;
    padding: 27px 0px;
}

.update-profile-request-btn p {
    margin: auto;
    margin-left: 0;
    padding-left: 20px;
    font-size: 20px;
    line-height: 1.5;
    margin-right: 20px;
}

#dr-profile .profile-inner .saved-items ul {
    overflow-y: auto;
    cursor: pointer;
}

#dr-profile .profile-inner .account-info li:last-child {
    border-bottom: unset;
}

#dr-profile .profile-inner .saved-items ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#dr-profile .profile-inner .saved-items ul::-webkit-scrollbar {
    width: 5px;
}

#dr-profile .profile-inner .saved-items ul::-webkit-scrollbar-thumb {
    background-color: #a30050;
    background-color: var(--violet-red);
    border-radius: 25px;
}

/*----------- login vertical scroll css --------*/

#SideNavModal .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: unset;
    background-color: unset;
    border-radius: 50px;
}

#SideNavModal .modal-body::-webkit-scrollbar {
    width: 8px;
}

#SideNavModal .modal-body::-webkit-scrollbar-thumb {
    background-color: unset;
    border-radius: 25px;
}

#SideNavModal .modal-body {
    overflow-y: scroll;
}

#SideNavModal.dr-nav-scrollbar .modal-body {
    overflow-y: unset;
}
.kc-no-data {
    width: 100%;
    text-align: center;
    position: relative;
    top: 10px !important;
}

/*profile notification*/
@media only screen and (min-width: 1366px) and (orientation: portrait) {
    .notification-toggle {
        margin-top: -30px;
    }
}


.toggle-arrow {
    transform: rotate(180deg) !important;
}



/**********************Login Error msg ************************************/

.login-error-msg,
.profile-success-msg {
    z-index: 1000;
    top: 0px;
    display: none;
    padding: 10px 25px;
    padding-right: 70px;
    width: auto;
    margin-left: 0px;
}

.login-error-msg {
    border-color: #ff0000;
    background-color: #ffff;
    color: #ff0000;
}

.profile-success-msg {
    border-color: #008000;
    background-color: #ffff;
    color: #008000;
}

#loginRegister .request-access-form .login-error-msg {
    position: relative;
    margin-left: 10px;
}

#loginRegister #login-form .login-error-msg {
    position: relative;
    margin-bottom: 0;
}

.login-register-section .register-form .login-error-msg {
    top: 20%;
    position: fixed;
}

.login-error-msg .btn-close,
.profile-success-msg .btn-close {
    padding: 0;
    top: 7px;
    margin: auto;
    right: 10px;
    font-size: 14px;
    background: unset;
    background-size: cover;
    height: 25px;
    width: 25px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-error-msg .btn-close {
    background-image: url(../img/red-cross.png);
}

.btn-close:focus {
    box-shadow: unset;
}

.profile-success-msg .btn-close {
    background-image: url(../img/green-cross.png);
}

.login-error-msg .btn-close:hover,
.profile-success-msg .btn-close:hover {
    -webkit-transform: rotate(270deg) scale(1.2);
    -moz-transform: rotate(270deg) scale(1.2);
    transform: rotate(180deg) scale(1.2);
}

.login-register-section .register-form .col-12.first-tick-box label.border-red::before {
    border: 1px solid #ff0000;
}

/**********************overlay Error msg ************************************/

#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);
    }
}

.is-hide {
    display: none;
}



/*****************Profile edits/ Custom profile popup *******************************/

.custom-popup {
    display: none;
    position: fixed;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.6);
    z-index: 99999;
    bottom: 0;
    top: 0;
}

.custom-popup .custom-popup-container {
    margin: auto;
    padding: 30px;
    background: transparent linear-gradient(246deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
}

.custom-popup-title {
    color: #fff;
}

.custom-popup .custom-popup-container button.profile-update-common-btn {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 3px #00000029;
    border-radius: 24px;
    text-decoration: unset;
    line-height: normal;
    padding: 12px 30px;
    margin: auto;
    font-size: 14px;
    color: #00496E;
    text-align: center;
    position: relative;
    padding-right: 50px !important;
    width: auto;
    margin: 0;
    border: none;
    outline: none;
}

.custom-popup .custom-popup-container button.profile-update-common-btn i.fa.fa-angle-right {
    padding: 3px 7px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: fit-content;
}

.custom-popup .custom-popup-container button:hover i.fa.fa-angle-right {
    color: #fff;
    background-color: #a30050;
    background-color: var(--violet-red);
}

.custom-popup .custom-popup-container select,
.custom-popup .custom-popup-container input {
    font-size: 14px;
}

.custom-popup .custom-popup-container .titleFullNameUpdatePopupContent select,
.custom-popup .custom-popup-container .titleFullNameUpdatePopupContent input,
.custom-popup .custom-popup-container .phoneUpdatePopupContent .col.col-12:first-child {
    margin-bottom: 16px;
}

.custom-popup .custom-popup-container .phoneUpdatePopupContent {
    margin-top: 16px;
}

.custom-popup .custom-popup-container button#update_title_fullname,
.custom-popup .custom-popup-container button#update_email,
.custom-popup .custom-popup-container button#update_phone,
.custom-popup .custom-popup-container button#update_verify_accessCode,
.custom-popup .custom-popup-container button#delete_account {
    margin-right: 15px;
}

.custom-popup .custom-popup-container select {
    color: #848484;
    padding: 6px 15px;
    background-image: url(../img/form-arrow-down.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 10px;
}

#dr-profile .profile-inner .account-info li input,
#dr-profile .profile-inner .account-info li select {
    outline: none;
    padding: 0px 5px;
    color: #848484;
    width: 100%;
}

#dr-profile .profile-inner .account-info li select {
    padding: 3px 5px;
}

.custom-popup .custom-popup-container .custom-popup-ErrorMsg {
    color: #ff0000;
    background-color: #fff;
    display: inline-block;
    padding: 10px 25px;
    margin-top: 10px;
    border: 1px solid #ff0000;
}

.custom-popup .custom-popup-container .custom-popup-ErrorMsg:empty {
    display: none;
}

.custom-popup .custom-popup-container .emailAccessCodePopupContent p,
.custom-popup .custom-popup-container .deleteAccountPopupContent p {
    color: #fff;
}

.custom-popup .custom-popup-container .emailAccessCodePopupContent,
.custom-popup .custom-popup-container .emailUpdatePopupContent {
    display: none;
}

.custom-popup .custom-popup-container .profile-close-common-btn,
.external-popup-close-common-btn {
    color: #fff;
    text-align: right;
    width: fit-content;
    margin-left: auto;
    cursor: pointer;
    border: 1px solid;
    line-height: normal;
    border-radius: 49px;
    padding: 10px 13px;
    padding-bottom: 9px;
    position: relative;
    top: -10px;
    font-size: 13px;
}

.custom-popup .custom-popup-container .profile-close-common-btn:hover .closed-arrow,
.external-popup-close-common-btn:hover .closed-arrow {
    -webkit-transform: rotate(270deg) scale(1.2);
    -moz-transform: rotate(270deg) scale(1.2);
    transform: rotate(180deg) scale(1.2);
}

.custom-popup .custom-popup-container .profile-close-common-btn .closed-arrow,
.external-popup-close-common-btn .closed-arrow {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-popup .custom-popup-container select#selectPhoneProfile {
    padding-right: 30px !important;
}

.custom-popup .custom-popup-container .col.col-8 {
    padding-left: 0;
}

/*
 ==================
 Ajax Main Search css
======================   
*/


#searchbarpop .search-area .row {
    display: none;
}

.light-mode #searchbarpop .search-area .warppedclass ul li:first-child {
    color: #0088CE;
    border-bottom: 1px solid #DEDEDE;
}

.warppedclass {
    width: 50%;
    float: left;
}

li._ {
    display: none;
}

#searchbarpop .search-area .warppedclass ul li a {
    border-bottom: 1px solid var(--crystal-blue);
}

.light-mode #searchbarpop .search-area .warppedclass ul li a {
    border-bottom: 1px solid #DEDEDE;
}

#searchbarpop .search-area .warppedclass ul li:last-child {
    border-bottom: 0;
}

#searchbarpop .search-area .warppedclass ul li:first-child {
    border-bottom: 1px solid var(--crystal-blue);
    position: relative;
    line-height: 1.5;
    padding-bottom: 5px;
}

ul.dyn_list_g li {
    margin-bottom: 8px;
}

.search-form div#overlay.ajax_custom_search {
    left: 0;
    position: absolute !important;
    top: 200% !important;
    background: rgba(0, 0, 0, 0) !important;
}

ul.dyn_list_g li {
    margin-bottom: 8px;
}

li.list_tab_active {
    pointer-events: none;
}

p.hide_p {
    display: none !important;
}

@media screen and (max-width:767px) {
    .warppedclass {
        width: 100%;
        float: none;
    }
    .kc-no-data {
        position: relative;
        top: 10px !important;
    }
}


.multi-lang-btn {
    height: 30px;
    bottom: 10px;
    position: absolute;
}

ul.sorting-dropdown a.sort.resDownload {
    position: relative;
    padding: 7px 20px;
    display: block;
    line-height: normal;
    background-color: var(--violet-red);
    color: var(--white);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
}

.res-multi-btn ul.sorting-dropdown {
    display: inline-block;
    padding: 0;
    list-style: none;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    margin: 0;
    width: unset;
}

.res-multi-btn .sorting-list {
    transition: all 0.1s ease-in !important;
}


/* --------- Code added june ----------- */

.removerightspacenewc .card-bottom-info {
    margin-right: 0px !important;
    width: 100% !important;
}

.removerightspacenewc .card-image-block img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.3s ease-in;
}

.removerightspacenewc .card.comn-card:hover img {
    transition: transform 0.3s ease-out;
}

@media only screen and (min-width: 768px) {

    .knowledge-centre-content-area .row .col-6:nth-child(2)>.col .card.comn-card .card-bottom-info,
    .knowledge-centre-content-area .row .col-6>.col .card.comn-card .card-bottom-info,
    .knowledge-centre-content-area .row .col-6:nth-child(3)>.col .card.comn-card .card-bottom-info,
    .knowledge-centre-content-area .row .col-6:last-child>.col .card.comn-card .card-bottom-info {
        width: 47% !important;
    }
}

@media screen and (min-width:1700px) {

    .knowledge-centre-content-area .row .col-6:nth-child(2)>.col .card.comn-card .card-bottom-info,
    .knowledge-centre-content-area .row .col-6>.col .card.comn-card .card-bottom-info,
    .knowledge-centre-content-area .row .col-6:nth-child(3)>.col .card.comn-card .card-bottom-info,
    .knowledge-centre-content-area .row .col-6:last-child>.col .card.comn-card .card-bottom-info {
        width: 48% !important;
    }
}

.removerightspacenewc .card.comn-card .card-bottom-info {
    border-bottom-right-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .multiLangFlags {
        right: unset;
    }

    .header-top-sec .main-header .col-4 {
        /* position: relative; */
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .multiLangFlags .wpml-ls-legacy-dropdown {
        margin-right: 5px;
    }

    .multiLangFlags .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu li a {
        text-align: left;
    }

    .header-top-sec .main-header .col-4 {
        /* z-index: 111111; */
        z-index: 1;
    }
}

/* --------- Code added june ----------- */

p:empty {
    display: none;
}

.postid-3241 .key-topics-section .col-8 {
    text-align: center;
}
.speakerDesc{
    margin: 0 auto;
    max-width: 85%;
}
.logged-header .fc-brand-logo {
    width: 284px;
}

@media screen and (min-width:768px) {
    p.promo-no {
        width: 31%;
        position: absolute;
        bottom: 0;
    }
#introduction .product-buckets-section .product-bucket-col-inner .product-bucket-bg img {
        max-width: 155px;
}
.product-section .row .col.gx-1.pentasa .product-w {
    width: 100% !important;
    display: flex;
}
.postid-4771 .product-section .row .col.gx-1.pentasa .product-w, .postid-4957 .product-section .row .col.gx-1.pentasa .product-w {
    width: unset;
    display: unset;
}
.postid-217 .product-buckets-section .product-bucket-col-inner .product-bucket-bg img, .postid-4950 .product-buckets-section .product-bucket-col-inner .product-bucket-bg img{
    max-width: 100% !important;
}
}