/****
GLOBAL Image Hover/Delete
****/
.remove_item {
    position: relative;
    cursor: pointer;
}
.remove_item img {
    width: 100%;
}
.remove_item .overlay {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: .5s ease;
    opacity: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.remove_item .overlay:hover {
    opacity: 1;
}
.remove_item .overlay i {
    font-size: 5rem;
    color: #fff;
    margin: auto;
}
.popover.confirmation .popover-header {
    background: var(--pbBlue);
}
/*!********************************************************
LOADER
**********************************************************/
.modal_loader {
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #00000080;
}
.modal_loader .animate__animated {
    vertical-align: middle;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #007abf;
    margin-left: 18px;
}
.modal_loader .loading_message {
    top: 35%;
    position: relative;
    padding: 2rem 0;
    background: #fff;
    border-top: 4px solid #545b62;
    border-bottom: 4px solid #545b62;
}
.modal_loader .spin {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: 8px solid #2a567d33;
    border-radius: 50%;
    border-top-color: #2a567d;
    animation: 1s ease-in-out infinite spin;
    -webkit-animation: 1s ease-in-out infinite spin;
}
.inline_loader {
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background-color: #00000080;
}
.inline_loader .animate__animated {
    vertical-align: middle;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #007abf;
    margin-left: 18px;
}
.inline_loader .loading_message {
    top: 35%;
    left: 0;
    right: 0;
    position: absolute;
    padding: 2rem 0;
    background: #fff;
    max-width: 500px;
    margin: auto;
    border-radius: 15px;
}
.inline_loader .loading_message h4 {
    font-weight: bold;
    font-size: 2rem;
}
.inline_loader .loading_message p {
    font-size: 1.2rem;
}
.inline_loader .spin {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: 8px solid #2a567d33;
    border-radius: 50%;
    border-top-color: #2a567d;
    animation: 1s ease-in-out infinite spin;
    -webkit-animation: 1s ease-in-out infinite spin;
}
.dataTables_length {
    display: inline-block;
    margin-right: 1.5rem;
}
.tableFilter {
    display: inline-block;
}
@media (max-width:1024px) {
    .inline_loader .spin,
    .modal_loader .spin {
        width: 40px;
        height: 40px;
        border-width: 6px;
    }
    .inline_loader .animate__animated,
    .modal_loader .animate__animated {
        font-size: 18px;
    }
}
@media (max-width:768px) {
    .autocomplete-search {
        background-size: 30px 30px;
    }
    .inline_loader .spin,
    .modal_loader .spin {
        width: 25px;
        height: 25px;
        border-width: 4px;
    }
    .inline_loader .animate__animated,
    .modal_loader .animate__animated {
        font-size: 14px;
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
.fa-success {
    color: green !important;
    font-size: 8rem !important;
}
.process-text {
    font-size: 1.3rem;
}
.success_message h2 {
    font-size: 1.8rem;
}
.signature {
    font-family: "Dancing Script", cursive;
}
/****
Border None for Cards
****/
.border-none {
    border: none !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.d-hide {
    display: none;
}

@charset "utf-8";
@font-face {
    font-family: "RBNo2.1aW00-Bold";
    src: url("//db.onlinewebfonts.com/t/ded14947b3b3f89d295e95a8e94ab65c.eot");
    src: url("//db.onlinewebfonts.com/t/ded14947b3b3f89d295e95a8e94ab65c.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/ded14947b3b3f89d295e95a8e94ab65c.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/ded14947b3b3f89d295e95a8e94ab65c.woff") format("woff"), url("//db.onlinewebfonts.com/t/ded14947b3b3f89d295e95a8e94ab65c.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/ded14947b3b3f89d295e95a8e94ab65c.svg#RBNo2.1aW00-Bold") format("svg");
}
/*********************************************************
RESETS
**********************************************************/
:root {
    --lsRed: #FE1E26;
    --lsRedDark: #4c0000;
    --pbLightBlue: #FE1E26;
    --pbGreyBlue: #c78585;
    --pbGrey: #555555;
    --pbLightGrey: #c0c0c0;
    --pbYellow: #ffba00;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(145, 153, 196, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(145, 153, 196, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(145, 153, 196, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(41, 53, 118, 0.1);
}
html {
    scroll-behavior: smooth;
}
html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: top center;
}
body {
    background-color: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
p,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
img {
    max-width: 100%;
}
.small,
small {
    font-size: 70%;
    font-weight: inherit;
}
/*********************************************************
DEFAULTS
**********************************************************/
p {
    font-family: 'Montserrat', sans-serif;
}
a {
    color: #241D1D;
    text-decoration: none;
}
a:hover {
    color: var(--lsRed);
    transition: .3s;
    text-decoration: none;
}
a.alt {
    color: var(--pbGreyBlue);
}
a.alt:hover {
    color: #fff;
    transition: .3s;
}
h1 {
    font-size: 3rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    color: #000;
    text-transform: uppercase;
}
h1 small {
    font-size: 50%;
    font-weight: normal;
    display: block;
}
h2 {
    font-size: 2rem;
    margin-bottom: .5rem;
    color: #000;
}
h3 {
    font-size: 2rem;
    font-weight: bold;
}
h3 small {
    font-size: 60%;
    font-weight: normal;
    display: block;
}
h4 {
    font-size: 2rem;
}
h4 small {
    font-size: 60%;
    display: block;
    color: var(--lsRed);
}
.contact-clean hr {
    border-bottom: 1px solid #b6b6b6;
}
hr {
    border-bottom: 2px solid var(--pbGreyBlue);
}
.bgRGradient {
    background-image: linear-gradient(#210000, #4D0000) !important;
}
.bgGrey {
    background-color: #f2f2f2;
}
.txtLightGrey {
    color: var(--pbLightGrey);
}
.txtBlue {
    color: var(--lsRed);
}
.text-xlarge {
    font-size: 4rem;
}
.text-large {
    font-size: 2rem;
}
.text-medium {
    font-size: 1.5rem;
}
.font-oswald {
    font-family: 'Oswald', sans-serif;
}
.mainSlider {
    margin-top: -90px !important;
}
.contact-clean .alert-danger {
    color: #fff;
    background-color: #950101;
    border-color: #950101;
}
.alert-danger {
    color: #fff;
    background-color: #d50100;
    border-color: #d50100;
}
.alert-danger a {
    color: var(--pbYellow);
    font-weight: bold;
}
.borderBlue {
    border: 1px solid var(--lsRed);
}
.textRed {
    color: #d50100;
}
.alert-success {
    color: #fff;
    background-color: #228B22;
    border-color: #228B22;
}
.bg-red {
    background-color: var(--lsRed);
}
.text-red {
    color: var(--lsRed) !important;
}
.text-dark {
    color: #241D1D;
}
/*********************************************************
BUTTONS
**********************************************************/
.btn-primary {
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: .5rem 2rem;
    transition: .3s;
    background: var(--lsRed);
    color: #fff;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    border: unset;
}
.btn-primary:hover {
    color: #000;
    background: var(--pbYellow);
}
.btn-blue {
    font-size: 1rem;
    text-transform: uppercase;
    padding: .5rem 2rem;
    transition: .3s;
    background: #4453a9;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border-radius: 0;
    line-height: 1;
}
.btn-blue:hover {
    color: #000;
    background: var(--pbYellow);
}
.btn-yellow {
    font-size: 1rem;
    text-transform: uppercase;
    padding: .5rem 2rem;
    transition: .3s;
    background-image: linear-gradient(#FFC527, #E6A801) !important;
    color: #000;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border-radius: 0;
    line-height: 1;
}
.btn-yellow:hover {
    color: #fff;
    background-image: linear-gradient(#FFC527, #E6A801) !important;
}
.btn-join {
    padding: 1rem 3rem;
    font-size: 1.5rem;
}
.btn-yellow-sm {
    font-size: 1rem;
    text-transform: uppercase;
    padding: .5rem 1rem;
    transition: .3s;
    background-image: linear-gradient(#FFC527, #E6A801) !important;
    color: #000;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border-radius: 0;
    line-height: 1;
}
.btn-yellow-sm:hover {
    color: #fff;
    background-image: linear-gradient(#FFC527, #E6A801) !important;
}
.btn-purple {
    font-size: 1rem;
    text-transform: uppercase;
    padding: .5rem 4rem;
    transition: .3s;
    background: #e91ecf;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border-radius: 0;
    line-height: 1;
}
.btn-purple:hover {
    color: #000;
    background: #2263ad;
}
.btn-lt-blue {
    font-size: 1rem;
    text-transform: uppercase;
    padding: .5rem 2rem;
    transition: .3s;
    background: #32b2ae;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border-radius: 0;
    line-height: 1;
}
.btn-lt-blue:hover {
    color: #000;
    background: #d344db;
}
/*********************************************************
STEPPER
**********************************************************/
#contactFormT6 fieldset:not(:first-of-type) {
    display: none;
}
/*********************************************************
NAV
**********************************************************/
.navbar {
    background: transparent !important;
    z-index: 1100;
    width: 100%;
    /**position: absolute;**/
}
.navbar .navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
    border: 1px solid #241D1D;
    outline: none;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #241D1D;
}
.navbar-light .navbar-nav .nav-link {
    color: #241D1D;
    font-size: 14px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--lsRed);
}
.ticker {
    font-size: 1.2rem;
    padding: .5rem;
    font-weight: 500;
    background: var(--pbYellow);
    text-align: center;
    transition: .3s;
    display: block;
    color: #000;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -.02em;
    z-index: 1000;
    position: relative;
}
.ticker:hover {
    color: #fff;
    transition: .3s;
    background: var(--lsRed);
    text-decoration: none;
}
.ticker:hover strong {
    color: var(--pbYellow);
}
.nav-internal {
    background-color: #fff !important;
}
.navbar-brand img {
    width: 200px;
}
/*********************************************************
FOOTER
**********************************************************/
footer {
    color: #fff;
    background-color: #242424;
}
footer h6 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
}
footer p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
}
footer a,
footer a h6 {
    color: #fff;
    transition: .3s;
}
footer a:hover,
footer a h6:hover,
footer a i:hover,
footer a p:hover {
    color: var(--lsRed);
    text-decoration: none;
}
footer h5 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
}
.get-started-footer {
    color: #241D1D;
    padding: 17px 22px;
    border-radius: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.02em;
    text-align: center;
    background-image: url(/assets/img/btn-white-lg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.copyright {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
}
.footer-logo {
    width: 230px;
}
/*********************************************************
HOMEPAGE
**********************************************************/
#home-portal {
    background-image: url('/assets/img/portal_bg1.jpg');
    background-size: cover;
    background-position: center center;
    padding: 85px 0;
}
#home-portal h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 1.4;
}
#home-portal h2 {
    color: #161616;
    font-weight: 400;
    line-height: 70px;
    font-size: 80px;
    font-family: 'bebas-neue', sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 5rem;
}
#home-benefits {
    background-image: url('/assets/img/benefits_bg1.jpg');
    background-size: cover;
    background-position: center center;
}
#home-benefits p {
    font-size: .9rem;
}
#home-benefits .benefit-box-wrapper {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
#home-benefits .benefit-box {
    font-weight: bold;
    padding: .5rem 3rem;
    border: 2px solid #FE1E26;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
