/*************************************
            General
**************************************/

@font-face {
    font-family: "Avenir LT Std";
    src: url("../fonts/AvenirLTStd-Roman.woff2") format("woff2"),
        url("../fonts/AvenirLTStd-Roman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir LT Std";
    src: url("../fonts/AvenirLTStd-Book.woff2") format("woff2"),
        url("../fonts/AvenirLTStd-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir LT Std";
    src: url("../fonts/AvenirLTStd-Black.woff2") format("woff2"),
        url("../fonts/AvenirLTStd-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

nav .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

body.menu-open nav .overlay {
    display: block;
    z-index: 5;
}

#navbarSupportedContent {
    z-index: 300;
}

#lp_v2 {
    font-family: "Avenir LT Std";
    font-size: 14px;
    line-height: 1.5;
}

.wrapper {
    padding: 2% 0;
}

.wrapper2 {
    padding: 2% 0 0;
}

.wrapper3 {
    padding: 4% 0;
}

body {
    overflow-x: hidden;
}

/*************************************
            Menu
**************************************/

.header .getStartedCtaTop {
    background-color: #db3e4d;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    user-select: none;
    overflow: hidden;
}

.header .getStartedCtaTop span {
    position: relative;
}

.header .getStartedCtaTop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    transition: all 0.3s;
    background-color: #ff002f;
    border-radius: 8px;
}

.header .getStartedCtaTop::after {
    content: "";
    display: inline-block;
    background-color: #db3e4d;
    transition: all 0.3s;
    z-index: 2;
}

.header .getStartedCtaTop:hover,
.header .getStartedCtaTop:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.header .getStartedCtaTop:hover::before,
.header .getStartedCtaTop:focus::before {
    width: 100%;
}

.header .getStartedCtaTop:hover::after,
.header .getStartedCtaTop:focus::after {
    background-color: #ff002f;
}

.header {
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
}

.header.lan_v2_header .top .button-top-promo span {
    background: #7ed4ed;
}

.header.lan_v2_header .top p {
    font-size: 1rem;
}

.header .top {
    background: #338dbf;
    padding: 10px 0 5px 0;
}

.header .top .inner-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.header .top .inner-top a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.header .top .button-top {
    font-size: 1.1rem;
}

.header .top .button-top span {
    font-weight: 900;
/*    background: #7ed4ed;*/
background: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    margin-right: 20px;
    padding: 5px 30px;
    text-transform: uppercase;
}

.header .top .button-top-promo {
    font-size: 1.1rem;
}

.header .top .button-top-promo span {
    font-weight: 900;
    background: #db3e4d;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    margin-right: 20px;
    padding: 5px 30px;
    text-transform: uppercase;
}

.header .top p i {
    font-size: 0.9rem;
}

.header .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 0.9rem;
    transition: all 0.5s ease;
    margin-right: 32px;
    font-weight: 900;
}

.header .navbar-nav .nav-item .nav-link:hover {
    color: #338dbf;
}

.header .menu {
    background: #fff;
    justify-content: flex-end;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
}

.header .menu .navbar {
    display: block;
    padding: 0;
}

.header .menu .navbar .container {
    display: block;
    padding: 0 15px;
}

.header .menu .navbar-toggler {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    color: #000;
}

.header .menu .navbar-brand {
    position: absolute;
    top: -72px;
    bottom: 0;
    left: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.header .menu .navbar-brand img {
    width: 100%;
}

.header .navbar-nav .nav-link.cialis {
    display: none;
}

.header .navbar-nav .nav-link.viagra {
    display: none;
}

.header .menu .start-link_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*************************************
            Menu2
**************************************/

/*************************************
            Header2
**************************************/

#header2 {
    background: url("../images/lp_v2/banner-top_v2.webp") no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    min-height: 80vh;
    font-family: "Avenir LT Std";
    /* padding: 80px 0 2%; */
}

#header3 {
    /* background: url("/app-client/images/lp_v3/top_bgv2.jpg") no-repeat; */
    background: url("../images/lp_v3/top_bgv2.webp") no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    min-height: 71vh;
}

#header2 .logo {
    display: block;
    width: 100%;
    padding: 15px 0;
}

#header2 .logo:hover,
#header2 .logo:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

#header2 .logo img {
    display: block;
    width: 100%;
    max-width: 180px;
}

