@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

@keyframes fadeEffect {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

*,
html {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    scroll-behavior: smooth;
}

.container {
    width: 90%;
    margin: auto
}
h1, h2 {
    font-size: 46px;
    font-weight: 600;
}
h2, h3 {
    font-size: 38px;
}
h3 {
    font-weight: 500;
}
.web {
    display: block;
}
.d-flex,
.navbar {
    display: flex
}
#header{
    top: 0;
    z-index: 2;
}
.logo-wrapper {
    max-width: 290px;
}
.logo-wrapper a {
    width: 100%;
    height: auto;
}
.logo-wrapper a img {
    width: 100%;
    height: auto;
}
header{
    position: sticky;
    top: 0;
    z-index: 10000;
    /* transition: all 0.5s linear; */
}
.navbar {
    /* overflow-x: hidden; */
    background-color: #fff;
    align-items: center;
    font-weight: 600;
    z-index: 2;
    max-width: 100%;
    padding: 0 1.5rem;
}

.section {
    margin-bottom: 100px;
    /* padding-left: 30px; */
}
.loading{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(51, 51, 51,0.5);
    justify-content: center;
    align-items: center;
    z-index: 100000000;
    display: none;
}
.loading .circle{
    width: 100px;
    height: 100px;
    border:3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    animation: animationRotate 0.5s linear infinite;
}
.loading.show{
    display: flex;
}
@keyframes animationRotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.navbar a {
    float: left;
    font-size: 15px;
    color: rgb(23, 23, 23);
    text-align: center;
    padding: 10px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.nav_wrapper > a,
.nav_wrapper .lvl-1 a.dropbtn{
    text-transform: uppercase;
}
.dropdown {
    float: left;
    overflow: hidden
}

.navbar .active {
    color: #e20177 !important
}

.lvl-1 .dropbtn {
    font-size: 15px;
    border: 0;
    outline: 0;
    padding: 15px 20px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    letter-spacing: 0.5px;
}
.navbar .lvl-2 span::after {
    content: "❯";
    color: inherit;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    transition: .4s;
    font-size: 14px
}

.dropdown-content .lvl-2,
.dropdown-content a {
    color: #fff;
    position: relative
}

.dropdown-content,
.dropdown-content-inner {
    display: none;
    position: absolute;
    background-color: #171717;
    min-width: 270px;
    max-width: 270px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    top: 50px;
    z-index: 1000;
    padding: 10px 0;
    /* border-radius: 10px */
}

.dropdown-content a {
    float: none;
    padding: 12px 16px 12px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    margin-left: 15px
}

.dropdown-content a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e20177;
    color: red !important
}

.dropdown-content .dropdown-content-inner>a:is(:nth-child(1), :nth-child(2))::before {
    top: 37%
}

.dropdown-content .dropdown-content-inner>a:is(:nth-child(3))::before {
    top: 50%
}

.footer .footer-menu a:hover,
.navbar a:hover {
    color: #e20177
}

.dropdown-content .dropdown-content-inner {
    left: 270px;
    top: -10px;
    width: 100%;
    border-left: 5px solid #fff
}

.dropdown:hover .dropdown-content,
.lvl-2:hover .dropdown-content-inner {
    display: block
}

.banner-section,
.toggleDiv {
    background-color: #f5f5f5
}
body {
    position: relative;
    height: fit-content;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-y: auto;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    font-weight: 500;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

input:checked+.slider:before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.toggle-switch input:checked+.slider p:last-child,
.toggle-switch input:not(:checked)+.slider p:first-child {
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.two-columns a,
.two-columns button {
    text-decoration: none
}
.two-columns .column{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100%/2);
}
.two-columns a {
    background-color: #1b4298;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 30px;
    border-radius: 500px;
    border: 0;
    outline: 0;
    font-size: 18px;
    transition: .5s;
    margin-top: 20px
}

.two-columns a:hover,
.two-columns button:hover {
    background: #e20177
}

.ans-wrapper-2 .progress_bar_result .percent::after {
    content: attr(data-width)"%";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50px, -50%);
    width: fit-content;
    color: #e20177;
    font-size: .8em
}
.p-relative{
    position: relative
}
.contraception-page .tab-section .container_02 {
    width: 75%;
    margin: auto
}
.contraception-page .tab-section .tab .container,
.contraception-page .tab-section .container{
    max-width: 1280px;
}

.margin_right_0 {
    margin-right: 0 !important
}

.dropdown-content a:is(:nth-child(2), :nth-child(3))::before {
    top: 37%
}

.footer {
    background-color: #171717;
    color: #abb8c3;
    margin-top: 100px
}

.footer-inner {
    width: 100%;
    margin: auto;
    padding: 100px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    max-width: 1280px;
}

.footer .logo {
    width: 270px;
    margin: auto;
    display: block
}

.footer .logo-container {
    width: 100%
}

.footer .footer-menu {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 40px;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
    flex-wrap: wrap
}

.footer .footer-menu a {
    text-decoration: none;
    color: #fff;
    transition: .5s;
}

