@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap');

@font-face {
    font-family: 'TestDomaineSansFine-Light';
    src: url('../../fonts/longevity_v1/TestDomaineSansFine-Light.woff2') format('woff2'),
        url('../../fonts/longevity_v1/TestDomaineSansFine-Light.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TestDomaineSansText-Regular';
    src: url('../../fonts/longevity_v1/TestDomaineSansText-Regular.woff2') format('woff2'),
        url('../../fonts/longevity_v1/TestDomaineSansText-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TestDomaineSansDisplay-Regular';
    src: url('../../fonts/longevity_v1/TestDomaineSansDisplay-Regular.woff2') format('woff2'),
        url('../../fonts/longevity_v1/TestDomaineSansDisplay-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TestDomaineSansFine-Medium';
    src: url('../../fonts/longevity_v1/TestDomaineSansFine-Medium.woff2') format('woff2'),
        url('../../fonts/longevity_v1/TestDomaineSansFine-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'test_domaine_sans_displayXBd';
    src: url('../../fonts/longevity_v1/testdomainesansdisplay-extrabold.woff2') format('woff2'),
        url('../../fonts/longevity_v1/testdomainesansdisplay-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'test_domaine_sans_displayMd';
    src: url('../../fonts/longevity_v1/testdomainesansdisplay-medium.woff2') format('woff2'),
        url('../../fonts/longevity_v1/testdomainesansdisplay-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'test_domaine_sans_displaySBd';
    src: url('../../fonts/longevity_v1/testdomainesansdisplay-semibold.woff2') format('woff2'),
        url('../../fonts/longevity_v1/testdomainesansdisplay-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}







/*----------------
RESET CSS
-----------------*/
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #000000;
    font-weight: normal;
    font-family: "DM Sans", sans-serif;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

table,
tr,
td {
    border: 0;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
}



img {
    border: none;
    height: auto;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.img-full {
    max-width: 100%;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.forMob {
    display: none;
}

.forDesk {
    display: block;
}

.banner {
    background: url(../../images/longevity_v1/banner.png);
    /* padding: 200px 0 220px 0; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 605px;
    position: relative;
    overflow: hidden;
    background-color: #f7f8fa;
}

/* .banner:after{ content: ''; position: absolute; height: 100%; width: 200px; right: 0; top: 0; background: red;} */

.mob-img {
    display: none;
}

.banner .ban-text {
    position: absolute;
    left: 33px;
    top: 21%;
    margin: auto;
    width: 360px;
}

.banner h1 {
    font-size: 57.67px;
    font-family: 'TestDomaineSansDisplay-Regular';
    color: rgb(0, 0, 0);
    line-height: 0.945;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
}

.banner h1 span.ttl-2 {
    margin-left: 32px;
}

.banner h1 span {
    display: block;
}

.banner p {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.238;
    font-weight: 500;
    text-align: left;
    margin-bottom: 23px;
}


.banner .bnr-btn {
    background: #000000;
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 1.25;
    text-align: center;
    font-weight: 500;
    padding: 16px 35px;
    display: inline-block;
}

.banner .bnr-btn:hover {
    opacity: 0.8;
    text-decoration: none;
}



.pro-det {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background-color: rgb(237, 238, 243);
    margin-top: -41px;
    padding: 60px 0 120px 0;
    z-index: 999;
    position: relative;
}

.for-mob-hnd {
    display: none;
}

.for-desk-hnd {
    display: block;
}

.pro-det h3 {
    font-size: 32px;
    color: rgb(0, 0, 0);
    line-height: 1.25;
    text-align: left;
    margin-bottom: 40px;
}

.pro-det ul {
    display: inline-block;
    /* column-gap: 0;
    flex-wrap: wrap;
    justify-content: center; */
}

.pro-det ul li {
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    width: 49%;
    float: left;
    margin: 10px 0;
}
.pro-det ul li:nth-of-type(1), .pro-det ul li:nth-of-type(3){ margin-right: 10px;}
.pro-det ul li h4 {
    font-size: 17px;
    color: rgb(0, 0, 0);
    line-height: 1.045;
    text-align: left;
    font-weight: 600;
}
.for_desk{ display: block}
.for_mob{ display: none}
@media screen and (max-width: 767px) {
    .for_desk{ display: none}
    .for_mob{ display: block}
}
.pro-det ul li h4 span {
    display: block;
    font-size: 12px;
    color: rgb(82, 82, 82);
    line-height: 1.438;
    text-align: left;
    margin-top: 4px;
}

.pro-det ul li img {
    height: 75px;
}

.pro-det ul li a {
    text-decoration: none !important;
    display: flex;
    align-items: center;
    padding: 10px 25px;
    column-gap: 35px;
    justify-content: space-between;
}

.works-det {
    background-color: rgb(247, 248, 250);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -41px;
    padding: 80px 0 120px 0;
    z-index: 999;
    position: relative;
}

.works-det h3 {
    font-size: 34px;
    color: rgb(0, 0, 0);
    line-height: 1.176;
    text-align: center;
    margin-bottom: 50px;
}

.works-det .wor-blk {
    text-align: center;
}

.works-det .wor-blk h5 {
    font-size: 28px;
    color: rgb(0, 0, 0);
    line-height: 1.036;
    text-align: center;
    margin: 25px 0;
}

.works-det .wor-blk p {
    font-size: 14px;
    color: rgb(82, 82, 82);
    line-height: 1.294;
    text-align: center;
}

.text-box {
    margin-top: 16%;
    padding-left: 15px;
}

.img-box {
    height: 585px;
    width: auto;
    position: absolute;
    right: 0;
    top: 5px;
}

.why-male {
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -41px;
    padding: 80px 0 120px 0;
    z-index: 999;
    position: relative;
    overflow: hidden;
}

.why-male h3 {
    font-size: 34px;
    color: rgb(0, 0, 0);
    line-height: 1.176;
    text-align: left;
    font-weight: 600;
    margin-bottom: 35px;
}


.why-male ul li {
    font-size: 14px;
    color: rgb(33, 33, 33);
    line-height: 20px;
    text-align: left;
    padding-bottom: 9px;
    padding-left: 37px;
    margin-bottom: 5px;
}

/* .why-male ul li span{       height: 20px;
    width: 20px;
    margin-right: 13px;
} */
.why-male ul li:nth-child(1) {
    background-image: url(../../images/longevity_v1/crisps.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: top left;
}

.why-male ul li:nth-child(2) {
    background-image: url(../../images/longevity_v1/doctor.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top left;
}

.why-male ul li:nth-child(3) {
    background-image: url(../../images/longevity_v1/quality-copy.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top left;
}

.why-male ul li:nth-child(4) {
    background-image: url(../../images/longevity_v1/phone-call.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: top left 3px;
}

.why-male ul li:nth-child(5) {
    background-image: url(../../images/longevity_v1/laptop.png);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: top 2px left;
}

.why-male .why-btn {
    background: #000000;
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 1.25;
    text-align: center;
    font-weight: 500;
    padding: 16px 35px;
    margin-top: 50px;
    display: inline-block;
}

.why-male .why-btn:hover {
    opacity: 0.8;
    text-decoration: none;
}



.faq-sec {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -41px;
    padding: 80px 0 120px 0;
    z-index: 999;
    position: relative;
    background-color: rgb(247, 248, 250);
}

.faq-sec h2 {
    margin-bottom: 50px;
    font-size: 34px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.176;
}

.faq-sec #faqAccordion_section .box {
    border-radius: 17px;
    border: 1px solid rgb(0 0 0 / 15%);
    margin-bottom: 15px;
    background: #fff;
    padding: 10px 15px;
}

.faq-sec .card-header {
    background-color: rgb(0 0 0 / 0%) !important;
    border-bottom: 0px solid rgba(0, 0, 0, .125) !important;
}

.faq-sec #faqAccordion_section .box .card-header h5 {
    font-size: 22px;
    font-weight: 600;
}

.faq-sec #faqAccordion_section .box .card-header {
    font-size: 22px;
    color: rgb(0, 0, 0);
    line-height: 1.818;
    text-align: left;
}


.faq-sec #faqAccordion_section .box p {
    font-size: 14px;
    color: rgb(82, 82, 82);
    line-height: 1.294;
    text-align: left;
}

.faq-sec #faqAccordion_section .box p a {
    display: block;
    color: #0051eb;
    text-decoration: underline;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
}

.faq-sec .card-header .right {
    display: none;
}

.faq-sec .card-header {
    background: #ecedf1;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

#faqAccordion_section .card-header:before {
    position: absolute;
    top: calc(32% - 15px);
    font-size: 27px;
    right: 15px;
    color: #000000;
    font-weight: 500;
    content: "-";
    transition: all .3s;
}

#faqAccordion_section .card-header[aria-expanded=true]:before {
    content: "-";
}

#faqAccordion_section .card-header[aria-expanded=false]:before {
    content: "+";
}

.slide-sec {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -41px;
    padding: 80px 0 100px 0;
    z-index: 999;
    position: relative;
    background-color: rgb(237, 238, 243);
}

.slide-sec h2 {
    margin-bottom: 50px;
    font-size: 34px;
    color: rgb(0, 0, 0);
    line-height: 1.176;
    text-align: center;
    font-weight: 600;
}


.owl_carousel .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
    margin: 5px 3px !important;
}

.owl_carousel .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000 !important;
}

/* .owl-stage{    padding-bottom: 30px;     padding-top: 30px;} */

.owl_carousel .item {
    text-align: center;
}

.review_div img {
    width: 93px !important;
    display: inline-block !important;
    margin-bottom: 25px;
}

.review_div p {
    font-size: 18px;
    color: rgb(82, 82, 82);
    line-height: 1.294;
    text-align: center;
    min-height: 103px;
}

.review_div span {
    font-size: 12px;
}

.review_div {
    border-radius: 10px;
    opacity: 0.5;
    background: #ffffff;
    /* padding: 35px 27px; */
    padding: 20px;
    border: 0;
    border: 1px solid rgb(0 0 0 / 15%);
}

.owl-item.active.center .review_div {
    background: #ffffff;
    margin: 0 10px;
    /* padding: 35px 27px; */
    padding: 20px;
    border: 0;
    border: 1px solid rgb(0 0 0 / 15%);
    opacity: 1
}

.owl-item.active.center .review_div span {
    font-size: 10px;
}

.slide-sec .review_sections .owl-stage {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.slide-sec .review_sections .owl-dots {
    margin-top: 25px !important;
}

.slide-sec .review_sections {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 50px 0;
}

.slide-sec .owl-nav.disabled {
    display: block !important;
    margin-top: 20px;
}

.slide-sec button.am-next,
.slide-sec button.am-prev {
    border: none;
    background: none;
}

.slide-sec .owl-theme .owl-nav [class*='owl-']:hover,
.slide-sec .owl-theme .owl-nav [class*='owl-']:hover {
    border: none;
    background: none;
}



/* RESPONSIVE */

@media screen and (max-width: 3840px) {
    .banner {
        background-size: contain;
    }

    .banner .ban-text {
        left: 35.5%;
    }
}

@media screen and (max-width: 3700px) {
    .banner .ban-text {
        left: 35%;
    }
}

@media screen and (max-width: 3500px) {
    .banner .ban-text {
        left: 33.5%;
    }
}

@media screen and (max-width: 3200px) {
    .banner .ban-text {
        left: 30.5%;
    }

}

@media screen and (max-width: 2900px) {
    .banner .ban-text {
        left: 28.5%;
    }
}

@media screen and (max-width: 2600px) {
    .banner .ban-text {
        left: 28.5%;
    }
}

@media screen and (max-width: 2400px) {
    .banner .ban-text {
        left: 24.5%;
    }
}

@media screen and (max-width: 2200px) {
    .banner .ban-text {
        left: 22.5%;
    }
}

@media screen and (max-width: 2000px) {
    .banner .ban-text {
        left: 19.5%;
    }
}

@media screen and (max-width: 1920px) {
    .banner .ban-text {
        left: 21%;
    }

}

@media screen and (max-width: 1800px) {
    .banner .ban-text {
        left: 17.5%;
    }
}

@media screen and (max-width: 1700px) {
    .banner .ban-text {
        left: 14.5%;
    }
}

@media screen and (max-width: 1600px) {
    .banner .ban-text {
        left: 15.2%;
    }
}

@media screen and (max-width: 1550px) {
    .banner .ban-text {
        left: 14.2%;
    }
}

@media screen and (max-width: 1500px) {
    .banner .ban-text {
        left: 13%;
    }
}

@media screen and (max-width: 1480px) {
    .banner .ban-text {
        left: 12%;
    }
}

@media screen and (max-width: 1400px) {
    .banner .ban-text {
        left: 4%;
    }

    .banner {
        background-size: cover;
    }
}

@media screen and (max-width: 1200px) {
    .banner .ban-text {
        left: 2%;
    }

    .banner {
        background-size: cover;
    }
}

/* @media screen and (max-width: 1163px) {
    .banner .ban-text {
        left: 2%;
    }
} */


@media screen and (max-width: 1080px) {
    .banner h1 {
        font-size: 53.67px;
        line-height: 53px;
        margin-bottom: 17px;
    }

    .banner h1 span.ttl-2 {
        margin-left: 20px;
    }

    .banner p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .banner .bnr-btn {
        font-size: 10px;
        padding: 13px 20px;
    }

    .pro-det ul li h4 {
        font-size: 15px;
    }

    .pro-det ul li a {
        padding: 10px 20px;
        column-gap: 20px;
    }

    .pro-det ul li img {
        height: 45px;
    }

    .pro-det,
    .works-det,
    .why-male,
    .faq-sec,
    .slide-sec {
        padding: 30px 0 80px 0;
    }

    .text-box {
        padding-left: 0;
        margin-top: 0;
    }

    .why-male ul li:nth-child(1) {
        background-size: 17px;
        background-position: top 4px left 2px;
    }

    .why-male ul li:nth-child(2) {
        background-size: 19px;
        background-position: center left 2px;
    }

    .why-male ul li:nth-child(3) {
        background-size: 19px;
        background-position: top 1px left 3px;
        padding-top: 3px;
    }

    .why-male ul li:nth-child(4) {
        background-size: 13px;
        background-position: top 3px left 7px;
    }

    .why-male ul li:nth-child(5) {
        background-size: 23px;
        background-position: top 5px left 3px;
    }

    .why-male ul li {
        margin-bottom: 17px;
    }

    .why-male .why-btn {
        margin-top: 0;
    }

    .why-male h3 {
        font-size: 27px;
        margin-bottom: 24px;
    }

}


@media screen and (max-width: 1024px) {

    .banner h1 {
        font-size: 49.67px;
        line-height: 49px;
        margin-bottom: 17px;
    }

    .banner p {
        font-size: 13px;
        margin-bottom: 30px;
    }


    .banner .ban-text {
        top: 24%;
    }

    .banner .ban-text {
        left: 1%;
    }

    .why-male ul li {
        background-position: center left !important;
    }

    .why-male ul li {
        margin-bottom: 6px;
        padding-bottom: 6px;
    }

    .why-male ul li:nth-child(5) {
        margin-bottom: 20px;
    }

    .why-male ul li:nth-child(4) {
        background-position: center left 4px !important;
    }

    .why-male ul li:nth-child(5) {
        background-position: top 4px left !important
    }

    .why-male ul li:nth-child(2) {
        background-size: 19px;
        background-position: top 0px left 2px !important;
    }

    .img-box {
        position: relative;
        height: auto;
        bottom: -28px;
        top: inherit;
    }
}

@media screen and (max-width: 991px) {
    .works-det .wor-blk h5 {
        font-size: 18px;
        margin: 17px 0;
    }

    .works-det .wor-blk p {
        font-size: 11px;
    }

    .banner {
        height: auto;
        background: #fff;
    }

    .banner .ban-text {
        top: 23px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .mob-img {
        display: block;
        margin: auto;
    }

    .banner .bnr-btn {
        font-size: 17px;
        padding: 20px 20px;
        display: block;
    }

    .banner p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 23px;
    }

    .banner h1 {
        padding-left: 9%;
    }

    .banner h1 {
        font-size: 48.67px;
        line-height: 50px;
    }
}

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

    .forDesk {
        display: none;
    }

    .text-box {
        margin-top: -32px;
    }

    .faq-sec h2 {
        margin-bottom: 20px;
    }

    .faq-sec h2 {
        font-size: 28px;
    }

    .pro-det,
    .works-det,
    .why-male,
    .faq-sec,
    .slide-sec {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .banner h1 {
        font-size: 40.67px;
        line-height: 34px;
        padding: 0;
        margin: 0 auto 17px auto;
        width: 275px;
        font-family: 'TestDomaineSansFine-Medium' !important;
    }

    .pro-det ul {
        display: block;
    }

    .pro-det ul li {
        width: 100%;
        margin-bottom: 13px;

    }
    .pro-det ul li {
        float: none;
        margin: 0;
        margin-bottom: 13px;
    }
    .pro-det ul li h4 {
        font-size: 20px;
        font-weight: 800;
    }

    .pro-det ul li h4 span {
        font-size: 15px;
        margin-top: 6px;
    }

    .pro-det h3 {
        font-size: 30px;
        text-align: center !important;
    }

    .works-det h3 {
        font-size: 30px;
        margin-bottom: 40px;
        font-weight: 800;
    }

    .works-det .wor-blk h5 {
        font-size: 22px;
        font-weight: 700;
        margin: 20px 0;
    }

    .works-det .wor-blk p {
        font-size: 15px;
        /* width: 86%;
        margin: auto; */
        font-weight: 500;
        margin-bottom: 50px;
    }

    .works-det .col-md-4:last-child .wor-blk p {
        margin-bottom: 0;
    }

    /* .why-male .container .row{    flex-direction: column-reverse;} */
    .why-male .img-box {
        height: auto;
        position: relative;
        right: inherit;
        top: inherit;
    }

    .for-mob-hnd {
        display: block;
        position: relative;
        right: -30%;
        bottom: -43px;
    }

    .for-desk-hnd {
        display: none;
    }

    .why-male h3 {
        text-align: center;
    }

    /* .why-male ul li:nth-child(4) {
        background-size: 11px;
        background-position: top 5px left 8px;
    }

    .why-male ul li:nth-child(5) {
        background-position: top 1px left 3px;
    }

    .why-male ul li:nth-child(1) {
        background-size: 15px;
        background-position: top 1px left 4px;
    } */
    .why-male ul li {
        font-size: 15px;
        margin-bottom: 8px;
        padding-bottom: 3px;
    }

    .why-male ul li:nth-child(5) {
        margin-bottom: 20px;
    }

    .why-male ul li {
        background-position: center left !important;
    }

    .why-male ul li:nth-child(4) {
        background-position: center left 3px !important;
        background-size: 14px;
    }

    .why-male ul li:nth-child(1) {
        background-size: 17px;
    }

    .why-male ul li:nth-child(2) {
        background-size: 20px;
        background-position: top 0px left 0px !important;
    }

    /* .why-male ul li:nth-child(5) {
        background-position: top 13px left -1px !important;
        background-size: 25px;
        background-position: top 3px left !important;
    } */
    .why-male ul li:nth-child(3) {
        background-size: 20px;
    }

    .why-male ul li:nth-child(5) {
        background-position: top 13px left -1px !important;
        background-size: 25px;
        background-position: top 3px left !important;
    }

    .why-male ul li {
        font-size: 15px;
    }

    .why-male .why-btn {
        margin-top: 0;
        font-size: 17px;
        padding: 20px 20px;
        display: block;
    }

    .faq-sec #faqAccordion_section .box .card-header h5 {
        font-size: 16px;
        font-weight: 600;
    }

    .faq-sec .card-body {
        padding-top: 0;
    }

    .slide-sec h2 {
        margin-bottom: 35px;
        font-size: 30px;
    }

    .banner {
        padding-top: 0px;
    }

    .banner .ban-text {
        top: 0;
    }
}


@media screen and (max-width: 500px) {
    .for-mob-hnd {
        display: block;
        top: 34px;
        right: -23%;
        position: relative;

    }

    .why-male {
        padding-top: 0;
    }

    .banner .ban-text {
        width: 95%;
    }

    .pro-det ul li img {
        height: 75px;
    }
}

@media screen and (max-width: 450px) {
    .for-mob-hnd {
        right: -8%;
    }

    .why-male ul li:nth-child(5) {
        background-position: top 12px left !important;
    }
}

@media screen and (max-width: 375px) {


    .banner p {
        font-size: 13px;
        text-align: center;
        margin-bottom: 13px;
    }

    .banner .ban-text {
        top: 10px;
    }

    .pro-det ul li h4 span {
        font-size: 13px;

    }

    .pro-det ul li:last-child img {
        margin-right: 4px;
    }

    .pro-det ul li a {
        column-gap: 15px;
    }
}



/* */
.header {
    z-index: 9999;
}

.header .menu .navbar .container {
    max-width: 100%;
    position: relative;
}

.header .navbar-nav .nav-item .nav-link {
    font-weight: normal;
    padding-right: 0 !important;
    margin-left: 20px !important;
    margin-right: 0 !important;
}

#navbarSupportedContent {
    justify-content: center;
}


.l_left {
    position: absolute;
    left: 30px;
    top: 6px;
    z-index: 999;
}


.btn_theme_header {
    position: absolute;
    right: 30px;
    top: 2px;
    z-index: 999;
}

.btn_theme img {
    width: 12px;
    margin-top: -2px;
}

.btn_theme {
    background: #000000;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.25;
    text-align: center;
    font-weight: 500;
    padding: 8px 12px;
    display: inline-block;
}

.btn_theme:hover {
    opacity: 0.8;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.header .menu {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    min-height: 56px;
}

#faqAccordion_section h5 {
    color: #000;
}

.copyright .copyList {
    display: inline-flex;
}

.copyright {
    text-align: center;
    background: #000000;
}

.footer {
    background: #000000;
    border-radius: 25px 25px 0 0;
    margin-top: -41px;
    z-index: 999;
    position: relative;
}

.copyright * {
    font-size: 14px;
}

.footer .footer-bottom p::before {
    display: none;
}

.footer .footer-bottom {
    margin-top: 0;
}

.footer .footer-bottom p {
    margin-bottom: 15px;
}

.footer .footer-bottom .qa li a {
    font-size: 14px;

}

.footer .footer-bottom p {
    font-weight: normal;
}

.legitscriptt img {
    width: 70px;

}

.footer .social .withUs img {
    display: block;
    width: 24px;
    max-width: 35px;
    float: left;
    margin-right: 8px;
}

.footer .social .withUs li {
    margin-left: 0;
    margin-right: 1rem;
}

.withUs a {
    font-size: 15px;
}

.legitscriptt {
    position: absolute;
    top: 9px;
    right: 12px;
}

.social_min {
    position: relative;
}


.copyright .container {
    border-top: 1px solid #2f3031;
    padding-top: 20px;
}


.copyright .copyList li a {
    color: #fff;
}

.footer a:hover {
    text-decoration: none;
    color: #257bd8 !important;
}

.copyright p abbr {
    color: #fff;
}

.pro-det ul li h4 {
    position: relative;
    z-index: 99;
}

.semaglutide_div {
    position: relative;
    height: 95px;
}

.semaglutide_div img {
    position: absolute;
    width: 100px;
    height: auto !important;
    right: -6px;
    top: -8px;
}


@media screen and (max-width: 1199px) {
    .semaglutide_div img {
        width: 100px;
    }
}

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


    .btn_theme_header {
        display: none;
    }

    .header .menu .navbar-toggler {
        top: calc(50% - 0px);
        right: 30px;
    }

    .footer .social {
        margin-top: 0;
    }

    .legitscriptt {
        position: relative;
        top: 9px;
        right: 12px;
    }

    .legitscriptt img {
        width: 90px;
    }

    .copyright .container {
        max-width: 100%;
    }
}

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

    .semaglutide_div img {

        width: 90px;
        right: -6px;

    }

    .semaglutide_div {
        height: 86px;
    }

}


@media screen and (max-width: 575px) {


    .header .menu {
        box-shadow: 0 0px 1px #111;
    }

    .l_left {
        left: 15px;
    }

    .header .menu .navbar-toggler {
        right: 5px;
    }

    .header .menu .navbar-collapse {
        top: 43px;
    }

    .banner {
        margin-top: 25px;
    }

    .footer {
        padding-top: 40px;
    }

    .footer .footer-bottom .qa li a,
    .withUs a {
        font-size: 11px;
    }

    .footer .footer-bottom .qa li {
        line-height: 20px;
    }

    .footer .social .withUs img {
        width: 19px;
        margin-top: 5px;
    }

    .footer .footer-bottom p {
        font-size: 14px;
    }

    .copyright p {
        margin-top: 20px;
    }

    .copyright * {
        font-size: 12px;
        text-align: left;
    }

    .u-ck-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .banner h1 {
        font-family: 'test_domaine_sans_displayMd' !important;
    }
}


@media screen and (max-width: 375px) {
    .pro-det ul li:last-child img {
        margin-right: 0;
    }
}