:root {
    --color-milk: #f1f8ea;
    --color-alice-blue: #F2FAFD;
    --color-rich-electric-blue: #0088CE;
    --color-green: #66cc33;
    --color-black: #000;
    --color-white: #fff;
    --color-teal: #66cccc;
    --color-Lightteal: #c7e5e5;
    --color-grey: #999999;
    --color-orange: #ff6633;
    --color-apple: #75C044;
    --color-ChineseWhite: #E3F2DA;
    --color-ColumbiaBlue: #c5e3e3;
    --color-dark-aquamarine: #00747A;
    --color-dark-grey: #616060;
    --color-Celestial-Blue: #3f8ccc;

}

/* Home animation switch*/
.gestro-Homecolor-chng .slider.round {
    border-radius: 34px;
}

body.gastroenterology #searchbarpop .modal-content {
    background: var(--color-alice-blue);
}

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

.gestro-Homecolor-chng .slider.round:before {
    border-radius: 50%;
}

.gestro-Homecolor-chng .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;
}

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

.gestro-Homecolor-chng .switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 23px;
    right: 5px;
}

.gestro-Homecolor-chng .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.gestro-Homecolor-chng .switch input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
    left: 7px;
}

.gestro-Homecolor-chng .color-chng {
    margin-right: 35px;
    margin-top: 5px;
}

.gestro-Homecolor-chng .color-chng label.text {
    top: 2px;
    position: relative;
    color: var(--color-white);
    left: 10px;
}

.gastroenterology-hcp-main .gestro-Homecolor-chng {
    display: none;
    padding: 0;
    margin-left: 30px;
    align-items: center;
    color: var(--color-white);

}

/* Home animation switch END*/

/* Inner landing switch*/
.gestro-color-chng .slider.round {
    border-radius: 34px;
}

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

.gestro-color-chng .slider.round:before {
    border-radius: 50%;
}

.gestro-color-chng .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;
}

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

.gestro-color-chng .switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 23px;
    right: 5px;
}

.gestro-color-chng .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.gestro-color-chng .switch input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
    left: 7px;
}

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

.gestro-color-chng .color-chng label.text {
    top: 2px;
    position: relative;
    color: var(--color-white);
    left: 10px;
}

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

.gestro-color-chng {
    padding: 15px 15px 0px 15px;
}

/* Inner landing switch END*/


/* Inner landing animation switch*/
.gestro-animation-chng .slider.round {
    border-radius: 34px;
}

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

.gestro-animation-chng .slider.round:before {
    border-radius: 50%;
}

.gestro-animation-chng .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;
}

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

.gestro-animation-chng .switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 23px;
    right: 5px;
}

.gestro-animation-chng .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.gestro-animation-chng .switch input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
    left: 7px;
}

.gestro-animation-chng .color-chng {
    margin-right: 35px;
    margin-top: 5px;
}

.gestro-animation-chng .color-chng label.text {
    top: 2px;
    position: relative;
    color: var(--color-white);
    left: 10px;
}

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

.gestro-animation-chng {
    padding: 15px;
    display: none;
}

body.gastroenterology div#mySidenav .gestro-color-chng,
.gastroenterology .gestro-color-chng {
    display: block;
}

/* Inner landing animation switch END*/



.gastroenterology-hcp-main .gestro-color-chng,
body.page-template-therapeutic-landing .gestro-animation-chng {
    display: flex;
    align-items: center;
}

.gestro-color-chng label.text,
.gestro-animation-chng label.text {
    padding-left: 10px !important;
}

body.gastroenterology .contact-section .footer-logo img {
    max-width: 270px;
}

body.gastroenterology .top-divider {
    background-color: var(--color-rich-electric-blue);
}

body.gastroenterology .mifertility-plan-and-event-section+.top-divider {
    background-color: var(--color-orange);
}

body:not(.home).gastroenterology .header-top-sec,
body:not(.home).gastroenterology .commn-top-banner {
    background-color: var(--color-alice-blue);
}

body.gastroenterology.postid-5865 .header-top-sec,
body.gastroenterology.postid-6916 .header-top-sec {
    background: transparent !important;
}

body.gastroenterology .header-top-sec::before {
    display: none;
}

body:not(.home).gastroenterology .commn-top-banner h1,
body:not(.home).gastroenterology .commn-top-banner h3.commn-sub-heading,
body:not(.home).gastroenterology .commn-top-banner p {
    color: var(--color-black);
}

body.gastroenterology .main-header .searchBar input::placeholder {
    color: var(--color-black);
}


body.gastroenterology .main-header .menu-toggle label {
    color: var(--color-black);
}

body.gastroenterology .landing-page-header .landing-page-header-inner .col-rightheader .MainImage {
    background-image: unset;
}

body.gastroenterology .therepatic-dropdown::before {
    background-image: url(../../../homeVersion2/Guthealth/img/corporate-down-arrow.png);
}


body.gastroenterology .product-section .pages-bucket-text p {
    color: var(--color-black);
}

body.gastroenterology .product-section .pages-bucket-text {
    background-color: var(--color-alice-blue);
}



body.gastroenterology .mifertility-plan-and-event-section .col-5.p-0,
body.gastroenterology.single-products .scrolltab-header .col-5 {
    position: relative;
}

body.gastroenterology .knowledge-center-sec {
    background-image: unset;
    background-color: var(--color-grey);
}