.footer .footer-links {
    font-size: 14px;
    margin-top: 30px;
    width: 100%;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer .footer-links a {
    text-decoration: underline;
    color: #cccccc;
}

.footer .cookie-popup {
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.footer .blue_line{
    width: 30%;
    border-top: 2px solid #009ddc94;
}
.footer .bottom-text,
.footer .copyright-text {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
    margin-top: 20px;
    font-weight: 300;
}

.footer-menu .separator {
    background: #e20177;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
}

.section,
main {
    position: relative
}

main {
    flex: 1
}

footer,
header,
main {
    margin: 0;
    display: block
}

.section, .banner-section {
    isolation: isolate;
    min-height: fit-content
}
.banner{
    min-width: 500px;
}

.banner_section::after, .banner::after, .share_voice_page .banner-section.section, .contraception-page .banner-section:not(#voice-section), .terms-page .header-section, .hcp-questions .banner-section , .contra-features-page .banner-section:not(#voice-section), .about-us-page .banner-section{
    background: url(../images/blue-pink-dot-bg.svg);
    background-size: cover;
}
/* .contraception-page .banner-section{
    height: 100vh;
} */
#voice-section .banner-img .banner{
    object-fit: cover;
    object-position: center 50%;
    height: 500px;

}
.other_method{
    height: 100vh;
}
.share_voice_page_section{
    height: 100vh;
    overflow-x: hidden;
}
.other_method .banner-img .banner{
    object-fit: cover;
    height: 440px;
    right: -33%;
    width: 80%;
    object-position: top;
    top: 0;
}

.banner_section.other_method::after {
    background: url(../images/green-pink-dot-bg.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.container,
.section,
main {
    height: fit-content
}

.container {
    display: flex
}

.width_75pre {
    width: 75% !important
}

.container_02 {
    width: 85%;
    margin: auto
}

.contra-features-page .container_02 {
    width: 90%;
    margin: auto
}

.contra-links {
    margin-bottom: 3rem;
}

.contra-links>div {
    margin: 1rem 0;
}

.container>* {
    /* flex-basis: 100% */
}

.flex_basis_0 {
    flex-basis: 0
}

.container .column_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* margin: 60px 0; */
    padding-right: 50px
}

.container .banner_heading {
    font-size: 46px;
    width: 100%;
    font-weight: 600
}

.banner_section.other_method .banner_heading {
    margin-bottom: 40px;
    z-index: 1;
}

.container .sub_header {
    width: 100%;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 20px;
}
.long_acting_page .container .sub_header ,
.short-acting-page .container .sub_header {
    margin-top: 0px;
}
.container .column_img,
.container .column_img .wrap {
    position: relative;
    height: 520px;
    width: 100%
}

.container .column_img .wrap {
    bottom: -80px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden
}

.other_method .container .column_img .wrap {
    bottom: 0;
    display: flex;
    align-items: center
}

.container .column_img img {
    border-radius: 400px 0 0 400px;
    width: 100%;
    display: block
}

.banner_section_02 .container {
    width: 85%;
    margin-top: 3rem;
}
.hcp-questions .banner_section_02 .container {
    margin-top: 0rem;
}

.banner_section_03 .container {
    width: 90%
}
.banner_section_04 .container {
    width: 95%
}

.banner_section_03 .container .sub_header {
    margin-top: 40px
}

.banner_section_04 .container .sub_header {
    margin-top: 50px
}

.banner_section .container .sub_header .grid_section {
    display: flex;
    gap: 20px;
    margin: 80px 0;
}

.banner_section .container .sub_header .grid_section .box {
    background: #ffff;
    /* flex: 0 0 30%;
    max-width: 30%; */
    padding: 20px 10px 10px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
    text-decoration: none;
    max-width: 200px;
    height: 220px;
    flex: 0 0 200px;
    z-index: 1;
}

.banner_section .container .sub_header .grid_section .box,
.banner_section .container .sub_header .grid_section .box .box_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.banner_section .container .sub_header .grid_section .box img {
    width: 100px;
    margin-bottom: 5px
}
.long_acting_page .banner-section .banner-text{
    margin: 5rem -20rem 2rem 3rem;
}
.long_acting_page {
    overflow-x: clip;
}

.banner_section .container .sub_header .grid_section .box p {
    color: #1b4298;
    font-size: 12px;
    line-height: 1.6;
    word-wrap: break-word;
    font-weight: 600;
    text-transform: uppercase;
}

.banner_section_02.other_method .pink_box {
    background: rgb(226 1 119);
    font-size: 38px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff
}

.banner_section_02.other_method .text_section {
    width: 95%;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 auto
}

.banner_section_02.other_method .pink_box .align_box {
    width: 100%;
    padding: 20px 30px
}

.banner_section_02.other_method .container {
    width: 95%;
    margin: 40px auto 10px
}

.banner_section_02.other_method .container .column_text {
    justify-content: flex-start
}

.banner_section_02.other_method .container .add_img {
    flex-basis: 30%
}

.banner_section_02.other_method .container .add_img .sub_header {
    width: 67%;
    padding: 10px 50px 50px
}

/* .banner_section_02.other_method .container .video,
.banner_section_02.other_method .container iframe {
    width: 100%
} */

.banner_section_02.other_method .container .box_container {
    padding: 20px 35px
}

.banner_section_02.other_method .container .question_wrapper {
    padding: 20px 0;
    border-top: 1px solid #abb8c3
}

.banner_section_02.other_method .container .question_wrapper:nth-last-child(1) {
    border-bottom: 1px solid #abb8c3
}

.banner_section_02.other_method .container .box_container svg {
    width: .8em;
    height: .8em;
    transform: rotate(180deg);
    margin-right: 20px;
    color: #1b4298;
}

.banner_section_02.other_method .container .box_container .question_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.banner_section_02.other_method .container .box_container .checkBox_LA {
    appearance: none;
    -webkit-appearance: none;
    display: none
}

.banner_section_02.other_method .container .question_wrapper .answer_box {
    max-height: 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0;
    overflow: hidden;
    margin-top: 0;
    transition: all .3s ease-in;
}
.banner_section_02.other_method .container .question_wrapper .answer_box ol{
    padding: 0;
}
.banner_section_02.other_method .container .question_wrapper .checkBox_LA:checked ~ .answer_box {
    max-height: 100%;
    margin-top: 20px;
}

.banner_section_02.other_method .container .box_container .question {
    color: #1b4298;
    font-size: 20px;
    font-weight: 700;
    padding-right: 20px
}

.banner_section_03::before,
.banner_section_04::before, .green-line-bg::before, .about-inner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/about-inner-bg-ud.svg);
    background-position: 0 0 !important;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1
}
.banner_section_03::before,
.green-line-bg::before{
    background-size: cover;
}
.banner_section_04::before {
    background: #f5f5f5 url(../images/q-hp-lg-bg.svg);
    background-repeat: no-repeat;
}

.banner_section_04.other_method::before {
    background: rgb(245 245 245)
}

.banner_section_03 .column_text {
    padding: 10px 10px 70px;
}
.hcp-questions .banner_section_03 .column_text{
    padding: 10px 10px 30px;
}
.banner_section_04 .column_text {
    padding: 10px 20px 70px;
}

