/* font starts */

.arial-narrow {
    font-family: arial-narrow;
}

@font-face {
    font-family: 'arial-narrow';
    src: url('../fonts/Arial-narrow/Arial-Narrow.ttf') format('truetype');
}

.arial-narrow-bold {
    font-family: arial-narrow-bold;
}

@font-face {
    font-family: 'arial-narrow-bold';
    src: url('../fonts/Arial-narrow/Arial-Narrow-Bold.ttf') format('truetype');
}

.arial-narrow-bold-italic {
    font-family: arial-narrow-bold-italic;
}

@font-face {
    font-family: 'arial-narrow-bold--italic';
    src: url('../fonts/Arial-narrow/Arial-Narrow-Bold-Italic.ttf') format('truetype');
}

.arial-narrow-italic {
    font-family: arial-narrow-italic;
}

@font-face {
    font-family: 'arial-narrow-italic';
    src: url('../fonts/Arial-narrow/Arial-Narrow-Italic.ttf') format('truetype');
}

.GSKPrecision-Bold {
    font-family: GSKPrecision-Bold;
}

@font-face {
    font-family: 'GSKPrecision-Bold';
    src: url('../fonts/GSK-Precision/GSKPrecision-Bold.otf') format('opentype');
}

.GSKPrecision-BoldItalic {
    font-family: GSKPrecision-BoldItalic;
}

@font-face {
    font-family: 'GSKPrecision-BoldItalic';
    src: url('../fonts/GSK-Precision/GSKPrecision-BoldItalic.otf') format('opentype');
}


.GSKPrecision-Light {
    font-family: GSKPrecision-Light;
}

@font-face {
    font-family: 'GSKPrecision-Light';
    src: url('../fonts/GSK-Precision/GSKPrecision-Light.otf') format('opentype');
}

.GSKPrecision-LightItalic {
    font-family: GSKPrecision-LightItalic;
}

@font-face {
    font-family: 'GSKPrecision-LightItalic';
    src: url('../fonts/GSK-Precision/GSKPrecision-LightItalic.otf') format('opentype');
}

.GSKPrecision-Regular {
    font-family: GSKPrecision-Regular;
}

@font-face {
    font-family: 'GSKPrecision-Regular';
    src: url('../fonts/GSK-Precision/GSKPrecision-Regular.otf') format('opentype');
}

.GSKPrecision-RegularItalic {
    font-family: GSKPrecision-RegularItalic;
}

@font-face {
    font-family: 'GSKPrecision-RegularItalic';
    src: url('../fonts/GSK-Precision/GSKPrecision-RegularItalic.otf') format('opentype');
}

.GSKPrecision-Thin {
    font-family: GSKPrecision-Thin;
}

@font-face {
    font-family: 'GSKPrecision-Thin';
    src: url('../fonts/GSK-Precision/GSKPrecision-Thin.otf') format('opentype');
}


.GSKPrecision-ThinItalic {
    font-family: GSKPrecision-ThinItalic;
}

@font-face {
    font-family: 'GSKPrecision-ThinItalic';
    src: url('../fonts/GSK-Precision/GSKPrecision-ThinItalic.otf') format('opentype');
}

.Confiteria-Script-ExtraBold {
    font-family: Confiteria-Script-ExtraBold;
}

@font-face {
    font-family: 'Confiteria-Script-ExtraBold';
    src: url('../fonts/Confiteria-Script-ExtraBold.otf') format('opentype');
}

/* fonts ends here */

/* global css starts here*/

body {
    font-family: "GSKPrecision-Light";
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 28px;
}

.container {
    max-width: 1440px;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    padding: 0;
}


* {
    margin: 0;
    padding: 0;
}

sup {
    vertical-align: baseline;
    line-height: 1em;
}

strong {
    font-family: 'GSKPrecision-Bold';
}

.sec-content {
    padding: 3rem;
}

:root {
    --GC-Light-Red: #FFE5E0;
    --GC-Light-Cyan: #D4F7F8;
    --GC-Grey: #4F4C4D;
    --GC-Green: #34B191;
    --GC-Pink: #F32884;
    --GC-Cyan: #77DEE3;
    --GC-Blue: #417697;
    --GC-Yellow: #F8EE22;
    --GC-Orange: #F76F52;
    --GC-Light-Orange: #F8E2DD;
    --GC-Light-Grey: #E0E1E3;
    --GC-Black: #000000;
    --GC-Red: #DF2F26;
}

/* global css ends here */

/* Color codes starts here */

.gc-light-red {
    color: #FFE5E0;
}

.gc-light-cyan {
    color: #D4F7F8;
}

.gc-grey {
    color: #4F4C4D;
}

.gc-green {
    color: #34B191;
}

.gc-pink {
    color: #F32884;
}

.gc-cyan {
    color: #77DEE3;
}

.gc-blue {
    color: #417697;
}

.gc-yellow {
    color: #F8EE22;
}

.gc-orange {
    color: #F76F52;
}

.gc-black {
    color: #000000;
}

.gc-red {
    color: DF2F26
}

.bg-orange {
    background-color: #F76F52;
}

/* Color codes ends here */

/* Font sizes starts here */

.fs-14 {
    font-size: 14px;
}

.fs-22 {
    font-size: 22px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-42 {
    font-size: 42px;
}

.fs-45 {
    font-size: 45px;
}

.fs-48 {
    font-size: 48px;
}

.fs-56 {
    font-size: 3.5rem;
}

.fs-66 {
    font-size: 66px;
}

.fs-68 {
    font-size: 4.250rem;
}

.fs-90 {
    font-size: 90px;
}

/* Font sizes ends here */

/* top navbar css starts here */

.gyane-header {
    position: relative;
}

.mobile-header-img {
    display: none;
    background-image: url('../images/Quilt-Pre-header-top.png');
    background-size: cover;
    background-position: center;
    height: 50px;
}

.logo {
    padding-bottom: 0;
}

/* ===== Background banner behind navbar ===== */
.banner-bg {
    background-image: url('../images/Header-D.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 160px;
    position: relative;
}

/* ===== White navbar that sits on the banner ===== */
.banner-navbar {
    background: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10%;
    z-index: 2;
    position: absolute;
    padding: 2%;
}

.header-border-mob {
    width: 100%;
    height: 16px;
    display: none;
    position: relative;
}

/* Link styles */
.navbar .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'GSKPrecision-Bold';
    color: #000000;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: var(--GC-Orange);
}

.navbar .nav-link.active {
    color: var(--GC-Orange);
}

.navbar-nav .nav-item {
    align-content: center;
}

.navbar-toggler {
    border: none;
    padding-bottom: 10px;
}

.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url('../images/Hamburger-UNSEELCTED.png');
}

.navbar-toggler-icon-active {
    background-image: url('../images/Hamburger-SELECTED.png');
}