body.gastroenterology .contact-section {
    background-image: unset;
    background-color: var(--color-alice-blue);
}

body.gastroenterology.postid-4398 .knowledge-center-sec p,
body.gastroenterology.postid-4400 .knowledge-center-sec p,
body.gastroenterology.postid-4398 .knowledge-center-sec h2.commn-h2,
body.gastroenterology.postid-4400 .knowledge-center-sec h2.commn-h2,
body.gastroenterology.postid-4398 .references-data strong,
body.gastroenterology.postid-4400 .references-data strong{
    color: var(--color-black);
}

body.gastroenterology #introduction h2.commn-h2,
body.gastroenterology .footer-address .footer-add-inner span.footer-add-title,
body.gastroenterology .footer-address .footer-add-inner .footer-add-info p,
body.gastroenterology .footer-address .footer-add-inner .footer-add-info a,
body.gastroenterology .footer-address .footer-add-inner i.fa,
body.gastroenterology .footer-teams div#teams-content span.designation-name,
body.gastroenterology .footer-teams div#teams-content h3.profile-tile,
body.gastroenterology .footer-teams div#teams-content .col .team-inner .team-info span,
body.gastroenterology .footer-teams div#teams-content .col i.fa {
    color: var(--color-black);
}

body.gastroenterology .footer-teams .accordion-button:not(.collapsed),
body.gastroenterology .footer-teams .accordion-button {
    color: var(--color-black);
}

body.gastroenterology .footer-address .footer-add-inner .footer-add-contact {
    border-top: 1px solid var(--color-rich-electric-blue);
}

body.gastroenterology .footer-add-info {
    border-top: 1px solid var(--color-rich-electric-blue);
}

body.gastroenterology .footer-address .footer-add-inner .footer-add-icon {
    border: 1px solid var(--color-rich-electric-blue);
}

body.gastroenterology .scrolltab-header {
    background: var(--color-ChineseWhite);
    position: relative;
    z-index: 1;
}

body.gastroenterology.postid-5865 .scrolltab-header,
body.gastroenterology.postid-6916 .scrolltab-header{
    background: var(--color-ColumbiaBlue);
}

body.gastroenterology .scrolltab-header p,
body.gastroenterology .scrolltab-header h1.commn-h1 {
    color: var(--color-black);
    z-index: 1;
}

body.gastroenterology #introduction {
    background-color: var(--color-white);
}

body.gastroenterology .footer-teams div#teams-content .team-info {
    border-bottom: 1px solid var(--color-rich-electric-blue);
    border-top: 1px solid var(--color-rich-electric-blue);
}

body.gastroenterology .footer-teams div#teams-content .col .team-inner .team-head img {
    border: 1px solid var(--color-rich-electric-blue);
}

body.gastroenterology.postid-4398 .scrolltabmain .scrolltabmainInner .row a,
body.gastroenterology.postid-4400 .scrolltabmain .scrolltabmainInner .row a{
    color: var(--color-apple);
}

body.gastroenterology.postid-5865 .scrolltabmain .scrolltabmainInner .row a,
body.gastroenterology.postid-6916 .scrolltabmain .scrolltabmainInner .row a {
    color: var(--color-teal);
}

body.gastroenterology.postid-4398 .active-bottom-border,
body.gastroenterology.postid-4400 .active-bottom-border {
    border-bottom: 3px solid var(--color-apple) !important;
}

body.gastroenterology.postid-5865 .active-bottom-border,
body.gastroenterology.postid-6916 .active-bottom-border {
    border-bottom: 3px solid var(--color-teal) !important;
}


body.gastroenterology.postid-4398 .card.comn-card .card-top-tools li:hover i::after,
body.gastroenterology.postid-4400 .card.comn-card .card-top-tools li:hover i::after,
body.gastroenterology.single-products.postid-4398 .fifty-per-card .card-top-tools ul li:hover i.fa::after,
body.gastroenterology.single-products.postid-4400 .fifty-per-card .card-top-tools ul li:hover i.fa::after{
    background-color: var(--color-apple);
}

body.gastroenterology.postid-5865 .card.comn-card .card-top-tools li:hover i::after,
body.gastroenterology.postid-6916 .card.comn-card .card-top-tools li:hover i::after {
    background-color: var(--color-teal);
}


body.gastroenterology.postid-4398 .card.comn-card .card-top-tools li i,
body.gastroenterology.postid-4400 .card.comn-card .card-top-tools li i,
body.gastroenterology.single-products.postid-4398 .fifty-per-card .card-top-tools ul li i.fa,
body.gastroenterology.single-products.postid-4400 .fifty-per-card .card-top-tools ul li i.fa  {
    color: var(--color-apple);
}

body.gastroenterology.postid-5865 .card.comn-card .card-top-tools li i,
body.gastroenterology.postid-6916 .card.comn-card .card-top-tools li i {
    color: var(--color-teal);
}

body.gastroenterology .card.comn-card .card-top-tools li:hover i,
body.gastroenterology.single-products .fifty-per-card .card-top-tools ul li:hover i.fa {
    color: var(--color-white);
}


body.gastroenterology.single-products #resources {
    background-color: var(--color-ChineseWhite);
    z-index: 1;
    position: relative;
}

body.gastroenterology.single-products.postid-5865 #resources,
body.gastroenterology.single-products.postid-6916 #resources{
    background-color: var(--color-Lightteal);
}
body.gastroenterology.postid-4398 .product-page-header-inner .bookmarked:after,
body.gastroenterology.postid-4400 .product-page-header-inner .bookmarked:after{
    background-color: var(--violet-red) !important;
}

