.nopadding {
    padding: 0;
}

.w-100 {
    width: 100%;
}

/*----Navbar----*/
.hamburger-menu-button {
    width: 40px;
    height: 40px;
    padding: 6px;
    display: block;
    position: absolute;
    /* margin-top: 35px; */
    z-index: 100;
    background: #2a2076;
    border: 5px solid white;
    box-sizing: content-box;
    border-radius: 50%;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    top: 0;
    right: 0;
    display: none;
}

.hamburger-menu-button-open {
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
}

.hamburger-menu-button-open,
.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hamburger-menu-button-open::before,
.hamburger-menu-button-open::after {
    left: 0;
    content: "";
}

.hamburger-menu-button-open::before {
    top: 6px;
}

.hamburger-menu-button-open::after {
    bottom: 6px;
}

.hamburger-menu-button-close {
    background: transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hamburger-menu-button-close::before {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.hamburger-menu-button-close::after {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.ham-menu {
    position: absolute;
    top: 42px;
    left: 0;
    margin: auto;
    /* max-width: 97%; */
    overflow: hidden;
    width: 100%;
    z-index: 9;
}

.ham-menu ul {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    background-color: #2a2076;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ham-menu.on ul {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    height: 100vh;
    padding-top: 20px;
}

.ham-menu ul {
    font-size: 0;
}

.ham-menu ul li {
    /* display: inline-block; */
}

.ham-menu ul li:first-child .ham-menu ul li a {
    padding-left: 30px;
}

.ham-menu ul li a {
    padding: 15px;
    display: block;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    font-weight: 600;
}

.ham-menu ul li.active a,
.ham-menu ul li a:hover {
    background-color: #fff;
    color: #2a2076 !important;
}

/*----Navbar----*/
/*------bannerForm------*/

.banner-section {
    width: 100%;
}

.bg-gradient {
    background: rgb(171, 58, 90);
    background: -moz-linear-gradient(
        90deg,
        rgba(171, 58, 90, 1) 0%,
        rgba(42, 32, 118, 1) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(171, 58, 90, 1) 0%,
        rgba(42, 32, 118, 1) 100%
    );
    background: linear-gradient(
        90deg,
        rgba(171, 58, 90, 1) 0%,
        rgba(42, 32, 118, 1) 100%
    );
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ab3a5a", endColorstr="#2a2076", GradientType=1);
}

.bannerForm {
    padding: 1.75rem 5rem;
    float: left;
    width: 100%;
    display: flex;
}

.form-area {
    border: 1px solid #301f6c;
    margin-bottom: 40px;
}

.form-hdr {
    border-bottom: 1px solid #301f6c;
}

.banner-img {
    display: flex;
    justify-content: flex-start;
    margin-top: 4%;
    position: relative;
    align-items: flex-start;
    flex-wrap: wrap;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.banner-btn {
    color: #fff;
    background-color: #2a2076;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 15px;
    width: auto;
    border-radius: 0;
    margin: 0 auto;
    transition: all 0.2s;
}

.banner-btn:hover,
.banner-btn:focus {
    color: #fff;
}

.dflexcc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

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

.rgt-img {
    margin-bottom: 30px;
}

.banner_dsclmr {
    color: #2a2076;
    font-size: 18px;
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.banner_dsclmr-2 {
    color: #2a2076;
    font-size: 15px;
    margin-top: 25px;
    width: 100%;
    text-align: left;
}

.banner_dsclmr-3 {
    color: #2a2076;
    font-size: 15px;
    margin-top: 25px;
    width: 100%;
    text-align: left;
    display: none;
}

.banner_dsclmr strong,
.banner_dsclmr a {
    color: #d60d47;
}

.form-hdr {
    background-color: #ffffff;
    padding: 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-hdr h4 {
    color: #d60d47;
    font-family: "Lato", sans-serif !important;
    font-weight: 900;
    font-size: 1.1rem;
    padding: 8px;
}

.dot-blue {
    display: flex;
    justify-content: flex-start;
}

.dot-blue span {
    background-color: #2a2076;
    color: #fff;
    width: 20px;
    height: 28px;
    margin: 5px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    background-color: #d6d6d6;
    width: 15px;
    height: 15px;
    border: 1px solid #ffffff;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2a2076 !important;
}

.form-sec {
    width: 90%;
    margin: 15px auto;
}

.form-sec h3 {
    color: #d60d47;
    font-family: "Lato", sans-serif !important;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 15px;
    float: left;
    display: block;
    width: 100%;
    line-height: 25px;
}

.form-in-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.form-in-group label {
    color: #2a2076;
    margin-right: 10px;
    min-width: 85px;
}

.form-in-group .form-control {
    border-radius: 0;
}

.captcha-refresh {
    color: #ffffff;
    margin-left: 10px;
}

.captcha-sec {
    color: #fff;
}

.checklabel {
    font-size: 13px;
    font-weight: 100;
}

.form-sec .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-sec .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 5px 8px;
}

.submit-btn {
    margin: 0 auto;
    text-align: center;
    margin-bottom: -40px;
}

.submit-btn button {
    color: #fff;
    background-color: #2a2076;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    width: 180px;
    border-radius: 0;
    margin: 0 auto;
    transition: all 0.2s;
}

.submit-btn button:hover {
    color: #fff;
    background-color: #2a2076;
    outline: 0;
}

.submit-btn button:focus {
    outline: 0;
}

.form-sec .modal {
    text-align: center;
    padding: 0 !important;
}

.form-sec .modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.form-sec .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.form-sec .modal-content {
    position: relative;
    border-radius: 0;
    border: 0;
}

.form-sec .modal-body {
    padding: 0;
}

.form-sec button.close {
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    cursor: pointer;
    border: 0;
    color: #000;
    opacity: 1;
    width: 25px;
    height: 25px;
    background: #fff;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 9;
}

@media (max-width: 1024px) {
    .banner-img img {
        width: 50%;
    }

    .campaignRow .txt-hightligh-v2 {
        font-size: 50px;
        line-height: 1.1;
    }

    .banner-carousel-indicators {
        width: 100% !important;
        text-align: center;
        position: static;
        margin: 20px auto;
    }

    .campaignTxt {
        margin: 0 auto 30px !important;
    }

    .disclaimer-txt {
        font-size: 16px;
        line-height: 1.1;
    }
}

@media (max-width: 900px) {
    .bannerForm {
        display: block;
    }

    .banner-img img {
        width: 50%;
        margin-bottom: 30px;
    }

    .banner_dsclmr {
        bottom: 0;
    }

    .form-area {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .banner_dsclmr {
        bottom: -40px;
    }

    .banner_dsclmr-2 {
        display: none;
    }

    .banner_dsclmr-3 {
        display: block;
    }

    .form-area {
        margin-top: 80px;
    }
}

@media (max-width: 640px) {
    .form-area {
        margin-top: 50px;
    }

    .bannerForm {
        display: block;
        margin-bottom: 20px;
        float: left;
    }

    .banner-img {
        display: block;
        margin-bottom: 0px;
    }

    .banner-img img {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .banner_dsclmr {
        color: #2a2076;
        font-size: 18px;
        margin-top: 25px;
        width: 100%;
        text-align: center;
        line-height: 27px;
    }
}

/*------bannerForm END------*/
#campaignCarousel .title {
    font-size: 25px;
    font-weight: bold;
    color: #2a2076;
    margin-bottom: 25px;
}

#campaignCarousel .campaignTxt {
    padding: 20px;
}

#campaignCarousel .campaignTxt .txt {
    font-size: 20px;
    line-height: 29px;
}

.txtLine {
    margin: 25px 0 40px;
    font-weight: bold;
}

.txtLine h2 {
    font-size: 30px;
    color: #301f6c;
}

.txtLine h2 span {
    color: #d60d47;
}

.campaignRow {
    position: relative;
    padding: 40px 0;
}

.content-sec {
    padding: 25px 0;
}

.campaignRow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(91deg, #ab3a5a 0%, #2a2076 100%) 0%
        0% no-repeat padding-box;
    opacity: 0.2;
    top: 0;
}

.campaignRow .panel {
    background-color: transparent;
    margin-bottom: 0.5rem;
}

.campaignRow .panel-body {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 20px 30px 40px #1a000147;
    border: 1px solid #ffffff;
    padding: 40px;
    border-radius: 8px;
}

.campaignRow .panel-default > .panel-heading {
    border: 2px solid #343434;
    border-radius: 8px;
    background-color: transparent;
}

.campaignRow .panel-title > a {
    display: block;
    position: relative;
}

.campaignRow .panel-title > a:after {
    content: "-";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #000000;
    font-size: 24px;
}

.campaignRow .panel-title > a.collapsed:after {
    content: "+";
}

.campaignRow .title {
    color: #2a2076;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 25px;
}

h3.sub-title {
    color: #2a2076;
    font-size: 20px;
    margin-bottom: 18px;
}

h5.sub-titlehead {
    color: #d60d47;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

.campaignRow #collapseOne .title .txt2 {
    color: #d60d47;
    font-weight: bold;
}

.campaignRow .line-separator > div {
    position: relative;
}

.campaignRow .line-separator > div:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1a000147;
}

.campaignRow .line-separator > div:last-child:after {
    display: none;
}

.know-more {
    display: inline-block;
    text-align: center;
    background-color: #2a2076;
    color: #ffffff;
    position: relative;
    padding: 10px 40px 10px 20px;
    margin: 20px 0;
}

.know-more:hover,
.know-more:focus {
    color: #ffffff;
}

.know-more:focus {
    outline: none;
    outline-offset: unset;
}

.know-more:after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.collapseSixtxt {
    margin: 20px 0;
}

.campaignRow .txt-hightligh-v2 {
    display: block;
    font-size: 70px;
    line-height: 70px;
    font-weight: bold;
    color: #d60d47;
}

.campaignRow .txt-hightligh-v3 {
    color: #d60d47;
    font-weight: bold;
}

.campaignRow .info-txt-v2 {
    width: 70%;
    margin: 25px auto;
}

.campaignRow .care-txt {
    margin: 25px auto;
    width: 80%;
}

.campaignRow .txt-width {
    width: 70%;
    margin: auto;
    font-size: 13px;
}

.campaignRow .info-txt {
    width: 70%;
    margin: auto;
}

.campaignRow .source-txt {
    color: #9a9999;
    font-weight: 500;
}

.campaignRow .source-txt ol {
    list-style: auto;
    padding-left: 15px;
    margin-top: 10px;
}

.campaignRow .source-txt ol li {
    margin-bottom: 5px;
}

.source-txt {
    margin-top: 25px;
}

.campaignRow .txt-highlight {
    color: #d60d47;
    font-size: 18px;
    line-height: 23px;
    display: block;
    font-weight: bold;
}

.tad-txt {
    font-size: 1rem;
    color: #262626;
}

.disclaimer-txt {
    font-size: 1rem;
    line-height: 29px;
    color: #262626;
}

.link {
    color: inherit;
    text-decoration: none;
    word-wrap: break-word;
}

.link-video {
    display: block;
    color: inherit;
    text-decoration: none;
}

.link-video:hover {
    color: inherit;
    text-decoration: none;
}

.thanks-a-dot .one,
.thanks-a-dot .two,
.thanks-a-dot .three,
.thanks-a-dot .four {
    position: relative;
}

.thanks-a-dot .one:after,
.thanks-a-dot .two:after,
.thanks-a-dot .three:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.thanks-a-dot .one:after,
.thanks-a-dot .two:after {
    background-image: url("../images/breast-cancer/icon-plus.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 44px;
}

.thanks-a-dot .three:after {
    background-image: url("../images/breast-cancer/icon-equal.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 44px;
}

.thanks-a-dot .four img {
    position: relative;
    top: 25px;
}

.campaignTxt {
    width: 88%;
    margin: 0 auto;
}

.campaignTxt .title {
    color: #2a2076;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}

.campaignTxt .title span {
    color: #d60d47;
}

.campaignTxt p {
    font-size: 20px;
    line-height: 29px;
    color: #262626;
    text-align: left;
}

.campaignCont {
    max-height: 270px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 20px;
}

.campaignCont p {
    text-align: left;
}

.downloadPdf p {
    text-align: left;
}

.downloadPdf p a {
    color: inherit;
    text-decoration: underline;
}

.radioWrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.download-btn {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px;
    width: 180px;
    border-radius: 0;
    margin: 0 auto;
    transition: all 0.2s;
    background: #2a2076;
    color: #fff;
    display: flex;
    text-align: center;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    float: left;
}

.download-btn:hover {
    background: #2a2076;
    color: #fff;
}

.banner-carousel-indicators {
    bottom: 0;
    margin-left: 0;
    left: auto;
    right: 25%;
    width: 50%;
    text-align: center;
}

.banner-carousel-indicators li {
    background-color: #d6d6d6;
    width: 14px;
    height: 14px;
}

.banner-carousel-indicators .active {
    background-color: #2a2076;
    width: 14px;
    height: 14px;
}

@media screen and (min-width: 1600px) {
    .campaignTxt {
        width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    .header-logo-wrapper-desktop {
        display: block;
    }
}

@media screen and (max-width: 820px) {
    .header-logo-wrapper-desktop {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 99999;
        background: #fff;
        margin-top: 0;
    }

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

    .hamburger-menu-button {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .hamburger-menu-button {
        display: block;
    }

    .banner-img img {
        width: 50%;
    }

    .bannerForm {
        margin-top: 50px;
    }

    .campaignTxt {
        padding-bottom: 0;
    }

    .campaignTxt .title {
        margin: 15px 0;
    }

    .campaignRow .title {
        font-size: 24px;
    }

    .campaignRow .panel {
        margin-bottom: 20px;
    }

    .campaignRow .txt-hightligh-v2 {
        font-size: 56px;
    }

    .banner-carousel-indicators {
        text-align: center;
    }

    .campaignRow .txt-width {
        width: 100%;
    }

    .campaignRow .info-txt {
        width: 100%;
    }

    .campaignAccordions > .container {
        margin: 0 -15px;
    }

    .campaignRow .line-separator > div {
        margin-bottom: 20px;
    }

    .campaignRow .line-separator > div:after {
        display: none;
    }

    .campaignRow .info-txt-v2 {
        width: 100%;
    }

    .campaignRow .panel-body {
        padding: 20px 20px;
    }

    .campaignRow .panel-title > a {
        width: 95%;
    }

    .campaignRow .panel-title > a:after {
        right: -20px;
    }

    .thanks-a-dot .four img {
        top: 0;
    }

    .thanks-a-dot .one,
    .thanks-a-dot .two,
    .thanks-a-dot .three {
        margin-bottom: 40px;
    }

    .thanks-a-dot .one:after,
    .thanks-a-dot .two:after,
    .thanks-a-dot .three:after {
        content: "";
        position: absolute;
        right: auto;
        top: auto;
        bottom: -40px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .tad-txt {
        margin-bottom: 25px;
    }

    .disclaimer-txt {
        font-size: 14px;
        line-height: 21px;
    }

    .checklabel {
        font-size: 11px;
    }
}