.banner_section_03 .sub_header h1,
.banner_section_04 .sub_header h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
    color: #1b4298;
    padding-right: 40px;
    margin: 60px 0 20px
}
.banner_section_04 .sub_header h1 {
    margin: 60px 0 20px 30px;
}

.banner_section_03 .section_03_option .row {
    display: flex;
    margin: 20px 0
}

.banner_section_04 .section_04_option .row {
    display: flex;
    margin: 0 0 40px
}

.banner_section_04 .section_04_option .row.rounded {
    display: flex;
    border-radius: 25px;
    padding: 20px;
    margin: 70px 0 0;
    background: #fff;
}

.banner_section_04 .section_04_option .row.listItem {
    padding: 20px;
    margin: 20px 0 0;
    flex-direction: column;
}

.banner_section_04 .section_04_option .row.listItem ol {
    margin: 0 0 0 15px;
    padding-left: 0;
}

.banner_section_04 .section_04_option .row.listItem .ref_text,
.banner_section_04 .section_04_option .row.listItem ol li {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0;
    word-break: break-all;
}

.banner_section_04 .section_04_option .row.listItem ol li {
    color: rgba(0, 0, 0, .75)
}

.banner_section_04 .section_04_option .row.listItem ol li a {
    color: rgba(0, 0, 0, .75)
}

.banner_section_04 .section_04_option .row.rounded .content_area {
    flex: 1 1 69.4%;
    max-width: 69.4%;
    font-size: 16px;
    line-height: 1.8;
    padding: 0 10px
}

.banner_section_04 .section_04_option .row.rounded .button_box {
    flex: 1 1 30.6%;
    max-width: 30.6%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    cursor: pointer
}

.banner_section_04 .section_04_option .row.rounded .button_box button {
    border-radius: 500px;
    border: 0;
    outline: 0;
    padding: 11px 40px;
    background: rgb(226 1 119);
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
    cursor: pointer
}

.banner_section_03 .row .check_box {
    display: flex;
    align-items: flex-start;
    margin-right: 20px
}

.banner_section_03 .row .check_box svg {
    width: 33px;
    height: 33px;
    color: rgb(226 1 119)
}

.banner_section_03 .row .content_box .heading {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    font-weight: 700;
    color: #1b4298
}

.banner_section_03 .row .content_box .sub_heading {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0;
    color: rgba(0, 0, 0, .75)
}

.banner_section_04 .row .number_box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    background: rgb(27 66 152);
    color: #fff;
    flex: 1 1 14%;
    max-width: 5.2%
}

.banner_section_04 .row .content_box {
    flex: 1 1 94.8%;
    max-width: 94.8%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.banner_section_04 .row .content_box .inner_row {
    padding: 0 20px;
    margin: 30px 0;
    display: flex
}

.banner_section_04 .row .content_box .inner_row .img_box {
    flex: 1 1 13%;
    margin: 0 20px 30px 0;
    max-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner_section_04 .row .content_box .inner_row .inner_content_box {
    flex: 1 1 87%;
    max-width: 87%;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px
}

.banner_section_04 .row .content_box .inner_row .inner_content_box .heading {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0;
    color: #1b4298
}

.banner_section_04 .row .content_box .inner_row .inner_content_box .sub_heading {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0;
    color: #1b4298
}

.go_to_top {
    position: fixed;
    bottom: 5rem;
    right: 0%;
    width: fit-content;
    background: #fff;
    padding: 15px 29px;
    display: block;
    opacity: 0;
    z-index: 1000;
    color: rgb(27 66 152);
    font-size: 0.8rem;  
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    user-select: none;
    pointer-events: none;
    transition: all 0.3s linear;
}
.go_to_top.show{
    opacity: 1;
    user-select: all;
    pointer-events: all;
}
.go_to_top a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    color: rgb(27 66 152);
}
.go_to_top a span svg{
    width: 0.8rem;
    margin-left: 1rem;
}

img {
    height: auto;
    display: block
}

.share_voice_page input[type=checkbox]+label,
.share_voice_page input[type=radio]+label,
img {
    width: 100%
}

a.links {
    text-decoration: none
}
.share_voice_page_section .links{
    font-weight: normal;
    color: #171717;
    display: inline-block;
}

.poll-form .input-container {
    line-height: 1.8
}

.voice-form .input-container {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.8
}

.poll-form input[type=checkbox],
.poll-form input[type=radio] {
    outline: 0;
    border: 0;
    transform: scale(1.2)
}

.poll-form input[type=checkbox]:checked,
.poll-form input[type=radio]:checked {
    accent-color: #171717;
    border: 1px solid #ddd;
    background-color: gray
}

.poll-form .input-container {
    padding: 3px 10px 3px 5px
}

.poll-form .input-container:has(input[type=checkbox]:checked),
.poll-form .input-container:has(input[type=radio]:checked) {
    background: rgba(236, 236, 236, .5);
    border-radius: 999px
}

.voice-section button a {
    color: #fff;
    text-decoration: none
}

.voice-section .banner {
    top: auto
}
.voice-section .banner-inner{
    padding: 70px 0;
}
.poll-section .poll-text {
    margin: 70px 0;
}

.poll-section {
    background-image: url(../images/green-blue-dot-bg.svg);
}
.voice-section,
.home-page .banner-section,
.home-page #voice-section.banner-section {
    background-image: url(../images/pink-green-dot-bg.svg);
}
.about-inner .about-img img {
    width: 125%;
    height: 600px;
    position: relative;
    left: -60px;
}

.flex_start {
    align-items: flex-start
}

.height_auto {
    height: auto !important
}

.m_auto {
    margin: 0 auto !important
}

.m0 {
    margin: 0 !important
}

.mtb10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mt0 {
    margin-top: 0 !important
}