body.gastroenterology.single-products #other-products h2.commn-h2 {
    color: var(--color-black);
}



body.gastroenterology.single-products .resources-filter li a.fc-active-filter {
    background-color: var(--color-apple);
}

body.gastroenterology .common-card-filter {
    color: var(--color-black);
}

body.gastroenterology .resources-filter li a {
    color: var(--color-black);
}

body.gastroenterology.single-products .how-to-use-sec i.fa {
    color: var(--color-apple);
}

body.gastroenterology.postid-4398 .card-title,
body.gastroenterology.postid-4400 .card-title {
    color: var(--color-apple);
}

body.gastroenterology.single-products.postid-5865 .card-title,
body.gastroenterology.single-products.postid-6916 .card-title {
    color: var(--color-teal);
}

body.gastroenterology.single-products #other-products {
    background: var(--color-white);
}

body.gastroenterology .footer-teams .accordion-flush .accordion-item .accordion-button::after {
    background-image: url('/wp-content/uploads/2022/12/corporate-down-arrow.png');
}

body.gastroenterology .product-section .product-buckets-section .col:first-child .product-bucket-bg {
    background-color: var(--color-alice-blue);
}

body.gastroenterology .product-section .product-buckets-section .col:nth-child(2) .product-bucket-bg, body.gastroenterology .product-section .product-buckets-section .col:nth-child(3) .product-bucket-bg {
    background-color: var(--color-alice-blue);
}

body.gastroenterology .footer-address .footer-add-inner,
body.gastroenterology .footer-teams div#teams-content .col .team-inner {
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 10%);
}

body.gastroenterology.postid-4398 a.btn.commn-btn-violet-red,
body.gastroenterology.postid-4400 a.btn.commn-btn-violet-red,
body.gastroenterology.postid-4398 a.btn.commn-btn-gainsboro:hover,
body.gastroenterology.postid-4400 a.btn.commn-btn-gainsboro:hover {
    background-color: var(--color-apple);
}

body.gastroenterology.postid-5865 a.btn.commn-btn-violet-red,
body.gastroenterology.postid-6916 a.btn.commn-btn-violet-red{
    background-color: var(--color-teal);
}
body.gastroenterology.postid-4398 .bookmarked:after,
body.gastroenterology.postid-4400 .bookmarked:after,
body.gastroenterology.postid-4398 .saved-items-section ul li:hover img,
body.gastroenterology.postid-4400 .saved-items-section ul li:hover img  {
    background-color: var(--color-apple) !important;
}


body.gastroenterology.postid-5865 .bookmarked:after,
body.gastroenterology.postid-6916 .bookmarked:after {
    background-color: var(--color-teal) !important;
}

body.gastroenterology .saved-items-section ul li:hover:last-child img {
    background-color: transparent !important;
}

body.gastroenterology.postid-5865 #mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items ul li .action-icon i.fa:hover,
body.gastroenterology.postid-6916 #mySidenav .sidenavMain li.liHideOnEmpty .accordion-body.saved-items ul li .action-icon i.fa:hover {
    background-color: var(--color-teal) !important;
}

body.gastroenterology .footer-teams div#teams-content .team-contact .col:hover i.fa {
    color: var(--color-white);
}


body.gastroenterology .main-header .menu-toggle nav.navbar img {
    margin-left: 15px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body.gastroenterology .main-header .menu-toggle nav.navbar:hover img {
    -webkit-transform: rotate(180deg) scale(1);
    -moz-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
}

.main-header .menu-toggle nav.navbar img {
    display: none;
}

body.gastroenterology div#mySidenav {
    background: var(--color-alice-blue);
}
body.gastroenterology div#mySidenav .sidenavMain label,
body.gastroenterology div#mySidenav .sidenavMain li a,
body.gastroenterology .profile-menu-main .profile-search-field strong,
body.gastroenterology .searchBar input::placeholder {
    color: var(--color-black);
}

body.gastroenterology .searchBar input::placeholder {
    color: var(--color-black) !important;
}
body .back_to_mn_mnu.gastroenterology_actve a::before {
    background-image: url(/wp-content/uploads/2023/08/ferring-blue-arrow.png);
}

body .custom_sdibar .col-4.init-Phases.gastroenterology-leftbar::before {
    background: var(--color-alice-blue);
}

body .back_to_mn_mnu.gastroenterology_actve label.text,
body .back_to_mn_mnu.gastroenterology_actve a {
    color: var(--color-black);
}

body .hcp-main.gastroenterology-hcp-main {
    background-image: unset !important;
    background-color: var(--color-alice-blue);
}

body.fertility img.running-person,
body.obstetrics img.running-person,
body:not(.home).fertility .gestro-color-chng,
body:not(.home).fertility .gestro-animation-chng,
body:not(.home).obstetrics .gestro-color-chng,
body:not(.home).obstetrics .gestro-animation-chng {
    display: none !important;
}

body.gastroenterology.single-products.postid-4398 .scrolltab-header,
body.gastroenterology.single-products.postid-4400 .scrolltab-header{
    border-bottom: 0px solid var(--color-ChineseWhite);
    overflow: hidden;
}