#header2 .welcome {
    color: #000;
}

#header3 .welcome {
    color: #fff;
}

#header2 .welcome,
#header3 .welcome {
    font-size: 16px;
    font-weight: 900;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 3px solid #338dbf;
    max-width: 67%;
}

#header2 .welcome br,
#header3 .welcome br {
    display: none;
}

#header2 h1 {
    font-size: 46px;
    letter-spacing: -1px;
    word-spacing: -2px;
}

#header3 h1 {
    color: #fff;
    font-size: 47px;
}

#header2 h1,
#header3 h1 {
    font-family: "Avenir LT Std";
    font-weight: 900;
    margin-bottom: 10px;
}

#header2 .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

#header2 .get_started_now {
    display: block;
    width: 100%;
    max-width: 250px;
}

#header2 .your-step {
    font-size: 23px;
    margin-bottom: 15px;
}

#header2 .bottom-text p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}

#header3 .header_list {
    margin-bottom: 25px;
}

#header3 .header_list li {
    color: #fff;
    position: relative;
    padding: 0 0 5px 45px;
    font-size: 27px;
    font-weight: 100;
    font-weight: normal;
}

#header3 .header_list li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    /* background-image: url("../images/lp_v3/blue_bullet.png"); */
    background-image: url("../images/lp_v3/blue_bullet.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 27px;
    height: 27px;
}

#header3 .start-link {
    margin-bottom: 15px;
}

#header3 .startHeader {
    color: #fff;
    background-color: #db3e4d;
    font-size: 30px;
    font-weight: 900;
    padding: 14px 150px;
    border-radius: 20px;
    transition: all 0.3s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    user-select: none;
    overflow: hidden;
}

#header3 .startHeader span {
    position: relative;
}

#header3 .startHeader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    transition: all 0.3s;
    background-color: #ff002f;
    border-radius: 8px;
}

#header3 .startHeader::after {
    content: "";
    display: inline-block;
    background-color: #db3e4d;
    transition: all 0.3s;
    z-index: 2;
}

#header3 .startHeader:hover,
#header3 .startHeader:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

#header3 .startHeader:hover::before,
#header3 .startHeader:focus::before {
    width: 100%;
}

#header3 .startHeader:hover::after,
#header3 .startHeader:focus::after {
    background-color: #ff002f;
}

#header3 .bottom-info {
    font-size: 16px;
    margin-bottom: 0;
}

.header_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header_list li {
    position: relative;
    padding: 0 0 5px 45px;
    font-size: 27px;
    color: #003153;
    font-weight: 100;
    font-weight: normal;
}

.header_list li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    /* background-image: url("../images/lp_v2/bullet.png"); */
    background-image: url("../images/lp_v2/bullet.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 27px;
    height: 27px;
}

.group-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.group-buttons img {
    display: block;
    width: 100%;
    max-width: 270px;
}

.group-buttons a {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.group-buttons a:last-child {
    animation-delay: 0.5s;
    margin-left: 15px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/*************************************
            Members Reviews
**************************************/

#members_reviews .icon-box,
#personal .icon-box,
#personal2 .icon-box,
#faq_section .icon-box {
    position: relative;
    margin-bottom: 15px;
}

#members_reviews .icon-box::before,
#personal .icon-box::before,
#personal2 .icon-box::before,
#faq_section .icon-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #999;
    left: 0;
    top: 49%;
    z-index: -1;
}

#members_reviews .icon-box img,
#personal .icon-box img,
#personal2 .icon-box img,
#faq_section .icon-box img {
    border: 10px solid #fff;
    border-radius: 50%;
}

#members_reviews h2 {
    color: #1a518a;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 40px;
}

#members_reviews h3 {
    color: #1a518a;
    font-weight: 900;
    font-size: 24px;
}

#members_reviews p {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

#members_reviews .members_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 2em;
}

#members_reviews .inner-box {
    border: 1px solid #ccc;
    border-radius: 12px;
    position: relative;
    padding: 25px;
}

#members_reviews .inner-box .top-icon {
    position: absolute;
    content: "";
    top: -18px;
    left: 25px;
    display: block;
}

#members_reviews .quote {
    display: block;
    width: 100%;
    max-width: 35px;
}