.p0 {
    padding: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.flex_column {
    flex-direction: column
}

.mt_80 {
    margin-top: 80px
}

.mt_50 {
    margin-top: 50px
}

.mb_40 {
    margin-bottom: 40px !important
}

.mt_40,
.mtb_40 {
    margin-top: 40px !important
}

.mtb_40 {
    margin-bottom: 40px !important
}

.ml_25 {
    margin-left: 25px
}

.font_light_300 {
    font-weight: 300
}

.flex_basis_70 {
    flex-basis: 70%
}

.text_decoration_underline {
    text-decoration: underline !important
}

.justify_content_center {
    justify-content: center
}

.text_blue {
    color: #0563c1
}

.banner_section.other_method .banner_heading {
    margin-top: 60px
}

.sub_header.grid_box .subMethod {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
    color: #1b439d
}
.short-acting-page .grid_section{
    margin: 0;
}
.short-acting-page .banner-text, .contraception-page .banner-text{
    width: 80%;
    margin: 2rem 0rem;
}
.short-acting-page .other_method .banner-img .banner,
.other_methods_page .other_method .banner-img .banner{
    top: 100px;
    right: 0%;
    height: 520px;
    width: 100%;
}
.other_methods_page .other_method .banner-img .banner{
    top: 25px;
    right: 0%;
    height: 520px;
}
.short-acting-page .banner_section .container .sub_header .grid_section, .other_methods_page .banner_section .container .sub_header .grid_section {
    margin: 20px 0 30px 0;
    flex-wrap: nowrap;
}
.short-acting-page .section{
    overflow-x: hidden;
}
.short-acting-page .section, .other_methods_page section{
    overflow-x: hidden;
}
.other_methods_page .banner_section .container .sub_header .grid_section .box img {
    width: 100px;
    height: 80px;
}
.other_methods_page .banner_section.other_method > .container,
.short-acting-page .banner_section.other_method  > .container{
    margin: 0 0 0 auto;
}
.short-acting-page .banner-img .short-hero .banner{
    right: 0%;
}
.short-acting-page .other_method .banner-img .banner{
    right: 0%;
    object-position: center 0%;
}
/* .banner_section .Short-acting-reversible .Short-acting-icon1 {
    width: 100% !important
} */ 

.banner_section .Short-acting-reversible .Short-acting-icon2 {
    width: 140% !important
}

/* .banner_section .Short-acting-reversible .Short-acting-icon3 {
    width: 70% !important
} */

.banner_section .Short-acting-reversible .Short-acting-icon4 {
    width: 85px !important
}

/* .banner_section .Short-acting-reversible .Short-acting-icon5 {
    width: 100% !important
} */

.banner_section .container .sub_header .grid_section .box .inner-text {
    color: #1b4298;
    font-size: 11px
}

.tab button {
    color: #fd8cc7
}

.tabcontent img {
    border-radius: 25px
}

.contra-features-page .banner-text .inner-text {
    line-height: 1.6
}

.contra-features-page .banner-text {
    margin-bottom: 100px;
    margin: 2rem 0rem;
}

.contra-features-page .accordion-section {
    margin: 10rem auto 100px;
    padding-top: 30px;
}

.contra-features-page .accordion-wrapper {
    width: 60%;
    margin: auto;
    display: block
}

.contra-features-page .accordion {
    background-color: #fff;
    color: #1b4298;
    font-weight: 600;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 0;
    text-align: left;
    outline: 0;
    font-size: 22px;
    transition: all .5s;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contra-features-page .accordion:hover,
.contra-features-page .active-acc {
    background-color: #fff;
    color: #e20177
}

.contra-features-page .accordion:after {
    content: "❯";
    color: #1b4298;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    transform: rotate(90deg);
    font-size: 16px;
    /* transition: .4s; */
}

.contra-features-page .active-acc:after {
    content: "❯";
    color: #e20177;
    transform: rotate(-90deg);
    /* transition: .4s; */
}

.contra-features-page .panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    height: 0;
    overflow: hidden;
    /* transition: all .3s ease-out; */
    transition: max-height .3s ease-out;
    border-bottom: 1px solid #dcdee1
}
.contra-features-page .accordion.active-acc + .panel{
    max-height: 100%;
    height: 100%;
    transition: max-height .3s ease-in;
}

.voice-form {
    width: 50%;
    background-color: #fff;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    padding: 80px 60px 80px 40px;
    margin: 70px -10% 70px auto;
    font-size: 16px;
    display: none
}

.voice-form .submitBtn {
    text-align: center;
    border-radius: 300px;
    font-size: 18px;
    background-color: #1b4298;
    padding: 15px 40px;
    color: #fff;
    font-family: "Montserrat";
    text-decoration: none;
    font-weight: 700;
    margin: 20px 0 0 20px;
    transition: all .2s ease-in-out;
    border: 0;
    outline: 0
}

.voice-form .question {
    color: #e20177;
    line-height: 1.6em;
    font-weight: 700;
    padding: 5px 10px
}

.voice-form .ans-wrapper {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.share_voice_page .section {
    position: relative;
    margin-bottom: 100px;
    background: #FFFFFF;
}
.share_voice_page .banner-text{
    font-weight: 500;
    margin: 1rem 0rem;
}

.share_voice_page .progress_barBox.container {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto
}

.share_voice_page .progress_barBox .progress_bar,
.share_voice_page .progress_barBox .progress_bar_result {
    width: 100%;
    background-color: #e20177;
    height: 10px;
    border-radius: 999px;
    overflow: hidden
}

.share_voice_page .progress_barBox .progress_bar .inner_bar,
.share_voice_page .progress_barBox .progress_bar_result .inner_bar {
    width: 0%;
    height: 100%;
    background: #1b4298;
    transition: all .5s linear
}

.share_voice_page .percentage_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3px;
    width: 70px;
    height: 70px;
    border-radius: 999px;
    margin: 0 auto;
    background: #fff;
    border: 8px solid #d8d8d8;
    box-shadow: 0 0 0 2px #fff;
    color: #1f1f1f;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center
}

.share_voice_page .button_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto 0;
    width: 90%
}

.share_voice_page .button_box button,
.share_voice_page .button_box input {
    border-radius: 999px;
    background: #1b4298;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 600;
    padding: 13px 20px;
    font-size: 1.2em;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-wrap: nowrap;
}

.share_voice_page .button_box button.back {
    background: #ccc
}

.share_voice_page .text-content {
    margin: 50px auto 100px;
    width: 90%
}

