@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;*/

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

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




:root {
    --violet-red: #A30050;
    --iron: #ced4da;
    --white: #FFFFFF;
    --crystal-blue: #4FBEF7;
    --regal-blue: #00496E;
    --nobel: #B1B1B1;
    --light-grey: #D9D9D9;   
    --black: #000000;  
    --gainsboro: #dedede;  
    --white-smoke: #F4F4F4;
    --blue-whale: #01293E;
    --dark-hot-pink: #CC0466;  
    --battleship-grey: #848484;  
    --dark-grey: #616060;  
    --thunder: #303030;
    --ferring-blue: #0088CE;
    --fcv2-lightblue: rgba(0,136,206,0.8);
    --color-alice-blue: #F2FAFD;
}


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

body.gastroenterology {
    --violet-red: #00747A;   
    --dark-hot-pink: #06979f;      
}

body.fertility {
    --violet-red: #A30050;   
    --dark-hot-pink: #CC0466;      
}

/*-----------  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;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

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


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

strong {
    font-family: 'Arimo', sans-serif;
    font-weight: 600;
}
.container-1400 {
    max-width: 1400px;
    margin: auto;
}
.container-1300 {
    max-width: 1300px;
    margin: auto;
}
.container-1200 {
    max-width: 1200px;
    margin: auto;
}
.container-1100 {
    max-width: 1100px;
    margin: auto;
}
.commn-top-banner h1, .commn-top-banner h3.commn-sub-heading {
    color: var(--white);
}
.commn-top-banner p {
    color: var(--white);
}
.top-divider {
    float: left;
    width: 100%;
    border-top: 2px solid var(--ferring-blue);
}
.main-header {
    padding-top: 15px;
    padding-bottom: 13px;
}
.home .main-header {
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    z-index: 111;
    transition: all 0.5s;
    top: 0;
    background: #fff;
    left: 0;
}
.main-header .searchBar input {
    text-align: left;
    caret-color: transparent;
}
.main-header .searchBar input::placeholder {
    text-align: center;
}
.searchBar input {
    border-radius: 20px;
    border: 1px solid var(--iron);
    outline: unset;
    padding: 6px 10px;
    text-align: center;
    width: 160px;
    padding-right: 35px;
    background-color: transparent;
    color: var(--white);
    padding-left: 15px;
    font-size: 14px;
}
.searchBar span.search-icon {
    position: absolute;
    right: 5px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: fit-content;
}
.searchBar span.search-icon img {
    max-width: 80%;
    padding: 8px;
    z-index: 9;
    position: relative;
}
.searchBar input::placeholder {
    color: var(--white);
}
#mySidenav .searchBar {
    width: fit-content;
    margin: auto;
}
.main-header .menu-toggle label {
    color: var(--black);
    margin-right: 10px;
    cursor: pointer;
}
.main-header .menu-toggle nav.navbar {
    cursor: pointer;
}
.hamburger .line {
    width: 30px;
    height: 2px;
    background-color: var(--battleship-grey);
    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;
}
#hamburger-2 span.line:first-child {
    width: 17px;
    margin-left: 0;
}
#hamburger-2 span.line:last-child {
    width: 23px;
    margin-left: 0;
}
#hamburger-2:hover span.line {
    width: 30px;
}
#hamburger-2 {
    cursor: pointer;
}
.searchBar span.search-icon img {
    max-width: 80%;
    padding: 8px;
    z-index: 9;
    position: relative;
}
.searchBar span.search-icon {
    position: absolute;
    right: 5px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: fit-content;
}
.searchBar {
    position: relative;
    height: fit-content;
}
.main-header .previous-btn a {
    padding: 8px 16px;
    color: var(--black);
    font-size: 14px;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid var(--ferring-blue);
    outline: unset;
    text-decoration: none;
/*    margin-right: 15px;*/
}
.commn-top-banner {
    background-color: #2199db;
}
.btn.commn-btn-gainsboro {
    color: var(--black);
    border-radius: 5px;
    padding: 4px 20px;
    font-size: 13px;
    background-color: var(--gainsboro);
    box-shadow: unset;
    line-height: normal;
}
.btn.commn-btn-violet-red {
    background-color: var(--violet-red);
    color: var(--white);
    border-radius: 5px;
    padding: 6px 20px;
    padding-bottom: 8px;
    font-size: 15px;
    line-height: normal;
    /* text-transform: uppercase; */
    box-shadow: unset;
    box-sizing: content-box;
}
.btn.commn-btn-violet-red:hover {
    background-color: var(--dark-hot-pink);
}
.btn.commn-btn-violet-red:focus {
    box-shadow: unset;
}
.austr-code-popup {
    display: none;    
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #00496e;
    width: 600px;
    margin: auto;
    height: fit-content;
    padding: 15px;
    border-radius: 10px;
    z-index: 999999;
}
.austr-code-popup .row {
    align-items: center;
}
.austr-code-popup p {
    color: #fff;
}
.austr-code-errorMsg {
    margin-top: 15px;
}
.austr-code-popup .row #austrCode {
    margin-bottom: 20px;
}
.austr-code-popup .row .col-6:last-child {
    padding-left: 10px;
    padding-right: 20px;
}
body.austrClassBody {
    position: fixed;
    overflow: hidden;
    touch-action: none;
    float: left;
    width: 100%;
}
body.austrClassBody::before {
    content: '';
    position: absolute;
    background-color: #00496eba;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 999999;
      animation: fadeIn ease 1s;
      -webkit-animation: fadeIn ease 1s;
      -moz-animation: fadeIn ease 1s;
      -o-animation: fadeIn ease 1s;
      -ms-animation: fadeIn ease 1s;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;      
}
.austr-code-popup .row #austrCode:focus {
    box-shadow: unset;
    border-color: #ffffff;
}