#members_reviews .bottom-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#members_reviews .bottom-box .right {
    margin-left: 15px;
}

#members_reviews .stars {
    margin-bottom: 10px;
}

#members_reviews .stars i {
    color: #f68e56;
}

#members_reviews .author {
    font-size: 18px;
    color: #333;
    font-weight: 900;
    line-height: 1;
}

#members_reviews .date {
    color: #333;
    font-size: 14px;
}

#members_reviews .score {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#members_reviews .score .total-score {
    text-align: center;
}

#members_reviews .score .main_score {
    font-size: 70px;
    font-weight: 900;
    color: #1a518a;
    line-height: 1;
}

#members_reviews .score h4 {
    font-size: 33px;
    color: #333333;
    line-height: 1.5;
}

#members_reviews .score img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

#members_reviews .progr-score {
    display: inline-block;
}

#members_reviews .score .item {
    display: flex;
    align-items: center;
    margin: 0 0 0.5em;
    width: 100%;
}

#members_reviews .score .item h4 {
    font-size: 1.3em;
    margin: 0;
}

#members_reviews .score .item .progress {
    width: 250px;
    max-width: 85%;
    height: 16px;
    border-radius: 0;
    margin: 0 1em;
}

#members_reviews .progress-bar {
    color: #e2dedb;
    background-color: #1a518a;
}

/*************************************
            Personal
**************************************/

#personal .approved-list,
#personal2 .approved-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

#personal .approved-list li,
#personal2 .approved-list li {
    position: relative;
    padding: 0 0 5px 45px;
    font-size: 30px;
    color: #000;
    font-weight: 100;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 65px;
}

#personal li::before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    color: #00a65a;
}

#personal2 li::before {
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    background-image: url("../images/lp_v2/icon_legit.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 33px;
    height: 33px;
}

#personal2 li:nth-child(2)::before {
    background-image: url("../images/lp_v2/icon_doc.png");
}

#personal2 li:nth-child(3)::before {
    background-image: url("../images/lp_v2/icon_licensed.png");
}

#personal2 li:nth-child(4)::before {
    background-image: url("../images/lp_v2/icon_approved.png");
}

#personal2 li:nth-child(5)::before {
    background-image: url("../images/lp_v2/icon_delivery.png");
}

#personal2 li:nth-child(6)::before {
    background-image: url("../images/lp_v2/icon6.png");
}

#personal .box,
#personal2 .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

#personal .get_started_now,
#personal2 .get_started_now {
    display: block;
    width: 100%;
    max-width: 250px;
}

#personal .your-step,
#personal2 .your-step {
    font-size: 23px;
    margin-bottom: 15px;
}

#personal .bottom-text p,
#personal2 .bottom-text p {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
}

#personal .bottom-texts p,
#personal2 .bottom-texts p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.3;
}

#personal .bottom-texts p.dark-text,
#personal2 .bottom-texts p.dark-text {
    color: #000;
}

#personal .bottom-texts a,
#personal2 .bottom-texts a {
    color: #338dbf;
}

#personal .bottom-texts a:hover,
#personal2 .bottom-texts a:hover {
    text-decoration: none;
}

/*************************************
            Prescrition Work
**************************************/

#prescrition_work {
    /* background: url("../images/lp_v2/banner2.jpg"); */
    background: url("../images/lp_v2/banner2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

#prescrition_work h2 {
    font-size: 59px;
    font-weight: 900;
    margin-bottom: 50px;
    letter-spacing: -1px;
    word-spacing: -2px;
}

#prescrition_work h3 {
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
}

#prescrition_work .top-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #338dbf;
    width: 60px;
    height: 60px;
    top: -30px;
    left: calc(50% - 30px);
    border-radius: 50%;
    z-index: 3;
}

#prescrition_work .top-icon::before {
    content: "";
    /* background-image: url("../images/lp_v2/laptop-icon.png"); */
    background-image: url("../images/lp_v2/laptop-icon.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 25px;
    z-index: 1;
    display: block;
}

#prescrition_work .top-icon.top-medical::before {
    background-image: url("../images/lp_v2/medical_check_icon.webp");
}

#prescrition_work .top-icon.top-truck::before {
    background-image: url("../images/lp_v2/truck_icon.webp");
}

#prescrition_work .overlay {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    max-width: 350px;
    margin: 0 auto;
}

