/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.overlay-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9998;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.overlay-container {
  position: absolute;
  width: 100%;
  top: 150px;
  text-align: center;
  z-index: 9999;
  padding-bottom: 30px;
}

.overlay-content {
  position: relative;
  min-width: 80px;
  min-height: 80px;
  max-width: 90%;
  padding: 10px;
  display: inline-block;
  background: #FFF;
  text-align: left;
  border: solid 2px #323131;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.overlay-content-inner {
  overflow: hidden;
}

.overlay-close {
  z-index: 9999;
  font-size: 35px;
  line-height: 1;
  position: absolute;
  top: -40px;
  right: 15px;
  cursor: pointer;
  display: none;
  color: #fff;
  outline: none;
}
.overlay-close:after {
  content: "\f00d";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overlay-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/loader.gif?auto=format) no-repeat 50% 50%;
}

/*# sourceMappingURL=overlay.css.map */
/* alam | 06-07-23 | GB-7887 | start*/
.article-filter {
    background-color: whitesmoke;
    border-bottom-right-radius: 60px;
    padding: 24px 16px;
}

.article-filter .banner-tagline {
    font-size: 1.125rem;
    color: #323131;
    font-weight: 600;
}

.article-filter .article-selector {
    list-style: none !important;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    padding-top: 16px;
    flex-wrap: wrap;
}

.article-filter .article-selector li.selected-article {
    color: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0);
    background: radial-gradient(at bottom left, #E64510, #E57200);
}