.share_voice_page .voice-form.step_01,
.share_voice_page .voice-form.step_02,
.share_voice_page .voice-form.step_03,
.share_voice_page .voice-form.step_04,
.share_voice_page .voice-form.step_05,
.share_voice_page .voice-form.step_06,
.share_voice_page .voice-form.step_07,
.share_voice_page .voice-form.step_08 {
    width: 100%;
    height: fit-content;
    padding: 0;
    margin: 0
}

.share_voice_page .voice-form.step_01 .ans-wrapper,
.share_voice_page .voice-form.step_02 .ans-wrapper,
.share_voice_page .voice-form.step_03 .ans-wrapper,
.share_voice_page .voice-form.step_04 .ans-wrapper,
.share_voice_page .voice-form.step_05 .ans-wrapper,
.share_voice_page .voice-form.step_06 .ans-wrapper,
.share_voice_page .voice-form.step_07 .ans-wrapper,
.share_voice_page .voice-form.step_08 .ans-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px
}

.home .survey_question,
.share_voice_page .survey_question {
    margin-bottom: 40px
}

.home #form,
.share_voice_page #form {
    display: flex;
    flex-direction: column
}

.share_voice_page input[type=checkbox],
.share_voice_page input[type=radio] {
    width: 1.3em;
    height: 1.3em;
    background-color: #fff;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
    margin-right: 10px
}

.share_voice_page input[type=radio] {
    border-radius: 50%
}

.share_voice_page input[type=checkbox]:checked,
.share_voice_page input[type=radio]:checked {
    background-color: #171717
}

.share_voice_page .form_container {
    overflow: hidden
}

.share_voice_page .voice-form.shrink_none {
    flex-shrink: 0
}

.share_voice_page .voice-form.selected {
    display: block
}

.share_voice_page input[type=checkbox] {
    border-radius: 50%
}

.share_voice_page .input-container:has(input[type=checkbox]:checked),
.share_voice_page .input-container:has(input[type=radio]:checked) {
    background: rgba(236, 236, 236, .5);
    width: 100%;
    border-radius: 999px
}

.share_voice_page .voice-form .input-container {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    width: 100%;
    cursor: pointer
}

.share_voice_page #Form_submit {
    display: inline-block;
    text-align: center;
    border-radius: 300px;
    background-color: #1b4298;
    padding: 15px 40px;
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 40px 20px;
    font-size: 1.1em;
    transition: all .2s ease-in-out;
    cursor: pointer;
    border: none;
    outline: none;
}

.share_voice_page .voice-form.step_08 h3 {
    text-align: center
}

.share_voice_page .voice-form.step_08 .survey_question .input-container {
    gap: 10px;
    width: 97%;
    flex-wrap: wrap;
    padding: 15px 10px
}

.share_voice_page .voice-form.step_08 .survey_question .question {
    color: #1b4298;
    margin-top: 30px
}

.share_voice_page .voice-form.step_08 .survey_question .answer_box {
    text-align: right;
    padding: 0 20px;
    width: 26%;
    min-width: 200px;
    border-right: 1px solid #e5e5e5
}

.share_voice_page .voice-form.step_08 .survey_question .chart_box {
    width: calc(74% - 10px);
    height: 100%;
    padding: 0 20px
}

.share_voice_page .voice-form.step_08 .survey_question .inner_bar_result {
    width: 100%;
    position: relative;
    width: var(--width);
    height: 15px;
    background: #e20177
}

.share_voice_page .voice-form.step_08 .survey_question .inner_bar_result span {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0, -50%);
    color: #e20177;
    font-size: .75em;
    display: block
}
.share_voice_page .form_container #voice_form{
    width: 100%;
}
.about-us-page,
.terms-page {
    line-height: 1.8
}

.about-us-page .banner-section::after {
    background-image: url(../images/green-blue-dot-bg.svg);
}
.terms-page .body-content p{
    margin: 1rem 0;
}
.terms-page .container{
    width: 75%;
}

.terms-page .terms-header {
    font-size: 46px;
    font-weight: 600;
    padding: 2rem 0;
    width: 75%;
    margin: auto !important;
}

.terms-page .header-section {
    padding: 12rem 0 7rem 0px;
    margin-bottom: 100px;
}
.terms-page .header-section h1{
    margin: auto auto;
    width: 75%;
}
.terms-page .inner-header {
    font-size: 22px;
    font-weight: 700;
    color: #e20177
}

.about-us-page .country-list,
.terms-page .country-list,
.terms-page .list-header {
    font-weight: 700
}

.about-us-page .body-content a{
    color: #e20177;
    text-decoration: underline
}
.terms-page .table-wrapper{
    overflow-x: auto;
}
.terms-page .table {
    width: 100%;
    border: 0
}

.terms-page .table td,
.terms-page .table th {
    border: 0
}

.terms-page .table th {
    width: 50%;
    color: #fff;
    text-align: left;
    font-weight: 700;
    background-color: #171717;
    padding: 30px 20px;
    min-width: 300px;
}
.terms-page tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.terms-page .contact-table2 th {
    width: calc(100%/3)
}
.terms-page .contact-table td:nth-child(2) a,
.terms-page .contact-table2 td:nth-child(2) a,
.terms-page .contact-table2 td:nth-child(3) a,
.term_link{
    color: rgb(5, 99, 193);
}
.font14 {
    font-size: 14px
}

.about-us-page .about-us-inner {
    width: 60%;
    line-height: 1.8;
    /* margin-top: 40px; */
    padding-top: 20px;
}
.about-us-page .about-us-inner a{
    color: #e20177;
}
.about-us-page .inner-header {
    color: #e20177;
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px
}

.about-us-inner .country-details {
    margin-top: 20px
}

.about-us-page .three-columns-inner {
    width: 90%;
    margin: auto;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start
}

.about-us-page .three-columns {
    margin: 50px 0;
}

.about-us-page .three-columns .column-button {
    text-decoration: none;
    width: 80%;
    margin: auto;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #e20177;
    border: 6px solid #fff;
    border-radius: 70px;
    padding: 15px;
    font-weight: 700;
    position: relative;
    top: -30px;
    transition: .4s all;
}