#prescrition_work .overlay p {
    position: absolute;
    background: rgba(51, 141, 191, 0.5);
    color: #fff;
    padding: 10px 0;
    bottom: 0;
    width: 100%;
}

#prescrition_work .overlay p {
    margin-bottom: 0;
}

#prescrition_work .bottom {
    padding: 20px 15px 0;
    max-width: 350px;
    margin: 0 auto;
}

#prescrition_work .bottom p {
    color: #fff;
    font-size: 18px;
}

/*************************************
            Dr Section
**************************************/

#dr_section {
    position: relative;
    overflow: hidden;
}

#dr_section .top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 42px 0 20px;
    flex-wrap: wrap;
}

#dr_section .top .right {
    margin-left: 10px;
}

#dr_section .doc2 {
    display: block;
    width: 133%;
    max-width: unset;
}

#dr_section h5 {
    font-weight: 900;
    font-size: 27px;
    letter-spacing: -1px;
    word-spacing: -2px;
    margin-bottom: 0;
}

#dr_section h3 {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -1px;
    word-spacing: -2px;
}

#dr_section .descritpion p {
    font-size: 19px;
    margin-bottom: 20px;
}

#dr_section .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

#dr_section .your-step {
    font-size: 23px;
    margin-bottom: 15px;
}

#dr_section .bottom-text p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}

/*************************************
            FAQ Section
**************************************/

#faq_section h2 {
    color: #1a518a;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 40px;
}

#faqAccordion_section h5 {
    font-size: 24px;
    font-weight: 900;
    color: #1a518a;
}

#faqAcc_section h5 {
    font-size: 21px;
    font-weight: 900;
    color: #1a518a;
    padding-right: 20px;
}

#faqAccordion_section .box,
#faqAcc_section .box {
    border: 1px solid #ecedf1;
    border-radius: 8px;
    margin-bottom: 5px;
    overflow: hidden;
}

#faqAccordion_section .box p,
#faqAcc_section .box p {
    color: #333333;
    font-size: 18px;
}

#faqAccordion_section .card-header,
#faqAcc_section .card-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#faqAccordion_section .card-header,
#faqAccordion_section .card-body {
    padding-left: 53px;
    padding-right: 53px;
}

#faqAcc_section .card-header,
#faqAcc_section .card-body {
    padding-left: 45px;
    padding-right: 20px;
}

#faqAccordion_section .card-header,
#faqAcc_section .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 i,
#faqAcc_section .card-header i {
    font-size: 20px;
    color: #1a518a;
}

#faqAccordion_section .card-header:focus,
#faqAcc_section .card-header:focus {
    outline: none;
    box-shadow: none;
}

#faqAccordion_section .card-header .right,
#faqAcc_section .card-header .right {
    display: none;
}

#faqAccordion_section .card-header:before,
#faqAcc_section .card-header:before {
    position: absolute;
    top: calc(50% - 15px);
    font-size: 20px;
    right: 15px;
    color: #1a518a;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f056";
    transition: all 0.3s;
}

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

#faqAccordion_section button,
#faqAcc_section button {
    text-decoration: none;
    text-align: left;
    position: relative;
}

/*************************************
            Sart Now Section
**************************************/

#start_section {
    background: url("../images/lp_v2/banner3.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#start_section h2 {
    font-size: 59px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -1px;
    word-spacing: -2px;
}

#start_section .your-step {
    font-size: 23px;
    margin-bottom: 15px;
    color: #fff;
}

#start_section .bottom-text p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}

.bottom_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom_list li {
    position: relative;
    padding: 0 0 5px 45px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    letter-spacing: -1px;
}

.bottom_list li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    /* background-image: url("../images/lp_v2/white_checkmark.png"); */
    background-image: url("../images/lp_v2/white_checkmark.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 27px;
    height: 27px;
}

/*************************************
            New Footer Section
**************************************/

#new_footer {
    background: #338dbf;
}

#new_footer .logo-bottom {
    display: block;
    width: 100%;
    max-width: 150px;
}

#new_footer .right-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#new_footer .right-side p {
    font-weight: 900;
    color: #fff;
    font-size: 16px;
}

#new_footer .footer-top {
    margin-bottom: 30px;
}

#new_footer .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

#new_footer .social-links li {
    margin-left: 15px;
}