.austr-code-popup.visible {
  display: flex;
    animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
#mySidenav {
    display: block;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    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;
}
.active-slide-menu #mySidenav {
    right: 0;
}
.active-slide-menu-overlay {
    overflow: hidden;
}
.slide-menu-mainnav.active-slide-menu::before {
    content: '';
    width: 100vw;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    margin-left: calc(-100vw / 2 + 100% / 2)!important;
    background-color: #000000a1;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    top: 0;
}
.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;
}
#mySidenav .sidenavMain #accordionMenu .accordion-item,
#mySidenav .sidenavMain #accordionMenu .accordion-button{
    background-color: transparent !important;
    box-shadow: unset;    
}
#mySidenav .sidenavMain #accordionMenu .accordion-item .accordion-header {
    border-bottom: 1px solid var(--crystal-blue);
    position: relative;
    cursor: pointer;
}
#mySidenav .sidenavMain #accordionMenu .product-menu .accordion-item ul li:first-child {
    /*border-bottom: unset;*/
}
#mySidenav .sidenavMain #accordionMenu .accordion-item .accordion-header button {
    padding: 8px 0px;
}
#mySidenav .sidenavMain #accordionMenu .accordion-item .accordion-header label {
    cursor: pointer;
}
#mySidenav .sidenavMain label {
    color: #fff;
    padding-left: 50px;
    position: relative;
    line-height: 1.5;
    cursor: pointer;    
}
#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('/wp-content/uploads/2022/08/inner-landing-home.png');
    height: 20px;
    width: 20px;
    left: 15px;
}
#mySidenav .sidenavMain .product-menu label::before {
    background-image: url(/wp-content/uploads/2022/04/products-icon.png);
    height: 20px;
    width: 15px;
    left: 18px;
}
#mySidenav .sidenavMain .contact-menu label::before {
    background-image: url(/wp-content/uploads/2022/04/contact-icon.png);
    height: 20px;
    width: 16px;
    left: 20px;
}
#mySidenav .sidenavMain .mifertilty-menu li:last-child label::before {
    background-image: url(/wp-content/uploads/2022/04/mifertility-icon.png);
    width: 19px;
    height: 21px;
}
#mySidenav .sidenavMain .therapeutic-menu label::before {
    background-image: url(/wp-content/uploads/2022/08/therapatic-icon.png);
    height: 20px;
    width: 22px;
}
#mySidenav button.accordion-button::after {
    background-image: url(/wp-content/uploads/2022/04/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;
}
#mySidenav .sidenavMain li a::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2022/04/menu-right-arrow.png);
    right: 15px;
    top: 0;
    bottom: 0;
    height: 22px;
    width: 22px;
    margin: auto;
    border-radius: 15px;
    background-size: cover;
}
#mySidenav .sidenavMain li a:hover::before {
    background-color: var(--violet-red);
    transition: background-color 0.2s 0.4s;
}
#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 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;
}
@keyframes menuHeaderHover {
  from {width: 0%;}
  to {width: 100%;}
}
#mySidenav .accordion-button:not(.collapsed)::after {
    transform: rotate(360deg);
    background-size: 50%;
}
#mySidenav .sidenavMain #accordionMenu .accordion-body {
    padding: 0;
}
#mySidenav .sidenavMain #accordionMenu .accordion-item ul {
    border-top: unset;
}
#mySidenav .sidenavMain ul {
    list-style: none;
}
#mySidenav .sidenavMain li {
    border-bottom: 1px solid var(--crystal-blue);
}
#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 .product-menu li a {
    text-transform: uppercase;
}
#mySidenav .sidenavMain .events-menu li {
    border-bottom: 1px solid var(--crystal-blue);
}
#mySidenav .sidenavMain #accordionMenu .accordion-item ul li a {
    padding-left: 20px;
    padding-right: 20px;
}
.profile-menu-main .profile-search-field strong {
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.profile-menu-main .profile-search-field {
    text-align: center;
    padding: 20px 8px;
}
.social-icons ul {
    list-style: none;
}
.social-icons ul li {
    display: inline-block;
    margin-right: 5px;
}
.social-icons ul li:last-child {
    margin-right: 0;
}
.ivf-journey-sec .mainivftabs .col {
    position: relative;
    cursor: pointer;
}
.ivf-journey-sec .mainivftabs .col::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.ivf-journey-sec .mainivftabs .col:first-child::before {
    background-image: url(/wp-content/uploads/2022/04/one.png);
}
.ivf-journey-sec .mainivftabs .col:nth-child(2)::before {
    background-image: url(/wp-content/uploads/2022/04/2.png);
}
.ivf-journey-sec .mainivftabs .col:nth-child(3)::before {
    background-image: url(/wp-content/uploads/2022/04/3.png);
}
.ivf-journey-sec .mainivftabs .col:nth-child(4)::before {
    background-image: url(/wp-content/uploads/2022/04/4.png);
}
.ivf-journey-sec .mainivftabs .col:nth-child(5)::before {
    background-image: url(/wp-content/uploads/2022/04/5.png);
}
.ivf-journey-sec .mainivftabs .col:nth-child(6)::before {
    background-image: url(/wp-content/uploads/2022/04/6.png);
}
.ivf-journey-sec .mainivftabs .col.is-active::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2022/04/plus-chat.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: -60px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 40px;
    margin: auto;
}
.ivf-journey-sec .mainivftabs .col h6.commn-h6 {
    text-align: center;
    color: var(--violet-red);
    margin-top: 20px;
}
.ivf-journey-sec .mainivftabs {
    margin-top: 25px;
    padding-bottom: 35px;
}
.mainivftabs .active-content .ivf-commn-content {
  display: none;
}
.mainivftabs .active-content .ivf-commn-content.ivf-tab-active-text {
  display: block;
}
.mainivftabs .ivf-tab-content .ivf-commn-content h4.commn-h4 {
    margin-bottom: 0;
    line-height: 30px;
    color: var(--violet-red);
}
.ivf-journey-sec .mainivftabs .tabs-wrapper {
    margin-bottom: 35px;
}
.scrolltab-header {
    background: transparent linear-gradient(249deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 70px;
}
/* .scrolltabmain {
    margin-top: -30px;
    z-index: 999;
    position: relative;
} */
.scrolltab-header p, .scrolltab-header h1.commn-h1 {
    color: #fff;
}
.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 {
    margin-top: -30px;
    /* z-index: 9999; */
    z-index: 1;
    position: relative;
}
.scrolltabmain.sticky,
.header-top-sec.fc-mobile.sticky  {
    position: fixed;
    top: 130px;
    width: 100%;
}
.scrolltabmain .scrolltabmainInner .active-bottom-border {
    border-bottom: 3px solid #A30050;
    border-bottom: 3px solid var(--violet-red);
    background-color: #F5F4F4;
    font-weight: bold;
}
.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;
}
.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;
}
span.highlight-text, span.highlight-text a {
    color: var(--violet-red);
}
#faqs {
    padding-bottom: 66px;
    padding-top: 60px;
    background-color: #F4F4F4;
}
#faqs h2.commn-h2, #useful-links h2.commn-h2, #contact-information h2.commn-h2 {
    color: #A30050;
    color: var(--violet-red);
}
#faqs #accordionFaqs .accordion-button, #faqs #accordionFaqs .accordion-button:not(.collapsed) {
    color: #A30050;
    color: var(--violet-red);
    background-color: transparent;
    border: unset;
    box-shadow: unset;
}
#faqs #accordionFaqs .accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#faqs #accordionFaqs .accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#faqs #accordionFaqs .accordion-item .accordion-body {
    padding-right: 25%;
    background-color: #F4F4F4;
    padding-top: 25px;
}
#faqs #accordionFaqs .accordion-item:last-of-type .accordion-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#faqs #accordionFaqs .accordion-item .accordion-body p {
    color: #675C53;
    font-size: 13px;
}
#faqs .accordion-button:not(.collapsed)::after {
    transform: rotate(270deg);
    background-size: contain;
    height: 20px;
}
#faqs .accordion-button::after {
    transform: rotate(90deg);
    background-size: contain;
    height: 20px;
}
.fertility #faqs .accordion-button::after {
    background-image: url(../img/left-icon.svg);
}
.gastroenterology #faqs .accordion-button::after {
    background-image: url(../img/gastro-left-icon.svg);
}
#useful-links {
    padding-bottom: 30px;
    padding-top: 50px;
}
#useful-links ul {
    padding: 0px;
    list-style: none;
}
#useful-links ul li a {
    text-decoration: unset;
    padding: 15px;
    padding-right: 55px;
    display: block;
    color: #675C53;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #D9D9D9;
}
#useful-links ul li a:hover::after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    animation: menuHeaderHover 0.5s forwards;
}
/*#useful-links ul li {
    display: inline-table;
}*/ /*commented on 14-07-2022*/
#useful-links ul li:last-child a {
    border: unset;
}
#useful-links ul li a i.fa {
    position: absolute;
    right: 25px;
    font-size: 20px;
    color: #A30050;
    color: var(--violet-red);
    padding: 2px 8px;
    border-radius: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