.about-us-page .column-3 .column-button {
    margin: 0;
    width: 100%
}

.about-us-page .three-columns .column {
    max-width: 420px;
    width: 100%;
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1
}

.poll-form .wrapper_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.poll-form .wrapper_text .thanksText {
    color: #171717;
    text-align: center
}

.poll-form .wrapper_text .gotoShareYourVoice {
    background-color: #e20177;
    padding: 10px 30px;
    border-radius: 300px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    transition: all .2s ease-in-out;
    border: 0;
    outline: 0;
    font-weight: 700;
    cursor: pointer;
    font-size: 1.1em;
    margin-bottom: 30px
}

.poll-form .wrapper_text .gotoShareYourVoice a,
.share_voice_page #Form_submit {
    text-decoration: none;
    color: #fff
}

.ans-wrapper-2 {
    flex-direction: column
}

.ans-wrapper-2 .inner_bar_result {
    height: 20px
}

.ans-wrapper-2 .input-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px
}

.survey_question_01 .question {
    color: #171717;
    font-weight: 700
}

.ans-wrapper-2 .input-container .chart_box {
    width: 100%
}

.ans-wrapper-2 .progress_bar_result {
    width: 100%;
    background: #eee
}

.ans-wrapper-2 .progress_bar_result .percent {
    position: relative;
    background-color: #e20177;
    height: 100%;
    display: block;
    margin: 0
}

.sitemap {
    display: block;
    line-height: 1.6;
    margin-bottom: 100px
}

.sitemap-header {
    font-size: 36px;
    font-weight: 600;
    margin: 50px 0
}

.sitemap .sitemap-content ul {
    padding-left: 35px
}

.sitemap .sitemap-content ul li {
    list-style-type: none
}

.sitemap .sitemap-content a {
    color: #e20177;
    text-decoration: none
}

.sitemap .sitemap-content a:hover {
    text-decoration: underline
}

.sitemap .language {
    padding-top: 20px
}
.sitemap .language li,
.sitemap .language div{
    color: #e20177;
    cursor: pointer;
}
.sitemap .language li.active{
    color: #000000;
    cursor: pointer;
}

.sitemap .privacy-link {
    padding-top: 20px;
    text-decoration: underline;
    text-decoration-color: #e20177;
}

.banner-inner,
.left-banner-inner,
.poll-inner {
    align-items: center
}
.voice-section.toggleDiv .banner-inner{
    align-items: flex-start;
}

.banner-text {
    /* padding-bottom: 50px */
}

.left-banner-inner .banner-text,
.poll-section .poll-text {
    width: 70%
}

.banner-header {
    text-align: left;
    font-size: 46px;
    line-height: 1.6;
    font-weight: 600;
    letter-spacing: 0px;
}

.banner-text .sub-header {
    /* opacity: .8; */
    line-height: 1.8
}

.banner-img {
    width: 100%
}

.banner,
.left-banner {
    width: 100%;
    display: block;
    position: relative
}

.banner {
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    top: 60px;
    right: -15%;
    width: 100%;
}

.left-banner {
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    left: -12%;
    object-fit: cover;
    object-position: center 20%;
    height: 500px;
}

.links {
    font-weight: 600;
    color: #e20177;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.links:hover {
    color: #1b4298;
}
.links .arrow_box{
    margin-left: 5px;
}
.links .arrow_box svg{
    width: 15px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.toggle-switch-inner {
    width: 100%;
    background-color: #171717;
    padding: 25px
}

.switch {
    position: relative;
    display: block;
    width: 100%;
    max-width: 400px;
    height: 65px;
    margin: auto;
    font-size: 17px
}
.switch.english{
    max-width: 400px;
}
.switch.indonesia{
    max-width: 500px;
}
.switch.tagalog{
    max-width: 500px;
}
.switch.chinese {
    max-width: 275px;
}

.slider,
.slider:before {
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s
}

.slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff
}

.slider:before {
    content: "";
    height: 50px;
    width: 47%;
    left: 10px;
    bottom: 8px;
    background-color: #e20177
}

.slider.round {
    border-radius: 50px
}

.slider.round:before {
    border-radius: 50px
}

.toggle-switch .switch-text {
    font-weight: 600;
    z-index: 1;
    position: relative;
    width: 80%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    margin: auto 13%;
    display: flex;
}

.poll-section, .home-page .banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: auto;
}

.voice-section {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0 !important;
    width: 100%;
    height: auto;
}

.poll-form {
    /* width: 50%; */
    width: 75%;
    background-color: #fff;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    padding: 80px 80px 60px 80px;
    margin: 70px -10% 70px auto;
    font-size: 16px
}

.poll-section .banner-img {
    margin-top: 40px
}
.poll-section .banner-text {
    width: 80%;
    opacity: 0.8;
}

.poll-form .submitBtn,
.voice-section button {
    color: #fff;
    text-align: center;
    border-radius: 300px
}

.poll-form .submitBtn {
    font-size: 16px;
    background-color: #1b4298;
    padding: 15px 40px;
    font-family: "Montserrat";
    text-decoration: none;
    font-weight: 700;
    margin: 20px 0 0 20px;
    transition: all .2s ease-in-out;
    border: 0;
    outline: 0;
}

.poll-form .question {
    color: #e20177;
    font-weight: 700;
    line-height: 1.6em
}

.poll-form .ans-wrapper {
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: column;
}

.poll-form .input-container {
    display: flex;
    /* align-items: center; */
    gap: 5px
}

.form-note {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
    opacity: .7;
    padding-top: 20px
}

.voice-section button {
    padding: 17px 45px;
    /* text-transform: uppercase; */
    transition: .5s
}

.voice-section button:hover, .about-us-page .three-columns .column-button:hover {
    background-color: #1b4298
}

.column button:hover,
.submitBtn:hover,
.voice-section button {
    background-color: #e20177
}
.about-section{
    margin-top: 3rem;
}
.about-inner {
    width: 90%;
    margin: auto 0 auto auto;
    align-items: stretch;
    height: 600px;
}