@media (max-width: 991px) {
    .banner-bg {
        background: none;
        height: auto;
    }

    .mobile-header-img {
        display: block;
    }

    .logo {
        padding-bottom: 10px;
    }

    .navbar-nav .nav-item a {
        padding: 5px;
    }

    .banner-navbar {
        bottom: 0;
        position: relative;
        margin-top: 0;
        padding-bottom: 0;
        /* padding: 0; */
        padding-left: 0;
        padding-right: 0;
    }

    .header-border-mob {
        display: block;
        top: 0;
    }

    .nav-item {
        text-align: center !important;
        background: #fff;
        border-bottom: 1px solid var(--GC-Orange);
        padding: 0px !important;
    }

    .navbar-nav li:first-child {

        border-top: 3px solid var(--GC-Orange);
    }

    .navbar-nav li:last-child {

        border-bottom: 3px solid var(--GC-Orange);
    }

    .navbar .nav-link.active {
        background-color: var(--GC-Light-Orange);
    }

    .mob_pad {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/* top navbar css ends here */


/* home page css starts here */

.home-banner .home-banner-img {
    overflow: hidden;
    position: relative;
    top: -2%;
    left: 0%;
    z-index: 2;
}

.home-banner .home-banner-content {
    padding-top: 18%;
    /* margin-right: 5%; */
}

.heading-one {
    font-size: 36px;
}

.heading-two {
    font-size: 66px;
}

.home-banner .lets-korero p {
    width: 80%;
    line-height: 44px;
    font-size: 36px;
}

.home-curve {
    position: absolute;
    z-index: 2;
    right: 231px;
    top: 330px;
    width: 100%;
    pointer-events: none;
}

.home-curve .curve-svg {
    width: 100%;
    max-width: 540px;
    height: auto;
}

.home-curve .curve-path {
    fill: none;
    stroke: var(--GC-Orange);
    stroke-width: 10px;
    stroke-linecap: round;
    transform: translate(-464.994px, -488.244px);
}

.curve-svg {
    width: 431.5px;
    height: 200px;
}

.curve-path {
    fill: none;
    stroke: var(--GC-Orange);
    stroke-width: 26px;
    stroke-linecap: round;
    transform: translate(-519.083px, -171.163px);
}

.cyan-section-curve {
    position: absolute;
    right: 348px;
    top: -91px;
    width: 61%;
    pointer-events: none;
}

.cyan-section-curve .curve-svg {
    width: 100%;
    max-width: 337px;
    height: auto;
}

.cyan-section-curve .curve-path {
    fill: none;
    stroke: var(--GC-Orange);
    stroke-width: 8px;
    stroke-linecap: round;
    transform: translate(-425.792px, -509.727px);
}

.squars-home {
    top: 85%;
    right: -7.3%;
}

.home-banner .home-orange-section {
    display: flex;
    justify-content: end;
    padding-right: 10%;
}


.home-orange {
    background-color: var(--GC-Orange);
    color: #ffffff;
    border-radius: 10px;
    width: 339px;
    height: 300px;
    padding: 1rem;
}

.home-orange-img {
    margin-top: 35%;
    width: 80%;
    margin-left: 18%;
}

.home-orange-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* .home-orange-banner {
    z-index: 1;
    inset: 0;
    display: flex;
    flex-direction: column;
} */

.home-orange-banner {
    font-family: 'GSKPrecision-Bold';
    color: #ffffff;
}

.home-orange-banner {
    padding-top: 5%;
    padding-left: 20px;
    position: absolute;
    top: 0;
    width: 339px;
    overflow: hidden;
}

.home-orange-banner h2 {
    font-size: 40px;
}

.home-orange-banner p {
    font-size: 30px;
    line-height: 32px;
}

.home-orange-banner span {
    font-size: 47px;
}

.home-orange-text {
    color: #ffffff;
}

.home-orange-text h2 {
    font-size: 40px;
}

.home-orange-text span {
    font-size: 47px;
}

.home-orange-text p {
    font-size: 30px;
    line-height: 32px;
}

.home-orange h2 {
    padding-right: 2%;
}

.home-orange p {
    line-height: 32px;
}

.home-orange span {
    font-size: 40px;
}

.lets-korero {
    margin-top: 11%;
    /* margin-right: 20%; */
}

.home-learn-more {
    margin-top: -25%;
}

/* light grey section */

.light-grey-section-content {
    background-color: var(--GC-Light-Grey);
}

.light-grey-section .info-card {
    background-color: #ffffff;
    padding: 2rem 1.5rem 1.5rem;
    position: relative;
    min-height: 238px;
    width: 396px;
    border-radius: 4px;
    margin-bottom: 75px;
}

.light-grey-section h4 {
    margin-bottom: 10px;
}

.light-grey-section .info-card-4 {
    background-color: #ffffff;
    padding: 2rem 1.5rem 1.5rem;
}

.light-grey-section .info-card img {
    width: 176px;
    height: 176px;
    position: absolute;
    right: -15%;
    border-radius: 50%;
    border: 5px solid #fff;
}


.light-grey-section .card-button .btn-home {
    color: #fff;
    border: none;
    width: 194px;
    height: auto;
    font-size: 18px;
    display: inline-block;
    font-family: 'GSKPrecision-Bold';
    text-align: center;
    padding: 5px;
}


.light-grey-section .card-button a {
    position: relative;
    left: -15%;
}

.light-grey-section .get-connected-btn a {
    left: 65%;
}

.light-grey-section .card-button a {
    text-decoration: none;
}

.light-grey-section .btn-orange {
    background-color: var(--GC-Orange);
}

.light-grey-section .btn-blue {
    background-color: var(--GC-Blue);
}


.light-grey-section .btn-pink {
    background-color: var(--GC-Pink);
}

.light-grey-section .btn-red {
    background-color: var(--GC-Red);
}


.light-grey-section .card-content {
    width: 75%;
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem 5rem 2rem 2rem;
}

.light-grey-section .card-img {
    /* width: 25%; */
    width: 176px;
    right: 13.5%;
    min-width: 125px;
    position: relative;
}

.light-grey-section .info-card-4 {
    width: 484px;
}

.light-grey-section .info-card p,
.light-grey-section .info-card-4 p {
    font-size: 20px;
}

.strip-row {
    display: flex;
    gap: 1rem;
    position: relative;
    padding: 1.75rem 0;
}

.circle {
    position: relative;
    width: 30%;
    height: auto;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #ffffff;
    z-index: 2;
}


.circle img {
    width: 100%;
    height: auto;
}

.strip-white {
    background-color: #ffffff;
    height: 20%;
    width: 80%;
    position: absolute;
    top: 40%;
    left: 10%;
    right: 10%;
}


/* light cyan section */

.light-cyan-section {
    padding: 3rem;
    margin-bottom: 84px;
}

.light-cyan-section-content {
    background-color: var(--GC-Light-Cyan);
    /* padding: 3rem;
    margin: 3rem; */
}

.light-cyan-section .info-card {
    background-color: #e6f9fa;
    padding: 2rem 1.5rem 1.5rem;
    position: relative;
    /* min-height: 324px; */
    min-height: 338px;
    border-radius: 8px;
    margin-bottom: 75px;
}

.know-curve {
    /* top: 80px;
    left: 0; */

    top: 40px;
    left: -40px;
}

.know-svg {
    width: 189;
    height: 129;
}

.know-curve-path {
    fill: none;
    stroke: #f76f52;
    stroke-linecap: round;
    stroke-width: 7;
    transform: translate(-425.292px, -509.227px);
}


.know-content {
    margin-top: 3rem;
    padding-top: 3rem;
}


.ten-percentage {
    font-size: 66px;
    font-family: Confiteria-Script-ExtraBold;
}

.light-cyan-section .info-card h4 {
    font-size: 42px;
}

.light-cyan-section .info-card img {
    width: 116px;
    height: 116px;
    position: absolute;
    top: -18%;
}

.vv-card h4 {
    text-align: end !important;
}

.Squares-3 {
    padding-right: 60px;
}

.Squares-3 img {
    position: absolute;
    width: 160px;
    padding-right: 10px;
}

@media (max-width: 1400px) {
    .home-curve {
        top: 300px;
    }

    .home-banner .heading-one,
    .home-banner .lets-korero p {
        font-size: 32px;
    }

    /* .home-banner .fs-66 {
        font-size: 62px;
    } */

    /* .home-banner .heading-two {
        font-size: 62px;
    } */

    /* .home-banner .fs-90 {
        font-size: 86px;
    } */

    .home-banner .heading-three {
        font-size: 86px;
    }
}

@media (max-width: 1400px) and (min-width:1200px) {
    .home-curve {
        top: 300px;
        left: -245px;
    }

    .home-banner .fs-32 {
        font-size: 26px;
    }

    .cyan-section-curve {
        right: 348px;
        top: -74px;
        width: 51%;
    }

    /* .home-orange-banner {
        width: 65%;
    } */

    .home-orange-banner h2 {
        font-size: 38px;
    }

    .home-orange-banner p {
        font-size: 28px;
    }

    .home-orange-banner span {
        font-size: 38px;
    }

}

@media (max-width: 1200px) {

    .home-orange-banner {
        width: 308px;
    }

    .home-orange-banner h2 {
        font-size: 32px;
    }

    .home-orange-banner p {
        font-size: 24px;
    }

    .home-orange-banner span {
        font-size: 38px;
    }

    .home-curve {
        top: 283px;
        left: -253px;
    }

    .home-banner .heading-one,
    .home-banner .lets-korero p {
        font-size: 30px;
    }

    /* .home-banner .fs-66 {
        font-size: 60px;
    } */

    .home-banner .heading-two {
        font-size: 60px;
    }

    .home-banner .heading-three {
        font-size: 72px;
    }

    /* .home-banner .fs-90 {
        font-size: 80px;
    } */

    .home-banner .fs-32 {
        font-size: 24px;
    }

    .home-banner .fs-20,
    .light-grey-section .fs-20 {
        font-size: 20px;
    }

    .light-grey-section .card-content {
        padding: 2rem 4rem 2rem 2rem;
    }

    .cyan-section-curve {
        right: 349px;
        top: -68px;
        width: 47%;
    }

    .light-grey-section .card-button a {
        position: relative;
        left: -18%;
    }

    .light-cyan-section-content .info-card p {
        font-size: 26px;
    }

    .light-cyan-section .info-card img {
        top: -16%;
        width: 100px;
        height: 100px;
    }

    .light-cyan-section .vv-card img {
        top: -12%;
    }

    .light-cyan-section .info-card {
        /* min-height: 240px; */

        min-height: 394px;
    }

    .light-cyan-section .info-card h4 {
        font-size: 36px;
    }

    .home-orange-img {
        margin-left: 18%;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .home-orange-banner h2 {
        font-size: 32px;
    }

    .home-orange-banner p {
        font-size: 24px;
    }

    .home-orange-banner span {
        font-size: 34px;
    }

    .home-banner .heading-one,
    .home-banner .lets-korero p {
        font-size: 26px;
    }

    /* .home-banner .fs-66 {
        font-size: 54px;
    } */

    /* .home-banner .fs-90 {
        font-size: 72px;
    } */



    .home-banner .fs-32 {
        font-size: 26px;
    }

    .home-curve {
        top: 249px;
        left: -211px;
    }

    .light-grey-section .card-button a {
        position: relative;
        left: -22%;
    }

    .light-grey-section .get-connected-btn a {
        left: 60%;
    }

}

@media (max-width: 992px) {
    .home-orange-banner h2 {
        font-size: 28px;
        padding-right: 10%;
    }

    .home-orange-banner p {
        font-size: 22px;
        padding-right: 17%;
        line-height: 30px;
    }

    .home-orange-banner span {
        font-size: 34px;
    }

    .home-banner .heading-one,
    .home-banner .lets-korero p {
        font-size: 26px;
    }

    /* .home-banner .fs-66 {
        font-size: 54px;
    } */

    .home-banner .heading-two {
        font-size: 42px;
    }

    /* .home-banner .fs-90 {
        font-size: 55px;
    } */

    .home-banner .heading-three {
        font-size: 55px;
    }

    .home-curve {
        top: 249px;
        left: -211px;
    }

    .cyan-section-curve {
        right: 349px;
        top: -67px;
        width: 47%;
    }

    .light-grey-section .card-button a {
        position: relative;
        left: -22%;
    }

    .light-grey-section .card-img {
        width: 15%;
        right: 10%;
    }

    .light-grey-section .get-connected-btn a {
        left: 65%;
    }

    .light-cyan-section-content .fs-49 {
        font-size: 49px;
    }

    .home-orange-img {
        margin-top: 35%;
        width: 339px;
        margin-left: 0%;
    }

    .light-cyan-section .info-card h4 {
        font-size: 34px;
    }

    .vv-card h4 {
        text-align: center !important;
    }

    .mobile-font {
        display: inline-block;
        width: 35%;
        line-height: 24px;
    }
}


@media (max-width: 992px) and (min-width:768px) {

    .home-banner .heading-one,
    .home-banner .lets-korero p {
        font-size: 20px;
    }

    .home-banner .lets-korero p {
        line-height: 32px;
    }

    /* .home-banner .fs-66 {
        font-size: 40px;
    } */

    /* .home-banner .fs-90 {
        font-size: 55px;
    } */

    .fs-32 {
        font-size: 20px;
    }

    .home-curve {
        top: 191px;
        left: -164px;
    }

    .home-curve .curve-path {
        stroke-width: 8px;
    }

    .home-orange p {
        font-size: 22px;
    }

    .light-grey-section .card-button {
        position: relative;
        left: 10%;
    }

    /* .light-cyan-section .info-card {
        padding: 2rem;
    } */

    .light-cyan-section .info-card-first {
        padding: 2rem;
    }

    .strip-white {
        width: 50%;
    }

    .strip-row .circle {
        width: 25%;
    }
}


@media (max-width: 767px) {
    .home-banner {
        overflow: hidden;
    }

    .home-learn-more,
    .light-cyan-section-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .home-banner .home-banner-img {
        z-index: 0;
        top: 0;
    }

    .home-banner-content p {
        /* width: 70%; */
        font-size: 30px;
        line-height: 26px;
    }

    .home-banner .home-banner-content {
        padding-top: 8%;
        padding-left: 5%;
        margin-right: 5%;
    }

    .home-banner .lets-korero p {
        width: 58%;
    }

    .home-orange {
        width: 339px;
        height: 269px;
    }

    .home-orange p {
        font-size: 22px;
    }

    .home-orange span {
        font-size: 33px;
    }

    .home-link-section {
        margin-top: 110px;
    }

    .lets-korero {
        margin-top: 2%;
        margin-right: 0;
    }

    .home-banner .lets-korero p {
        line-height: 32px;
    }


    .home-orange-img-mob {
        margin-left: 10%;
        margin-right: 10%;
    }

    .home-orange-img-mob img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .home-orange-banner-mob {
        z-index: 1;
        inset: 0;
        display: flex;
        flex-direction: column;
    }

    .home-orange-banner-mob {
        font-family: 'GSKPrecision-Bold';
        color: #ffffff;
    }

    .home-orange-banner-mob {
        /* padding-top: 5%;
        padding-left: 5%;
        width: 68%; */

        padding-top: 5%;
        padding-left: 20px;
        width: 308px;
    }

    .home-orange-banner-mob h2 {
        font-size: 28px;
    }

    .home-orange-banner-mob p {
        font-size: 22px;
    }

    .home-orange-banner-mob span {
        font-size: 33px;
    }

    .home-learn-more {
        margin-top: 0;
        padding-right: 20px;
    }

    .cse-font {
        font-family: Confiteria-Script-ExtraBold;
    }

    .download-guide-section img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }


    /* CSS for home curve for mobile version..... */
    .home-curve {
        position: absolute;
        z-index: 2;
        /* left: 231px;
        top: 330px; */
        width: 144px;
        pointer-events: none;
    }

    .home-curve {
        /* top: 243px;
        left: 304px; */

        top: 230px;
        left: 303px;
    }

    .home-curve .curve-svg {
        width: 100%;
        max-width: 144px;
        height: auto;
    }

    .home-curve .curve-path {
        fill: none;
        stroke: var(--GC-Orange);
        stroke-width: 7px;
        stroke-linecap: round;
        transform: translate(-991.30px, -489.744px);
    }

    .home-para p {
        font-size: 18px;
    }


    .home-banner .lets-korero p {
        font-size: 28px;
    }

    .home-banner .heading-one {
        font-size: 28px;
    }

    .home-banner .heading-two {
        font-size: 60px;
    }

    .home-banner .fs-90 {
        font-size: 80px;
    }




    .light-grey-section .card-button a {
        position: relative;
        left: -16%;
    }

    .light-grey-section-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 10% !important;
    }

    .light-grey-section-content {
        margin-top: 0px !important;
        margin-bottom: 0px !important
    }

    .strip-row {
        display: none;
    }

    .light-grey-section .info-card,
    .light-grey-section .info-card-4 {
        width: 285px;
    }

    .light-grey-section .card-content {
        width: 100%;
    }

    .light-grey-section .supporting-one {
        width: 75%;
    }

    .light-grey-section .get-connected-btn a {
        left: 75%;
    }


    .light-grey-section .info-card img {
        width: 140px;
        height: 140px;
        top: 60%;
        right: -7%;
    }

    .home-page .sec-mob-content {
        padding: 0;
    }

    .light-cyan-section {
        padding: 1rem;
    }

    .know-content {
        margin-top: 1rem;
        padding-top: 0rem;
        margin-left: 20px;
    }

    .know-curve {
        top: -23px;
        left: -29px;
    }

    .light-cyan-section .info-image {
        padding-bottom: 50px;
    }

    .light-cyan-section h5 {
        font-size: 36px;
    }

    .light-cyan-section .info-card img {
        left: 35%;
    }

    .light-cyan-section .display-mobile {
        display: block;
    }

    .light-cyan-section .mobile-content,
    .light-cyan-section .mobile-content p {
        font-size: 38px;
    }

    .light-cyan-section .fs-48 {
        font-size: 60px;
    }

    .light-cyan-section-content {
        padding-top: 0;
        /* margin: 1rem; */
    }

    .light-cyan-section .mobile-font {
        font-size: 32px;
    }

    .light-cyan-section .info-card h4 {
        font-size: 36px;
    }

    .light-cyan-section .info-card p {
        font-size: 22px;
        text-align: center;
    }

    .ten-percentage {
        font-size: 60px;
    }

    .curve-svg {
        width: 270px;
    }

    .curve-path {
        stroke-width: 28px;
    }

    .info-card-first p {
        text-align: left !important;
    }
}

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

    #home-orange-section {
        margin-top: -50%;
        margin-right: 4%;
    }

    .light-grey-section .card-content {
        padding: 2rem 8rem 4rem 2rem;
    }

    .light-grey-section .get-connected-btn a {
        left: 65%;
    }
}