#useful-links ul li:hover a i.fa {
    background-color: #A30050;
    background-color: var(--violet-red);
    color: #fff;
    transition: background-color 0.2s 0.4s;
    box-sizing: content-box;
}
.header-top-sec {
/*    background-color: #006ebd;*/
}
ul.comn-merge-btn {
    padding: 0;
    list-style: none;
    margin: auto;
    display: block;
    border-radius: 51px;
    overflow: hidden;
}
ul.comn-merge-btn li {
    display: table-cell;
    border-right: 1px solid #ebe8e8;
    background-color: #fff;
    vertical-align: middle;
}
ul.comn-merge-btn li a {
    padding: 10px 15px;
    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;
}
.prod-uppercase {
    text-transform: uppercase;
}
footer.main-footer {
    float: left;
    width: 100%;
}
.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 .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);
}
.main-header .close-btn-sec label {
    cursor: pointer;
}
.popup-header {
    width: 100%;
}
#searchbarpop .modal-content {
    display: table;
    background: transparent linear-gradient( 246deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
}
#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;
}
.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;
}
.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: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;
}
.end-in-footer {
    background: transparent linear-gradient(246deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
    float: left;
    width: 100%;
}
.footer-address {
    width: 100%;
    margin: auto;
}
.footer-address .footer-add-inner {
    background-color: #fff;
    border-radius: 5px;
    padding-top: 20px;
}
.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;
    width: 59px;
}
.footer-address .footer-add-inner .footer-add-head {
    margin-top: -50px;
}
.footer-address .footer-add-inner .footer-add-head i.fa {
    font-size: 1.5rem;
    color: var(--regal-blue);
    transition: all 0.31s ease-in-out;
}
.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 .footer-add-contact {
    border-top: 1px solid var(--crystal-blue);
}
.footer-address .footer-add-inner .footer-add-icon.location-arrow {
    padding: 16px 20px;
}
.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-contact .col a {
    padding: 8px 10px;
    display: block;
}
.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 i.fa {
    color: var(--regal-blue);
    transition: all 0.31s ease-in-out;
}
.footer-address .footer-add-inner .footer-add-contact .col:hover i.fa {
    color: #fff;
    transform: scale(1.3);
    transition: all 0.31s ease-in-out;
}
.footer-address .footer-add-inner .footer-add-contact .col:hover {
    background-color: #00496e;
}
.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;
}
.second-footer-sec .container-1100 {
    position: relative;
    padding: 28px 0px !important;
}
.second-footer-sec li a {
    color: var(--black);
    font-size: 14px;
    text-decoration: unset;
    text-transform: uppercase;
}
.second-footer-sec li:not(:first-child) a {
    text-transform: uppercase;
}
.second-footer-sec ul {
    padding: 0;
    margin: 0;
    color: var(--nobel);
    list-style: none;
}
/* .second-footer-sec ul li::after {
    content: '|';
} */
.second-footer-sec .footer-menu li:last-child a::after {
    display:none;
}
.social-icons.footer-socials {
    position: absolute;
    left: 0;
}
.main-footer.second-footer-sec .col-12 {
    display: flex;
    justify-content: center;
}
.social-icons.footer-socials li::after {
    display: none;
}
.social-icons.footer-socials li a {
    padding: 0;
    display: block;
}
.main-footer .second-footer-sec .social-icons.footer-socials ul {
    margin-left: 0px;
}
p.footer-info-text {
    color: var(--white);
    font-size: 14px;
    margin: 0;
    padding-bottom: 25px;
}
.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-body {
    padding: 0;
}
.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;
}
.card.comn-card .card-top-tools {
    position: absolute;
    top: 10px;
    right: 15px;
}
.card.comn-card .card-top-tools ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.card.comn-card .card-top-tools li {
    text-align: center;
    margin-bottom: 5px;
    list-style: none;
}
.card.comn-card .card-top-tools li i {
    color: #a30050;
    color: var(--violet-red);
    font-size: 12px;
    position: relative;
}
.card.comn-card .card-top-tools li i.fa.fa-print {
    font-size: 13px;
}
.card.comn-card .card-top-tools li:hover i {
    color: #fff;
    font-size: 9px;
}
.card.comn-card .card-top-tools li i::before {
    z-index: 9;
    position: relative;
    right: 1.1px;
}
.card.comn-card .card-top-tools li:hover i::before {
    right: 2px;
    top: -1px;
}
.card.comn-card .card-top-tools li i::after {
    content: '';
    background-color: #fff;
    height: 23px;
    width: 23px;
    position: absolute;
    left: -6.4px;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    border-radius: 15px;
}
.card.comn-card .card-top-tools li:hover i.fa.fa-print::after { 
    left: -6px; 
    top: -1px;  
}
.card.comn-card .card-top-tools li:hover i::after {
    background-color: #a30050;
    background-color: var(--violet-red);
    left: -8px;
}
ul.sorting-dropdown {
    display: inline-block;
    padding: 0;
    list-style: none;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    background-color: #fff;    
    margin: 0;
}
ul.sorting-dropdown a.sort {
    position: relative;
    padding: 7px 20px;
    display: block;
    line-height: normal;
    background-color: var(--violet-red);
    color: var(--white);
    /* text-transform: uppercase; */
    font-size: 16px;
    font-weight: normal;
}
ul.sorting-dropdown {
    /* border: 1px solid #DEDEDE; */
}
ul.sorting-dropdown a.sort:hover {
    background-color: var(--dark-hot-pink);
}
ul.sorting-dropdown a {
    text-decoration: none;
    color: #303030;
    font-size: 14px;
    padding: 0px 25px;
}
ul.sorting-dropdown ul.sorting-list li {
    border-bottom: 1px solid #e3dddd;
    display: block;
    /* padding: 2px 10px; */
    text-align: center;
}
ul.sorting-dropdown ul.sorting-list li a {
    font-size: 14px;
}
ul.sorting-dropdown ul.sorting-list li:last-child {
    border-bottom: unset;
}
ul.sorting-dropdown ul.sorting-list {
    padding: 0;
    list-style: none;
    display: none;
}
.sorting-list {
    transition: all 0.1s ease-in !important;
}
.multi-lang-btn {
    height: 30px;
    bottom: 10px;
    position: absolute;
}
.multi-lang-btn.res-multi-btn ul.sorting-list a {
    color: #303030;
    background: #fff;
    font-weight: 600;
}
[data-attr] {
    cursor: pointer;
}
.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: 5px;
    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);
}
.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;
}