#new_footer .social-links li img {
    display: block;
    width: 32px;
    height: 32px;
}

#new_footer h5 {
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-bottom: 16px;
}

#new_footer h5:before {
    position: absolute;
    content: "";
    width: 65%;
    height: 1px;
    background: #6dacbf;
    bottom: -5px;
    left: 0;
}

#new_footer .bottom-footer p {
    font-size: 16px;
    color: #fff;
}

#new_footer .meds,
#new_footer .seeReview {
    list-style: none;
    margin: 0;
    padding: 0;
}

#new_footer .meds li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

#new_footer .seeReview img {
    display: block;
    width: 100%;
    max-width: 200px;
}

#new_footer .contacts {
    list-style: none;
    padding: 0;
}

#new_footer .contacts .contact-modal {
    cursor: pointer;
}

#new_footer .contacts li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

#new_footer .contacts li a i {
    margin-right: 5px;
}

#new_footer .contact-hours {
    margin-bottom: 20px;
}

/*************************************
            New Copyrights Section
**************************************/

#new_copyrights {
    background: #222;
}

#new_copyrights .copyright_links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#new_copyrights .copyright_links li span {
    color: #999;
    padding: 0 15px;
}

#new_copyrights .copyright_links li a {
    color: #999;
    font-size: 16px;
}

#new_copyrights .copyright_links .stats_av {
    color: #999;
    font-size: 16px;
    cursor: pointer;
}

#new_copyrights p {
    color: #999;
    margin-bottom: 0;
    font-size: 16px;
}

/*************************************
    Responsive breakpoints
**************************************/