@media (max-width: 576px) {

    .home-banner .home-banner-img {
        top: 16px;
        left: 19px;
    }

    .home-banner-content h1 {
        width: 70%;
    }

    .home-orange-banner-mob {
        width: 250px;
    }

    .home-orange-banner-mob p {
        width: 203px
    }

    .home-orange-banner-mob h2 {
        font-size: 26px;

    }

    .home-orange-banner-mob p {
        font-size: 18px;
    }

    .home-orange-banner-mob span {
        font-size: 24px;
    }

    .home-orange-img-mob {
        bottom: 120px;
    }

    .circle {
        width: 110px;
        height: 110px;
    }

    .image-strip::before {
        height: 10px;
    }

    .home-banner .heading-one,
    .home-banner .lets-korero p {
        font-size: 28px;
    }

    /* .home-banner .fs-66 {
        font-size: 56px;
    } */

    .home-banner .heading-two {
        font-size: 56px;
    }

    .home-banner .heading-three {
        font-size: 80px;
    }

    .home-curve {
        top: 251px;
        left: 296px;
    }

    /* .light-grey-section .card-img {
        min-width: 100px;
    } */

    .light-grey-section .btn-left {
        position: relative;
        right: 10px;
        top: 20px;
    }

    .light-grey-section .card-left {
        position: relative;
        right: 10%;
    }

    .light-grey-section .card-right {
        position: relative;
        right: 20%;
        top: 100px;
    }

    .light-grey-section .get-connected-btn a {
        left: 50%;
    }

    .light-grey-section .card-button .btn-pink {
        left: -22%;
        top: 20px;
    }

    .light-grey-section .supporting-one {
        width: 100%;
    }

    .pb-sm-4 {
        padding-bottom: 60px !important;
    }

    .light-grey-section .take-the-quiz .card-button a {
        left: 50%;
    }

    .light-grey-section .take-the-quiz .card-right {
        right: 40px;
    }


}