.card.comn-card:hover img {
/*    transform:scale(1.35);*/
    transition: transform 0.3s ease-out;
}
.card.comn-card .card-bottom-info .commn-btn-violet-red {
    position: absolute;
    bottom: 10px
}
.references-data .container-1100 {
    margin-bottom: 40px;
    /*margin-top: 30px;*/
}
.references-data .refer-para {
    /*padding: 20px;*/
}
.references-data .container-1100 .refer-para strong {
    display: block;
    margin-bottom: 10px;
}
.commn-top-banner p a, .references-data .refer-para, .references-data a, .references-data p {
    color: #fff;
}
.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;
    margin-bottom: 15px;
}
.references-data strong {
    margin-bottom: 10px;
    display: block;
}
.PBSinfotext-bottom h5.commn-h5 {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px;
}
.PBSinfotext-bottom p:last-child {
    margin-bottom: 0;
}
#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;
}
#introduction .col-6:first-child ul {
    padding: 0;
}
.product-section .product-buckets-section .col .product-bucket-text .product-bucket-text-inner {
    padding-bottom: 40px !important;
}
#mySidenav .sidenavMain #accordionMenu .accordion-item ul li a.menopur-600iu {
    display: none !important;
}
body.external-url-body {
    overflow: hidden;
    background-color: #F4F4F4;
}
.external-url-body .header-top-sec, .external-url-body .scrolltabmain {
    padding-right: 17px;
}
.searchBar input::placeholder {
  opacity: 1;
}
footer.main-footer .second-footer-sec {
    overflow: hidden;
    padding: 0px 15px;
}
.product-section .product-buckets-section .col .product-bucket-text .product-bucket-text-inner strong sup {
    font-family: 'Arial';
}
#resources .owl-carousel .owl-stage-outer { 
    overflow: visible !important;   
}   
#mySidenav .sidenavMain #accordionMenu .product-menu .accordion-item ul {   
    display: none;  
}   
.fertility #mySidenav .sidenavMain #accordionMenu .product-menu .accordion-item ul.fertility-products-list {    
    display: block; 
}   
.gastroenterology #mySidenav .sidenavMain #accordionMenu .product-menu .accordion-item ul.gastroenterology-products-list {  
    display: block; 
}   
.card.comn-card .card-bottom-info .card-title sup {
    top: -4px;
}    
footer.main-footer .second-footer-sec p {
    margin: 0px;
    font-size: 14px;
}
.second-footer-sec li {
    display: inline-block;
}
footer.main-footer .second-footer-sec .PromoMats-text p {
    font-size: 13px;
    margin-top: 10px;
}
.landing-page-header-inner .col-leftheader {
    background-color: var(--fcv2-lightblue);
    padding: 40px;
}
.landing-page-header-inner .col-leftheader::before,
.landing-page-header-inner .col-leftheader::after,
.landing-page-header-inner .col-leftheader span.btmCorner::before,
.landing-page-header-inner .col-leftheader span.btmCorner::after  {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;    
}
.landing-page-header-inner .col-leftheader::before {
    background-image: url(/wp-content/uploads/2024/03/Banner-Texbox-bracket-top-left.png);
    left: 10px;
    top: 10px;
}
.landing-page-header-inner .col-leftheader::after {
    background-image: url(/wp-content/uploads/2024/03/Banner-Texbox-bracket-top-right.png);
    right: 10px;
    top: 10px;
}
.landing-page-header-inner .col-leftheader span.btmCorner::before {
    background-image: url(/wp-content/uploads/2024/03/Banner-Texbox-bracket-bottom-left.png);
    left: 10px;
    bottom: 10px;
}
.landing-page-header-inner .col-leftheader span.btmCorner::after {
    background-image: url(/wp-content/uploads/2024/03/Banner-Texbox-bracket-bottom-right.png);
    right: 10px;
    bottom: 10px;
}
.homeSilderMain.owl-carousel .owl-item {
    opacity: 0;
}
.homeSilderMain.owl-carousel .owl-item.active {
    opacity: 1;
}
.homeSilderMain.owl-carousel.owl-theme .owl-dots {
    margin-top: 30px;
}
body:not(.home) .header-top-sec {
    background: #fff;
}
.header-top-sec.fc-desktop {
    position: fixed;
    width: 100%;
    z-index: 111;
    transition: all 0.5s;
    top: 0;
}
body:not(.single-products):not(.page-template-ibd-resource-kit):not(.page-template-mifertility-plan-app) .header-top-sec.fc-desktop.fixed-header header.main-header {
    padding: 5px 0px;
    transition: all 0.5s;
}
body:not(.single-products):not(.page-template-ibd-resource-kit):not(.page-template-mifertility-plan-app) .header-top-sec.fc-desktop header.main-header,
.header-top-sec.fc-desktop .breadcrumbs.mainBreadcrumbs nav  {
    transition: all 0.5s;
}
.header-top-sec.fc-desktop.fixed-header .breadcrumbs.mainBreadcrumbs nav {
    padding: 7px 15px;
    transition: all 0.5s;
    font-size: 15px;
}
.mifertility-ibd-section h4.comm-h4.featured-heading {
    border-bottom: 1px solid var(--violet-red);
}
#commonVideoPopup iframe#commonVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#commonVideoPopup .modal-dialog .modal-content .modal-body .embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
/* menu color updated css for gastroenterology TA */
body.gastroenterology #mySidenav {
    background: var(--color-alice-blue);
}
body.gastroenterology #mySidenav .sidenavMain label, body.gastroenterology #mySidenav .sidenavMain li a {
    color: var(--black);
}
body.gastroenterology .closed-menu {
    color: var(--ferring-blue);
}
body.gastroenterology #mySidenav .sidenavMain li a::before {
    background-image: url(/wp-content/uploads/2023/10/menu-right-arrow-coporate.png);
}
body.gastroenterology #mySidenav .sidenavMain li a:hover::before {
    background-image: url(/wp-content/uploads/2022/04/menu-right-arrow.png);
}
body.gastroenterology #mySidenav .sidenavMain .home-menu ul {
    border-top: 1px solid var(--ferring-blue);
}
/* menu color updated css for gastroenterology TA  END*/



/* breadcrumbs css */
.breadcrumbs.mainBreadcrumbs nav {
    display: inline-block;
    padding: 8px 15px;
}
.breadcrumbs.mainBreadcrumbs li.breadcrumb-item, .breadcrumbs.mainBreadcrumbs li.breadcrumb-item a {
    text-transform: capitalize;
    color: #fff;
    text-decoration: unset;
}
.breadcrumbs.mainBreadcrumbs nav ol.breadcrumb {
    margin: 0;
    background-color: unset;
}
.breadcrumbs.mainBreadcrumbs {
    background-color: var(--violet-red);
}
.breadcrumbs.mainBreadcrumbs .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}
.breadcrumbs.mainBreadcrumbs li.breadcrumb-item.active {
    /* text-decoration: underline;
    text-underline-position: under; */
}
.header-top-sec.fc-desktop.addHeader .breadcrumbs.mainBreadcrumbs {
    display: none;
}
.single.single-products .breadcrumbs.mainBreadcrumbs li.breadcrumb-item.active {
    text-transform: uppercase;
}
/* breadcrumbs css end*/

/* Menu dropdown css */
.main-header .menu-header-v2-menu li#menu-item-2803 a {
    font-size: 11px;
    font-weight: 700;
}
.main-header .menu-header-v2-menu li#menu-item-2803 a::before {
    content: '';
    position: absolute;
    height: 33px;
    width: 33px;
    top: -30px;
    left: -1px;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
}
.main-header .menu-header-v2-menu li#menu-item-2803 a::before {
    background-image: url(/wp-content/uploads/2023/05/earth_icon_updated.png);
}

.main-header .menu-header-v2-menu li#menu-item-2803 {
    margin-right: 0;
    padding-right: 0;
}
.main-header .menu-header-v2-menu .menu-item-has-children {
    font-weight: 600;
}

.main-header .menu-header-v2-menu {
    margin: 0px;
    padding: 0;
}
.main-header .menu-header-v2-menu > li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 0px;
    padding: 0px 10px;
    border-radius: 0;
    border-right: 1px solid var(--ferring-blue);
}
.main-header .menu-header-v2-menu ul.sub-menu.open li {
    text-align: center;
    border-bottom: 1px solid var(--ferring-blue);
}
.main-header .menu-header-v2-menu li.menu-item-has-children::after {
    content: "";
    margin-left: 5px;
    /*margin-bottom: 5px;*/
    vertical-align: middle;
    border-top: solid 10px var(--ferring-blue);
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    cursor: pointer;
    display: inline-block;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}
.main-header .menu-header-v2-menu li.menu-item-has-children.childrenMenu::after {
    transform: rotate(-180deg); /* new add */
    border-top: solid 9px var(--white);
    cursor: pointer;
}
.main-header .menu-header-v2-menu li a {
    color: var(--ferring-blue);
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}
.main-header .menu-header-v2-menu li:hover a {
    color: var(--ferring-blue);
}
.main-header .menu-header-v2-menu li:last-child {
    margin-right: 0px;
    border-right: 0;
}
.main-header .menu-header-v2-menu li.menu-item-has-children.childrenMenu > a {
    color: var(--white);
}
.main-header .menu-header-v2-menu ul.sub-menu {
    position: absolute;
    color: #E3DFE9;
    font-size: 18px;
    background: white;
    padding: 0px;
    display: none;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    top: 43px;
    left: 0;
    border-radius: 0px 0px 15px 15px;
}
.main-header .menu-header-v2-menu ul.sub-menu.open {
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);
    border: 1px solid var(--ferring-blue);
    display: block;
}
.main-header .menu-header-v2-menu li.menu-item-has-children.childrenMenu {
    background-color: var(--ferring-blue);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.main-header .menu-header-v2-menu ul.sub-menu.open li:hover a {
    color: var(--ferring-blue);
}
.main-header .menu-header-v2-menu ul.sub-menu.open li:last-child {
    border-bottom: unset;
}
.main-header .menu-header-v2-menu ul.sub-menu.open li a {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.408px;
    color: var(--black);
    display: block;
    padding: 8px 0px;
}
.main-header .menu-header-v2-menu ul.sub-menu.open li:hover {
    background-color: var(--light-grey);
}
/* Menu dropdown css */

span.activePage {
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
}
.main-header .ferring-logo img, .main-header .ferringLogo img {
    width: 284px;
}
.home .breadcrumbs.mainBreadcrumbs {
    display: none;
}
li::marker {
  display: none;
}
.wpml-ls-legacy-dropdown {
    width: unset;
}
.multiLangFlags {
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.header-top-sec .main-header .col-4 {
    display: flex;
    justify-content: end;
}
html {
    margin-top: 0px !important;
}
.multiLangFlags .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    text-align: left;
}
#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;
}
ul.comn-merge-btn li:first-child a:hover {
    color: #fff;
}
ul.comn-merge-btn  {
    cursor: pointer;
}