body.gastroenterology.single-products.postid-5865 ul.mergelefttext-btn li:first-child a,
body.gastroenterology.single-products.postid-6916 ul.mergelefttext-btn li:first-child a {
    background-color: var(--color-teal);
    color: var(--color-white);
}

body.gastroenterology.single-products.postid-5865 ul.comn-merge-btn li a,
body.gastroenterology.single-products.postid-6916 ul.comn-merge-btn li a {
    color: var(--color-teal);
}

body.gastroenterology.single-products.postid-5865 ul.comn-merge-btn li a:hover,
body.gastroenterology.single-products.postid-6916 ul.comn-merge-btn li a:hover {
    color: var(--color-white);
    background-color: var(--color-teal);
}

body.gastroenterology.single-products.postid-5865 .resources-filter li a.fc-active-filter,
body.gastroenterology.single-products.postid-6916 .resources-filter li a.fc-active-filter {
    background-color: var(--color-teal);
}

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

body.gastroenterology .therapeutic-subpage-commn {
    background: var(--color-alice-blue);
}

body.gastroenterology .therapeutic-subpage-commn p,
body.gastroenterology .therapeutic-subpage-commn h1.commn-h1,
body.gastroenterology #resources h2.commn-h2,
body.gastroenterology #resources p,
body.gastroenterology #resources .noproducts {
    color: var(--color-black);
}

body.gastroenterology .main-footer .contact-section a {
    color: #675C53;
}

body.gastroenterology .knowledge-centre-content-area {
    background-color: var(--color-white);
}


body.gastroenterology #resources {
    background-color: var(--color-alice-blue);
}

body.gastroenterology .closed-menu {
    color: var(--color-rich-electric-blue);
}

body.gastroenterology div#mySidenav .sidenavMain li a::before,
body.gastroenterology .product-section .second-products ul li a::after,
body.gastroenterology .product-section .second-products ul li a:hover::after {
    background-image: url(/wp-content/uploads/2023/08/menu-right-arrow-coporate_1.png);
}

body.gastroenterology div#mySidenav .sidenavMain li a:hover::before {
    background-image: url(/wp-content/uploads/2022/01/menu-right-arrow.png);
}

body.gastroenterology #faqs h2.commn-h2 {
    color: var(--color-rich-electric-blue);
}


body.gastroenterology.light-mode #searchbarpop .modal-content {
    background: var(--color-white);
}

body.gastroenterology #searchbarpop .color-chng label.text,
body.gastroenterology #searchbarpop .main-header .close-btn-sec,
body.gastroenterology #searchbarpop .main-header .close-btn-sec:hover {
    color: var(--color-black) !important;
}


body.gastroenterology.light-mode #searchbarpop .color-chng label.text,
body.gastroenterology.light-mode #searchbarpop .main-header .close-btn-sec {
    color: #675C53;
}

img.gastro-titleImg {
    margin-bottom: 25px;
}

body.gastroenterology #searchbarpop input {
    -webkit-appearance: none;
}

body.gastroenterology:not(.light-mode) #searchbarpop .search-area ul li a::before {
    background-image: url(../../../homeVersion2/Guthealth/img/menu-right-arrowC.png);
}

body.gastroenterology:not(.light-mode) #searchbarpop .search-area ul li {
    border-bottom: 1px solid var(--color-rich-electric-blue);
}

body.gastroenterology:not(.light-mode) #searchbarpop .search-area ul li a:hover::before {
    background-color: var(--color-rich-electric-blue);
}

body.gastroenterology:not(.light-mode) #searchbarpop .search-area ul li a:hover::before {
    background-image: url(/wp-content/uploads/2023/05/menu-right-arrow.png);
}

body.gastroenterology:not(.light-mode) #searchbarpop .search-area ul li a,
body.gastroenterology:not(.light-mode) #searchbarpop .search-filter p,
body.gastroenterology:not(.light-mode) #searchbarpop .product-filter p,
body.gastroenterology:not(.light-mode) #searchbarpop .search-form .col-12 ul li a,
body.gastroenterology .references-data .container-1100 .refer-para strong {
    color: var(--color-black);
}

body.gastroenterology div#mySidenav .sidenavMain ul {
    border-bottom: 1px solid var(--color-rich-electric-blue);
}

body.gastroenterology div#mySidenav .profile-in-menu {
    border-top: 1px solid var(--color-rich-electric-blue);
    border-bottom: 1px solid var(--color-rich-electric-blue);
}

body.gastroenterology #mySidenav .sidenavMain #accordionMenu .accordion-item .accordion-header {
    border-bottom: 1px solid var(--color-rich-electric-blue);
}

body.gastroenterology div#mySidenav .sidenavMain .home-menu ul {
    border-top: 1px solid var(--color-rich-electric-blue);
}

body.gastroenterology .therepatic-dropdown li ul li {
    background-color: var(--color-white);
    background-image: url(/wp-content/uploads/2023/06/ferring-blue-icon.png);
}

body.gastroenterology .therepatic-dropdown li a {
    color: var(--color-black);
}

body.gastroenterology .oldLandingDropdown .therepatic-dropdown li ul li a {
    color: var(--color-white);
}

.gestro-animation-chng,
.gestro-color-chng {
    display: none !important;
}

body.gastroenterology ul.comn-merge-btn li a:hover i.fa {
    color: var(--color-white) !important;
}

body.gastroenterology .footer-logo {
    display: none;
}