.about-inner .about-text {
    color: #fff;
    background-color: #e20177;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    padding: 80px 30px 80px 70px;
    margin: auto;
    height: 600px;
    width: 75%;
    display: flex;
}

.about-inner,
.about-inner .about-img {
    overflow: hidden
}

.about-text .text-inner {
    width: 80%;
    margin: auto;
    line-height: 1.6
}

.about-inner .header {
    font-size: 44px;
    font-weight: 600;
    margin: 20px 0
}

.about-inner .link {
    color: #fff !important;
    font-weight: 600;
    padding-top: 20px;
    text-decoration: underline;
    font-size: 20px
}

.about-inner .link:hover,
.band h3,
.tab button.active,
.tab button:hover {
    color: #fff
}
.band h3{
    margin: 1em;
}

.two-columns {
    flex-wrap: nowrap;
    line-height: 1.8;
    margin-bottom: 100px;
    display: flex;
    align-items: baseline;
}

.two-columns-inner {
    gap: 2rem
}

.two-columns img {
    width: 100%;
    height: 50%;
    max-height: 350px
}

.two-columns .column-header {
    color: #e20177;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 5px;
}

.tab button,
.two-columns button,
.voice-section button {
    border: 0;
    outline: 0;
    font-weight: 600;
    font-size: 18px
}

.two-columns button {
    background-color: #1b4298;
    color: #fff;
    text-align: center;
    padding: 11px 26px;
    border-radius: 500px;
    transition: .5s;
    margin-top: 20px
}

.banner-text {
    line-height: 1.6;
    width: 65%;
    margin: 2rem 0rem;
    /* padding-bottom: 50px */
}
.Contraceptive_Methods h3{
    font-size: 25px;
}
.Contraceptive_Methods .banner-section,
.long_acting_page .banner_section,
.other_methods_page .banner_section,
.short-acting-page .banner_section
{
    background-image: url(../images/green-pink-dot-bg.svg);
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0 !important;
    width: 100%;
    height: auto
}
.Contraceptive_Methods .methods-container{
    flex-direction: column;
}
.Contraceptive_Methods .slide img{
    width: 70px;
    height: 70px;
    margin: auto;
    display: block;
}
.Contraceptive_Methods .slide:hover{
    transform: scale(1.1);
}
.Contraceptive_Methods .band::after{
    content: "❯";
    color: #FFFFFF;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    transition: .4s;
    font-size: 14px;
}
#read_less_btn,
#read_more_btn {
    color: #e20177;
    transition-duration: .5s
}

#read_less_btn:hover,
#read_more_btn:hover {
    color: #1b42b2
}

.More_content_Section {
    display: flex
}

.sub-header {
    /* opacity: .8; */
    line-height: 1.8
}

#read_less_btn {
    display: none
}

#moreContent {
    display: none;
    transition: .5s;
    margin: 4rem 0 0 0;
}

.Body_Section {
    padding: 3rem 0;
    margin-top: 4rem;
}
.Contraceptive_Methods .Body_Section.secondChild{
    margin-top: 0;
    background: #f5f5f5;
}
.Contraceptive_Methods .Body_Section.secondChild .container{
    background: #FFFFFF;
    padding: 1rem;
    border-radius: 25px;
}
.Contraceptive_Methods .Body_Section.secondChild .row.listItem {
    padding: 20px;
    margin: 20px 0 0;
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
}

.Contraceptive_Methods .Body_Section.secondChild .row.listItem ol {
    margin: 0 0 0 15px;
    padding-left: 0;
}

.Contraceptive_Methods .Body_Section.secondChild .row.listItem .ref_text,
.Contraceptive_Methods .Body_Section.secondChild .row.listItem ol li {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0;
    word-break: break-all;
}

.Contraceptive_Methods .Body_Section.secondChild .row.listItem ol li {
    color: rgba(0, 0, 0, .75)
}

.Contraceptive_Methods .Body_Section.secondChild .row.listItem ol li a {
    color: rgba(0, 0, 0, .75)
}
.band {
    display: flex;
    align-items: center;
    background-color: #e20177;
    border-radius: 10px;
    padding: 0 20px;
    transition: .5s;
    margin: 30px 0;
    text-decoration: none
}

.band:hover {
    background-color: #1b4298
}

.band .iconRight {
    text-align: right
}