@media only screen and (min-width: 1700px){
    .container-1400 {
        max-width: 1700px;
        margin: auto;
    }
    .container-1300 {
        max-width: 1600px;
    }
    .container-1200 {
        max-width: 1400px;
        margin: auto;
    }
    .container-1100 {
        max-width: 1300px;
    } 
    body {
        font-size: 18px !important;
    }  
    .HeaderPop-container-1000 {
        width: 1100px;
        margin: 0 auto;
    }
    .card-title {
        font-size: 17px;
    }
    .card.comn-card .card-bottom-info {
        min-height: 155px;
    }
    .card.comn-card .card-bottom-info p {
        margin-top: 20px;
    }
    .product-section .pages-buckets-section.row .pages-bucket-head img {
        width: 185px;
    } 
    .product-page-header-inner ul.comn-merge-btn {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1201px){
    .mainivftabs .ivf-tab-content .ivf-commn-content .col-4 {
        padding-right: 30px;
    }
    body.austrClassBody {
        padding-right: 17px;
    }
}


@media only screen and (min-width: 993px){
    .product-section .product-buckets-section::before { 
        content: '';    
        position: absolute; 
        background-color: #f7f7f7;  
        height: 51px;   
        width: 15px;    
        left: 0;    
        top: 10px;  
        margin: auto;   
        right: 0;   
    }   
    #hamburger-2 {
        margin-left: 15px;
    }
    .social-icons.header-socials ul {
        margin-left: 20px;
    }
    .ivf-journey-sec .mainivftabs .col::before {
        height: 30px;
        width: 30px;
        top: -15px;
    }
    .product-section .pages-bucket-text {
/*        padding: 10px 20px;*/
    }
    .product-section .product-buckets-section .col .product-bucket-text .product-bucket-text-inner {
        padding: 10px 20px;
    }
    .external-url-main .external-url-main-inner .external-url-content {
    padding: 0px 35px;
   }
   .landing-page-header-inner .col-leftheader h1.commn-h1 {
        margin-bottom: 15px;
        font-size: 26px;
    }
    .landing-page-header-inner .col-leftheader p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px){
   body {
        font-size: 16px;  
    } 
    .active-slide-menu-overlay {
        padding-right: 17px;
    }
    h1.commn-h1 {   
        font-size: 32px;    
    }
    h3.commn-sub-heading {
        font-size: 22px;
    }
    h5.commn-h5 {
        font-size: 18px;
    }
    h6.commn-h6 {
        font-size: 17px;
    }    
    h4.comm-h4 {
        font-size: 20px;
    }
    h2.commn-h2 {
        font-size: 26px;
    }      
    #mySidenav {
        right: -500px;
        width: 500px !important;
    }   
    .card.comn-card {
        margin: 15px;
        background-repeat: no-repeat;
        transition: all 700ms;
        background-size: cover;
        border: unset;
        border-radius: 15px;
    }
    .fc-mobile {
        display: none;
    }
    .fc-desktop {
        display: block;
    } 
    .scrolltabmainInner {
        position: relative;
        top: 7px;
    }   
    .jumpTomobile {
        display: none;
    }   
    .desktop-none {
        display:none;
    }    
   /* #useful-links ul li {
        float: left;
        padding: 0px 15px;
        width: 100%;
    }*//*commented on 14-07-2022*/
    #useful-links ul {
        float: left;
    }    
    #useful-links ul li a:hover::after {
        background-color: #f4f4f4;
    }
    .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);
    }    
    .product-section .col a {
        text-decoration: unset;
        display: block;
    }    
    .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;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .product-section {
        margin-top: -42px;
    } 
    .product-section .pages-buckets-section.row .col:last-child .pages-bucket-head img {
/*        -webkit-box-shadow: 0px 10px 25px -30px rgb(0 0 0 / 53%);
        -moz-box-shadow: 0px 10px 25px -30px rgb(0 0 0 / 53%);
        box-shadow: 0px 10px 25px -30px rgb(0 0 0 / 53%);
        background: transparent linear-gradient( 180deg, #00368B -280%, #0088CE 90%) 0% 0% no-repeat padding-box;*/
    } 
    .product-section .pages-buckets-section.row .col a {
/*        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0px 0px 5px #00000029;*/
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: auto;
    }  
    .product-section h4.pages-bucket-title.comm-h4 {
/*        color: var(--violet-red);*/
        text-align: center;
/*        padding-top: 10px;*/
    }  
    .product-section .product-buckets-section {
        overflow: hidden;
        position: relative;
    }
    .product-section .product-buckets-section .col {
        cursor: pointer;
        display: flex;
        flex: 1 0 50%;
        margin-bottom: 15px;
        z-index: 1;
    }
    .product-section .product-buckets-section .product-bucket-col-inner {
        overflow: hidden;
        border-radius: 10px;
        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;
    }
    .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;
    }
    .mifertility-ibd-section h4.comm-h4.featured-heading {
        margin-bottom: 20px;
        padding-bottom: 10px;
        display: block;
    }
    .mifertility-ibd-section .col-6:first-child .mifertility-ibd-column {
        border-bottom: 5px solid var(--violet-red);
    }
    .mifertility-ibd-section .col-6:last-child .mifertility-ibd-column {
        border-bottom: 5px solid var(--violet-red);
    }    
        
 /*product bucket title color   */    
    .product-section .product-buckets-section .col.menopur-1200iu 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 {
        color: #75c044;
    }  
    .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 button color   */    
    .product-section .product-buckets-section .col.menopur-1200iu a.btn {
        background-color: #00AEEF;
    }  
    .product-section .product-buckets-section .col.rekovelle a.btn {
        background-color: #9178B5;
    } 
    .product-section .product-buckets-section .col.endometrin a.btn {
        background-color: #B50610;
    } 
    .product-section .product-buckets-section .col.decapeptyl a.btn {
        background-color: #4A8C2D;
    } 
    .product-section .product-buckets-section .col.pentasa a.btn {
        background-color: #75c044;
    }  
    .product-section .product-buckets-section .col.cortiment a.btn {
        background-color: #63c8c4;
    }  

 /*product bucket bottom border   */
    .product-section .product-buckets-section .col.menopur-1200iu .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.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.menopur-1200iu.two-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 {
        border-bottom: 5px solid #00496E;
    }   
    .product-section .product-buckets-section .col.endometrin.two-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 {
        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 {
        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 {
        border-bottom: 5px solid #63c8c4;
    }  
    .product-section .product-buckets-section .col.cervidil.two-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 .product-bucket-col-inner, 
    .product-section .product-buckets-section .single-products-buckets .product-bucket-col-inner {
        display: flex;
        width: 100%;
    }
    .product-section .product-buckets-section .product-bucket-text,
    .product-section .product-buckets-section .single-products-buckets .product-bucket-text{
        margin: 0;
    }
    .product-section .product-buckets-section .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 .product-bucket-text,
    .product-section .product-buckets-section .col.single-products-buckets .product-bucket-text {
        width: 50%;
    }
    .product-section .product-buckets-section .col .product-bucket-text .product-bucket-text-inner {
        background-color: #fff;
    }
    .product-section .product-buckets-section .col .product-bucket-text h4.product-title {
        background-color: #F4F4F4;
    }   
    .product-section .product-bucket-text a.btn {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        width: fit-content;
        margin: 11px auto;
    }  
    .product-section .row {
        width: 100%;
        margin: auto;
        border-right: unset;
        justify-content: start;
    }
    /*Search*/
    #searchbarpop .search-area ul li {
        display: inline-block;
        width: 48%;
        margin: 0px 7px;
    }
    .external-url-main .external-url-main-inner {
    width: 600px;
    }
    .external-url-main .external-url-main-inner h3 {
        font-size: 24px;
    }
    .external-popup-btn-section {
    margin-top: 60px;
   }
   a.external-redirect-btn {
    padding: 12px 30px;
   }
    .scroll-section .card.comn-card:hover {
        transition: all 700ms;
        transform: scale(1, 1.1);
        height: 100%;
        z-index: 1;
    }
    body.external-url-body {
        padding-right: 17px;
    }
    #searchbarpop .color-chng {
        display: flex;
    }
    #searchbarpop .color-chng.fc-mobile {
        display: none;
    }
    #searchbarpop .search-area {
        margin-bottom: 80px;
        max-height: 600px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .header-top-sec.addHeader header.main-header {
        padding-top: 35px;
        padding-bottom: 35px;
        /* z-index: 1111;
        position: relative; */
    }
    .header-top-sec header.main-header .col-8 {
        z-index: 1111;
        position: relative;
    }
    .landing-page-header.commn-top-banner {
        padding-top: 250px;
    }
    .second-footer-sec .ferringText {
        text-align: left;
    }
    .second-footer-sec .footer-menu {
        text-align: right;
    }
    .second-footer-sec .footer-menu li a::after {
        content: '|';
        padding-left: 5px;
    }
    .product-section .pages-bucket-text {
        /* min-height: 90px;
        display: flex;
        align-items: center; */
    }
    .main-header .menu-toggle {
        display: none;
    }
    .slide-Tamenu-mainnav {
        display: none;
    }
    .main-header .menu-header-v2-menu > li.home-menu {
        display: none;
    }
    .scrolltab-header {
        padding-top: 180px;
    }
}