body.gastroenterology .contact-section::before {
    content: '';
    position: absolute;
    background-image: url(../../../homeVersion2/Guthealth/img/guthealthsidebar.png);
    height: 100%;
    width: 38px;
    left: 0;
    top: 0;
    bottom: 0;
    background-repeat: repeat-y;
}

body.gastroenterology .contact-section {
    position: relative;
}

body.gastroenterology #other-products .pico-salax .product-bucket-col-inner a.btn.btn-lg:hover {
    background-color: var(--color-Celestial-Blue);
}
body.gastroenterology #other-products .pentasa .product-bucket-col-inner a.btn.btn-lg:hover {
    background-color: var(--color-apple);
}
body.gastroenterology #other-products .cortiment .product-bucket-col-inner a.btn.btn-lg:hover {
    background-color: var(--color-teal);
}

body.gastroenterology.single-products #resources .how-to-use-sec li {
    color: var(--color-black);
}
body.gastroenterology.single-products.postid-5865 .scrolltab-header,
body.gastroenterology.single-products.postid-6916 .scrolltab-header {
    background-image: url(../../../homeVersion2/Guthealth/img/bannerdotscorti.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
}

body.gastroenterology.single-products.postid-5865 #resources,
body.gastroenterology.single-products.postid-6916 #resources {
    background-image: url(../../../homeVersion2/Guthealth/img/resourcedots_corti.png);
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
}
body.gastroenterology .footertoparea {
    background: var(--color-white);
}

body.gastroenterology .other-event-section h1.commn-h1 {
    color: var(--color-black)
}

body.gastroenterology .contact-section .connect-with-team .accordion-item {
    background-color: transparent;
}



/* Below css for logout gastroenterology TA  */

.content-section {
    background: var(--color-alice-blue);
    border-bottom: 5px solid var(--color-orange);
}

.ta-content-title {
    color: var(--color-dark-aquamarine);
}

.ta-content-heading,
.content-section p {
    color: var(--color-dark-grey);
}

#gastro-animation {
    display: none;
}

.page-template-gastroenterology-landing-template .TA-introduction-text .content-section {
    background-image: url(../../../homeVersion2/Guthealth/img/Gut-main.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.content-section .ta-pages-tab-intro-sec .pages-tab-intro {
    color: var(--color-dark-aquamarine) !important;
}

.content-section .search-results h4,
.no-data-found h4,
.content-section .search-results-div h4,
h4.commonsearch {
    color: var(--color-dark-grey) !important;
}

.page-template-gastroenterology-landing-template img.v2-menu.otherTA-menu {
    display: none;
}

.content-section.gastronology-landing .content-images {
    display: none;
}

@media only screen and (max-width: 992px) {
    div#homepage_mobile_slider ul li {
        background-color: var(--color-alice-blue);
    }

    div#homepage_mobile_slider .hcp-info-head {
        background: var(--color-alice-blue) !important;
        padding-bottom: 10px !important;
    }

    div#homepage_mobile_slider .hcp-info-head h1.commn-h1,
    div#homepage_mobile_slider .hcp-info-head p,
    div#homepage_mobile_slider .hcp-info-head h3 {
        color: var(--color-dark-grey);
    }

    div#homepage_mobile_slider .hcp-info-head .container-1100 {
        padding: 0;
        max-width: 100%;
    }

    #homepage_mobile_slider .col-12:last-child {
        padding: 0px 15px;
        padding-top: 20px;
    }

    .hcp-details .search-results h4,
    .no-data-found h4,
    .hcp-details .search-results-div h4 {
        color: var(--color-dark-grey) !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1699px) {
    .page-template-gastroenterology-landing-template .TA-introduction-text .content-section {
        background-position: right bottom;
        background-size: 60%;
    }
}

/* logout gastroenterology TA End */


@media only screen and (max-width: 992px) {
    body.gastroenterology .mifertility-plan-and-event-section .col-5.p-0::before {
        right: -20px;
        width: 25%;
        left: unset;
    }

    body.gastroenterology #knowledge-center-slider::before {
        bottom: 100px;
    }

    div#homepage_mobile_slider h4.accordion-headtitle.dark-aquamarine-backgroud {
        display: flex;
        justify-content: center;
    }

    .gestro-Homecolor-chng {
        display: none;
        font-size: 16px;
        align-items: center;
        margin-left: 20px;
    }

    body.gastro-mobGuthealthSlider .header-top-sec.fc-mobile,
    body.gastro-mobGuthealthSlider #homepage_mobile_slider .hcp-info-head {
        background-color: var(--color-alice-blue);
    }

    body.gastro-mobGuthealthSlider #homepage_mobile_slider .hcp-info-head::before {
        box-shadow: unset;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
    }

    body.gastro-mobGuthealthSlider div#homepage_mobile_slider h4.accordion-headtitle.dark-aquamarine-backgroud,
    body.gastro-mobGuthealthSlider div#homepage_mobile_slider .carousel-indicators button.active {
        background-color: var(--color-rich-electric-blue);
    }

    body.gastro-mobGuthealthSlider div#homepage_mobile_slider .accordion-content-area.dark-aquamarine h3.accordion-content-area-h3,
    body.gastro-mobGuthealthSlider div#homepage_mobile_slider .accordion-content-area.dark-aquamarine .col-3 i.fa {
        color: var(--color-rich-electric-blue);
    }

    body.gastro-mobGuthealthSlider div#homepage_mobile_slider .hcp-info-head h1.commn-h1,
    body.gastro-mobGuthealthSlider div#homepage_mobile_slider .hcp-info-head p,
    body.gastro-mobGuthealthSlider div#homepage_mobile_slider .hcp-info-head h3 {
        color: var(--color-black);
    }

}