#home-ed {
    background-color: #4150a4;
}
#home-ed img {
    width: 250px;
    height: auto;
}
.get-started-link h6 {
    color: var(--pbYellow);
}
.benefits-link {
    cursor: pointer;
}
#trt_benefits {
    border-color: var(--lsRed) !important;
}
#trt_benefits ul {
    padding-left: 1.5rem;
    font-size: 1.1rem;
}
.benefits-link small {
    color: var(--lsRed);
}
/*********************************************************
INTERNAL
**********************************************************/
.phone {
    font-size: 4.2rem;
    line-height: 1;
    text-align: center;
    display: inline-block;
}
.phone small {
    font-size: 40%;
    display: block;
}
.review {
    max-width: 600px;
    padding: 3rem 0;
}
.bubble {
    position: relative;
    background: #ffffff;
    border-radius: .4em;
    border: 1px solid #c2c2c2;
    padding: 1.2rem;
    font-size: 1.3em;
    line-height: 1.7em;
}
.bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 85%;
    width: 0;
    height: 0;
    border: 42px solid transparent;
    border-top-color: #c2c2c2;
    border-bottom: 0;
    border-right: 0;
    margin-left: -21px;
    margin-bottom: -42px;
}
.review .name {
    margin-top: 1rem;
}
.inner-dl {
    position: relative;
    min-height: 250px;
    background-image: url('/assets/img/inner-DL.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.inner-dl-text {
    padding-top: 75px;
}
.inner-dl-text h1 {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    text-transform: none;
    line-height: 1;
    padding-bottom: 0;
    text-shadow: 2px 3px rgba(0, 0, 0, .45);
    -webkit-text-shadow: 2px 3px rgba(0, 0, 0, .45);
}
.inner-dl-text p {
    line-height: 1.2;
    padding-bottom: 15px;
    text-shadow: 2px 3px rgba(0, 0, 0, .45);
    -webkit-text-shadow: 2px 3px rgba(0, 0, 0, .45);
}
.inner-bg {
    background-image: linear-gradient(#210000, #4D0000) !important;
}
.how-it-works h5 {
    font-size: 1.55rem;
    font-weight: bold;
}
.how-it-works h6 {
    font-size: 1.2rem
}
.how-it-works p {
    font-size: .9rem;
}
.select-package {
    font-size: 24px;
}
.select-package span {
    font-size: 18px;
}
.form-check-input-plain {
    width: 20px;
    height: 20px;
    margin: 0;
}
#male_table td {
    vertical-align: middle;
}
/*********************************************************
FORMS
**********************************************************/
.contact-clean {
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.contact-clean form {
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    /*color: #505e6c;*/
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.contact-clean h2 {
    margin-top: 5px;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 36px;
    color: inherit;
}
.contact-clean .form-group:last-child {
    margin-bottom: 5px;
}
.contact-clean form .form-control {
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    outline: none;
    color: inherit;
    padding-left: 12px;
    padding-right: 12px;
    height: 42px;
}
.contact-clean form .form-control:focus {
    border: 1px solid #b2b2b2;
}
.contact-clean form textarea.form-control {
    min-height: 100px;
    max-height: 260px;
    padding-top: 10px;
    resize: vertical;
}
.box-pricing {
    background-color: #eeeeee;
    font-size: 1.2em;
}
.pricing-info h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #262626;
}
.box-pricing .title {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.box-pricing .cta {
    border: 2px solid var(--lsRed);
    padding: 10px 15px 13px 15px;
    text-transform: uppercase;
    display: block;
    margin: auto;
    background-color: var(--lsRed);
    color: #fff;
}
.box-pricing .cta:hover {
    border: 2px solid var(--lsRed);
    background-color: transparent;
    color: var(--lsRed) !important;
}
.box-uk {
    font-size: 1em;
    font-weight: bold;
}
.box-uk img {
    padding-right: 5px;
    width: 60px;
}
.btn-uk {
    padding: 5px 45px;
    background-color: var(--pbYellow);
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
}
a.btn-uk:hover {
    color: #000;
}
.pricing-disclaimer {
    font-size: .8em;
    color: #7C7C7C;
    padding-top: 10px;
    font-family: 'Lato', sans-serif;
}
.chevronButton {
    font-size: 2rem;
    padding: 4rem 0;
    background: var(--lsRed);
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    transition: .3s;
}
.chevronButton:hover {
    background: var(--pbYellow);
    color: #000;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dedede;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 4px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked+.slider {
    background-color: #228B22;
}
input:focus+.slider {
    box-shadow: 0 0 1px #228B22;
}
.click_sign {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px 20px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    backdrop-filter: blur(10px);
    height: calc(1.5em + 2.75rem + 2px);
    border-bottom: solid 1px black;
    cursor: pointer;
}
.click_sign.signature {
    width: 100%;
    text-align: left;
}
.contact-clean form .form-control.clicked-box:disabled {
    background-color: #e5e5e5;
}
input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.signature {
    font-family: "Dancing Script", cursive;
}
.contact-clean form .form-control.signature {
    font-family: "Dancing Script", cursive;
    font-size: 16px;
}
small.form-text {
    font-weight: 700;
    font-size: .8rem;
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
#leadText {
    font-size: 1.1rem;
}
#formPage2,
#formPage3,
.sildenafilFields,
.tadalafilFields,
.currentPatientFields,
.newPatientFields {
    display: none;
}
.modal {
    z-index: 1280;
}
.modal-backdrop {
    z-index: 1260;
}
.productModal .modal-header {
    border-bottom: none;
}
.productModal .modal-header .close {
    font-size: 3rem;
    padding: 0;
}
.custom-file-label::after {
    color: #fff;
    background: var(--lsRed);
}
.patientRadios {
    font-size: 1.3rem;
}
.patientRadio {
    width: 16px;
    height: 16px;
}
a.alert-danger {
    transition: .3s;
}
a.alert-danger:hover {
    color: #000;
    background: var(--pbYellow);
    text-decoration: none;
}
.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: .2rem;
    margin-left: -1.6rem;
}
.discount_select2 .select2-container--default .select2-selection--single {
    border: 1px solid #dc3545 !important;
    height: 42px;
    padding: .375rem .75rem;
}
.discount_select2 .select2-container--default .select2-selection--single:focus {
    box-shadow: 0 0 0 0.2rem rgb(220 53 69 / 25%);
    border: 1px solid #b2b2b2 !important;
}
.discount_select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 75%;
}
.discount_select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: bold;
}
.ajax-upload-dragdrop {
    width: 100% !important;
}
.ambassador-success h3 {
    font-size: 1.4rem;
}
.ambassador-success h5 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.ambassador-success span {
    background: #b50005;
    color: #fff;
    padding: 20px 40px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 2rem;
}
.form-scroll {
    overflow-y: scroll;
    height: 500px;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    padding: 5px;
}
.questionnaire-male p,
.questionnaire-male p {
    font-size: .9rem;
}
.questionnaire-male li,
.questionnaire-male li {
    font-size: .9rem;
}
.questionnaire-male h5,
.questionnaire-male h5 {
    font-size: 1rem;
}
.subscription_table tr {
    cursor: pointer;
}
.subscription_table tr:hover {
    background-color: rgba(210, 210, 210, .55);
}
.subscription-selected {
    border: 3px #dc3545 solid;
    background-color: rgba(210, 210, 210, .55);
}
.news p {
    margin-bottom: 15px;
}
/*********************************************************
FORM RADIO
**********************************************************/
.radio {
    margin: 0.5rem;
}
.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.radio input[type=radio]+.radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    margin-right: 1rem;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type=radio]:checked+.radio-label:before {
    background-color: var(--pbLightBlue);
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus+.radio-label:before {
    outline: none;
    border-color: var(--pbLightBlue);
}
.radio input[type=radio]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type=radio]+.radio-label:empty:before {
    margin-right: 0;
}
/*********************************************************
FORM CHECKBOX
**********************************************************/
.checkbox {
    margin: 0.5rem;
}
.checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.checkbox input[type=checkbox]+.checkbox-label:before {
    content: "";
    background: #f4f4f4;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    margin-right: 1rem;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.checkbox input[type=checkbox]:checked+.checkbox-label:before {
    background-color: var(--pbLightBlue);
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.checkbox input[type=checkbox]:focus+.checkbox-label:before {
    outline: none;
    border-color: var(--pbLightBlue);
}
.checkbox input[type=checkbox]:disabled+.checkbox-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.checkbox input[type=checkbox]+.checkbox-label:empty:before {
    margin-right: 0;
}
.order-panel-bg {
    background-image: url('/assets/img/order-panel-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px 4px 0 0;
}
.get-started-now label {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: normal;
}
.get-started-now input {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: normal;
}
.get-started-now input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: normal;
}
.get-started-now .btn-primary {
    font-family: 'bebas-neue', sans-serif;
    font-size: 30px;
    font-weight: bold;
    padding: .1rem 2rem;
}
.get-started-now h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 700;
}
.get-started-now h2 {
    font-family: 'bebas-neue', sans-serif;
    font-size: 60px;
    font-weight: bold;
}
.get-started-now h2 span {
    font-family: 'bebas-neue', sans-serif;
    font-size: 25px;
    font-weight: bold;
    vertical-align: super;
}
.get-started-now li {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: bold;
}
.get-started-now h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 700;
}
.get-started-now p {
    font-family: "Montserrat", sans-serif;
    font-size: .8em;
    font-weight: normal;
    color: #727272;
}
.get-started-now h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.get-started-now .gender-swap {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: bold;
}
.ed-products .hero-section {
    padding: 30px 0 70px;
    background-color: #000;
}
.ed-products {
    background-color: var(--lsRed);
    background: -webkit-linear-gradient(var(--lsRed), var(--pbLightBlue));
    /* For Safari */
    background: -o-linear-gradient(var(--lsRed), var(--pbLightBlue));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(var(--lsRed), var(--pbLightBlue));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(var(--lsRed), var(--pbLightBlue));
}
.ed-products .hero-title {
    font-size: 71px;
    margin-bottom: 0;
    font-family: "sofia-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 0px;
}
.ed-products .hero-subtitle {
    font-size: 71px;
    margin-bottom: 20px;
    color: var(--lsRed);
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.ed-products .hero-section p {
    font-family: "sofia-pro", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1.75;
}
.ed-products .products-section h3 {
    margin-top: 25px;
    color: var(--lsRedDark);
    font-family: "sofia-pro", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    font-weight: 700;
}
.ed-products .products-section p {
    color: #0d0d0d;
    font-family: "sofia-pro", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
}
.ed-products .product-card {
    background-color: white;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}
.ed-products .product-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.ed-products .product-info {
    background-color: var(--lsRedDark);
    color: white;
    padding: 20px;
    min-height: 200px;
    height: 100%;
}
.ed-products .product-title {
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #000;
    padding: 0px;
    font-weight: bold;
    font-size: 22px;
    margin-top: 10px;
}
.ed-products .product-card .product-subtitle {
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #d50100;
    font-size: 0.9rem;
    font-weight: normal;
    font-size: 12px;
}
.ed-products .product-blue-box {
    background-color: var(--lsRedDark);
    padding: 0px 20px 0px 20px;
    border-radius: 25px;
    margin-top: 20px;
}
.ed-products .product-blue-box-inner {
    transform: translateY(-25px);
}
.ed-products .product-blue-box small {
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    display: block;
}
.ed-products .product-row {
    transform: translateY(-335px);
    margin-bottom: -250px;
}
.ed-products .product-card p {
    color: #fff;
    font-family: "sofia-pro", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
}
.ed-products .left-col {
    padding: 0px 15px;
    width: 27%;
}
.ed-products .btn-yellow {
    border-radius: 10px;
    border: 2px solid #fff;
}
.ed-products .hero-section-checkout {
    padding: 50px 0 50px;
    background-color: #000;
}
.ed-products .hero-title-checkout {
    font-size: 45px;
    margin-bottom: 0;
    font-family: "sofia-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 0px;
}
.ed-products .hero-subtitle-checkout {
    font-size: 55px;
    margin-bottom: 0px;
    color: var(--lsRed);
    font-family: "sofia-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
}
.questionnaire .radio-div label.active {
    background-color: var(--lsRed);
    color: #fff;
}
.questionnaire .radio-div label {
    border-radius: 25px;
    margin-bottom: 0px;
    padding: 6px 20px;
    cursor: pointer;
    text-align: center;
}
.purchaseOptions .card-header {
    background-color: var(--lsRed);
    color: #fff;
}
.purchaseOptions .card-header.collapsed {
    background-color: rgba(0, 0, 0, .03);
    margin-bottom: 0;
    color: #000;
}
.purchaseOptions .card-header h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
}
.purchaseOptions .card-header.collapsed i {
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in-out;
}
.topbar {
    background-color: #F7F7F7;
}
.topbar p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #241D1D;
}
.topbar a {
    color: #241D1D;
}
.topbar a:hover {
    color: #242424;
}
.navbar-light .navbar-nav .nav-link.get-started-nav {
    color: #fff;
    padding: 17px 25px;
    border-radius: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.02em;
    background-image: url(/assets/img/btn-red-lg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.get-started-nav:hover {
    background-color: #F03030;
    color: #fff;
}
.account-icon {
    font-size: 20px;
}
.home-dl {
    padding-top: 100px;
    padding-bottom: 30px;
    background-image: url('/assets/img/home-dl-bg.webp');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.h1 {
    font-size: 76px;
    font-weight: 700;
    color: #241D1D;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.05em;
    line-height: 110%;
    text-transform: unset;
}
.h1 span {
    background: -webkit-linear-gradient(#A32121, #F03030);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.para-18 {
    font-size: 18px;
    font-weight: 500;
    color: #241D1D;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
    line-height: 170%;
}
.para-16 {
    font-size: 16px;
    font-weight: 500;
    color: #241D1D;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
    line-height: 170%;
}
.home-dl p {
    padding-top: 20px;
    padding-left: 20%;
}
.home-dl h6 {
    font-size: 20px;
    font-weight: 500;
    color: #241D1D;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
    line-height: 170%;
}
.dl-prod-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    border: 1px solid #241D1D1A;
    justify-content: space-between;
}
.dl-prod-box img {
    width: 90px;
}
.dl-prod-box i {
    font-size: 25px;
}
.bg-dark-gray {
    background-color: #241D1D;
}
.transforming {
    background-image: url('/assets/img/transforming-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 190px;
}
.h2 {
    font-size: 58px;
    font-weight: 600;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.05em;
    line-height: 110%;
}
.h2 span {
    background: -webkit-linear-gradient(#A32121, #F03030);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.transforming p {
    padding-right: 25%;
}
.transforming-testimonial-box {
    backdrop-filter: blur(20px);
    border: 1px solid #FFFFFF1A;
    border-radius: 5px;
    padding: 20px;
    background-image: url('/assets/img/quote.webp');
    background-position: 95% 90%;
    background-size: 60px;
    background-repeat: no-repeat;
}
.transforming-testimonial-box p {
    padding-left: unset;
}
.h6 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.03em;
    line-height: 120%;
}
.prescribed h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: .10em;
}
.prescribed h2 {
    font-size: 58px;
    font-weight: 600;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.05em;
    line-height: 110%;
}
.prescribed p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
    line-height: 170%;
}
.prescribed img {
    transform: translateY(-90px);
    margin-bottom: -90px;
}
.get-started-red {
    color: #fff;
    padding: 17px 25px;
    border-radius: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.02em;
    background-image: url(/assets/img/btn-red-lg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.as-seen {
    background-color: #F03030;
    color: #fff;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: .10em;
    border: 1px solid #241D1D1A;
}
.annimation-1 {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transform: rotate(-1.91deg);
}
.annimation-1-box {
    background: linear-gradient(90deg, #A32121 0%, #F03030 100%), linear-gradient(90deg, #293072 0%, #2264AF 100%);
    transform: rotate(-1.91deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    transform: translateY(-50%);
}
.frame-6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 40px;
    height: 100%;
}
.annimation-1-text {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.annimation-2 {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transform: rotate(1.37deg);
}
.annimation-2-box {
    background: linear-gradient(90deg, #A32121 0%, #F03030 100%), linear-gradient(90deg, #293072 0%, #2264AF 100%);
    transform: rotate(1.37deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    transform: translateY(-50%);
}
.annimation-2-text {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.prescription-container {
    margin-top: 90px;
}
.h3 {
    font-size: 45px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.05em;
    line-height: 100%;
}
.prescription-box {
    background-color: #f7f7f7;
    border-radius: 0px;
    padding: 50px 50px 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.process {
    background: -webkit-linear-gradient(#F7F7F7, #FFFFFF);
}
.process h6,
.testimonials h6,
.questions h6 {
    font-size: 16px;
    font-weight: 600;
    color: #241D1D;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: .1em;
    line-height: 100%;
    text-transform: uppercase;
}
.h5 {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.05em;
    line-height: 120%;
}
.bg-light-gray {
    background-color: #F7F7F7;
}
.process-box {
    background-image: url('/assets/img/process-box-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
    border-radius: 5px;
    height: 100%;
}
.process-box .number {
    font-size: 18px;
    font-weight: 600;
    color: #241D1D;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: .05em;
    line-height: 100%;
    color: #302D2A;
    opacity: .3;
}
.testimonials {
    padding-bottom: 150px;
}
.testimonial-box {
    position: relative;
    padding: 0 10px;
}
.testimonial-box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}
.what-is img {
    transform: translateY(-90px);
    margin-bottom: -90px;
}
.why-choose {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 160px;
}
.why-choose-box {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
    padding: 30px;
    border: 1px solid #241D1D1A;
    height: 210px;
}
.h4 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.05em;
    line-height: 100%;
}
.questions {
    background-image: url('/assets/img/faq-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
}
.questions .card {
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid #241D1D1A !important;
}
.questions .card-body {
    padding: 10px 0px 30px 0px;
}
.questions .card-header {
    background-color: transparent;
    border: unset;
    padding: 30px 0px 10px 0px;
}
.questions .btn-link.focus,
.questions .btn-link:focus,
.questions .btn-link:hover {
    box-shadow: unset;
    text-decoration: none;
}
.questions .card-header .btn {
    padding: 0;
}
.hormone-replacement-dl {
    min-height: 525px;
}
.hormone-page-bg {
    background-image: url('/assets/img/hormone-bg.webp');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.big-numbers {
    font-size: 76px;
    font-weight: 200;
    color: #A32121;
    background: -webkit-linear-gradient(#A32121, #F03030);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.05em;
    opacity: .1;
    line-height: 110%;
}
.pr-6 {
    padding-right: 6rem;
}
.pl-6 {
    padding-left: 6rem;
}
.news-page {
    background-image: url('/assets/img/bg-shape.webp');
    background-size: auto;
    background-position: top right;
    background-repeat: no-repeat;
}
.h7 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.03em;
    line-height: 120%;
}
.news-page a:hover {
    text-decoration: none;
    color: #241D1D;
}
.news-info {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
    line-height: 120%;
    color: #293256;
    opacity: .5;
}
.news-tag {
    position: absolute;
    top: 10px;
    left: 25px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
    background-color: #fff;
    color: #241D1D;
    padding: 6px 10px;
    border: 1px solid rgba(41, 50, 86, 0.1);
    border-radius: 5px;
}
.get-started-dl {
    background-image: url(/assets/img/get-started-dl.webp);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 130px 0;
}
.footer-container {
    background-image: url(/assets/img/footer-bg.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: -150px;
    padding-top: 115px;
}
.footer-cta {
    background-image: url(/assets/img/main-footer-cta-bg.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 300px;
    padding-top: 100px;
}
.news-dl {
    padding: 100px 0;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
.red-tag {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
    background-color: #F03030;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
}
.sidebar {
    border-left: 2px solid #0a1d291a;
    padding-left: 30px;
}
.news-tags .tag {
    color: #241D1D;
    padding: 6px 10px;
    border-radius: 5px;
}
.news-tags .tag.active {
    background-color: #F03030;
    color: #fff;
}
.contact-footer-cta {
    background-image: url(/assets/img/contact-footer-cta-bg.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 350px;
    padding-top: 100px;
}
.bloodwork-footer-cta {
    background-image: url(/assets/img/bloodwork-footer-cta-bg.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 350px;
    padding-top: 100px;
}
.form-control {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px 20px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    backdrop-filter: blur(10px);
    height: calc(1.5em + 2.75rem + 2px);
}
.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 1;
}
.patient-login .form-control {
    color: #241D1D !important;
    height: calc(1em + 1.75rem + 2px) !important;
    border: 1px solid #241D1D50 !important;
}
.ambassador-footer-cta {
    background-image: url(/assets/img/ambassador-footer-cta-bg.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 250px;
    padding-top: 100px;
}
.form-control::placeholder {
    color: #fff;
    opacity: 0.5;
}
.form-control:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}
.form-control:focus::placeholder {
    color: #fff;
    opacity: 0.4;
}
.hours-title {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
    line-height: 100%;
    color: #fff;
}
.hours-text {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -.02em;
    line-height: 100%;
    opacity: .7;
    color: #fff;
}
.contact-links {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    line-height: 100%;
    color: #fff;
}
.contact-links a {
    color: #fff;
}
.contact-links a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}
.ed-products .form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}
.performance-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 40px;
    height: 100%;
}
.science-backed {
    background-image: url('/assets/img/science-backed-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.btn-slick {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    height: 58px;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-red-lg {
    background-color: #F03030 !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    letter-spacing: -.02em;
    line-height: 100%;
    border: none;
    box-shadow: none;
    position: relative;
    margin: 0px 12px;
    padding: 17px 17px !important;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-red-lg:before {
    content: '';
    position: absolute;
    top: 0;
    left: -11px;
    width: 12px;
    height: 54px;
    border-radius: 0;
    background-image: url(/assets/img/btn-red-lg-l.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-red-lg:after {
    content: '';
    position: absolute;
    top: 0;
    right: -11px;
    width: 12px;
    height: 54px;
    border-radius: 0;
    background-image: url(/assets/img/btn-red-lg-r.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-red-lg:hover {
    background-color: #F03030;
    color: rgba(255, 255, 255, 0.8) !important;
}
.w-90 {
    width: 90% !important;
}
.btn-black-lg {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    letter-spacing: -.02em;
    line-height: 100%;
    border: none;
    box-shadow: none;
    position: relative;
    margin: 0px 12px;
    padding: 17px 17px !important;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-black-lg:before {
    content: '';
    position: absolute;
    top: 0;
    left: -11px;
    width: 12px;
    height: 54px;
    border-radius: 0;
    background-image: url(/assets/img/btn-black-lg-l.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-black-lg:after {
    content: '';
    position: absolute;
    top: 0;
    right: -11px;
    width: 12px;
    height: 54px;
    border-radius: 0;
    background-image: url(/assets/img/btn-black-lg-r.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-black-lg:hover {
    background-color: #000;
    color: rgba(255, 255, 255, 0.8) !important;
}
.btn-white-lg {
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    letter-spacing: -.02em;
    line-height: 100%;
    border: none;
    box-shadow: none;
    position: relative;
    margin: 0px 12px;
    padding: 17px 17px !important;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-white-lg:before {
    content: '';
    position: absolute;
    top: 0;
    left: -11px;
    width: 12px;
    height: 54px;
    border-radius: 0;
    background-image: url(/assets/img/btn-white-lg-l.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-white-lg:after {
    content: '';
    position: absolute;
    top: 0;
    right: -11px;
    width: 12px;
    height: 54px;
    border-radius: 0;
    background-image: url(/assets/img/btn-white-lg-r.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.btn-white-lg:hover {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.8) !important;
}
@media (max-width: 1900px) {}
@media (max-width: 1600px) {}
@media (max-width: 1450px) {
    .dl-inner h1 {
        font-size: 3.2rem;
    }
    .dl-text {
        margin-bottom: 0px;
    }
}
@media (max-width: 1300px) {
    .dl-text {
        margin-bottom: 0px;
    }
}
@media (max-width: 1200px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: .8rem;
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .dl-text {
        margin-bottom: 0px;
    }
    .dl-inner h1 {
        font-size: 2.8rem;
    }
}
@media (max-width: 1024px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: .7rem;
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .dl-inner h1 {
        font-size: 2.5rem;
    }
    .ed-products .left-col {
        padding: 0px 10px;
        width: 100%;
    }
    .ed-products .product-row {
        transform: unset;
        margin-bottom: 50px;
    }
    .ed-products .hero-section {
        padding: 30px;
    }
    .why-choose {
        padding-left: 15px;
    }
}
@media (max-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: .9rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .text-xlarge {
        font-size: 1.5rem;
        line-height: 1.4em;
    }
    .text-large {
        font-size: 1rem;
        padding-bottom: 10px;
    }
    .w-100-sm {
        width: 100% !important;
    }
    .ticker {
        font-size: 1em;
    }
    .navbar-brand img {
        max-width: 60%;
    }
    h1 {
        font-size: 2rem;
    }
    .mainSlider {
        margin-top: 0px !important
    }
    .navbar-collapse {
        background-color: transparent;
        margin-top: 1rem;
    }
    .phone {
        font-size: 3.2rem;
    }
    .chevronButton {
        padding: .5rem 0;
    }
    .dl-text {
        margin-bottom: 0px;
    }
    .dl-text p {
        font-size: .9rem;
    }
    .dl-text h6 {
        font-size: .9rem;
    }
    .dl-inner h1 {
        font-size: 2rem;
    }
    .home-dl {
        margin-top: 0;
    }
    .dl-container {
        min-height: 375px;
    }
    .what-is img {
        margin-bottom: 0px;
    }
}
@media (max-width:850px) {
    .dl-text {
        margin-bottom: 0px;
    }
}
@media (max-width:768px) {
    .dl-text {
        margin-bottom: 0px;
    }
    .home-dl video {
        margin-top: -50px !important;
    }
    .dl-inner h1 {
        font-size: 2rem;
    }
    .ed-products .hero-title {
        font-size: 45px;
    }
    .ed-products .hero-subtitle {
        font-size: 45px;
    }
    .ed-products .hero-section p {
        font-size: 16px;
    }
    .ed-products .hero-subtitle-checkout {
        font-size: 40px;
    }
    .ed-products .hero-title-checkout {
        font-size: 35px;
    }
    .home-dl p {
        padding-left: unset;
    }
    .home-dl h1 {
        font-size: 55px;
    }
    .home-dl {
        padding-top: 50px;
    }
    .h2 {
        font-size: 42px;
    }
    .annimation-1-text,
    .annimation-2-text {
        font-size: 20px;
    }
    .frame-6 img {
        width: 20px;
    }
    .frame-6 {
        gap: 20px;
    }
    .annimation-1-box,
    .annimation-2-box {
        height: 45px;
    }
    .what-is img {
        transform: translateY(0px);
    }
    .hormone-page-bg {
        background-image: unset;
    }
    .h1 {
        font-size: 55px;
    }
    .big-numbers {
        font-size: 66px;
    }
    .get-started-dl {
        padding: 130px 0 0px;
    }
    .footer-cta {
        background-image: url(/assets/img/main-footer-cta-bg-mobile.webp);
        padding-bottom: 65px;
        padding-top: 65px;
    }
    .footer-container {
        background-image: unset;
        background-color: #241d1d;
        margin-top: 0;
        padding-top: 10px;
    }
    .footer-container .footer-cta {
        padding-bottom: 100px;
        padding-top: 10px;
    }
    .contact-footer-cta {
        background-image: url(/assets/img/contact-footer-cta-bg-mobile.webp);
        padding-bottom: 15px;
        padding-top: 60px;
        background-position: center bottom;
    }
    .bloodwork-footer-cta {
        background-image: url(/assets/img/bloodwork-footer-cta-bg-mobile.webp);
        padding-bottom: 15px;
        padding-top: 60px;
        background-position: center bottom;
    }
    .ambassador-footer-cta {
        background-image: url(/assets/img/ambassador-footer-cta-bg-mobile.webp);
        padding-bottom: 15px;
        padding-top: 60px;
        background-position: center bottom;
    }
}
@media (max-width:767px) {
    .contact-clean {
        padding: 20px 0;
    }
    .contact-clean form {
        padding: 30px;
    }
    .ticker {
        font-size: .8em;
    }
    .navbar-brand {
        width: 50%;
    }
    .navbar-brand img {
        max-width: 100%;
    }
    .inner-dl-text h1 {
        font-size: 2.2rem;
    }
    #home-portal h2 {
        font-size: 4rem;
        line-height: 4rem;
    }
}
@media (max-width:560px) {
    .dl-text p {
        font-size: .8rem;
    }
    #home-portal h2 {
        font-size: 3rem;
    }
    .home-dl video {
        margin-top: 0px !important;
    }
    .dl-container {
        min-height: 315px;
    }
    .dl-inner {
        margin-top: 1rem !important;
    }
    .dl-inner h1 {
        font-size: 1.8rem;
    }
    .dl-text h6 {
        font-size: .8rem;
    }
    .box-uk {
        font-size: .9rem;
    }
    .box-uk img {
        width: 40px;
    }
    .btn-uk {
        font-size: .9rem;
    }
    .ed-products .hero-section {
        padding: 30px 15px;
    }
    .ed-products .hero-title {
        font-size: 34px;
    }
    .ed-products .hero-subtitle {
        font-size: 34px;
    }
    .ed-products .hero-section p {
        font-size: 14px;
    }
    .ed-products .products-section h3 {
        font-size: 25px;
    }
    .ed-products .products-section p {
        font-size: 14px;
    }
    .radio-div {
        padding: 0px;
    }
}
@media (max-width:450px) {
    .dl-text p {
        font-size: .8rem;
    }
    .dl-inner h1 {
        font-size: 1.5rem;
        margin-bottom: 4px;
    }
    .dl-text {
        margin-bottom: 0px;
    }
    .dl-text h6 {
        font-size: .8rem;
    }
    .btn-yellow-rd {
        font-size: .9rem;
    }
}
/*********************************************************
ED QUESTIONNAIRE
**********************************************************/
.questionnaire input {
    margin-bottom: 2px;
    margin-top: 2px;
}
.questionnaire h2 {
    margin-top: 5px;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 16px;
    color: inherit;
}
.help-block {
    font-weight: bold;
    color: #dc3545;
    font-size: .9rem;
}
.questionnaire label {
    padding: 3px 10px;
}
@media (max-width:767px) {
    .ed-history-page form {
        padding: 7px;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: -.03em !important;
    }
    .questionnaire label {
        font-size: .7rem;
        vertical-align: text-top;
    }
    .questionnaire .form-check-input {
        height: 15px;
        width: 15px;
    }
    .questionnaire .form-check-inline {
        padding-left: 0 !important;
    }
    .btn-primary {
        font-size: 1rem;
        padding: .5rem 1rem;
    }
    .questionnaire .btn-primary,
    .questionnaire-male .btn-primary,
    .questionnaire-female .btn-primary {
        font-size: 1rem;
        padding: .5rem 1.4rem;
    }
    #get-started p {
        font-size: 1.2rem;
    }
    .inner-dl {
        min-height: 110px;
    }
    .inner-dl-text {
        padding-top: 35px;
    }
    .box-pricing p {
        line-height: 0;
    }
    .box-pricing .title {
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .questionnaire-male form,
    .questionnaire-female form {
        padding: 7px;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: -.03em !important;
    }
    .questionnaire-male label,
    .questionnaire-female label {
        font-size: .7rem;
        vertical-align: text-top;
    }
    .questionnaire-male .form-check-input,
    .questionnaire-female .form-check-input {
        margin-left: -1.4rem;
    }
}