@media only screen and (min-width: 480px) {
    #searchbarpop .col-8 {
        padding-top: 0px;
        position: unset;
        right: 0;
        z-index: 99;
        margin: auto;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 351px) {
    .main-header .col-4 .previous-icon {
        margin-right: 4px;
    }
}

@media only screen and (max-width: 365px) {
    .header-top-sec .main-header .col-4 {
        padding-left: 0;
        display: flex;        
    }
}

@media only screen and (max-width: 1699px) {
    #mySidenav .sidenavMain label {
        /* font-size: 18px; */
    }
    #mySidenav .sidenavMain li a {
        font-size: 15px;
    }    
    .card-title {
        font-size: 14px;
    }
    .card.comn-card .card-bottom-info p {
        margin-top: 15px;
    }
    .card.comn-card .card-bottom-info {
        min-height: 145px;
    }
    .product-section .pages-buckets-section.row .pages-bucket-head img {
        width: 93%;
    } 
}


@media only screen and (max-width: 1200px){
    .container-1100 {
        max-width: 90%;
    } 
    .container-1200 {
        max-width: 90%;
    }
    .austr-code-popup.visible .container-1100 {
        max-width: 100% !important;
    }
}

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


@media only screen and (max-width: 992px){
    .scrolltab-header {
        padding-bottom: 55px;
        /* padding-top: 150px; */
    }
    ul.mergelefttext-btn li:first-child a {
        padding: 10px 15px;
    }  
    .ivf-journey-sec .mainivftabs .col::before {
        height: 25px;
        width: 25px;
        top: -10px;
    }
    .product-section .product-buckets-section .col .product-bucket-text .product-bucket-text-inner {
        padding: 10px;
    }
    .product-section .pages-bucket-text {
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 767px){  
    .mifertility-ibd-section .col-6.p-0:last-child {
        display: none;
    }
    .home .main-header .menu-toggle nav.navbar img.v2-menu.gastro-menu {
        display: none;
    }
    #searchbarpop .search-area ul li a {    
        padding-right: 35px;    
    }   
    .color-chng.fc-mobile { 
        display: flex;  
        float: right;   
    }   
    .single-products #resources .container-1100 h2.commn-h2, #resources .container-1100 .row.headline .col p {  
        padding: 0px 15px;  
    }   
    .page-template-ibd-resource-kit #resources .container-1100 h2.commn-h2 {    
        padding: 0px;   
    } 
    .external-popup-btn-section a {
        display: block;
        width: fit-content;
        margin: auto;
        padding: 12px 25px;
        margin-bottom: 15px;
    }
    .references-data {
        margin: 0px 15px;
        /*margin-top: 30px;*/
    }
    .references-data .container-1100 {
        padding: 0;
    }
    .scroll-section {
        padding-bottom: 30px !important;
    }
    .main-header .close-btn-sec .closebtn {
        border: 1px solid #fff;
        padding: 3px 10px;
        border-radius: 50%;
        font-size: 20px;
        padding-top: 6px;
        position: unset;
    }
    .main-header .close-btn-sec label {
        display: none;
    }
    .main-header .close-btn-sec {
        padding: 10px 0px;
        border: none;
        position: relative;
        top: -10px;
        height: fit-content;
    }
    #searchbarpop input {
        border-radius: unset;
        padding: 15px 25px !important;
        font-size: 18px;
        padding-right: 60px !important;
    }
    #searchbarpop header.main-header {
        padding-bottom: 0px;
    }    
    #status {
        left: 45%;
    }
    .fc-mobile {
        display: block;
    }
    .fc-desktop {
        display: none;
    }
    .mobile-none {
        display: none !important;
    }
    .container-1100 {
        padding: 0px 15px;
        max-width: 100% !important;
    }    
    .scrolltabmain .scrolltabmainInner .container-1100 {
        padding: 0;
    }    
    .main-header .search-icon {
        position: relative;
        margin-right: 10px;
    }
    .main-header .social-icons.header-socials {
        display: none !important;
    }    
    .sticky {
        top: 78px !important;
    }    
    .main-header .search-icon img {
        width: 30px !important;
        background-color: #a30050;
        background-color: var(--violet-red);
        border-radius: 15px;
    } 
    #hamburger-2 span.line:last-child {
        margin-bottom: 0;
    }  
    #hamburger-2 span.line:first-child {
        margin-top: 0;
    }    
    .scrolltab-header {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
        border-bottom: 6px solid #a30050;
        border-bottom: 6px solid var(--violet-red);
    } 
    .header-top-sec .col-4 .previous-icon a img {
        width: 30px !important;
        background-color: #a30050;
        background-color: var(--violet-red);
        border-radius: 15px;
        transform: rotate(180deg);
    }
    #hamburger-2 {
        margin-left: 0px;
    } 
    .main-header .menu-toggle {
        /* position: relative;
        top: 5px; */
    }
    .social-icons.header-socials ul {
        margin-left: 5px;
    }  
    #scroll-top {
        display: none;
        width: 100%;
    }  
    .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;
    }    
    .scrolltabmain {
        margin-top: 0;
        border-bottom: 1px solid #dbd9d9;
        overflow: hidden;
    } 
    .scroll-section {
        margin-top: 0px !important;
        padding-top: 35px !important;
    }
    .scroll-section .col-6 {
        width: 100%;
        padding-right: 1rem !important;
    } 
    .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 h6.card-title {
        display: none;
    } 
    #introduction .col-6 h6 {
        color: #A30050;
        color: var(--violet-red);
        text-align: center;
        padding: 2px 0px 7px 0px;
        margin-top: 15px;
    }     
    .footer-address {
        width: 100%;
        margin: auto;
        padding: 0rem 1.5rem;
    }
    .social-icons.footer-socials {
        left: 0;
        right: 0;
        top: 20px;
    }
    .menu-second-footer-menu-container {
        margin-top: 25px;
    }
    p.footer-info-text br {
        display: none;        
    }
    .second-footer-sec .menu-second-footer-menu-container ul li {
        display: block !important;
        text-align: center;
        margin-bottom: 2px;
        margin-right: 0;
    }
    .second-footer-sec ul li::after {
        display:none;
    }
    .main-footer .second-footer-sec .social-icons.footer-socials ul {
        margin-left: 0;
    }  
    .second-footer-sec .container-1100 {
        padding-bottom: 20px !important;
    }
    p.footer-info-text {
        text-align: center;
    }
    .scrolltabmain .scrolltabmainInner .row {
        border-radius: unset;
        box-shadow: unset;
    }  
    .scrolltabmain .scrolltabmainInner .active-bottom-border {
        border: unset !important;
        background-color: unset !important;
    }   
    .scrolltabmain .scrolltabmainInner .active-bottom-border a {
        text-decoration: underline;
    }    
    .scrolltabmain .scrolltabmainInner .col:nth-child(even) {
        background-color: #F2F2F2 !important;
    }
    .scrolltabmain .scrolltabmainInner .row a {
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: unset;
        border-right: unset;
        font-size: 16px;
    }
    .scrolltab-header .col-7 {
        width: 100%;
        text-align: center;
    }
    .scrolltab-header .col-5 {
        margin: auto;
        width: 100%;
    }    
    ul.comn-merge-btn {
        float: none;
        width: fit-content;
    }    
    #useful-links .row {
        box-shadow: 0px 0px 6px #0000001f;
        width: 100%;
        margin: auto;
        border-radius: 10px;
        overflow: hidden;
    }
    #useful-links h2.commn-h2 {
        background-color: #fff;
        margin-bottom: 0 !important;
        padding: 25px 20px;
    }
    #useful-links ul li a:hover::after {
        background-color: #fff;
    }
    .owl-theme .owl-dots .owl-dot.active span {
        background-color: #F4499D !important;
        background-color: var(--dark-hot-pink) !important;
    } 
    #faqs #accordionFaqs .accordion-item .accordion-body {
        padding-right: 20px;
    }    
    .austr-code-popup .row .col-6:last-child {
        margin-top: 15px;
        padding-right: 10px;
    }
    .austr-code-popup {
        width: 90%;
    } 
    .austr-code-popup .container-1100 {
        padding: 0px;
    }  
    .mifertility-plan-app-sec a.btn.btn-lg {
        margin: auto;
    }
    body {
        font-size: 14px;
    }
    #searchbarpop .color-chng {
        text-align: right;
    }
    .light-mode #searchbarpop .main-header .close-btn-sec .closebtn {
        border: 1px solid #675C53;
    }
    .second-footer-sec .footer-menu {
        text-align: center;
        width: 100%;
        order: 1;
        padding: 5px;
    }
    .second-footer-sec .footer-menu ul li:first-child {
        display: block;
        width: 100%;
    }
    .second-footer-sec .ferringText {
        order: 2;
        text-align: right;
        width: 73.33%;
        padding-right: 10px !important;
    }
    .second-footer-sec .social-icons {
        order: 2;
        width: 26.67%;
    }    
    footer.main-footer .second-footer-sec .PromoMats-text p {
        text-align: right;
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 0px 5px;
    }
    footer.main-footer .second-footer-sec .footerColMain {
        justify-content: space-between;
    }
    .second-footer-sec .footer-menu ul li a {
        background-color: var(--ferring-blue);
        color: var(--white);
        display: block;
        padding: 20px;
        border-radius: 5px;
        text-decoration: unset;
        text-transform: uppercase;
        font-size: 12px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .second-footer-sec ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .second-footer-sec li {
        padding: 5px;
    }
    .second-footer-sec li:not(:first-child) {
        flex: 1;
    }
    .second-footer-sec .social-icons ul li {
        padding: 0;
    } 
    footer.main-footer .second-footer-sec p {
        font-size: 12px;
    }   
    /*product bucket button color   */    
    .product-section .first-products .accordion-item.menopur-1200iu .product-content a.btn.btn-lg {
        background-color: #00AEEF;
    }  
    .product-section .first-products .accordion-item.rekovelle .product-content a.btn.btn-lg {
        background-color: #9178B5;
    } 
    .product-section .first-products .accordion-item.endometrin .product-content a.btn.btn-lg {
        background-color: #B50610;
    } 
    .product-section .first-products .accordion-item.decapeptyl .product-content a.btn.btn-lg {
        background-color: #4A8C2D;
    } 
    .product-section .first-products .accordion-item.pentasa .product-content a.btn.btn-lg  {
        background-color: #75c044;
    }  
    .product-section .first-products .accordion-item.cortiment .product-content a.btn.btn-lg {
        background-color: #63c8c4;
    }  
    .main-header .menu-header-v2-menu {
        display: none;
    }
    #TaSidenav {
        display: block;
        position: fixed;
        top: 0px;
        bottom: 0px;
        z-index: 999999;
        transition: all ease-in .3s;
        padding-bottom: 30px;
        overflow-y: scroll;
        background: var(--color-alice-blue);
    }
    #TaSidenav {
        right: -350px;
        width: 350px;
    }
    .active-slide-Tamenu #TaSidenav {
        right: 0;
    }
    #TaSidenav #accordionMenu {
        padding-top: 30px;
    }
    #TaSidenav .sidenavMain .home-menu ul {
        border-top: 1px solid var(--ferring-blue);
    }
    #TaSidenav .sidenavMain ul {
        list-style: none;
        /* border-bottom: 1px solid var(--ferring-blue); */
        padding: 0px;
    }
    #TaSidenav .sidenavMain ul li {
        border-bottom: 1px solid var(--ferring-blue);
        position: relative;
    }
    #TaSidenav .sidenavMain li a {
        color: #000;
        text-decoration: unset;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        position: relative;
        z-index: 9;
        -webkit-appearance: unset;
        display: flex;
        justify-content: space-between;
    }
    .slide-Tamenu-mainnav.active-slide-Tamenu::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;
    }
    #TaSidenav .sidenavMain ul ul.sub-menu li:not(:last-child) {
        border-bottom: 1px solid #0088CE;
    }
    #TaSidenav .sidenavMain ul ul.sub-menu {
        /* border-top: 1px solid var(--ferring-blue); */
        display: none;
    }    
    #TaSidenav .closed-menu {
        color: var(--fcv2-lightblue);
    }
    #TaSidenav .sidenavMain ul#menu-header-v2-menu-1 > li:first-child {
        border-top: 1px solid var(--ferring-blue);
    }
    #TaSidenav .sidenavMain ul ul.sub-menu li {
        border-bottom: unset;
    }
    #TaSidenav .sidenavMain ul ul.sub-menu li:first-child {
        border-top: 1px solid var(--ferring-blue);
    }
    #TaSidenav .sidenavMain ul#menu-header-v2-menu-1 .menu-item-has-children > a::after {
        content: "";
        background-image: url(/wp-content/uploads/2022/04/down-arrow.png);
        transform: rotate(270deg);
        background-size: 50%;
        background-color: var(--ferring-blue);
        border-radius: 50%;
        background-position: center;
        margin-right: 15px;
        transition: transform 0.2s ease-in-out;
        width: 1.25rem;
        height: 1.25rem;
        display: flex;
        background-repeat: no-repeat;
    }
    #TaSidenav .sidenavMain ul#menu-header-v2-menu-1 .menu-item-has-children.collapsed a::after {
        transform: rotate(360deg);
        background-size: 50%;
    }
    #TaSidenav .sidenavMain ul#menu-header-v2-menu-1 > li::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 10px;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #TaSidenav .sidenavMain ul#menu-header-v2-menu-1 > li:first-child:before {
        background-image: url(/wp-content/uploads/2022/08/inner-landing-home.png);
        height: 20px;
        width: 20px;
        left: 15px;
    }
    #TaSidenav .sidenavMain ul#menu-header-v2-menu-1 > li:nth-child(2):before {
        background-image: url(/wp-content/uploads/2022/08/therapatic-icon.png);
        height: 20px;
        width: 22px;
    }  
    #TaSidenav .sidenavMain ul#menu-header-v2-menu-1 > li:first-child > a,
    #TaSidenav .sidenavMain ul#menu-header-v2-menu-1 > li:nth-child(2) > a {
        padding-left: 50px;
    }   
    body:not(.home) .main-header .menu-toggle nav.navbar img.v2-menu {
        display: none;
    }
    body.gastroenterology .main-header .menu-toggle nav.navbar img.v2-menu.gastro-menu,
    body.fertility .main-header .menu-toggle nav.navbar img.v2-menu.otherTA-menu {
        display: block;
    }    
    .main-header .menu-toggle nav.navbar {
        justify-content: end;
        padding: 0px;        
    }
    .header-top-sec.fc-mobile.sticky {
        top: 0px !important;
        z-index: 11;
    }
}