@media only screen and (min-width: 993px) {
    #news-and-event-TabContent h2.commn-h2 {
        color: var(--dark-grey);
    }

    .gestro-Homecolor-chng {
        padding: 15px;
        display: none;
    }

    .back_to_mn_mnu.gastroenterology_actve {
        display: flex;
        align-items: center;
    }

    .gastroenterology_actve .gestro-color-chng {
        display: flex;
        margin-left: 30px;
        padding: 0px;
        color: var(--white);
    }

    body .hcp-main .hcp-Main-inner .dark-aquamarine .accordion-content-area h4.accordion-headtitle,
    body .side_br_acc.hcp-main .hcp-Main-inner .dark-aquamarine i.fa,
    body .hcp-main .hcp-Main-inner .dark-aquamarine .accordion-content-area ul li:hover .accordion-content-area-inner::before {
        background-color: var(--color-rich-electric-blue);
    }

    body .hcp-main .hcp-Main-inner .dark-aquamarine .accordion-content-area-h3 {
        color: var(--color-rich-electric-blue);
    }

    body .side_br_acc.hcp-main .hcp-Main-inner .dark-aquamarine .accordion-content-area ul li:hover::before {
        border-bottom: 5px solid var(--color-rich-electric-blue);
    }

    body .hcp-main .hcp-Main-inner .dark-aquamarine .accordion-content-area ul li:hover .accordion-content-area-inner {
        border-color: var(--color-ChineseWhite);
    }

    body .hcp-main.gastroenterology-hcp-main .hcp-Main-inner h2.commn-h2,
    body .hcp-main.gastroenterology-hcp-main .hcp-Main-inner p,
    body .footer.hcp-footer.gastroenterology-hcp-footer li a,
    body .footer.hcp-footer.gastroenterology-hcp-footer .homepage-refrence-text p,
    body .footer.hcp-footer.gastroenterology-hcp-footer li {
        color: var(--black);
    }

    body .footer.hcp-footer.gastroenterology-hcp-footer {
        background-color: var(--color-alice-blue);
        border-top: 1px solid var(--color-rich-electric-blue);
    }

    .cstm_cont .dynamic_list ul li.gastroententrology-item:hover::after {
        background-image: url(/wp-content/uploads/2023/08/ferring-blue-arrow.png) !important;
    }
}

@media only screen and (min-width: 960px) {
    body.gastroenterology .scrolltab-header .row {
        justify-content: space-between;
    }
    body.gastroenterology.single-products.postid-4398 .scrolltab-header .container-1100,
    body.gastroenterology.single-products.postid-4400 .scrolltab-header .container-1100,
    body.gastroenterology.single-products.postid-4398 #resources .container-1100,
    body.gastroenterology.single-products.postid-4400 #resources .container-1100 {
        position: relative;
        z-index: 1;
    }

    body.gastroenterology.single-products.postid-4398 .scrolltab-header .container-1100::before,
    body.gastroenterology.single-products.postid-4400 .scrolltab-header .container-1100::before{
        content: '';
        position: absolute;
        background-image: url(../../../homeVersion2/Guthealth/img/guthealthbanner.png);
        width: 378px;
        height: 408px;
        top: 0px;
        right: -65px;
        bottom: -9px;
        margin: auto;
        background-size: 96%;
        background-repeat: no-repeat;
    }

    body.gastroenterology.single-products.postid-4398 #resources .container-1100::before,
    body.gastroenterology.single-products.postid-4400 #resources .container-1100::before {
        content: '';
        position: absolute;
        background-image: url(../../../homeVersion2/Guthealth/img/bottomdots.png);
        width: 343px;
        height: 143px;
        top: -66px;
        right: -65px;
        margin: auto;
        background-size: 96%;
        background-repeat: no-repeat;
        z-index: -1;
    }

    body.gastroenterology.single-products.postid-4398 #resources .container-1100::after,
    body.gastroenterology.single-products.postid-4400 #resources .container-1100::after {
        content: '';
        position: absolute;
        background-image: url(../../../homeVersion2/Guthealth/img/topdots.png);
        width: 354px;
        height: 200px;
        bottom: -8px;
        left: -165px;
        margin: auto;
        background-size: 96%;
        background-repeat: no-repeat;
        z-index: -1;
    }
}


@media only screen and (min-width: 1200px) {
    body.gastroenterology .landing-page-header-inner .col-leftheader {
        margin: auto;
        width: 58.33333333%;
    }

    body.gastroenterology .landing-page-header .landing-page-header-inner .col-rightheader {
        width: 41.66666667%;
        text-align: center;
    }
}