@media (max-width: 1200px) {
    .header .navbar-nav .nav-item .nav-link {
        margin-right: 20px;
    }

    #header2 {
        background-position: top right 35%;
        min-height: unset;
    }

    #header3 {
        min-height: unset;
        background-position: bottom right 60%;
    }

    #header3 .startHeader {
        padding: 14px 130px;
    }

    #header2 h1,
    #header3 h1 {
        font-size: 40px;
    }

    .header_list li,
    #header3 .header_list li {
        font-size: 23px;
    }

    #header2 .welcome {
        max-width: 81%;
    }

    #members_reviews h2,
    #prescrition_work h2,
    #faq_section h2,
    #start_section h2 {
        font-size: 40px;
    }

    #members_reviews .author {
        font-size: 15px;
    }

    #members_reviews .score .main_score {
        font-size: 50px;
    }

    #members_reviews .score h4 {
        font-size: 30px;
    }

    #personal .approved-list,
    #personal2 .approved-list {
        margin: 0 0 15px;
    }

    #personal .approved-list li,
    #personal2 .approved-list li {
        font-size: 23px;
        margin-bottom: 0;
        padding: 0 0 0 45px;
    }

    #personal .bottom-text,
    #personal2 .bottom-text {
        margin-bottom: 30px;
    }

    #personal li::before,
    #personal2 li::before {
        top: 16px;
        width: 30px;
        height: 30px;
    }

    #personal .bottom-texts,
    #personal2 .bottom-texts {
        margin-bottom: 2rem;
    }

    #personal .get_started_now,
    #personal2 .get_started_now,
    #dr_section .get_started_now {
        display: block;
        width: 100%;
        max-width: 220px;
    }

    #prescrition_work h3 {
        font-size: 20px;
    }

    #prescrition_work .bottom p {
        font-size: 16px;
    }

    #prescrition_work .bottom p br {
        display: none;
    }

    #dr_section .right {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    .header .top .row {
        justify-content: center;
    }

    .header .navbar-nav .nav-link.cialis {
        display: block;
        background: #f3b034;
        border-radius: 8px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px;
        text-align: right;
        min-height: 100px;
        margin-bottom: 5px;
    }

    .header .navbar-nav .nav-link.cialis img {
        display: block;
        margin: 5px auto 0;
        width: 100%;
        max-width: 35px;
    }

    .header .navbar-nav .nav-link.viagra {
        display: block;
        background: #338dbf;
        border-radius: 8px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px;
        text-align: center;
        min-height: 100px;
        margin-bottom: 5px;
    }

    .header .navbar-nav .nav-link.viagra img {
        display: block;
        margin: 5px auto 0;
        width: 100%;
        max-width: 35px;
    }

    .header .top .offset-md-3 {
        margin-left: 0;
    }

    .header .top .button-top {
        text-align: center;
        display: block;
    }

    .header .top .button-top span {
        display: block;
        margin: 0;
    }

    .header .top .button-top-promo {
        text-align: center;
        display: block;
    }

    .header .top .button-top-promo span {
        display: block;
        margin: 0;
    }

    .header .navbar-nav .nav-item .nav-link {
        text-align: right;
        margin-right: 0;
    }

    .header .menu .navbar-brand {
        position: static;
        padding: 0;
    }

    .header .menu .navbar-collapse {
        position: absolute;
        right: 0;
        top: 34px;
        transition: all 0.3s ease;
        transform: rotateY(90deg);
        perspective: 1000px;
        box-shadow: 1px 1px 16px #09264e3d;
        background: white;
    }

    .header .menu .navbar-collapse.show {
        transform: rotateY(0deg);
        z-index: 1;
    }

    .header .menu .navbar-collapse ul {
        padding: 1em;
        color: #000;
        font-weight: bold;
        width: 100%;
        white-space: nowrap;
        text-align: center;
    }

    .header .menu .navbar-collapse ul li {
        white-space: nowrap;
    }

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

    .header .menu .navbar-toggler i {
        font-size: 1.4em;
    }

    #personal .approved-list li,
    #personal2 .approved-list li {
        font-size: 20px;
        padding: 0 0 0 40px;
        line-height: 60px;
    }

    #personal .approved-list li::before,
    #personal2 .approved-list li::before {
        top: 13px;
    }

    #header2 {
        background-position: top right 50%;
    }

    #header3 {
        background-position: bottom right 50%;
    }

    #header3 .welcome {
        max-width: 81%;
    }

    #header3 h1 {
        font-size: 39px;
    }

    #header3 .header_list li {
        font-size: 20px;
    }

    #header3 .header_list li::before {
        width: 23px;
        height: 23px;
    }

    #header3 .header_list {
        margin-bottom: 15px;
    }

    #header3 .startHeader {
        padding: 10px 100px;
    }

    #dr_section .top .right {
        margin-left: 0;
    }

    #dr_section h3 {
        font-size: 35px;
    }

    #dr_section h5 {
        font-size: 25px;
    }

    #dr_section .top img {
        margin-bottom: 15px;
    }

    #dr_section .descritpion p {
        font-size: 18px;
    }

    #dr_section .your-step {
        font-size: 20px;
    }

    #dr_section .bottom-text p {
        font-size: 15px;
    }

    .bottom_list li {
        font-size: 25px;
    }

    #start_section .your-step {
        font-size: 20px;
    }

    #start_section .bottom-text p {
        font-size: 15px;
    }

    #members_reviews .score h4 {
        font-size: 20px;
    }

    #members_reviews .score img {
        max-width: 150px;
    }

    #members_reviews .score .item h4 {
        font-size: 0.9em;
    }
}