@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: 100%;
    }   
    .footer-address .footer-add-inner .footer-add-info {
        min-height: 100%;
    }
    .austr-code-popup .row .col-6 {
        width: 100%;
    }    
}
@media only screen and (max-width: 500px) { 
    #mySidenav, #TaSidenav {
        right: -280px;
        width: 280px !important;
    }  
    #mySidenav .sidenavMain {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }   
    #mySidenav .sidenavMain label {
        font-size: 16px;
    }  
    #mySidenav .sidenavMain li a {
        font-size: 14px;
    }
    .main-footer .footer-address .col:last-child {
        margin-bottom: 0px;
    }
    .main-header .search-icon {
        margin-right: 5px;
    }
    .header-top-sec .col-4 .previous-icon a img, .main-header .search-icon img {
        width: 25px !important;
    }
}


@media only screen and (max-width: 479px) {
    #faqs #accordionFaqs .accordion-button, #faqs #accordionFaqs .accordion-button:not(.collapsed) {
        padding-right: 30px;
    }
    #faqs .accordion-button::after {
        left: 10px;
        position: relative;
    }
    .main-header .close-btn-sec {
        top: 0;
    }
    .main-header .close-btn-sec .closebtn {
        padding: 6px 10px;
        font-size: 15px;
    }
    .main-header .col-8 img, #searchbarpop header.main-header .col-4 img {
        width: 100%;
    }
    .main-header {
        /* height: 95px; */
    }
    .popup-header .main-header .col-4 {
        width: 66.66666667%;
    }
    .popup-header .main-header .col-8 {
        position: absolute;
        right: 0;
    }
    #mySidenav .sidenavMain label {
        font-family: 'Arimo', sans-serif;
        font-weight: 500;
    }
    .homeHeader header .col-4 {
        width: 66.66666667%;
    }
    .homeHeader header .col-4 img {
        width: 100%;
    }
    .homeHeader header .col-8 {
        width: 33.33333333%;
    }
}