@media only screen and (max-width: 959px) {
    body.gastroenterology.postid-4398 .scrolltab-header::before,
    body.gastroenterology.postid-4400 .scrolltab-header::before {
        content: '';
        position: absolute;
        background-image: url(../../../homeVersion2/Guthealth/img/guthealthbanner.png);
        width: 458px;
        height: 455px;
        margin: auto;
        background-repeat: no-repeat;
        opacity: 0.8;
        right: 0;
        left: 33px;
        bottom: 0px;
        background-size: 91%;
    }

    body.gastroenterology.single-products.postid-4398 #resources,
    body.gastroenterology.single-products.postid-4400 #resources {
        position: relative;
        z-index: 1;
    }

    body.gastroenterology.single-products.postid-4398 #resources::before,
    body.gastroenterology.single-products.postid-4400 #resources::before {
        content: '';
        position: absolute;
        background-image: url(/wp-content/uploads/2024/04/bottomdots.png);
        width: 343px;
        height: 143px;
        top: 0px;
        right: 0;
        margin: auto;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }

    body.gastroenterology.single-products.postid-4398 #resources::after,
    body.gastroenterology.single-products.postid-4400 #resources::after {
        content: '';
        position: absolute;
        background-image: url(/wp-content/uploads/2024/04/topdots.png);
        width: 354px;
        height: 200px;
        bottom: 0;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }

    body.gastroenterology.postid-4398 .scrolltab-header,
    body.gastroenterology.postid-4400 .scrolltab-header {
        position: relative;
    }

    body.gastroenterology .scrolltab-header .col-7 {
        width: 100%;
        text-align: center;
    }

    body.gastroenterology .scrolltab-header .col-5 {
        margin: auto;
        width: 100%;
    }

    body.gastroenterology ul.comn-merge-btn {
        float: none;
        width: fit-content;
    }

    body.gastroenterology .scrolltab-header span {
        text-align: center;
    }
    img.gastro-titleImg {
        z-index: 9;
        position: relative;
    }
}

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

    body.gastroenterology.single-products.postid-5865 #resources .how-to-use-sec li,
    body.gastroenterology.single-products.postid-6916 #resources .how-to-use-sec li{
        border-bottom: 1px solid var(--color-teal);
        justify-content: center;
        align-items: center;
        display: inline-flex;
    }

    body.gastroenterology .hamburger .line {
        background-color: var(--color-black);
    }

    body.gastroenterology .footer-teams {
        border-top: 1px solid var(--color-rich-electric-blue);
    }

    body.gastroenterology.single-products.postid-5865 .scrolltab-header .col-5::before,
    body.gastroenterology.single-products.postid-6916 .scrolltab-header .col-5::before{
        display: none;
    }

    body.gastroenterology.single-products #resources .how-to-use-sec li {
        border-bottom: 1px solid var(--color-apple);
    }

    body.gastroenterology .searchBar:hover span.search-icon::before {
        background-color: var(--color-alice-blue);
    }

    #knowledge-center-slider .card.comn-card .card-bottom-info {
        box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 10%);
    }

    body.gastroenterology.single-products.postid-5865 .how-to-use-sec i.fa,
    body.gastroenterology.single-products.postid-6916 .how-to-use-sec i.fa{
        color: var(--color-teal);
    }
}