@media (max-width: 475px) {

    .home-orange-banner-mob {
        width: 72%;
    }

    .home-orange-banner-mob h2 {
        font-size: 22px;
    }

    .home-orange-banner-mob p {
        font-size: 18px;
    }

    .home-orange-banner-mob span {
        font-size: 24px;
    }


    .home-curve {
        /* top: 199px;
        left: 218px; */

        top: 195px;
        left: 215px;
    }

    .home-banner-content .lets-korero p {
        font-size: 24px;
        line-height: 28px;
    }


    .home-banner .heading-one,
    .home-banner .lets-korero p {
        font-size: 24px;
    }

    /* .home-banner .fs-66 {
        font-size: 48px;
    } */

    .home-banner .heading-two {
        font-size: 48px;
    }

    .home-banner .heading-three {
        font-size: 59px;
    }

    .light-grey-section .card-button .btn-home {
        font-size: 16px;
    }

    .light-grey-section .fs-20 {
        font-size: 20px;
    }

    .light-grey-section .card-right {
        right: 110px;
    }

    .light-grey-section .get-connected-btn a {
        left: 20%;
    }

    .ten-percentage {
        font-size: 52px;
    }

    .light-cyan-section .mobile-font {
        font-size: 28px;
    }
}

@media (max-width: 426px) {
    .curve-svg {
        width: 219px;
    }

    .home-orange-banner-mob p {
        font-size: 16px;
        line-height: 18px;
        width: 183px;
    }

    .light-grey-section .get-connected-btn {
        left: 45px;
        position: relative;
    }
}

@media (max-width: 375px) {

    .home-orange-banner-mob h2 {
        font-size: 20px;

    }

    .home-orange-banner-mob p {
        font-size: 16px;
        line-height: 18px;
        width: 148px;
    }

    .home-orange p {
        font-size: 18px;
    }

    .home-banner .heading-one,
    .home-banner .lets-korero p {
        font-size: 22px;
    }

    /* .home-banner .fs-66 {
        font-size: 40px;
    } */

    .home-banner .heading-two {
        font-size: 40px;
    }


    .home-banner .heading-three {
        font-size: 56px;
    }

    .home-curve {
        top: 176px;
        left: 206px;
    }

    .light-grey-section .card-right {
        right: 90px
    }

    .light-grey-section .card-img {
        min-width: 110px;
    }

    .light-grey-section .get-connected-btn a {
        left: 10%;
    }

}

@media (max-width: 320px) {

    .home-banner .heading-one,
    .home-banner .lets-korero p {
        font-size: 20px;
    }

    .home-banner .fs-66 {
        font-size: 38px;
    }

    .home-banner .heading-three {
        font-size: 50px;
    }

    .home-curve {
        top: 166px;
        left: 183px;
    }

    .home-curve .curve-svg {
        width: 100%;
        max-width: 114px;
        height: auto;
    }

    .light-grey-section .btn-left {
        right: 20px;
    }

    .light-grey-section .card-button .btn-pink {
        left: -30%;
    }

    .home-banner .heading-one,
    .home-banner .lets-korero p {
        font-size: 20px;
    }

    .fs-66 {
        font-size: 38px;
    }

    .heading-three {
        font-size: 50px;
    }

    .home-curve {
        top: 166px;
        left: 183px;
    }

    .home-curve .curve-svg {
        width: 100%;
        max-width: 114px;
        height: auto;
    }
}


/* home page css ends here */


/* About Gynae Cancers css starts here */

.what-are-gynae-cancer {
    margin-bottom: 55px;
}

.what-are-gynae-cancer h1 {
    font-size: 56px;
    font-family: 'GSkPrecision-Bold';
    color: var(--GC-Grey);
}

.what-are-gynae-cancer-content {
    margin-top: 42px;
}

.what-are-gynae-cancer-content p {
    font-size: 30px;
}

.uterine-section-base {
    background-color: var(--GC-Light-Cyan);
}


.about-orange-section {
    position: relative;
    top: 150px;
}

.about-orange-section img {
    width: 60%;
    height: auto;
    object-fit: cover;
}

.about-orange-content {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: flex;
    flex-direction: column;
    top: 24%;
    color: #ffffff;
}

.about-orange-content h2 {
    font-size: 40px;
    padding-left: 20px;
    padding-right: 36%;
}

.about-orange-content p {
    font-size: 30px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 44%;

}


.faqs {
    background-color: var(--GC-Light-Red);
    margin-top: 74px;
}

.faqs-content {
    margin: 3rem;
    padding: 3rem;
}

.orange-box-text {
    color: #ffffff;
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 34%;
    padding-bottom: 25%;
    inset: 0;
}

.orange-box-text h3 {
    /* margin: 0 0 10px; */
    word-wrap: break-word;
    line-height: 1.25em;
    font-size: clamp(14px, 4vw, 30px);
}

.orange-box-text p {
    /* margin: 0 0 10px; */
    word-wrap: break-word;
    line-height: 1.25em;
    font-size: clamp(12px, 4vw, 28px);
}


.about-download-text {
    padding: 3rem;
    margin-top: 70px;
    width: 70%;
}

.accordion-button {
    font-weight: 600;
}

/* Keep icon aligned right */
.accordion-button .toggle-icon {
    margin-left: auto;
    transition: transform 0.15s ease-in-out;
}

/* Rotate icon when opened (optional flair) */
.accordion-button[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

.accordion-button {
    background-color: #fff2f0;
    font-size: 30px;
    font-weight: bold;
    padding-left: 120px;
}


.accordion-item:hover {
    background-color: transparent;
}


.bsb-accordion-icon-position-before .accordion-button:after {
    background-repeat: no-repeat;
    background-size: 25px;
    content: "";
    flex-shrink: 0;
    margin-right: .8rem;
    transition: var(--bs-accordion-btn-icon-transition);
    width: 25px;
    height: 25px;
}


.bsb-accordion-icon-position-before #headingOne .accordion-button:after {
    background-image: url(../images/icons/Cervical-plus.png)
}

.bsb-accordion-icon-position-before #headingOne .accordion-button:not(.collapsed):after {
    background-image: url(../images/icons/Cervical-minus.png);
    transform: var(--bs-accordion-btn-icon-transform);
}

.bsb-accordion-icon-position-before #headingTwo .accordion-button:after {
    background-image: url(../images/icons/Ovarian-plus.png)
}

.bsb-accordion-icon-position-before #headingTwo .accordion-button:not(.collapsed):after {
    background-image: url(../images/icons/Ovarian-minus.png);
    transform: var(--bs-accordion-btn-icon-transform);
}

.bsb-accordion-icon-position-before #headingThree .accordion-button:after {
    background-image: url(../images/icons/Endometrial-plus.png)
}

.bsb-accordion-icon-position-before #headingThree .accordion-button:not(.collapsed):after {
    background-image: url(../images/icons/Endometrial-minus.png);
    transform: var(--bs-accordion-btn-icon-transform);
}

.bsb-accordion-icon-position-before #headingFour .accordion-button:after {
    background-image: url(../images/icons/Vaginal-plus.png)
}

.bsb-accordion-icon-position-before #headingFour .accordion-button:not(.collapsed):after {
    background-image: url(../images/icons/Vaginal-minus.png);
    transform: var(--bs-accordion-btn-icon-transform);
}

