/*Cookie CSS*/

.cookiesModal {
    border: medium 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 5
}

.cookies_banner {
    background: #fff none repeat scroll 0 0;
    border: .5px solid #123456;
    margin: 0 auto;
    max-width: 1170px;
    overflow: hidden;
    padding: 15px 30px
}

.cookies_banner a {
    color: #123456;
    font-size: 14px;
    text-decoration: underline
}

.cookies_banner ul {
    display: block;
    margin: 15px 0 0;
    text-align: center;
    width: 100%
}

.cookies_banner li {
    display: inline-block;
    margin: 0 10px
}

.cookies_banner ul li .cookies_btn {
    border: 1px solid #123456;
    float: none;
    font-weight: 600;
    font-size: 13px;
    height: 35px;
    min-width: 200px;
    padding: 5px 15px;
    position: relative;
    right: auto;
    text-transform: uppercase;
    top: auto;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.cookies_banner ul li .cookies_btn:hover {
    background: #22602E;
    border: 1px solid #22602E;
    color: #fff
}

.cookies_banner ul li .cookies_btn img {
    margin-top: -1px
}

.cookies_banner ul li .cookies_btn img.check_white {
    display: none
}

.cookies_banner ul li .cookies_btn:hover img.check_white {
    display: inline-block
}

.cookies_banner ul li .cookies_btn:hover img.check_navy {
    display: none
}

.newcookies {
    background: #fff none repeat scroll 0 0;
    border: medium 0;
    bottom: 0;
    box-shadow: 0 0 10px #ccc;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 3;
    border-radius: 0
}

.newcookies_banner {
    margin: 0 auto;
    max-width: 1520px;
    padding: 0;
    position: relative;
    width: 100%;
    color: #123456
}

.newcookies_wrapper {
    padding: 20px 15px 15px
}

.newcookies_banner h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 10px
}

.newcookies_content_left {
    padding-right: 20px
}

.newcookies_content_left p {
    font-size: 14px
}

.newcookies_content_left a {
    color: #007bc3;
    text-decoration: underline
}

.newcookies_content_right .btn-default {
    background: #fff;
    border: 1px solid #123456;
    color: #123456;
    font-weight: 600;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    padding: 12px 20px;
    border-radius: 3px;
    white-space: nowrap
}

.mbl_setting .d-md-block {
    display: inline-block !important
}

.newcookies_content_right .btn-default.btn-cookie:hover {
    background: #f2f2f2
}

.newcookies_content_right .btn-default.all-accept {
    background: #123456;
    border: 1px solid #123456;
    color: #fff;
    margin-left: 15px
}

.newcookies_content_right .btn-default.all-accept:hover {
    background: #123456;
    border: 1px solid #123456
}

.adjust_cookie_content {
    background: #f3f4f6 none repeat scroll 0 0;
    padding: 20px;
    position: relative;
    width: 100%
}

.adjust_cookie_content .btn-close {
    background: transparent none repeat scroll 0 0;
    border: medium 0;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px
}

.adjust_cookie_wrapper {
    position: relative;
    gap: 20px
}

.single_cookies {
    position: relative;
    width: 50%
}