@media only screen and (max-width: 767px) {
    .hcp-fc-mobile {
        border-bottom: 2px solid var(--color-orange);
    }

    body.gastroenterology.single-products .scrolltab-header {
        padding-top: 125px !important;
    }

    body.gastroenterology.single-products.postid-5865 .scrolltab-header,
    body.gastroenterology.single-products.postid-6916 .scrolltab-header,
    body.gastroenterology.single-products.postid-5865 #resources,
    body.gastroenterology.single-products.postid-6916 #resources {
        background-size: contain;
    }

    body.gastroenterology .contact-section::before {
        background-size: 80%;
    }

    body.gastroenterology .save-mifertility-events-section+.top-divider {
        background-color: var(--color-orange);
    }
    body.gastroenterology .hamburger .line {
        background-color: var(--color-rich-electric-blue);
    }

    body.gastroenterology .product-section .second-products ul li a {
        background-color: var(--color-alice-blue);
        color: var(--color-black);
    }

    body.gastroenterology .product-section .accordion-button::after {
        background-color: var(--color-rich-electric-blue);
    }

    body.gastroenterology.postid-5865 .product-section .accordion-button::after,
    body.gastroenterology.postid-6916 .product-section .accordion-button::after {
        background-color: var(--color-teal);
    }

    body.gastroenterology.postid-4398 .product-section .accordion-button::after,
    body.gastroenterology.postid-4400 .product-section .accordion-button::after{
        background-color: var(--color-apple);
    }

    body.gastroenterology .gastroMobAn {
        background-image: unset;
    }
    body:not(.home).gastroenterology .header-top-sec {
        background: var(--color-alice-blue) !important;
    }

    body:not(.home).gastroenterology.single-products.postid-5865 .header-top-sec.hcp-fc-mobile-header.addHeader,
    body:not(.home).gastroenterology.single-products.postid-6916 .header-top-sec.hcp-fc-mobile-header.addHeader {
        background: var(--color-Lightteal) !important;
    }

    body.gastroenterology .scrolltab-header,
    body.gastroenterology .therapeutic-subpage-commn {
        border-bottom: 6px solid var(--color-rich-electric-blue);
    }

    body.gastroenterology.postid-4398 .scrolltab-header,
    body.gastroenterology.postid-4400 .scrolltab-header,
    body.gastroenterology.postid-4398 .therapeutic-subpage-commn,
    body.gastroenterology.postid-4400 .therapeutic-subpage-commn {
        border-bottom: 6px solid var(--color-ChineseWhite);
    }

    body.gastroenterology.single-products.postid-5865 .scrolltab-header,
    body.gastroenterology.single-products.postid-6916 .scrolltab-header,
    body.gastroenterology.single-products.postid-5865 .therapeutic-subpage-commn,
    body.gastroenterology.single-products.postid-6916 .therapeutic-subpage-commn {
        border-bottom: 6px solid var(--color-teal);
    }

    body.gastroenterology #other-products .product-section .first-products .accordion-button,
    body.gastroenterology .knowledge-centre-filter.common-card-mobilefilter a {
        color: var(--color-black);
    }

    body.gastroenterology.postid-5865 #other-products .product-section .first-products .accordion-button,
    body.gastroenterology.postid-6916 #other-products .product-section .first-products .accordion-button,
    body.gastroenterology.postid-5865 .knowledge-centre-filter.common-card-mobilefilter a,
    body.gastroenterology.postid-6916 .knowledge-centre-filter.common-card-mobilefilter a{
        color: var(--color-teal);
        border-bottom: 1px solid var(--color-teal);
        border-top: 1px solid var(--color-teal);
    }

    body.gastroenterology.postid-4398 #other-products .product-section .first-products .accordion-button,
    body.gastroenterology.postid-4400 #other-products .product-section .first-products .accordion-button,
    body.gastroenterology.postid-4398 .knowledge-centre-filter.common-card-mobilefilter a,
    body.gastroenterology.postid-4400 .knowledge-centre-filter.common-card-mobilefilter a {
        color: var(--color-apple);
        border-bottom: 1px solid var(--color-apple);
        border-top: 1px solid var(--color-apple);
    }

    body.gastroenterology h6.desktop-none {
        color: var(--color-apple);
    }

    body.gastroenterology .product-section .first-products .accordion-item:first-child .product-para img {
        background-color: var(--color-alice-blue);
    }

    body.gastroenterology .product-section .first-products .accordion-item:nth-child(2) .product-para img {
        background-color: var(--color-alice-blue);
    }

    body.gastroenterology #resources .how-to-use-sec li::before {
        background-color: var(--color-ChineseWhite);
    }

    body.gastroenterology.single-products.postid-5865 #resources .how-to-use-sec li::before,
    body.gastroenterology.single-products.postid-6916 #resources .how-to-use-sec li::before {
        background-color: var(--color-teal);
    }

    body.gastroenterology #resources .resources-filter li:last-child {
        border-bottom: 1px solid var(--color-black);
    }

    body.gastroenterology.postid-4398 .jumpTomobile,
    body.gastroenterology.postid-4400 .jumpTomobile {
        color: var(--color-apple);
    }

    body.gastroenterology.single-products.postid-5865 .jumpTomobile,
    body.gastroenterology.single-products.postid-6916 .jumpTomobile {
        color: var(--color-teal);
    }

    body.gastroenterology .owl-theme .owl-dots .owl-dot.active span {
        background-color: var(--color-rich-electric-blue) !important;
    }
    body.gastroenterology.single-products.postid-5865 .owl-theme .owl-dots .owl-dot.active span {
        background-color: var(--color-teal) !important;
    }

    body.gastroenterology .knowledge-centre-mobile-filter {
        background: var(--color-alice-blue);
    }

    body.gastroenterology .knowledge-centre-filter.common-card-mobilefilter {
        border-top: unset;
    }

    body.gastroenterology .main-header .menu-toggle nav.navbar img {
        margin-left: 5px;
    }

    body.gastroenterology.single-products.postid-5865 .how-to-use-sec i.fa
    body.gastroenterology.single-products.postid-6916 .how-to-use-sec i.fa {
        color: var(--color-teal);
    }

    body.gastroenterology-innerLanding-animation .gastroMobAn {
        display: none;
    }

    body.gastroenterology-innerLanding-animation .landing-page-header .landing-page-header-inner img {
        display: block !important;
        max-width: 100%;
    }

    body.gastroenterology .filter-and-toggle a.filterdrpdwnbtn,
    body.gastroenterology #searchbarpop .search-form .main-search-filter .search-results-area .common-card-filter ul li a,
    body.gastroenterology #TherapeuticAreasModal label,
    body.gastroenterology #TherapeuticAreasModal ul li a {
        color: var(--color-black);
    }

    body.gastroenterology #TherapeuticAreasModal .main-header .close-btn-sec .closebtn {
        border: 1px solid var(--color-black);
        color: var(--color-black);
    }

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

    body.gastroenterology #searchbarpop .main-header .close-btn-sec .closebtn {
        border: 1px solid var(--color-black);
    }

    body.gastroenterology #TherapeuticAreasModal .modal-content {
        background: var(--color-alice-blue);
    }

    body.gastroenterology #TherapeuticAreasModal ul li:last-child:hover a::before {
        background-color: var(--color-rich-electric-blue);
    }

    body.gastroenterology #TherapeuticAreasModal ul li a::before {
        background-image: url(/wp-content/uploads/2023/08/menu-right-arrow-coporate.png);
    }

    body.gastroenterology #TherapeuticAreasModal ul li:hover a::before {
        background-image: url(/wp-content/uploads/2023/05/menu-right-arrow.png);
        background-color: var(--color-rich-electric-blue);
    }
    body.gastroenterology .product-section .second-products .accordion-button,
    body.gastroenterology .product-section .second-products ul li a,
    body.gastroenterology #TherapeuticAreasModal ul li a {
        border-top: 1px solid var(--color-rich-electric-blue);
    }

    body.gastroenterology #TherapeuticAreasModal ul li:last-child a {
        border-bottom: 1px solid var(--color-rich-electric-blue);
    }
}