.bsb-accordion-icon-position-before #headingFive .accordion-button:after {
    background-image: url(../images/icons/Vulval-plus.png)
}

.bsb-accordion-icon-position-before #headingFive .accordion-button:not(.collapsed):after {
    background-image: url(../images/icons/Vulval-minus.png);
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button,
.accordion-button:hover,
.accordion-button:focus,
.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed):hover,
.accordion-button:not(.collapsed):focus {
    box-shadow: none !important;
    outline: none !important;
    background-color: #fff2f0;
    color: #000;
}

.accordion-flush>.accordion-item {
    border-radius: 8px;
}

.accordion-header {
    font-family: 'GSKPrecision-Bold';

}

.accordion-body {
    background-color: #fff2f0;
}

.card-img-overhang {
    position: absolute;
    top: -25px;
    left: 20px;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    box-shadow: none;
    z-index: 10;
}

.card-img-overhang img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accordion-item {
    border: 3px solid #fff !important;
    border-radius: 6px;
    margin-bottom: 10px;
}


.card-with-overhang {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 12px;
    margin-top: 40px;
    overflow: visible;
    background: #fff;
}

.header-color-one {
    color: var(--GC-Grey);
}

.container-one {
    background-color: var(--GC-Grey);
}

.header-color-two {
    color: var(--GC-Blue);
}

.container-two {
    background-color: var(--GC-Blue);
}

.header-color-three {
    color: var(--GC-Green);
}

.container-three {
    background-color: var(--GC-Green);
}

.header-color-four {
    color: var(--GC-Orange);
}

.container-four {
    background-color: var(--GC-Orange);
}

.header-color-five {
    color: var(--GC-Pink);
}

.container-five {
    background-color: var(--GC-Pink);
}

.accordion-bottom-text {
    color: #fff;
    font-weight: bold;
}

.list-one,
.list-two,
.list-three,
.list-four,
.list-five {
    padding-left: 20px;
    list-style-type: disc;
}

.list-one li::marker {
    color: var(--GC-Grey);
}

.list-two li::marker {
    color: var(--GC-Blue);
}

.list-three li::marker {
    color: var(--GC-Green);
}

.list-four li::marker {
    color: var(--GC-Orange);
}

.list-five li::marker {
    color: var(--GC-Pink);
}

.about-bottom-orange {
    background-color: var(--GC-Orange);
    color: #FFFFFF;
    /* width: 60%; */
    padding: 1.5rem;
    border-radius: 10px;
}

.about-bottom-orange-section h2 {
    font-size: 45px;
}

.about-bottom-orange h2 {
    font-size: 56px;
}


.about-bottom-orange p {
    line-height: 40px;
    font-size: 34px;
}