.article-filter .article-selector li:hover,
.article-filter .article-selector li:focus {
    background: radial-gradient(at bottom left, #E64510, #E57200);
    border: none;
    color: #FFFFFF;
}

.article-filter .article-selector li {
    border: 2px solid #242F60;
    color: #242F60;
    border-bottom-right-radius: 16px;
    max-width: 48%;
    padding: 24px 8px !important;
    max-height: 63px;
    min-height: 50px;
    width: 100%;
    line-height: 1.3;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    cursor: pointer;
    margin-top: 10px;
    padding-left: 0 !important;
    box-sizing: border-box;
}

.article-filter ul li:before {
    display: none;
}

.orange_background_box {
    background: radial-gradient(at bottom left, #E64510, #E57200)
}


.text-white p,
.text-white a,
.text-white {
    color: #fff !important;
}

.blue_background_box {
    background: #242f60;
}

.image-under-box>.component-content {
    text-align: center !important;
}

.container-rounded-bottom-right {
    border-bottom-right-radius: 60px;
}

/* 11-07-23 | alam | GB-7886 */
.arrow-after {
    position: relative;
    display: block;
    width: 95%;
    padding-right: 5px;
}

.richText.article_text .component-content {
    overflow: visible;
}

.arrow-after::after {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    font-size: 1rem;
    color: #E37200;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: -5%;
}

.richText a.no-decoration {
    text-decoration: none;
}

.h2-styles {
    font-weight: 600;
    font-style: normal;
    font-size: 1.625rem;
    line-height: 32px;
    letter-spacing: 0;
}

.h4-styles {
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 24px;
    letter-spacing: 0;
}

.h5-styles {
    font-weight: 600;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 20px;
    letter-spacing: 0;
}

.anchor-link a.arrow-after:hover::after {
    color: white;
}

.anchor-link a.arrow-after:hover {
    color: #E37200;
}

.keyline::after,
.keyline-center::after {
    content: '';
    width: calc(1140px / 12);
    height: 2px;
    background-color: #E37200;
    display: block;
    margin-top: 16px;
}

/* 11-07-23 | alam | GB-7886 */
@media (min-width: 1200px) {
    .article-filter .article-selector {
        justify-content: flex-start;
        padding: 30px 0;
    }

    .article-filter .article-selector li {
        max-width: calc(33% - 16px);
        border-bottom-right-radius: 30px;
        font-size: 1rem;
        font-weight: 600;
        min-width: 202px;
        margin-right: 15px;
    }
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.m-t-1 {
    margin-top: 1rem !important;
}

.m-b-1 {
    margin-bottom: 1rem !important;
}

.m-t-2 {
    margin-top: 2rem !important;
}

.m-b-2 {
    margin-bottom: 2rem !important;
}

.m-t-3 {
    margin-top: 3rem !important;
}

.m-b-3 {
    margin-bottom: 3rem !important;
}

.m-t-4 {
    margin-top: 4rem !important;
}

.m-b-4 {
    margin-bottom: 4rem !important;
}

.m-t-5 {
    margin-top: 5rem !important;
}

.m-b-5 {
    margin-bottom: 5rem !important;
}

.m-t-2 {
    margin-bottom: 2rem !important;
}

.image-rounded-bottom-right img {
    border-bottom-right-radius: 60px;
}

@media (min-width: 992px) {
    .find_treatment .find_treatment_bg>.component-content {
        background-size: cover;
    }

    .flex-d>.component-content>.paragraphSystem {
        display: flex !important;
    }

    .align-items-d-center>.component-content>.paragraphSystem {
        align-items: center;
    }

    .justify-content-d-center>.component-content>.paragraphSystem {
        justify-content: center;
    }

    .flex-d {
        display: flex !important;
    }

    /* .image-under-box {
        transform: translateY(50px);
    } */

    .p-d-2 {
        padding: 2rem;
    }

    .enhanced-hero-banner-image figure figcaption {
        position: absolute;
        width: calc(1140px / 12 * 6);
        padding-left: 8%;
        left: 0;
        top: 0;
    }

    .enhanced-hero-banner-image figure {
        min-height: 500px;
        display: flex;
        align-items: center;
    }

    .enhanced-hero-banner-image figure figcaption .keyline::after {
        margin-top: 20px;
        margin-bottom: 30px;
    }

}

@media (min-width: 768px) {
    .h2-styles {
        font-size: 2.8125rem;
        line-height: 50px;
    }

    .h4-styles {
        font-size: 1.375rem;
        line-height: 32px;
    }

    .h5-styles {
        font-size: 1.125rem;
        line-height: 26px;
    }
}

@media (max-width: 1200px) {
    .height-auto-m img {
        height: auto;
    }
}

@media (max-width: 991px) {
    .p-m-1 {
        padding: 1rem;
    }

    .text-left-m {
        text-align: left;
    }

    .float-left-m {
        float: left;
    }

    .p-t-i-2 {
        padding-top: 2rem !important;
    }
}

/* alam | 06-07-23 | GB-7887 | end*/

/* Aman Singh | 12-07-2023 */
.richText a,
.richText p {
    word-wrap: break-word;
}

@media (max-width : 512px) {
    .left-text-image {
        font-size: 1.85rem;
    }
}

@media only screen and (max-width: 992px) and (min-width: 512px) {
    .find_treatment .inner_container_width>.component-content {
        background-size: cover;
    }
}

body .explore_our_range {
    background: url(/content/dam/cf-consumer-healthcare/voltaren/fr_FR/custom/explore_bg_tablet.png?auto=format) no-repeat right bottom;
}

.mr-0 {
    margin: 0 !important;
}

h2.heading-2 {
    font-size: 40px;
}

@media (min-width: 992px) {
    body .pain_hero_banner {
        margin-bottom: 0;
    }

    h2.heading-2 {
        font-size: 50px;
    }

    body .pain_hero_banner>.component-content {
        height: 400px;
        margin-top: 50px;
    }
}

body td {
    vertical-align: middle;
    padding: 1rem;
}

html {
    scroll-padding-top: 8rem;
}

/* @media only screen and (max-width: 767px){
.hero-banner-simple img {
    transform: translateX(calc(100vw - 767px));
}
}
.hero-banner-simple img {
    width: 100%;
    min-width: 768px;
}
@media only screen and (max-width: 1600px) and (min-width: 992px){
.hero-banner-simple img {
    min-width: 1600px;
    max-width: 1600px;
    transform: translateX(calc(100vw - 1599px));
}
} */

/* 24-07-23 | Deepa | GB-8601 | starts */
.ref-text {
    font-size: 0.9rem !important;
}

/* 24-07-23 | Deepa | GB-8601 | ends */

/* 25-07-23 | Deepa | GB-8240 | starts */
.p-d-l-0 {
    padding-left: 0 !important;
}

.text-orange {
    color: #E37200 !important;
}

@media (max-width:991px) {
    .p-m-l-0 {
        padding-left: 0 !important;
    }
}

/* 25-07-23 | Deepa | GB-8240 | ends */

/* 25-07-23 | Deepa | GB-8602 | starts */
@media (max-width:767px) {

    .short-article-image,
    .short-article-text {
        height: 215px !important;
    }

    .haleon-logo-mob {
        width: 80px !important;
    }
}

/* 25-07-23 | Deepa | GB-8602 | ends */

/* 03-08-23 | Deepa | GB-7905 | starts */
.quote {
    display: block;
    padding-left: 35px;
    font-weight: 600;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 30px;
    letter-spacing: 0;
    color: #242F60;
}

.quote::before {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 0;
    left: 0;
    width: 2rem;
    background-size: 100%;
    background-image: url(/content/dam/cf-consumer-healthcare/voltaren/fr_FR/desktop/pains_and_treatments_detail_pages/Symbols_Quote.svg) !important;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .container-quote {
        max-width: 750px;
        padding: 0;
    }

    .quote {
        font-size: 2rem;
        line-height: 42px;
        padding-left: 4rem;
    }

    .quote::before {
        width: 3rem;
        top: 2.4rem;
        left: -0.2rem !important;
    }
}

/* 03-08-23 | Deepa | GB-7905 | ends */

/* 08-08-23 | Deepa | GB-7799 | Explore Voltaren’s products section css | starts */
:lang(fr) .table-comparison table {
    border: none !important;
    margin-bottom: 3rem;
}

:lang(fr) .table-comparison table tr td {
    padding-right: 15px;
    padding-top: 20px;
    vertical-align: top;
    border: none;
}

:lang(fr) .table-comparison.no-tabs table tr {
    border-bottom: 1px solid #E37200;
}

:lang(fr) .table-comparison table tr:nth-of-type(2) td {
    padding-top: 10px;
}

:lang(fr) .table-comparison table tr:first-child td {
    font-size: 1.375rem;
    line-height: 23px;
    font-weight: bold;
}

:lang(fr) .banner-with-image .promotional-banner {
    max-height: 530px;
    max-width: 288px;
    margin: 0 auto;
}

:lang(fr) .promotional-banner-content {
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 0;
}

:lang(fr) .button-learn-more {
    display: inline-block;
    position: relative;
    background-color: #242f60;
    border-bottom: 2px solid #ccc;
    border-bottom-right-radius: 30px;
    padding: 16px 0;
    padding-left: 16px;
    padding-right: 40px;
    color: #FFF;
    font-family: "DiodrumVoltaren";
    border: 2px solid transparent;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.125rem;
}

:lang(fr) .button-learn-more::after {
    content: '';
    position: absolute;
    border: solid #FFF;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 8px;
    transform: translateY(-50%) rotate(320deg);
    outline: none;
    margin-left: 10px;
    top: 50%;
    right: 15px;
}

:lang(fr) .button-learn-more:hover,
.button-learn-more:focus {
    background-color: #e37200;
    transition: right .2s ease-out;
    text-decoration: underline !important;
    border: 2px solid #fff;
    color: #fff;
}

:lang(fr) .button-learn-more:hover::after,
:lang(fr) .button-learn-more:focus::after {
    right: 15px;
    transition: right .2s ease-out;
}

:lang(fr) .promotional-banner-content img {
    max-width: 288px;
}

@media (min-width: 768px) {
    :lang(fr) .banner-with-image .promotional-banner {
        width: 100%;
        max-width: 100%;
        max-height: none;
    }

    :lang(fr) .promotional-banner-content {
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    :lang(fr) .padding-60-bottom-dt {
        padding-bottom: 60px;
    }

    :lang(fr) .banner-with-image {
        position: relative;
        width: auto;
    }

    :lang(fr) .promotional-banner-content img {
        padding-bottom: 60px;
    }

    :lang(fr) .promotional-banner-content img {
        bottom: 16px;
        max-width: 288px;
    }

    :lang(fr) .button-learn-more {
        padding-top: 23px;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 60px;
        font-size: 1.375rem;
        z-index: 9;
    }

    :lang(fr) .button-learn-more::after {
        right: 25px;
    }

    :lang(fr) .body-increased {
        font-size: 1.375rem;
        line-height: 23px;
    }
}

/* 08-08-23 | Deepa | GB-7799 | ends */

/* 21-08-23 | Deepa | GB-7799 | starts */
.text-center {
    text-align: center;
}

.card-image p {
    font-size: 18px;
}

.p-l-0 {
    padding-left: 0
}

/* 21-08-23 | Deepa | GB-7799 | ends */

/* 24-08-23 | Deepa | GB-9640 | landscape mode of samsung galaxy s8 ends */

@media (min-width: 667px) and (max-width: 767px) {

    .short-article-image img,
    .short-article-text {
        height: 320px !important;
    }
}

/* 29-08-23 | Deepa | GB-9723 | starts */

:lang(fr) .moving-background-active {
    height: 300px !important;
}

@media (max-width: 767px) {
    .p-m-r-0 {
        padding-right: 0;
    }

    /* 29-08-23 | Deepa | GB-9726*/
    .hero-moving-banner .moving-background-active span {
        font-size: 16px !important;
    }

    /* 29-08-23 | Deepa | GB-9726*/
    :lang(fr) .button-learn-more {
        bottom: 16px;
        z-index: 9;
    }
}


/* 05-09-23 | Deepa | Phase2 Feedback| starts*/
.container-full-width {
    display: flex;
    float: none;
    justify-content: center;
    width: 100% !important;
}

.container-full-width>.component-content {
    max-width: 100%;
}

.half-bg-orange-section {
    border-bottom-right-radius: 60px;
    background: radial-gradient(at bottom left, #E64510, #E57200);
    padding-left: calc((100vw - 1140px) / 2) !important;

}

.half-bg-blue-section {
    border-bottom-right-radius: 60px;
    background: #242f60;
    padding-left: calc((100vw - 1140px) / 2) !important;
}

.half-bg-color-section {
    max-width: calc(1140px + (100vw - 1140px) / 2);
}

.half-bg-section .image-under-box {
    transform: translateY(-40px);
    margin-bottom: -40px;
}

.article-para p {
    margin: 5px 0 !important;
}

@media (min-width: 992px) {
    .half-bg-section .image-under-box {
        transform: translateY(50px);
        padding-left: 0;
    }

    .half-bg-section {
        margin-bottom: 50px;
    }

    .half-bg-section .image-under-box>.component-content {
        text-align: left !important;
    }

    .article-para {
        margin-top: 40px !important;
    }

    .ankle-pain-hero-banner>.component-content {
        height: auto;
        background-position: 50% 0;
        background-repeat: no-repeat;
    }

    .ankle-pain-hero-banner .pain_hero_image {
        display: none;
    }

    .ankle-pain-hero-banner {
        margin-bottom: 65px;
    }
}

@media (max-width: 767px) {
    .orange-curve-box {
        left: 38% !important;
    }
}

@media (min-width: 767px) and (max-width:1024px) {
    .orange-curve-box {
        top: 95% !important;
        ;
    }
}

@media (max-width: 992px) {
    .half-bg-section {
        margin-top: 50px;
    }

    .half-bg-blue-section {
        padding-left: calc((100vw - 1140px) / 2) !important;
    }

    .half-bg-orange-section {
        padding-left: calc((100vw - 1140px) / 2) !important;
    }

    .ankle-pain-hero-banner>.component-content {
        background: none;
    }

    .ankle-pain-hero-banner,
    .pain_hero_image {
        margin: 0 -15px;
    }
}

@media (min-width: 1400px) {

    .half-bg-orange-section,
    .half-bg-blue-section {
        padding-left: 60px !important;
    }
}

/* Deepa | Feedback| starts */
.bg-gray {
    background: whitesmoke;
}

.suggested-article-box,
.article-img {
    padding: 0;
    width: 100%;
}

.suggested-article-box .article-img img {
    width: 100%;
}

.suggested-article-box .teaser-heading, .suggested-article-box .teaser-heading a {
    position: relative;
    color: #323131;
    font-size: 28px;
    padding-right: 20px;
    font-weight: 600;
    text-decoration: none;
}

.suggested-article-box .teaser-heading::after {
    content: "";
    border: solid #e37200;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(320deg) translateY(-50%);
    outline: none;
    position: absolute;
    right: 5px;
    top: 50%;
}

.p-t-60 {
    padding-top: 60px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-t-4 {
    padding-top: 4rem;
}

.p-b-4 {
    padding-bottom: 4rem;
}

.rounded-bottom-left {
    border-bottom-left-radius: 60px;
}

.box-rounded-curve {
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 60px;
    position: relative;
}

.box-rounded-curve:before {
    content: "";
    width: 115px;
    height: 100px;
    top: -100px;
    right: 0;
    background-color: #F5F5F5;
    position: absolute;
    z-index: 1;
}

.box-rounded-curve::after {
    content: "";
    width: 115px;
    height: 100px;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: -100px;
    border-bottom-right-radius: 100%;
    z-index: 1;
}

@media (min-width: 992px) {
    .suggested-article-container>.component-content>.paragraphSystem {
        display: flex;
        justify-content: center;
    }

    .suggested-article-box:hover{
        position: relative;
        background-color: #e37200;
        border-bottom-right-radius: 40px;
        color: #fff;
    }

    .suggested-article-box:hover .teaser-heading::after {
        border-color: #fff;
        right: 5px;
        top:80%;
    }

    .suggested-article-box:hover .teaser-heading {
        color: #fff;
    }

}

/* Deepa | Feedback BAT Review | Refrecnce text, footer, blue curved box | starts */
.heading-h4 {
    font-size: 28px;
}

.guidelines-text {
    visibility: hidden;
    height: 60px;
    overflow: hidden;
}

.guidelines-text p:first-of-type {
    visibility: visible;
}

.references-hide {
    display: none;
}

.references-show {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -10%, white 70%);
    display: block;
    margin-top: -65px !important;
    padding-top: 70px;
    position: relative;
    margin-bottom: 0;
}

.references-show .arrow-down,
.references-hide .arrow-up {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.references-show .arrow-down:hover,
.references-hide .arrow-up:hover {
    color: #E37200;
}

.references-show .arrow-down::after {
    content: "\f078";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    font-size: 1rem;
    color: #E37200;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    padding-left: 10px;
}

.references-hide .arrow-up::after {
    content: "\f077";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    font-size: 1rem;
    color: #E37200;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    padding-left: 10px;
}

/* Deepa | Feedback | 19-09-23 | Refrecnce text | ends */
@media (max-width:767px) {
    .suggested-article-box .teaser-heading {
        font-size: 26px;
    }

    .heading-h4 {
        font-size: 26px;
    }
}

@media (min-width:740px) and (max-width:1180px) {
    .article-img img {
        width: 75% !important;
        float: left;
    }

    .suggested-article-container>.component-content>.paragraphSystem {
        display: unset !important;
    }
}

/* Deepa | Feedback | 21-09-23 | footer update | starts */
#footer {
    color: #fff;
}

.footer .f_menu ul li a {
    color: #fff !important;
}

.footer .f_menu ul li a:hover {
    color: #E37200 !important;
}

.footer-first {
    background: #242F60;
}

.footer-second {
    background: #1c254c;
}

.bg-curved {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
}

/*breadcrumb list*/
.breadcrumbs {
    z-index: 9;
    padding: 15px 0;
    background: #fff;
    margin: 0 0 30px 0 !important;   
}
.breadcrumbs ol{
padding-top: 5px;
}

.breadcrumbs-list li a {
    font-size: 15px;
    color: #242F60;
    font-weight: 600;

}

.breadcrumbs-without-separator li::before {
    font-size: 11px !important;
    color: #E37200;
    top: 4px !important;
}

.breadcrumbs-list li.is-current {
    color: #323131;
    font-weight: 500;
    font-size: 15px;
}

.breadcrumbs-list li a:hover,
.breadcrumbs-list li a:focus {
    color: #E37200;
}

@media (min-width: 768px) {
    .footer-first {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .image-under-box>.component-content {
        text-align: left !important;
    }
}

@media (max-width:991px) {
    .breadcrumbs {
        display: none;
    }

    .footer-first {
        justify-content: left;
    }

    .footer-first ul li {
        display: block !important;
        text-align: left;
        padding: 0 !important;
    }

    .footer-first ul li::before {
        display: none;
    }

    .footer-first,
    .footer-second {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .banner-title {
        padding-left: 15px !important;
    }

    .header .logo img {
        max-width: 135px;
    }
}

@media (min-width: 992px) {

    .footer-first,
    .footer-second {
        padding: 50px;
        justify-content: left;
    }

    .banner-title,
    .breadcrumbs-list {
        padding-left: 50px !important;
    }

}



/* alam | 04-10-23| GB-10241| start*/

@media (min-width: 992px) {
    .flex-flow-wrap-d>.component-content>.paragraphSystem{
        display: flex;
        flex-flow: wrap;
    }
    #content {
        margin-top: 127px;
    }

    .header-new .header-top>.component-content>.paragraphSystem {
        display: flex;
        align-items: center;
        justify-content: end;
        margin-top: 1rem;
        margin-right: 5rem;
    }

    .header-new .search_icon {
        position: inherit;
        right: 15px;
        top: inherit;
        cursor: pointer;
        -webkit-transform: inherit;
        transform: inherit;
        width: 60px;
        height: 30px;
    }

    .header-new .search_icon img {
        width: 30px;
        height: 30px;
    }

    .header-new .header-main>.component-content>.paragraphSystem {
        display: flex;
        width: 100%;
    }

    .header-new.header .logo {
        margin-top: 0;
    }

    .header-new.header .header_navigation_wrap {
        margin-left: 15px;
    }

    .header-new.header .header_navigation_wrap .navigation ul.navigation-level1 {
        display: flex;
        justify-content: space-between;
    }

    .header-new.header .header_navigation_wrap .navigation ul.navigation-level1 li.navigation-level1 {
        width: inherit;
    }

    .header-new.header .header_navigation_wrap .navigation ul.navigation-level1 li.navigation-level1 ul.navigation-level2 {
        left: 5%;
        transform: translateX(-60%)
    }
    .header-new.header .header_navigation_wrap .navigation ul.navigation-level1 li.navigation-level1.page-medicaments-produits-avec-un-principe-actif ul.navigation-level2 {
        transform: translateX(-40%);
    }
    .comment-box-height {
        min-height: 700px;
    }

    /* .header-new.header .header_navigation_wrap .navigation ul.navigation-level1 li.page-medicaments-produits-avec-un-principe-actif ul.navigation-level2 {
        transform: translateX(-30%)
    } */

    .header-new.header .navigation-horizontal .navigation-level2.navigation-branch {
        border: none;
        background: white;
        background: white;
        padding: 20px 0;
        box-shadow: 0 8px 16px rgba(50, 49, 49, 0.15);
        border-bottom-right-radius: 30px
    }

    .header-new.header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title {
        font-weight: 600;
        color: #242F60;
        font-size: 18px;
        height: 48px;
        padding: 0 40px 0 10px;
    }

    .header-new.header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title:after {
        content: "\f078";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 0.875rem;
        color: #E37200;
    }

    .header-new.header .navigation-horizontal ul.navigation-level1 ul.navigation-level2 li.navigation-level2 .navigation-item-title:after {
        transform: rotate(270deg);
    }

    .header-new.header .navigation-horizontal .navigation-item.navigation-level1.is-open .navigation-item-title {
        background: #242F60;
        color: #fff;
        border-radius: 22.5px;
    }

    .header-new.header .navigation-horizontal .navigation-item.navigation-level1.is-open .navigation-item-title:after {
        transform: translateY(-50%) rotate(180deg);
    }

    .header-new.header .navigation-horizontal .navigation-level2.navigation-branch .navigation-item-title {
        color: #242F60;
        padding-right: 20px;
    }

    .header-new.header .navigation-horizontal .navigation-level2.navigation-branch .navigation-item-title:hover {
        color: #E37200;
    }

    .header-new.header .navigation-horizontal .navigation-item.navigation-level1 .navigation-item-title:hover {
        color: #fff;
        background: #242F60;
        border-radius: 22.5px;
    }

    .header-new.header .navigation-horizontal .navigation-item.navigation-level1 .navigation-branch.navigation-level2 {
        top: 50px;
    }

    .header-new.header .navigation-horizontal .navigation-item.navigation-level1 .navigation-branch.navigation-level2 a {
        color: #242F60;
        font-weight: 400;
    }

    .header-new.header .navigation-horizontal .navigation-item.navigation-level1 .navigation-branch.navigation-level2 a:hover {
        background: transparent;
        color: #E37200;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-new .header-top .haleon-logo {
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 99999;
        display: block;
        width: 100%;
    }

    .header-new.header .navigation-vertical .navigation-mobile-menu {
        height: 70px;
    }

    .header-new.header .navigation-vertical .navigation-mobile-menu:after {
        font-size: 30px;
    }

    .header-new.header {
        height: 70px;
    }

    .header-new.header .search_icon {
        top: 25px;
        width: 55px;
    }
}

@media (max-width: 768px) {
    .header-new .header-top .haleon-logo {
        top: 24px;
        position: absolute;
        right: 15px;
        z-index: 99999;
        display: block;
        width: 65px;
    }

    .header-new .header-top .search_icon {
        position: absolute;
        right: 72px;
        top: 25px;
        width: 50px;
    }
}

.header-new {
    min-height: 66px;
    position: fixed;
    z-index: 1000;
    background-color: #FFF;
    margin: auto;
    left: 0;
    right: 0;
}

.haleon-logo {
    max-width: 120px;
    padding: 0;
}

.header-new .logo {
    width: auto;
}

.header-new .logo img {
    width: 275px;
}

.navigation-item-decoration {
    display: none;
}

@media (max-width: 991px) {
    .header-new .navigation-branch.navigation-level1 li.is-open {
        border-bottom: none;
        background-color: #242f60;
    }

}

/* alam | 04-10-23| GB-10241| end*/

/* deepa | 10-10-23| GB-10241| starts | breadcrumb home icon*/
.breadcrumbs-list li.first a {
    font-size: 0rem;
    border: 0;
    display: flex;
}

.breadcrumbs-list li.first a::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/content/dam/cf-consumer-healthcare/voltaren/fr_FR/desktop/miscellaneous/home-icon.png');
    background-repeat: no-repeat;
    margin-top: -5px;
}

.float-left {
    float: left;
}

/* 30-10-23 | header open issue */
.nav-mob-item-title{
    background-color: #F5F5F5;
    border-bottom: 1px solid #E6E6E6;
    padding: 11px 0 11px 20px;
    font-weight: 600;
}
@media (min-width: 992px) {
    .page-type-de-douleur > ul{
        display: none !important;
    }

    .mega-nav .container-nav-rounded-white {
        position: absolute;
        z-index: 101;
        top: 121px;
        display: none;
        background-color: #FFFFFF;
        border-bottom-right-radius: 30px;
        margin: auto;
        right: 0;
        width: fit-content !important;
        min-width: 297px;
        box-shadow: 0px 8px 16px rgba(50, 49, 49, 0.15);
    }

    .mega-nav .mega-menu .navigation-level1 .navigation-item {
            line-height: 19px;
            position: relative;
            padding: 8px 12px 8px 0;
            cursor: pointer;
            width: max-content;
            width: 100%;
            border: 0;
        }
    
        .mega-nav .mega-menu .navigation-level1 .navigation-item:after {
            content: "\f078";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%) rotate(270deg);
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            font-size: 0.875rem;
            color: #E37200;
        }
    
        .mega-nav .mega-menu .navigation-level1 .navigation-item a {
            color: #242F60;
            font-size: 1rem;
            font-weight: 400;
            background: transparent;
            height: auto;
        }
        .mega-nav .mega-menu .navigation-level1 .navigation-item:hover a {
            background: transparent;
        }
}

@media (max-width:991px){
    .mega-nav-snippet-treatment{
        display: none !important;
    }
}
/* 30-10-23 | header open issue ends */

/* 30-10-23 | open issues */
    .full-clickable:hover {
            position: relative;
    }
    .full-clickable:hover .suggested-article-title {
        position: static;
    }
     
    .full-clickable:hover .teaser-heading {
        position: static;
    }

    .full-clickable:hover .teaser-heading a.underlineLink {
        position: static;
        color: #fff;
    }
    .full-clickable:hover .teaser-heading a.underlineLink:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

/* 30-10-23 | open issues ends*/

/* 31-10-23 | open issues starts*/
/* .page-contact{
    display: none;
} */
/* 31-10-23 | open issues ends*/

.pain-treatment-box .box.boxBorder {
    border: 2px solid #cfcfcf;
    padding-top: 15px;
}

@media (min-width: 992px) {
    .pain-treatment-box {
        padding-left: 2rem;
    }
    .pain-treatment-box .text-desc {
        min-height: 250px;
    }
    .pain-treatment-box .box.boxBorder:nth-child(5) .text-desc {
        min-height: 275px;
    }

    .pain-treatment-box .box.boxBorder:nth-child(2),
    .pain-treatment-box .box.boxBorder:nth-child(4) {
        margin-left: -1rem;
    }
    .pain-treatment-box .box.boxBorder:nth-child(3),
    .pain-treatment-box .box.boxBorder:nth-child(5) {
        margin-left: 1rem;
    }
}