@media only screen and (max-width:767px) {
    .cookies_banner {
        border-top: 1px solid #E6E9ED;
        padding: 15px 10px;
        border-bottom: none;
        border-left: none;
        border-right: none
    }

    .cookies_banner p {
        font-size: 12px;
        line-height: 14px
    }

    .cookies_banner a {
        font-size: 12px;
        display: inline-block
    }

    .cookies_banner ul li .cookies_btn {
        font-size: 12px;
        font-weight: normal;
        height: 27px;
        padding: 5px 15px;
        text-transform: none
    }

    .newcookies_wrapper {
        padding: 12px 15px 5px
    }

    .newcookies_banner h4 {
        font-size: 14px;
        margin: 0 0 55px;
        cursor: pointer
    }

    .newcookies_banner h4[aria-expanded="true"] {
        margin: 0 0 10px
    }

    .newcookies_banner h4[aria-expanded="true"] img {
        transform: rotate(180deg)
    }

    .newcookies_banner h4 img {
        float: right
    }

    .newcookies_content,
    .adjust_cookie_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .newcookies_content_left {
        padding-right: 0
    }

    .newcookies_content_left p {
        font-size: 13px
    }

    .newcookies_content_left.show p {
        margin: 0 0 50px
    }

    .newcookies_content_right {
        bottom: 0;
        left: 0;
        padding: 10px;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 1
    }

    .newcookies_content_right ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px
    }

    .newcookies_content_right ul li {
        width: 50%
    }

    .newcookies_content_right ul button {
        width: 100%
    }

    .newcookies_content_right .btn-default {
        font-size: 12px;
        padding: 10px 5px
    }

    .mbl_setting .d-md-block {
        display: none !important
    }

    .adjust_cookie_content {
        background: #fff none repeat scroll 0 0;
        padding: 0 15px 15px
    }

    .adjust_cookie_content .btn-close {
        width: 40px;
        height: 40px;
        font-size: 40px;
        z-index: 2;
        top: -15px
    }

    .newcookies_banner .mbl_cookies_text h4 {
        margin: 0 0 10px
    }

    .mbl_cookies_text p {
        color: #123456;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        line-height: 16px;
        margin: 0 0 15px
    }

    .adjust_cookie_wrapper {
        margin-bottom: 45px;
        gap: 15px
    }

    .single_cookies {
        width: 100%
    }

    .checkbox_style label {
        font-size: 13px;
        line-height: 16px
    }

    .newcookies_content_right .btn-default.all-accept {
        min-width: 130px !important;
        margin: 0
    }

    .newcookies_content_right.d-block d-sm-none {
        padding: 0 15px 15px;
        text-align: center
    }

    .mbl_hide {
        display: none
    }

    .newcookies_banner h4.mbl_hide {
        display: none !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .newcookies_content_right .btn-default {
        font-size: 13px;
        padding: 12px 8px
    }
}

.faqs {
    background-color: #D9CFC357;
    padding: 20px;
    color: #444
}

.faqs .content-area {
    max-width: 1900px;
    padding: 60px
}

.faq-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.desk-view-faq {
    display: block
}

.mbl-view-faq {
    display: none !important
}

.questionmark {
    width: 200px;
    height: 180px
}

.qns-text {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 40px
}

.ans-text {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 40px
}

.donot-sell{
  white-space: nowrap;
}    

.social-icons {
    display: flex;
    gap: 20px
}

.playStore li {
    margin-bottom: 20px
}

.support-link {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 28px;
    text-decoration: underline !important;
    text-decoration-style: solid;
    color: #444 !important
}

.support-link:hover {
    text-decoration: none !important;
    color: #444 !important
}

.faq-left {
    display: grid;
    grid-template-columns: 28% auto;
    gap: 50px
}

.faq-section .card {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0
}

.faq-section .card {
    border: 0;
    background: #FAF7F3;
    margin-bottom: 20px
}

.card-header {
    border-bottom: none;
    background: #FAF7F3
}

.card-header {
    position: relative
}

.card-header>a.btn {
    position: relative;
    display: block;
    padding-right: 56px;
    color: #3D3D3D;
    text-align: left;
    font-family: 'Montserrat';
    outline: 0;
    box-shadow: none;
    font-weight: 500;
    font-size: 24px
}

.card-header>a.btn:focus {
    outline: 0;
    box-shadow: none
}

.card-header>a.btn::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-image: url(/Persona-Rebranding-A/custom/assets/images/long-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 5
} 

.card-header>a.btn:not(.collapsed)::after {
    background-image: url(/Persona-Rebranding-A/custom/assets/images/line.svg)
}

.pera_text {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    padding: 0 20px;
    color: #000
}

.pera_text a {
    color: #000;
    text-decoration: underline !important
}

.persona {
    background: #3D5F32;
    text-align: center;
    height: 130px;
    display: flex;
    align-items: center
}

.persona img {
    height: 120px;
    margin-right: 95px
}

.footer-section .content-area {
    max-width: 1900px;
    padding: 20px 40px
}

.footer-desktop {
    display: block
}

.footer-mobile {
    display: none
}

.legal-info {
    max-width: 300px
}

.Aboutus-info h6,
.legal-info h6,
.partner-info h6,
.connect-info h6,
.contact-info h6 {
      font-family: 'Montserrat';
      font-weight: 700;
      font-size: 18px;
      line-height: 59.7px;
      color: #3D5F32;
}