@media (max-width: 768px) {
    .header .top .button-top {
        display: block;
        text-align: center;
        font-size: 1rem;
    }

    .header .top .button-top span {
        margin-bottom: 0.5rem;
        font-size: 13px;
    }

    .header .top .button-top-promo {
        display: block;
        text-align: center;
        font-size: 1rem;
    }

    .header .top .button-top-promo span {
        margin-bottom: 0.5rem;
        font-size: 13px;
    }

    .header .navbar-nav .nav-item .nav-link {
        font-size: 0.8rem;
    }

    .header .menu .navbar-brand {
        position: static;
        padding: 0;
    }

    .header .top .inner-top p {
        font-size: 13px;
        text-align: center;
    }

    #header2 {
        background-position: top right 46%;
    }

    #header2 h1 {
        font-size: 31px;
        max-width: 64%;
    }

    #header2 .welcome {
        max-width: 72%;
    }

    .header_list li {
        font-size: 18px;
        padding: 0 0 5px 30px;
    }

    .header_list li::before {
        width: 20px;
        height: 20px;
        top: 0;
    }

    #header2 .get_started_now {
        display: block;
        width: 100%;
        max-width: 200px;
    }

    #header2 .arrow {
        display: block;
        width: 100%;
        max-width: 75px;
    }

    #header2 .your-step {
        font-size: 17px;
    }

    #header2 .single-bottle {
        display: block;
        width: 100%;
        max-width: 100px;
        margin: 0 auto 20px;
    }

    #members_reviews h2,
    #prescrition_work h2,
    #faq_section h2,
    #start_section h2 {
        font-size: 35px;
    }

    #personal .approved-list li,
    #personal2 .approved-list li {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    #personal .approved-list li::before,
    #personal2 .approved-list li::before {
        top: 0;
    }

    #personal .your-step,
    #personal2 .your-step {
        font-size: 18px;
    }

    #personal li::before,
    #personal2 li:before {
        top: 0px;
        width: 25px;
        height: 25px;
    }

    #prescrition_work .bottom {
        margin-bottom: 40px;
    }

    #prescrition_work .last {
        margin-bottom: 0;
    }

    #dr_section .doc2 {
        margin: 20px auto;
        width: 100%;
    }

    #dr_section .top img {
        margin-bottom: 0;
    }

    #dr_section .top .right {
        margin-left: 10px;
    }

    #dr_section .descritpion p {
        font-size: 16px;
    }

    #faqAccordion_section .card-header,
    #faqAccordion_section .card-body,
    #faqAcc_section .card-header,
    #faqAcc_section .card-body {
        padding-left: 15px;
        /* padding-right: 15px; */
    }

    #faqAccordion_section h5 {
        font-size: 23px;
    }

    #faqAcc_section h5 {
        font-size: 20px;
    }

    #faqAccordion_section .box p,
    #faqAcc_section .box p {
        font-size: 16px;
    }

    #start_section .bottom-text {
        margin-bottom: 20px;
    }

    #start_section .pck_pills {
        margin: 0 auto;
        display: block;
    }

    #new_footer .right-side {
        justify-content: flex-start;
        margin-top: 20px;
    }

    #new_footer .contacts,
    #new_footer .meds,
    #new_footer .seeReview {
        margin-bottom: 20px;
    }

    #new_footer .item {
        margin-bottom: 20px;
    }

    #new_footer .bottom-footer p,
    #new_footer .contacts li a,
    #new_footer .meds li a,
    #new_footer .info a {
        font-size: 18px;
    }

    #new_copyrights p,
    #new_copyrights .copyright_links li a {
        font-size: 16px;
    }

    #new_copyrights .copyright_links {
        margin-bottom: 5px;
    }
}

@media (max-width: 576px) {
    .header .menu .navbar-collapse {
        top: 26px;
    }

    #personal .approved-list li,
    #personal2 .approved-list li {
        margin-bottom: 10px;
    }

    #personal .bottom-texts,
    #personal2 .bottom-texts {
        margin: 1rem 0 1.5rem;
    }

    #personal .bottom-texts p,
    #personal2 .bottom-texts p {
        font-size: 14px;
    }

    #header2 {
        /* background: url("/app-client/images/lp_v2/banner-top_mob_v2.jpg") no-repeat; */
        background: url("../images/lp_v2/banner-top_mob_v2.webp") no-repeat;
        background-position: top right 40%;
        background-size: cover;
    }

    #header3 {
        /* background: url("/app-client/images/lp_v3/topbg_mobv3.jpg") no-repeat; */
        background: url("../images/lp_v3/topbg_mobv3.webp") no-repeat;
        background-size: 100% 100%;
        background-position: top left;
        padding: 28px 0 63px;
    }

    #header3 .welcome {
        font-size: 13px;
        max-width: 85%;
        margin-bottom: 20px;
    }

    #header3 h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    #header3 h1 br {
        display: block;
    }

    #header3 .header_list {
        margin-bottom: 30px;
    }

    #header3 .header_list li {
        font-size: 17px;
        padding: 0 0 5px 30px;
    }

    #header3 .header_list li::before {
        width: 18px;
        height: 18px;
        top: 4px;
    }

    #header3 .startHeader {
        padding: 10px 67px;
        font-size: 26px;
        margin-bottom: 30px;
    }

    #header3 .bottom-info {
        font-size: 14px;
    }

    #header2 .welcome {
        font-size: 15px;
        max-width: 49%;
    }

    #header2 .welcome br {
        display: block;
    }

    #heder2 .arrow {
        max-width: 50px;
    }

    #header2 .get_started_now {
        max-width: 165px;
    }

    #header2 .box {
        margin-bottom: 5px;
    }

    #header2 .single-bottle {
        transform: scale(1.4);
        margin: 0 0 50px;
    }

    #header2 .arrow {
        max-width: 55px;
    }

    .header_list {
        margin-bottom: 10px;
    }

    .header_list li {
        line-height: 1.3;
    }

    #header2 h1 br {
        display: none;
    }

    #header2 h1 {
        max-width: 65%;
    }

    #header2 .bottom-text p {
        font-size: 15px;
    }

    #members_reviews .score .item .progress {
        max-width: 60%;
    }

    #dr_section h5 {
        font-size: 20px;
        letter-spacing: 0;
        word-spacing: 0;
    }

    #dr_section .top img {
        margin-bottom: 10px;
    }

    #dr_section .top .right {
        margin-left: 0;
    }

    #dr_section h3 {
        font-size: 30px;
        letter-spacing: 0;
        word-spacing: 0;
    }

    .bottom_list li {
        font-size: 20px;
    }

    #new_footer .right-side p {
        font-size: 18px;
    }

    #new_footer .last-title::before {
        width: 65%;
    }

    #new_copyrights p,
    #new_copyrights .copyright_links li a {
        font-size: 14px;
    }

    #new_copyrights .copyright_links li span {
        padding: 0 10px;
    }

    #prescrition_work .bottom p br {
        display: block;
    }

    /* #faqAccordion_section .card-header[aria-expanded="true"]:before, #faqAcc_section .card-header[aria-expanded="true"]:before{
        top: 37px;
    } */
}