@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)  {
    .footer-address .col.col-3 {
        width: 33.33%;
        padding: 10px;
    } 
    .HeaderPop-container-1000 {
        width: 90%;
        margin: auto;
    } 
}



@media only screen and (min-width: 768px) and (max-width: 992px)  {
    .main-header .previous-btn a {
        margin-right: 10px;
        font-size: 12px;
    }    
    .main-header img {
        max-width: 100%;
    }
    #hamburger-2 {
        margin-left: 5px;
    } 
    .main-header .menu-toggle nav.navbar {
        margin-left: 5px !important;
    } 
    .main-header .searchBar input {
        width: 135px;
        font-size: 12px;
    }  
    .social-icons.header-socials ul {
        margin-left: 10px;
    }    
    .main-header .menu-toggle label {
        font-size: 13px;
    }    
    .product-section .pages-bucket-text p {
        font-size: 14px;
    } 
}

@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: 501px) and (max-width: 767px)  {
    #mySidenav {
        right: -350px;
        width: 350px;
    } 
    .footer-address .col.col-3 {
        width: 50%;
        margin-bottom: 60px;
    }  
    .footer-address .col.col-3:last-child {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 10px;
    }
    .main-header .social-icons.header-socials {
        display: none !important;
    }
}




/*
 ==================
 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;
     }
}
.search-form div#overlay.ajax_custom_search .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
.search-form div#overlay.ajax_custom_search .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-form div#overlay.ajax_custom_search {
    left: 50%;
}
#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;
}
#searchbarpop .search-area ul.no-data-found {
    font-size: 18px;
    padding: 0px 15px;
}
#searchbarpop .search-area ul li a::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2022/07/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(/wp-content/uploads/2022/08/menu-right-arrow-grey.png);   
}   
.light-mode #searchbarpop .search-area ul li a:hover::before {  
    background-image: url(/wp-content/uploads/2022/07/menu-right-arrow.png);    
}



/*
 ==================
 Ajax Main Search css end
======================   
*/

.fifty-per-card img {
    /*width: 100%;*/
    overflow: hidden;
    border-radius: 10px;
}
.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: 10px 15px;*/
    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;
}
.forward-hide, .add-cart-hide {
    display: none !important;
}
.modal-body iframe {
    width: 100%;
}

#commonVideoPopup {
    touch-action: none;
}
#commonVideoPopup .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 {
    -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 {
    -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 {
    background: transparent linear-gradient( 246deg, #00368B 0%, #0088CE 100%) 0% 0% no-repeat padding-box;
}
#commonVideoPopup .modal-dialog .modal-content .modal-body {
    padding: 2rem;
}
#commonVideoPopup.modal.modal-static .modal-dialog {
    transform: unset;
}
.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;
}
.removerightspacenewc .card.comn-card .card-bottom-info {
    border-bottom-right-radius : 10px;
}

#resources .card.comn-card .card-body {
    box-shadow: unset;
    overflow: visible;
}
.card.comn-card .card-body {
    padding: 0;
    /*overflow: hidden;*/
    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);
}
.removerightspacenewc .card-bottom-info {
    margin-right: 0px !important;
    width: 100% !important;
}
.removerightspacenewc .card-image-block img {
    /*object-fit: cover;*/
    /*object-position: top;*/
    width: 100%;
    /*transform:scale(1);*/
    transition: transform 0.3s ease-in;
}
/*.removerightspacenewc .card.comn-card:hover img {*/
/*    transform:scale(1.35);*/
/*    transition: transform 0.3s ease-out;*/
/*}*/
.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;
}
p:empty {
    display: 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;
    padding-top: 195px;
}
ul.sorting-dropdown.listing-active a.sort {
    /* padding-left: 15px; */
}
.single-products .col-6 {
    margin: auto;
}
p sup {
    top: -4px;
}
.references-data .refer-para sup {
    top: -4px;
}
.card.comn-card .card-bottom-info p sup {   
    top: -3px;  
}   



@media only screen and (min-width: 993px) and (max-width: 1699px){
    .card.comn-card .card-bottom-info {
        min-height: 145px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 993px) {  
    #commonVideoPopup .modal-dialog .modal-content .modal-body iframe { 
        /*height: 100%;*/   
        /* height: 250px;  
        width: 100%;     */
    }   
}
@media only screen and (max-width: 767px) {
    .therapeutic-subpage-commn {
        padding-top: 100px;
        padding-bottom: 25px !important;
        border-bottom: 6px solid #a30050;
        border-bottom: 6px solid var(--violet-red);
    }
    h3.commn-sub-heading {
        font-size: 18px;
    }
    .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;
    }
    #commonVideoPopup .modal-dialog .modal-content .modal-body iframe {
        /* height: 250px; */
    }
    .external-url-main .external-url-main-inner {
        width: 90%;
    }
    .card.comn-card {
        margin: 20px 5px !important;
        border-radius: 15px;
        border: unset;
    }
    .homeHeader header .col-4 a {
        margin: 0px !important;
    }
    footer.main-footer .second-footer-sec .container-1300 {
        padding: 0px !important;
        padding-bottom: 10px !important;
    }
}
@media only screen and (max-width: 479px){
    #commonVideoPopup .modal-content .close-btn-sec {
        right: 15px;
    }
    #commonVideoPopup .modal-dialog .modal-content .modal-body {
        padding: 1rem;
        padding-top: 25px;
    }
    .external-url-main .external-url-main-inner {
        padding-bottom: 30px;
    }
}


/*------------ 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;
    }
}

@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 {
        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 {
        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 {
        font-size: 0.800rem;
        line-height: 18px;
    }
}






/*----------------------- All Safari CSS ----------------------- */


@media screen and (-webkit-min-device-pixel-ratio: 0) { 
    _::-webkit-full-page-media, _:future, h3.commn-sub-heading {
        font-weight: 600;
    }
    _::-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;
    }
    _::-webkit-full-page-media, _:future, #resources .card.comn-card .card-bottom-info {    
        box-shadow: unset;  
        -webkit-box-shadow: unset;  
        -moz-box-shadow: unset; 
    }     
    /* _::-webkit-full-page-media, _:future, .mainBreadcrumbs li.breadcrumb-item.active sup {
        top: unset !important;
    } */
    
 }