.Aboutus-info ul,
.legal-info ul,
.partner-info ul,
.connect-info ul,
.contact-info ul {
    list-style: none;
    padding: 0
}

.Aboutus-info ul li,
.legal-info ul li,
.partner-info ul li,
.connect-info ul li {
    cursor: pointer;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #3D5F32;
    font-size: 18px;
    line-height: 35px;
}

.footer-section {
    background-color: #FAF7F3
}

.footer-content {
    display: flex;
    border-bottom: #D9D9D9;
    gap: 20px;
    justify-content: space-between
}

.mobile-style1 {
    display: flex;
    gap: 40px
}

.mobile-style2{
    background-color:#EFE9E3;
    padding:20px;
    border:none;
    border-radius: 20px;
    text-align: left;
}

.Crn {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    white-space: nowrap;
}

.vitamin {
    white-space: nowrap;
}

.vitamin p{
    font-family: Verdana;
    font-weight: 400;
    font-size: 18px;
    line-height: 26.53px;
    color: #3D5F32;
}

.final-section {
    display: flex
}

.Crn p{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    color:#3D5F32;
}
    
.final-area {
    display: flex;
    align-items: center;
    width: 57%;
    gap:30px;
}

.info p {
    font-family: Verdana;
    font-weight: 400;
    font-size: 11px;
    line-height: 25px;
    color:#3D5F32
}

.footer-desktop a,
.footer-desktop a:visited,
.footer-desktop a:hover,
.footer-desktop a:focus {
    color: #3D5F32 !important;
    text-decoration: none;
}

a.friend {
    white-space: nowrap;
}

a.friend:hover {
    white-space: nowrap;
}





.final-section {
    display: flex;
    border-top: 1px solid #D9D9D9;
    margin-top: 20px;
    width: 100%
}

.final-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.need_help_p {
 font-family: 'Montserrat';
font-weight: 500;
font-size: 18px;
color:#3D5F32;
}
.hours-text{
   font-family: 'Montserrat';
font-weight: 500;
font-size: 18px;
color:#3D5F32;  
}

.address{
font-weight: 400 !important;
line-height: 26.53px;
}

.connect-new{
    display: flex;
    justify-content: left;
    gap: 20px;
}

.left-icons{
    background: #fff;
    border-radius: 32px;
    padding: 10px;
       display:flex;
    gap:10px;
        justify-content: center;
}

.right-icons{
      background: #fff;
    border-radius: 32px;
    padding: 10px;
    display:flex;
    gap:10px;
        justify-content: center;
}

.mbl-display{
    display: none;
}

.desktop-display{
    display: block;
}