.members_slider .slick-track {
    padding-top: 20px;
    display: flex !important;
}

.members_slider .slick-track>div {
    height: inherit !important;
    padding: 15px;
}

.members_slider .slick-slide .inner-box {
    height: 100%;
}

.pebtn.malemd_btn2 {
    font-size: 22px;
}

.malemd_btn2.pe-flow-small-btn {
    padding: 0.4em 1em 0.2em;
    line-height: 2;
}

@media screen and (max-width: 992px) {
    .malemd_btn2.pe-flow-small-btn {
        padding-top: 0.4em !important;
        padding-bottom: 0.2em !important;
    }

    .pe-footer-area {
        padding: 25px 0px 35px !important;
    }

    .malemd_btn2.pe-banner-btn {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    .pe_product img.girl {
        margin: 15px;
    }
}

/* page css for v4 promo */
.bannerCTA .getStartedCta2 {
    background-color: #db3e4d;
    border-color: #db3e4d;
    color: #fff;
    font-weight: 900;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 35px;
}

#faqModal h2,
#consentModal h2,
#termsModal h2,
#privacyModal h2,
#ccpaModal h2 {
    font-weight: 700;
    color: #08224b;
    font-size: 30px;
}

#termsModal .last,
#termsModal ul,
#privacyModal ul {
    margin-bottom: 3rem;
}

#faqModal .btn-close,
#consentModal .btn-close,
#termsModal .btn-close,
#privacyModal .btn-close,
#ccpaModal .btn-close {
    color: #fff;
    background: #338dbf;
    font-weight: 900;
    border-radius: 8px;
}

#new_footer .social-links2 {
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0;
}

#new_footer .social-links2 img {
    display: block;
    width: 100%;
    max-width: 80px;
}

@media (max-width: 576px) {

    #faqModal h2,
    #consentModal h2,
    #termsModal h2,
    #privacyModal h2,
    #ccpaModal h2 {
        font-size: 25px;
    }
}

.icon-box .img-fluid1 {
    width: 68px;
    height: 68px;
}

#header2 .get_started_now,
#header2 .arrow,
#header2 .single-bottle,
.group-buttons img,
body #med_sec .top-middle .doc-pic2,
#members_reviews .score img,
.members_slider .quote,
#personal2 .get_started_now,
#personal .get_started_now,
#dr_section .get_started_now {
    height: auto;
}

.loader-new {
    max-width: 100%;
    height: auto;
}

#lp_v2 .header .menu .navbar-brand img,
#lp_v2 .footer-logo .logo-bottom {
    height: auto;
}

.fnt-18 {
    font-size: 18px !important;
}

#pills_packs p.text-black{
    color:#222;
}