@media (max-width: 1400px) {
    /* .about-orange-content {
        width: 100%;
    } */

    .about-orange-content h2 {
        font-size: 38px;
    }

    .about-orange-content p {
        font-size: 28px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .about-orange-content h2 {
        font-size: 34px;
    }

    .about-orange-content p {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {

    .about-orange-section img {
        width: 75%;
    }

    .about-orange-content h2 {
        font-size: 34px;
        padding-right: 35%;
    }


    .about-orange-content p {
        font-size: 22px;
        line-height: 24px;
        padding-right: 22%;
        width: 82%;
    }

    .about-bottom-orange h2 {
        font-size: 40px;
    }


}

@media (max-width: 992px) {

    .what-are-gynae-cancer h1 {
        font-size: 42px;
    }

    .what-are-gynae-cancer-content p {
        font-size: 20px;
    }

    .about-orange-content h2 {
        font-size: 26px;
    }

    .about-orange-content p {
        font-size: 18px;
        padding-right: 14%;
        margin-bottom: 0.4em;
    }

    .about-bottom-orange {
        width: 90%;
    }

    .about-bottom-orange h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {

    .uterine-section-base .my-5 {
        /* margin-bottom: 0 !important; */

        /* need to check */
        margin-bottom: -20% !important;
    }

    .uterine-section-base img {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faqs-content {
        margin: 0;
    }

    .what-are-gynae-cancer,
    .faqs-content,
    .about-bottom-orange-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }



    .what-are-gynae-cancer h1 {
        font-size: 40px;
    }

    .what-are-gynae-cancer-content p {
        font-size: 18px;

    }

    .about-orange-section img {
        width: 339px;
        padding-left: 30px;
    }


    .about-orange-section {
        top: 100px;
    }

    .about-orange-content h2 {
        font-size: 26px;
        padding-right: 10%;
    }

    .about-orange-content p {
        font-size: 18px;
        line-height: 24px;
        padding-right: 9%;
    }

    .about-orange-content {
        padding-left: 30px;
        width: 339px;
    }

    .about-bottom-orange {
        width: 100%;
    }

    .about-download-text {
        /* width: 100%;
        padding: 3rem; */

        padding-top: 60px;
        padding-left: 20px;
        padding-bottom: 60px;
        width: 100%;
    }

    .about-download-text h3 {
        font-size: 20px;
    }

    .about-download-text span:first-child {
        font-size: 30px;
    }


    .info-card {
        margin-bottom: 2rem;
    }

    .card-img-overhang {
        width: 52px;
        height: 52px;
        left: 15px;
        top: 4;
    }

    .faqs {
        margin-top: 0px;
    }

    .faqs {
        padding: 3rem;
    }

    .faqs-section {
        padding: 30px 15px 30px 15px;

    }

    .accordion-button {
        padding-left: 90px;
    }

    .faqs-heading h1 {
        font-size: 40px;
    }

    .faqs-heading p:first-of-type {
        font-size: 18px;
    }

    .faqs-heading p:last-of-type {
        font-size: 22px;
    }

    .accordion-header p {
        font-size: 22px;
    }

    .bsb-accordion-icon-position-before .accordion-button:after {
        background-size: 18px;
    }

    .accordion-body ul li {
        font-size: 18px;
    }

    .about-bottom-orange-section h2 {
        text-align: center;
        font-size: 36px;
    }

    .about-bottom-orange h2 {
        font-size: 40px;
    }

    .about-bottom-orange p {
        font-size: 24px;
        line-height: 24px;
    }
}


@media (max-width: 475px) {

    .what-are-gynae-cancer h1 {
        font-size: 38px;
    }

    .about-orange-section img {
        width: 75%;
    }

    .about-orange-content {
        /* padding-right: 2%; */
        width: 250px;
        padding-left: 25px;
    }

    .about-orange-content h2 {
        font-size: 20px;
        padding-right: 28%;
    }

    .about-orange-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .faqs-content h1 {
        font-size: 32px;
    }

    .squars-about img {
        top: -26%;
        transform: rotate(335deg);
        right: 147px;
    }


    .accordion-header p {
        font-size: 18px;
    }

    .accordion-body h3 {
        font-size: 22px;
    }

    .uterine-container-orange {
        margin-right: 20%;
    }

    .card-img-overhang {
        width: 50px;
        height: 50px;
        left: 10px;
    }

    .accordion-button {
        padding-left: 70px;
        font-size: 18px;
    }

}

@media (max-width: 400px) {
    .about-bottom-orange h2 {
        font-size: 32px;
    }

    .about-bottom-orange p {
        font-size: 18px;
    }

    .about-orange-content h2 {
        font-size: 20px;
        padding-right: 20%;
    }



    .about-orange-content h2,
    .about-orange-content p {
        margin-bottom: 0.4em;
    }
}


@media (max-width: 375px) {
    .about-orange-content p {
        font-size: 14px;
    }
}


/* About Gynae Cancers css ends here */


/* Signs & Symptoms css starts here */

.signs-heading {
    position: relative;
}

.signs-heading .square-img {
    position: absolute;
    z-index: 1;
    right: 0;
}

.signs-heading h1,
.signs-heading p {
    margin-right: 28%;
}

.signs-heading .sub-heading p {
    margin-right: 0;
}

.signs-section .info-card {
    background-color: var(--GC-Light-Red);
    border-radius: 10px;
    padding: 2rem 1.5rem 1.5rem;
    position: relative;
    text-align: left;
    min-height: 388px;
}

.symptom-info-section p {
    margin: 0;
}

.signs-section .number-badge {
    font-family: 'Confiteria-Script-ExtraBold';
    width: 84px;
    height: 84px;
    background-color: var(--GC-Orange);
    color: #FFFFFF;
    font-size: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10%;
}

.signs-page .squars-sign {
    display: grid;
    justify-content: right;
}

.sub-heading h3 {
    font-size: 34px;
    font-family: 'GSKPrecision-Bold';
    color: var(--GC-Grey);
}

.signs-section .info-card h5 {
    font-family: 'GSKPrecision-Bold';
    margin-top: 1.5rem;
    font-size: 24px;
}

.signs-section .info-card p {
    margin-bottom: 0;
    font-size: 24px;
    margin-right: 0;
}

.symptom-info-section {
    background-color: var(--GC-Light-Cyan);
}


.symptom-info-section h2 {
    color: var(--GC-Blue);
    font-family: 'GSKPrecision-Bold';
    font-size: 56px;
    line-height: 1;
    margin-bottom: 2rem;
}

.symptom-info-section ul {
    padding-left: 2rem;
}

.symptom-info-section ul li {
    margin-bottom: 10px;
}

.symptom-info-section ul li::marker {
    color: var(--GC-Blue);
    font-size: 40px;
}

.note-box {
    background-color: var(--GC-Blue);
    color: #fff;
}


.symptom-image img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid #fff;
}

.download-body-map {
    padding-right: 10%;
    padding-left: 10%;
}

.body-map-text {
    text-align: center;
    color: #ffffff;
    position: absolute;
    display: flex;
    flex-direction: column;
    inset: 0;
    top: 30%;
    left: 12%;
    right: 45%;
}

.body-map-text h2 {
    font-size: 56px;
}

.body-map-text p {
    font-family: 'GSKprecision-Bold';
    margin-right: 0;
}

.body-map .download-text {
    width: 60%;
}

.risk-section {
    background-color: var(--GC-Light-Cyan);
    padding: 2rem;
}

.risk-section h3 {
    color: var(--GC-Blue);
    font-family: 'GSKPrecision-Bold';
    font-size: 56px;
    margin-bottom: 1rem;
}

.risk-section p {
    margin-bottom: 1.5rem;
    margin-right: 0;
}

.risk-table th {
    background-color: transparent;
    font-family: 'GSKPrecision-Bold';
    font-size: 24px;
}

.risk-table tr {
    border-bottom: 2px solid var(--GC-Blue);
}

.risk-table td {
    vertical-align: top;
    background-color: var(--GC-Light-Cyan);
    padding-bottom: 16px;
    font-size: 28px;
}

.highlight-row td {
    background-color: var(--GC-Blue);
    color: #fff;
}

.highlight-row td:first-child {
    font-family: 'GSKPrecision-Bold';
}

.footnote {
    font-size: 18px;
    margin-top: 1rem;
}

.quiz-container {
    background-color: var(--GC-Light-Red);
    border-radius: 1px;
    padding: 2rem;
    margin: auto;
}

.quiz-header {
    text-align: center;
    color: var(--GC-Orange);
    font-family: 'GSKPrecision-Bold';
    margin-bottom: 1.5rem;
    font-size: 56px;
}

.quiz-sub-header {
    font-family: 'GSKPrecision-Bold';
    font-size: 36px;
}

.quiz-box {
    background-color: #fff;
    border-radius: 6px;
    padding: 70px;
    margin-bottom: 1.5rem;
    border: 1px solid #707070;
}

.quiz-box {
    height: auto;
}

.quiz-box-height p {
    margin-right: 0;
}

.btn-custom {
    background-color: var(--GC-Orange);
    color: #fff;
    border-radius: 8px;
    padding: 0.6rem 1.2rem;
    border: none;
    font-size: 30px;
    width: 440px;
}

.btn-custom:hover {
    background-color: var(--GC-Orange);
    color: #fff;
}

.question-list label {
    font-size: 1.5rem;
    margin-bottom: 0.7rem;
    display: block;
}

.question-list input[type=radio] {
    width: 27px;
    height: 27px;
}

.question-list input[type="radio"] {
    accent-color: var(--GC-Red);
}


@media (min-width: 1200px) {
    .symptom-info-section .symptom-image-mob {
        display: none;
    }
}

@media (max-width: 1200px) {

    .signs-section .info-card {
        min-height: 500px;
    }

    .signs-heading h1,
    .signs-heading p {
        margin-right: 20%;
    }

    .symptom-info-section .symptom-image-display {
        display: none;
    }

    .signs-page .body-map {
        display: none;
    }

    .body-map-image img {
        width: 229px;
        height: 229px;
    }

    .body-map-text h2 {
        font-size: 44px;
    }

    .body-map-text p {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .w-120 {
        width: 120%;
    }
}

@media (max-width: 992px) {
    .body-map-text {
        top: 28%;
    }

    .body-map-text h2 {
        font-size: 40px;
    }

    .body-map-text p {
        font-size: 20px;
    }

    .signs-section .signs-contents {
        margin-top: 0 !important;
    }

    .signs-section .info-card {
        margin-top: 50px;
        min-height: 388px;
    }

    .quiz-box .quiz-head {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


@media (max-width: 767px) {
    .signs-heading {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .signs-heading h1,
    .signs-heading h1 p {
        margin-right: 0;
    }

    .signs-heading h1 {
        font-size: 40px;
    }

    .signs-heading .square-img {
        top: 95%;
        padding-right: 15px !important;
    }

    .signs-heading .square-img img {
        width: 100px;
        padding-right: 10px;
    }

    .signs-heading .main-heading {
        font-size: 40px;
    }

    .signs-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .signs-section .number-badge {
        width: 68px;
        height: 68px;
        font-size: 49px;
    }

    .signs-symptoms {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .signs-symptoms {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .signs-section .signs-contents {
        margin-bottom: 0 !important;
    }

    .signs-page .squars-sign {
        position: relative;
        top: 225px;
        right: 5px;
        z-index: 1;
    }

    .signs-page .squars-sign img {
        width: 92px;
    }

    .symptom-info-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .risk-factors {
        padding-left: 0 !important;
        padding-right: 0 !important;

    }

    .risk-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .quiz-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .risk-factors,
    .quiz-section {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }


    .signs-heading p,
    .signs-section .info-card p,
    .symptom-info-section p,
    .symptom-info-section ul li,
    .risk-section p,
    .quiz-box p {
        font-size: 18px;
    }

    .quiz-sub-header {
        font-size: 24px !important;
    }

    .signs-section .info-card {
        min-height: 217px;
        padding: 3rem 1.5rem 1.5rem;
    }

    .symptom-info-section h2,
    .risk-section h3,
    .quiz-header {
        font-size: 34px;
    }

    .signs-section .info-card h5 {
        font-size: 22px;
    }

    .symptom-image {
        text-align: center;
        padding-left: 15%;
        padding-right: 15%;
    }

    .note-box {
        font-size: 22px;
    }

    .risk-table th {
        font-size: 13px;
    }

    .risk-table td,
    .question-list label {
        font-size: 16px;
    }

    .quiz-box {
        padding-right: 15px;
        padding-left: 15px;
    }

    .quiz-box .quiz-head {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .btn-custom {
        margin: 0;
        width: 285px;
        font-size: 20px;
    }

    .quiz-question {
        font-size: 19px;
    }

    .question-list input[type=radio] {
        width: 24px;
        height: 24px;
    }

    .squars-sign {
        text-align: end;
    }

    .download-body-map-mob {
        padding-right: 10%;
        padding-left: 10%;
    }

    .body-map-text-mob {
        top: 55%;
        text-align: center;
        color: #ffffff;
        font-family: 'GSKPrecision-Bold';
        padding-right: 10%;
    }

    .body-map-text-mob h2 {
        font-size: 42px;
    }

    .symptom-info-section ul li::marker {
        font-size: 18px;
    }
}

@media (max-width: 465px) {
    .body-map-text-mob h2 {
        font-size: 34px;
    }

    .signs-heading h1 {
        font-size: 36px;
    }

    .body-map-text-mob p {
        font-size: 22px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .risk-table td,
    .question-list label {
        font-size: 14px;
    }

    .question-list input[type=radio] {
        width: 16px;
        height: 16px;
    }

    .btn-custom {
        width: 255px;
        font-size: 18px;
    }

    .footnote {
        font-size: 16px !important;
    }
}


@media (max-width: 375px) {
    .btn-custom {
        width: 200px;
    }
}


/* Signs & Symptoms css ends here */


/* Gynae Cancers css starts here */

.lets-talk {
    position: relative;
}

.letstalk-textdiv-1 {
    margin-right: 50%;
}

.letstalk-textdiv-1 h1 {
    font-size: 90px;
    font-family: 'Confiteria-Script-ExtraBold';
    font-size: 90px;
    color: var(--GC-Grey);
    padding-top: 50px;
}

.letstalk-textdiv-1 h3 {
    font-size: 56px;
    color: var(--GC-Grey);
    font-family: 'GSKPrecision-Bold';
}

.letstalk-textdiv-1 p {
    font-size: 32px;
    color: var(--GC-Orange);
    font-family: 'GSKPrecision-Bold';
}

.letstalk-textdiv-2 h2 {
    font-size: 34px;
    color: var(--GC-Grey);
    font-family: 'GSKPrecision-Bold';
}

.letstalk-textdiv-2 h3 {
    font-size: 28px;
    color: var(--GS-Black);
    font-family: 'GSKPrecision-Regular';
}

.letstalk-textdiv-2 ul li {
    font-size: 28px;
    color: var(--GS-Black);
    font-family: 'GSKPrecision-Light';
}


.letstalk-img {
    position: absolute;
    width: 560px;
    height: auto;
    overflow: hidden;
    right: 0;
    z-index: 4;
    top: -32px;
}

.talk-curve {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 45px;
}

.curve-svg {
    width: 431.5px;
    height: 200px;
}

.curve-path {
    fill: none;
    stroke: var(--GC-Orange);
    stroke-width: 26px;
    stroke-linecap: round;
    transform: translate(-519.083px, -171.163px);
}

.letstalk-img img {
    width: 650px;
}

.gynae-page ul li::marker {
    color: var(--GC-Orange);
    font-size: 2.5rem;
}

.make-difference {
    position: relative;
    width: 100%;
}

.make-difference-items {
    height: auto;
    width: 100%;
}

.make-difference-contents {
    position: relative;
    background-color: var(--GC-Light-Orange);
}

.impact-title {
    font-size: 56px;
    font-family: 'GSKPrecision-Bold';
    color: var(--GC-Orange);
}

.impact-item h2 {
    font-size: 32px;
    font-family: 'GSKPrecision-Bold';
    color: var(--GC-Orange);
}

.impact-item p {
    font-size: 28px;
    font-family: 'GSKPrecision-Light';
    color: var(--GS-Black);
}

.impact-image {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 60%;
    width: 300px;
}

@media (max-width: 1200px) {
    .curve-svg {
        width: 389px;
    }

    .letstalk-img {
        width: 460px;
    }

    .letstalk-img img {
        width: 550px;
    }

    .letstalk-textdiv-1 {
        margin-right: 44%;
    }

    .letstalk-textdiv-1 h1 {
        font-size: 80px;
    }

    .letstalk-textdiv-1 h3 {
        font-size: 48px;
    }

    .letstalk-textdiv-1 p {
        font-size: 28px;
    }

    .letstalk-textdiv-2 h2 {
        font-size: 30px;
    }

    .letstalk-textdiv-2 h3 {
        font-size: 24px;
    }

    .letstalk-textdiv-2 ul li {
        font-size: 24px;
    }

    .gynae-page ul li::marker {
        color: var(--GC-Orange);
        font-size: 2.25rem;
    }

    .impact-title {
        font-size: 48px;
    }

    .impact-item h2 {
        font-size: 28px;
    }

    .impact-item p {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .talk-curve {
        top: 0;
    }

    .curve-svg {
        width: 325.5px;
    }

    .curve-path {
        stroke-width: 25px;
    }

    .letstalk-img {
        width: 350px;
    }

    .letstalk-img img {
        width: 420px;
    }

    .letstalk-textdiv-1 {
        margin-right: 40%;
    }

    .letstalk-textdiv-1 h1 {
        font-size: 65px;
        padding-top: 0;
    }

    .letstalk-textdiv-1 h3 {
        font-size: 40px;
    }

    .letstalk-textdiv-1 p {
        font-size: 24px;
    }

    .letstalk-textdiv-2 h2 {
        font-size: 28px;
    }

    .letstalk-textdiv-2 h3 {
        font-size: 22px;
    }

    .letstalk-textdiv-2 ul li {
        font-size: 22px;
    }

    .gynae-page ul li::marker {
        color: var(--GC-Orange);
        font-size: 2rem;
    }

    .impact-image {
        top: 48%;
        width: 250px;
    }

    .impact-title {
        font-size: 40px;
    }

    .impact-item h2 {
        font-size: 28px;
    }

    .impact-item p {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .curve-svg {
        width: 270px;
    }

    .curve-path {
        stroke-width: 28px;
    }

    .impact-image {
        display: none;
    }

    .make-difference-contents {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
    }

    .letstalk-contents {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .letstalk-textdiv-1 {
        margin-right: 20%;
    }

    .letstalk-textdiv-2 {
        margin-top: 100%;
    }

    .letstalk-textdiv-1 h1 {
        font-size: 60px;
        padding-top: 5px;
    }

    .letstalk-textdiv-1 h3 {
        font-size: 28px;
    }

    .letstalk-textdiv-1 p {
        font-size: 22px;
    }

    .letstalk-textdiv-2 h2 {
        font-size: 30px;
    }

    .letstalk-img {
        top: 20%;
        width: 75%;
    }

    .letstalk-img img {
        width: 100%;
    }
}

@media (max-width: 427px) {
    .curve-svg {
        width: 219px;
    }

    .letstalk-textdiv-1 {
        margin-right: 0%;
    }



    .letstalk-textdiv-1 h1 {
        font-size: 48px;
    }

    .letstalk-textdiv-1 h3 {
        font-size: 24px;
    }

    .letstalk-textdiv-1 p {
        font-size: 20px;
        margin-right: 21%;
    }

    .letstalk-img {
        top: 22%;
        width: 80%;
    }

    .letstalk-textdiv-2 h2 {
        font-size: 34px;
    }

    .letstalk-textdiv-2 h3 {
        font-size: 20px;
    }

    .letstalk-textdiv-2 ul li {
        font-size: 18px;
    }

    .impact-title {
        font-size: 40px;
    }

    .impact-item h2 {
        font-size: 22px;
    }

    .impact-item p {
        font-size: 18px;
    }
}

/* Gynae Cancers css ends here */


/* Resources css starts here */

.resources-and-support {
    position: relative;
}

.resources-curve {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px;
}

.resources-svg {
    width: 540px;
    height: auto;
}

.resources-curve-path {
    fill: none;
    stroke: var(--GC-Orange);
    stroke-width: 13px;
    stroke-linecap: round;
    transform: translate(-210px, -107px);
}

.resources-img {
    position: absolute;
    width: 510px;
    height: auto;
    overflow: hidden;
    right: 0;
    z-index: 4;
    top: 140px;
}

.resources-img img {
    width: 600px;
}

.resources-textdiv-1 h1 {
    font-size: 68px;
    font-family: 'Confiteria-Script-ExtraBold';
    padding-top: 32px;
    color: var(--GC-Grey);
}

.resources-textdiv-1 h3 {
    font-size: 56px;
    color: var(--GC-Grey);
    font-family: 'GSKPrecision-Bold';
}

.resources-textdiv-1 p {
    font-size: 28px;
    color: var(--GC-Black);
    font-family: 'GSKPrecision-Light';
    margin-right: 47%;
}

.resources-textdiv-1 h2 {
    font-size: 38px;
    color: var(--GC-Orange);
    font-family: 'GSKPrecision-Bold';
    margin-right: 40%;
}

.resources-textdiv-1 .text-disclaimer {
    font-size: 18px;
    color: var(--GC-Black);
    font-family: 'GSKPrecision-Light';
    margin: 0;
}

.resources-support h4 {
    font-size: 38px;
    color: var(--GC-Orange);
    font-family: 'GSKPrecision-Bold';
}

.resources-support small {
    font-size: 18px;
}

.resources-support .resources-img {
    width: 480px;
    height: 480px;
    overflow: hidden;
}

.resources-support-img {
    text-align: end;
}

.download-guide-section {
    position: relative;
}

.download-guide-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.download-content {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: flex;
    flex-direction: column;
}

.download-content h2 {
    font-size: 28px;
    color: #FFFFFF;
    font-family: 'GSKPrecision-Bold';
    padding-top: 33%;
    padding-left: 8%;
    padding-right: 54%;
}

.download-link-text {
    color: #FFFFFF;
    font-family: 'GSKPrecision-Bold';
    font-size: 28px;
    text-align: center;
    margin-top: auto;
    margin-right: 50px;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .resources-curve {
        top: 58px;
    }

    .resources-svg {
        width: 482px;
    }

    .resources-img {
        width: 410px;
    }

    .resources-img img {
        width: 500px;
    }

    .resources-textdiv-1 h1 {
        font-size: 60px;
    }

    .resources-textdiv-1 h3 {
        font-size: 46px;
    }

    .resources-textdiv-1 p {
        font-size: 24px;
        margin-right: 42%;
    }

    .resources-textdiv-1 h2 {
        font-size: 34px;
        margin-right: 32%;
    }

    .resources-textdiv-1 .text-disclaimer {
        font-size: 16px;
    }

    .resources-logos h3 {
        font-size: 24px;
    }

    .resources-logos p {
        font-size: 24px;
    }

    .resources-logos a {
        font-size: 24px;
    }

    .download-content h2 {
        padding-top: 35%;
        padding-left: 10%;
        padding-right: 52%;
        font-size: 20px;
    }

    .download-link-text p {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .resources-curve {
        top: 75px;
    }

    .resources-svg {
        width: 354px;
    }

    .resources-img {
        width: 350px;
    }

    .resources-img img {
        width: 400px;
    }

    .resources-textdiv-1 h1 {
        font-size: 42px;
    }

    .resources-textdiv-1 h3 {
        font-size: 32px;
    }

    .resources-textdiv-1 p {
        font-size: 20px;
    }

    .resources-textdiv-1 h2 {
        font-size: 24px;
        margin-right: 34%;
    }

    .resources-textdiv-1 .text-disclaimer {
        font-size: 12px;
    }

    .resources-logos h3 {
        font-size: 20px;
    }

    .resources-logos p {
        font-size: 20px;
    }

    .resources-logos a {
        font-size: 20px;
    }

    .download-content h2 {
        padding-top: 32%;
        padding-left: 10%;
        padding-right: 54%;
        font-size: 16px;
    }

    .download-link-text {
        margin-bottom: 36px;
    }

    .download-link-text p {
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .download-link-text {
        margin-bottom: 80px;
    }
}


@media (max-width: 767px) {
    .resources-logos {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .resources-and-support {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .resources-curve {
        z-index: 6;
        left: 338px;
        top: 115px;
    }

    .resources-svg {
        width: 100%;
        height: auto;
    }

    .resources-curve-path {
        stroke-width: 7px;
        transform: translate(-270px, -247px);
    }

    .resources-contents {
        padding: 0 !important;
    }

    .resources-img {
        width: 105%;
        top: 150px;
    }

    .resources-img img {
        width: 150%;
    }

    .resources-textdiv-1 h1 {
        font-size: 48px;
    }

    .resources-logos h3 {
        font-size: 22px;
        margin-right: 40%;
    }

    .resources-textdiv-1 p:first-of-type {
        margin-top: 160%;
        margin-right: 0;
        font-size: 18px;
    }

    .resources-textdiv-1 h3 {
        font-size: 32px;
        margin-right: 40%;
    }

    .resources-logos p {
        font-size: 18px;

    }

    .resources-logos a {
        font-size: 20px;
    }

    .resources-textdiv-1 h2 {
        font-size: 20px;
        margin-right: 0;
    }

    .resources-logos .download-section {
        height: 315px;
    }

    .download-guide-section h3 {
        text-align: center;
    }

    .download-guide-section-mob {
        background-color: var(--GC-Light-Red);
        padding: 10%;
        margin-top: 50px;
    }

    .download-guide-section-mob img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .download-guide-section-mob h3 {
        text-align: center;
        font-size: 22px;
        margin-right: 0;
    }

    .download-guide-section-mob .text-download {
        text-align: center;
        font-size: 32px;
    }

    .download-guide-section-mob .text-p {
        text-align: center;
        font-size: 22px;
    }

    .resources-textdiv-1 .text-disclaimer {
        font-size: 16px;
    }
}

@media (max-width: 571px) {
    .resources-curve {
        left: 43px;
        top: 172px;
    }

    .resources-img {
        top: 200px;
    }

    .resources-textdiv-1 h3 {
        font-size: 24px;
        margin-right: 55%;
    }
}

@media (max-width: 426px) {
    .resources-curve {
        z-index: 6;
        left: 44px;
        top: 172px;
    }

    .resources-svg {
        width: 100%;
        height: auto;
    }

    .resources-curve-path {
        stroke-width: 7px;
        transform: translate(-270px, -247px);
    }

    .resources-img {
        width: 105%;
        top: 200px;
    }

    .resources-img img {
        width: 155%;
    }

    .resources-textdiv-1 h3 {
        margin-right: 40%;
        font-size: 24px;
    }

    .resources-textdiv-1 p:first-of-type {
        margin-top: 170%;
        font-size: 18px;
        margin-right: 0;
    }

    .resources-textdiv-1 h2 {
        font-size: 20px;
        margin-right: 0;
    }

    .resources-textdiv-1 .text-disclaimer {
        font-size: 16px;
    }
}

/* Resources css ends here */

/* footer css starts here */

.footer {
    font-size: 14px;
    font-family: 'arial-narrow';
    color: var(--GS-Black);
    word-wrap: break-word;
}

.footer a {
    color: var(--GS-Black);
    text-decoration: none;
}

footer ul {
    list-style-type: none;
    padding: 0px;
}

.footer strong,
.footer b {
    font-family: 'arial-narrow-bold';
}


.footer-container-base {
    width: 100%;
    position: relative;
    height: auto;
}

.footer-container-1 {
    position: absolute;
    z-index: 1;
    left: 0%;
    right: 0%;
    top: 60%;
}

.footer-container-1 img {
    height: 15px;
}

.footer-container-2 {
    position: relative;
    z-index: 2;
    margin-right: auto;
    left: 0%;
    right: 0%;
}

.footer-orange-container {
    background-color: var(--GC-Orange);
    border-radius: 8px;
}

.footer-path-container {
    position: relative;
    margin-left: -5px;
}

.footer-path-container img {
    height: 140px;
}

.text-one {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: bold;
    font-family: GSKPrecision-Bold;
    line-height: 1em;
}

.text-two {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    font-family: GSKPrecision-Bold;
    line-height: 1em;
}

.text-three {
    color: var(--GC-Orange);
    font-size: 28px;
    font-weight: bold;
    font-family: GSKPrecision-Bold;
    line-height: 1em;
}

.footer-path-container-mob {
    height: auto;
    width: 60%;
    position: absolute;
    z-index: 3;
    top: 8%;
    right: 0%;
}

@media (max-width: 1200px) {
    .footer-container-1 {
        top: 55%;
    }

    .footer-orange-container {
        padding: 15px !important;
    }

    .text-one {
        font-size: 52px;
    }

    .text-two {
        font-size: 22px;
    }

    .text-three {
        font-size: 22px;
        padding: 15px !important;
    }

    .footer-path-container img {
        height: 120px;
    }
}

@media (max-width: 992px) {
    .footer-container-1 {
        top: 60%;
    }

    .footer-orange-container {
        padding: 15px !important;
    }

    .text-one {
        font-size: 42px;
    }

    .text-two {
        font-size: 16px;
    }

    .text-three {
        font-size: 16px;
        padding: 15px !important;
    }

    .footer-path-container img {
        height: 90px;
    }
}

@media (max-width: 767px) {
    .footer {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .footer-container-1 {
        top: 38%;
    }

    .footer-container-2 {
        padding-left: 10% !important;
    }

    .footer-orange-container {
        padding-left: 10px !important;
        width: 55% !important;
    }

    .text-one {
        font-size: 60px;
        margin-bottom: 10px !important;
    }

    .text-two {
        font-size: 28px;
    }

    .text-three {
        font-size: 28px;
        padding-left: 0% !important;
        padding-right: 32% !important;
    }

    .footer-path-container-mob {
        top: 5%;
        width: 50%;
    }
}

@media (max-width: 625px) {
    .footer-container-2 {
        padding-left: 10% !important;
    }

    .footer-orange-container {
        padding-left: 10px !important;
        width: 55% !important;
    }

    .text-one {
        font-size: 48px;
    }

    .text-two {
        font-size: 18px;
    }

    .text-three {
        font-size: 18px;
        padding-right: 30% !important;
    }

    .footer-path-container-mob {
        top: 8%;
    }
}

@media (max-width: 425px) {
    .footer-container-1 {
        top: 35%;
    }

    .footer-orange-container {
        padding-left: 10px !important;
        width: 50% !important;
    }

    .text-one {
        font-size: 32px;
        margin-bottom: 10px !important;
    }

    .text-two {
        font-size: 17px;
    }

    .text-three {
        font-size: 17px;
        padding-left: 0% !important;
        padding-right: 28% !important;
    }

    .footer-path-container-mob {
        width: 56% !important;
        top: 10% !important;
    }
}

@media (max-width: 375px) {
    .text-one {
        font-size: 30px;
        margin-bottom: 10px !important;
    }

    .text-two {
        font-size: 14px;
    }

    .text-three {
        font-size: 14px;
        padding-right: 22% !important;
    }
}

/* footer css ends here */


/* popup css */
.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px var(--GC-Orange) !important;
    font-size: 18px;
}

.confirm-ok-btn {
    color: #fff;
    background-color: var(--GC-Orange);
    font-weight: normal !important;
    min-width: 112px;
    padding: 8px 30px !important;
}

.confirm-ok-btn:hover {
    background-color: var(--GC-Orange) !important;
    color: #fff;
}

.confirm-cancel-btn {
    text-transform: capitalize !important;
    min-width: 112px;
    color: white;
    padding: 8px 30px !important;
    margin-left: 10px !important;
    font-weight: normal !important;
    background-color: #4c4c4e;
}

.confirm-cancel-btn:hover {
    background-color: #4c4c4e !important;
    color: #fff;
}

/*end popup css */