.deck {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.slide {
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
    margin: 8px;
    width: 15%;
    height: 190px;
    padding: 25px 5px 10px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: .4s;
}

.slideCopy {
    font-size: 12px;
    padding-top: 5px;
    color: #1b4298;
    font-weight: 600;
    text-transform: uppercase;
}

.download_guide_section {
    width: 85%;
    margin: auto
}

.contraceptive_method_download {
    width: fit-content;
    word-break: keep-all;
    text-wrap: nowrap;
    border: 0 solid transparent;
    border-radius: 500px;
    background-color: rgb(226 1 119);
    padding: 15px 40px;
    font-weight: 700;
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
    cursor: pointer;
}

.contraception-page .banner-text {
    line-height: 1.8;
}

.contraception-page .banner-text .banner-header {
    margin: 1rem 0;
}

.tab-section {
    margin-top: 10rem;
}

.tab {
    overflow: hidden;
    color: #171717;
    background-color: #e20177
}
.tab-inner{
    margin: auto;
}

.tab button {
    background-color: inherit;
    cursor: pointer;
    text-align: left;
    padding: 30px 40px;
    transition: .4s;
    width: calc(100%/3)
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0;
    outline: 0;
    align-items: center;
    margin: 4rem auto;
    gap: 40px;
    line-height: 1.6;
    justify-content: space-evenly;
    animation: fadeEffect 1s
}

.tabcontent .links {
    font-size: 20px
}

.tabcontent:first-child {
    display: flex
}

.tabcontent .tab-text,
.tabcontent img {
    width: calc(100%/2)
}

.tabcontent img {
    max-width: 540px
}

.hcp-questions .banner_section_02 .column_text{
    /* margin: 5rem 0rem 2rem 3rem; */
    margin: 2rem 0;
}
.hcp-questions .banner_section_02 .column_text{
   font-weight: 500;
}
.banner-section .banner-img{
    position: relative;
    width: 100%;
    height: 520px;
    /* max-height: 250px; */
    bottom: -60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
#voice-section .banner-img{
    bottom: 0px;
}
.banner-section .banner-img .banner{
    position: absolute; 
    right: -120px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 500px;
}
.long_acting_page .banner-section .banner-img .banner{
    width: 90%;
    object-position: center 0%;
}
.body-content, .about-us-page{
    overflow-x: clip;
}

/* sagar nav css start */
/* navbar height change 70px to fitContent */
.nav_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

#language{
    position: absolute;
    top:40px;
    right: 0px;
    width: 300px;
    background: rgb(23 23 23);
    color: #FFFFFF;
    display: none;
    transition: opacity 0.3s ease-in;
}
#language > div{
    padding: 13px 15px;
    font-size: 15px;
}
#language > div.selected{
    color: rgb(226 1 119);
}
.language_menu{
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 10px;
}
.language_menu svg{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    stroke: none;
    max-width: none;
    position: relative;
    fill: currentColor;
    color: rgb(23 23 23 / 50%);
    cursor: pointer;
}
.language_menu:hover svg ~ #language{
    display: block;
    cursor: pointer;
}
.language_menu:hover svg ~ #language > div:hover{
    color: rgb(226 1 119);
}
.sideBar_bg{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 100000;
    display: none;
    overflow: hidden;
}
.sideBar_bg.active{
    display: block;
}
.sideBar_bg .nav_wrapper{
    background: rgb(226 1 119);
    width:440px;
    max-width: 85%;
    min-width: 300px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(-100px);
    transition: transform 0.5s ease-out;
    z-index: 1000000000000;
}
.sideBar_bg.active .nav_wrapper{
    transform: translateX(0);
    transition: transform 0.5s ease-in;
    transition-delay: 0.3s;
}
.sideBar_bg .nav_wrapper .menuText{
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #ffffff4d;
}
.sideBar_bg .nav_wrapper a{
    display: block;
    padding: 15px 20px 15px 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: 1px solid #ffffff4d;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.sideBar_bg .nav_wrapper .lvl-1 a.dropbtn{
    padding-left: 20px;
}
.sideBar_bg .nav_wrapper .lvl-1 .box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ffffff4d;
    cursor: pointer;
}
.sideBar_bg .nav_wrapper .lvl-1.dropdown{
    overflow: scroll;
}
.sideBar_bg .nav_wrapper .lvl-1 .box span {
    margin-left: auto;
    color: inherit;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    transition: .4s;
    font-size: 14px;
    width:70px;
    height: 100%;
    display: block;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.sideBar_bg .nav_wrapper .active{
    color: #000000;
}
.sideBar_bg .nav_wrapper .lvl-1 .box a.active + span,
.sideBar_bg .nav_wrapper .lvl-2 .box a.active + span{
    color: #000000;
}
.sideBar_bg .nav_wrapper .lvl-1 .box + .dropdown-content_02.active,
.sideBar_bg .nav_wrapper .lvl-1 .box + .dropdown-content_02-inner.active{
    height: fit-content;
}
.sideBar_bg .nav_wrapper .lvl-1 a{
    padding-left: 30px;
    display: inline-block;
}
.sideBar_bg .nav_wrapper .lvl-1 .box a{
    border-bottom: none;
}
.sideBar_bg .nav_wrapper .dropdown-content_02,
.sideBar_bg .nav_wrapper .dropdown-content_02-inner{
    height: 0;
    overflow: hidden;
}
.sideBar_bg .nav_wrapper .dropdown-content_02 .lvl-2 .box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ffffff4d;
}
.sideBar_bg .nav_wrapper .dropdown-content_02 .lvl-2 .box a{
    border-bottom: none;
}
.sideBar_bg .nav_wrapper .dropdown-content_02 .lvl-2 .box span {
    margin-left: auto;
    color: inherit;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    transition: .4s;
    font-size: 14px;
    width:70px;
    height: 100%;
    display: block;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.sideBar_bg .nav_wrapper .box .outer_arrow.active,
.sideBar_bg .nav_wrapper .language_menu_02 .wrapper_lag .inner_arrow_lag.active,
.sideBar_bg .nav_wrapper .box .inner_arrow.active{
    transform: rotate(90deg);
}
.sideBar_bg .nav_wrapper .dropdown-content_02 .lvl-2 .dropdown-content_02-inner a{
    padding-left: 45px;
    display: inline-block;
}
.sideBar_bg .nav_wrapper .language_menu_02{
    padding: 15px 0px 15px 20px;
    width: 100%;
    border-bottom: 1px solid #ffffff4d;
}
.sideBar_bg .nav_wrapper .language_menu_02 .wrapper_lag{
    display: flex;
    justify-content: space-between;
}
.sideBar_bg .nav_wrapper .language_menu_02 .wrapper_lag .inner_arrow_lag{
    margin-left: auto;
    color: inherit;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    transition: .4s;
    font-size: 14px;
    width:70px;
    height: 100%;
    display: block;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sideBar_bg .nav_wrapper .language_menu_02 svg{
    width:20px;
    color: #FFFFFF;
}
.sideBar_bg .nav_wrapper #language_02{
    width: 100%;
    padding: 0px 10px 0 10px;
    display: none;
    margin-bottom: 35px;
}
.sideBar_bg .nav_wrapper #language_02 div{
    padding: 10px 5px;
    color: #FFFFFF;
    border-bottom: 1px solid #ffffff4d;
    font-weight: bold;
}
.sideBar_bg .nav_wrapper #language_02 div.selected{
    color: #000000;
}
.sideBar_bg .nav_wrapper #language_02 div:nth-last-child(1){
    border-bottom: none;
}
.sideBar_bg .nav_wrapper #language_02.active{
    border-bottom: 1px solid #ffffff4d;
    display: block;
}
.sideBar_bg .nav_wrapper #language_02.active .selected{
    color: #000000;
}
.flex_direction_column{
    flex-direction: column !important;
}
.animationMove{
    transform: translateX(100%);
    animation: moveLeft 1s ease-in-out forwards;
    animation-delay: 1s;
}
@keyframes moveLeft {
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(0%);
    }
}