@media(max-width:400px) {
    .accordion-item {
        background-color: unset !important;
        border:none !important;
    }
    .accordion-item:first-of-type {
        border:none !important;
    }

    .faqs .content-area {
        padding: 2px !important;
    }

    .qns-text,
    .ans-text {
        font-size: 20px !important
    }

    .persona img {
        height: 65px;
        margin-right: 59px
    }
}
@media(max-width:767px) {

    .mbl-display{
    display: block;
     border-top: none;
}

.desktop-display{
    display: none;
}

.connect-mbl p{
    font-family: 'Montserrat';
font-weight: 600;
font-size: 24px;
color: #3D5F32;
        margin: 20px 0px;
}

.connect-new {
    flex-direction: column;
    justify-content: center;
            gap: 20px;
        align-items: center;
}
         .accordion-item {
        background-color: unset !important;
        border:none !important;
    }
    .accordion-item:first-of-type {
        border:none !important;
    }
    .vitamin {
        font-size:13px;
    }
    .final-area {
        grid-template-columns: unset;
        gap:10px !important;
    }
    .final-content {
       gap:10px !important;
    }
    .accordion-button::after {
        margin-left: 30px;
        position:absolute;
        right:65px;
    }

    .collapse-title {
        font-family: 'Montserrat';
font-weight: 700;
font-size: 24px;
color:#3D5F32;
text-align: center;
    }

    .faqs {
        padding: 10px
    }

    .card-header>a.btn {
        font-size: 18px
    }

    .pera_text {
        font-size: 16px
    }

    .questionmark {
        width: 100px;
        height: 120px
    }

    .qns-text {
        font-size: 30px
    }

    .ans-text {
        font-size: 30px;
        padding-top: 20px
    }

    .support-link {
        font-size: 22px
    }

    .faq-section .card {
        margin-bottom: 10px
    }

    .desk-view-faq {
        display: none
    }

    .mbl-view-faq {
        display: block !important
    }

    .faq-section {
        grid-template-columns: unset
    }

    .footer-desktop {
        display: none
    }

    .footer-section .content-area {
        padding: 0 !important
    }

    .footer-mobile .contact-info {
        padding: 0 20px
    }

    .final-section {
       padding: 0px 20px 10px;
    }

    .footer-mobile {
        display: block
    }

    .vitamin {
        width: 100%;
        padding-top: 15px
    }

    .social-icons {
        display: flex !important;
        gap: 17px !important;
        position: relative !important;
        justify-content: center !important
    }

    .footer-mobile .final-section {
        display: flex;
        text-align: center !important
    }

    .vitamin p {
    font-size: 16px;
    text-align: center;
    white-space: normal;
    }

    .social-icons {
        display: flex !important;
        gap: 17px !important;
        position: relative !important;
        justify-content: center !important
    }

    .footer-mobile .final-area {
        text-align: center !important;
        margin: 0 auto !important
    }

    .footer-mobile .connect-info {
        text-align: center !important;
        margin: 0 auto !important
    }

    .final-area {
        flex-direction: column;
        gap: 0
    } 
                
    .footer-mobile .contact-info {
        text-align: center !important;
        margin: 0 auto !important
    }

    .footer-mobile .accordion-button,
    .footer-mobile .accordion-button:focus,
    .footer-mobile .accordion-button:not(.collapsed) {
        justify-content: center !important;
        text-align: center !important;
        color:#3D5F32 !important;
        background-color: transparent !important;
        box-shadow: none !important;
        border-bottom: 1px solid #3D5F32;
        position:relative;
    }

  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


    .footer-mobile .accordion-body {
        text-align: center !important;
        color: #444 !important;
        border-bottom: 1px solid #3D5F32;
    }

    .need_help_p {

        font-family: 'Montserrat';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 45.744px
    }

    .footer-mobile .accordion-header {
      font-family: 'Montserrat';
      font-weight: 700;
      font-size: 24px;
      color:#3D5F32;
      text-align: center;
    }

    .footer-mobile a,
    .footer-mobile a:visited,
    .footer-mobile a:hover,
    .footer-mobile a:focus {
        font-family: 'Montserrat';
font-weight: 500;
font-size: 24px;
        text-decoration: none;
        color:#3D5F32;
    }

    .contact-info h6{
font-weight: 600;
font-size: 24px;
}


 

    .footer-mobile ul,
    .footer-mobile ul li {
        list-style: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        justify-content: center
    }

    .footer-mobile .need_help_p {
        line-height: normal;
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 20px;
        text-align: center;
    }

    .need_help_p a{
        line-height: normal;
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 20px;
        text-align: center;
    }

    .final-content {
        flex-direction: column;
        gap: 0 !important
    }

    .faqs .content-area {
        padding: 40px 20px
    }

    .questionmark {
        width: 120px;
        height: 100px
    }     
}
@media(min-width:768px) and (max-width:1024px) {
        .contact-info h6{
font-weight: 600;
font-size: 24px;
}
    
    .mbl-display{
    display: block;
    border-top: none;
}

.connect-mbl p{
    font-family: 'Montserrat';
font-weight: 600;
font-size: 24px;
color: #3D5F32;
        margin: 20px 0px;
}
    .footer-mobile .need_help_p {
        line-height: normal;
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 20px;
        text-align: center;
    }

    .need_help_p a{
        line-height: normal;
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 20px;
        text-align: center;
    }
.connect-new {
    flex-direction: column;
    justify-content: center;
            gap: 20px;
        align-items: center;
}

.desktop-display{
    display: none;
}

    .final-section {
         padding: 0px 20px 10px;
    }

   .vitamin p {
    text-align: center;
    }
    .accordion-button::after {
        margin-left: 30px;
        position:absolute;
        right:200px; 

    }

         .accordion-item {
        background-color: unset !important;
        border:none !important;
    }
    .accordion-item:first-of-type {
        border:none !important;
    }

    .collapse-title {
            font-family: 'Montserrat';
            font-weight: 700;
             font-size: 24px;
             color:#3D5F32;
             text-align: center;
    }

    .footer-desktop {
        display: none !important
    }

    .footer-mobile {
        display: block !important
    }

    .footer-section .content-area {
        padding: 0 !important
    }

    .final-content {
        padding: 0 20px;
        gap: 0 !important
    }

    .footer-mobile .accordion-button,
    .footer-mobile .accordion-button:focus,
    .footer-mobile .accordion-button:not(.collapsed) {
        justify-content: center !important;
        text-align: center !important;
        color: #444 !important;
        background-color: transparent !important;
        box-shadow: none !important;
        border-bottom: 1px solid #3D5F32;
        position:relative;
    }

    .footer-mobile .accordion-body {
        text-align: center !important;
        color: #444 !important;
        border-bottom: 1px solid #3D5F32;
    }

    .footer-mobile .contact-info {
        text-align: center !important;
        margin: 0 auto !important
    }

  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
    .footer-mobile .accordion-header {
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 24px;
        color:#3D5F32;
        text-align: center;
    }

    .footer-mobile .connect-info {
        text-align: center !important;
        margin: 0 auto !important;
        justify-items: center
    }

    .footer-mobile a,
    .footer-mobile a:visited,
    .footer-mobile a:hover,
    .footer-mobile a:focus {
        color:#3D5F32 !important;
        text-decoration: none;
    }

    

    .footer-mobile ul li {
        color:#3D5F32!important
    }

    .footer-mobile ul,
    .footer-mobile ul li {
        list-style: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        justify-content: center
    }

    .footer-mobile .need_help_p {
        line-height: 37.744px;
        font-size: 20px
    }

    .support-link {
        font-size: 20px
    }

    .qns-text,
    .ans-text {
        font-size: 24px
    }

    .info p {
        font-size: 10px
    }

    .faqs .content-area {
        padding: 60px 12px
    }

    .questionmark {
        width: 140px;
        height: 135px
    }

    .faq-left {
        grid-template-columns: 45% auto
    }

    .final-content { 
        flex-direction: column;
        gap: 0 !important
    }
}

@media(max-width:1439px) {

    .hours-text {
    display: block;
   margin-top: 4px; 
} 


    .need_help_p {
        font-size: 18px;
        line-height: 34.744px;
        white-space: nowrap;
    }

    .footer-desktop h6 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .questionmark {
        width: 190px;
        height: 162px
    }

    .qns-text,
    .ans-text {
        font-size: 32px
    }

    .support-link {
        font-size: 24px
    }

    .faq-left {
        grid-template-columns: 35% auto
    }

    .faqs .content-area { 
        padding: 60px 40px
    }

    .final-content {
        gap: 20px
    }
}

@media(max-width:1200px) {

     .need_help_p {
    white-space: normal;
     }

    .Aboutus-info h6,
    .legal-info h6,
    .partner-info h6,
    .connect-info h6,
    .contact-info h6 { 
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; 
    }


    .info p {
        font-size: 12px;
    }

    .footer-section .content-area {
        padding: 20px
    }

    .faqs .content-area {
        padding: 60px 20px
    }

    .faq-left {
        grid-template-columns: 40% auto;
        gap: 20px
    }

    .questionmark {
        width: 160px;
        height: 140px
    }

    .qns-text,
    .ans-text {
        font-size: 28px
    }

    .info {
        max-width: 462px
    }

    .final-area {
        gap: 40px;
    }
    .final-content {
       gap: 76px;
    }
}

@media(min-width:1440px) and (max-width:1570px) {
    .final-content {
        gap: 100px
    }
    .Aboutus-info h6,
    .legal-info h6,
    .partner-info h6,
    .connect-info h6,
    .contact-info h6 { 
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; 
    }

.need_help_p{
      white-space: nowrap;
}
} 

@media(min-width:1201px) and (max-width:1275px) {
         .need_help_p {
    white-space: normal;
     }

}