/* ---------------------------
Buttons
----------------------------*/
/*.white-btn {
    display: inline-block;
    width: fit-content;
    background: #fff;
    color: #000;
    padding: 12px 25px;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: linear .15s;
}
.white-btn:hover {
    background: none;
    color: #fff;
}
.black-btn {
    display: inline-block;
    width: fit-content;
    background: none;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: linear .15s;
    margin-left: 10px;
}
.black-btn:hover {
    background: #fff;
    color: #000;
}
.white-blue-btn {
    display: inline-block;
    width: fit-content;
    background: #fff;
    color: var(--primary);
    padding: 12px 25px;
    border-radius: 50px;
    border: 2px solid var(--primary);
    transition: linear .15s;
    text-align: center;
}
.white-blue-btn:hover {
    background: var(--primary);
    color: #fff;
}
.blue-btn {
    display: inline-block;
    width: fit-content;
    background: var(--primary);
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    border: 2px solid var(--primary);
    transition: linear .15s;
    text-align: center;
}
.blue-btn:hover {
    background: #fff;
    color: var(--primary);
}*/
/* ---------------------------
Globals
----------------------------*/
.flex-reverse {
    flex-wrap: wrap-reverse;
}
.black-subheader {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.pink-subheader {
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.align-center {
    align-items: center;
}
.full-height-img {
    height: 100%;
    background-size: cover;
    background-position: center;
}
/* ---------------------------
Hero Section
----------------------------*/
.trt-hero-section {
    padding: 125px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 110px;
}
.trt-hero-section img {
    width: 30px;
    margin-right: 15px;
}
.trt-hero-section h1 {
    font-size: 50px;
    margin-bottom: 20px;
}
.trt-hero-section p,
.trt-hero-section h1 {
    color: #fff;
}
.trt-hero-section .pink-subheader {
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.trt-hero-section p {
    margin-bottom: 0px;
}
.trt-hero-benefits {
    margin-bottom: 50px
}
.trt-hero-benefit {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.trt-hero-benefit p {
    font-size: 16px;
}
/* ---------------------------
Symptom Section
----------------------------*/
.trt-symptom-section {
    padding: 100px 0;
    background: rgba(21, 11, 130, .05);
}
.trt-symptom-section .col-lg-2 {
   margin-bottom: 30px; 
}
.symptom-top {
    text-align: center;
    max-width: 700px;
    margin: auto;
}
.symptom-block {
    text-align: center;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    box-shadow: 1px 1px 2px #ddd;
    transition: linear .15s;
    border-top: 3px solid #fff;
}
.symptom-block p {
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 1.5;
}
.symptom-block img {
    width: auto;
    height: 40px;
}
.symptom-block i {
    font-size: 50px;
    color: var(--primary);
}
/* ---------------------------
Protocol Section
----------------------------*/
.trt-prot-section {
    padding: 100px 0;
    background: #000;
}
.trt-prot-section h2 {
    color: #fff;
}
.protocol-items {
    margin: 30px 0 50px;
}
.protocol-items p {
    color: #fff;
    margin-bottom: 15px;
}
.prot-product {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
}
.prot-product img {
    height: 200px;
    display: block;
    margin: auto auto 20px;
}
.prot-product p {
    font-size: 15px;
    line-height: 1.5;
}
.trt-prot-section .black-subheader {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.trt-prot-section .small-text {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}
.trt-prot-section .white-blue-btn {
    width: 100%;
}
/* ---------------------------
Trust Section
----------------------------*/
.trt-trust-section {
    padding: 100px 0;
}
.trt-trust-section h2 {
    margin-bottom: 30px;
}
.doctor {
    padding: 25px;
    border-radius: 12px;
    background: rgba(21, 11, 130, .05);
}
.doctor img {
    border-radius: 200px;
    max-height: 275px;
    margin: auto auto 20px;
    display: block;
}
.doctor h3 {
    text-align: center;
    font-size: 24px;
}
.doctor p {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}
/* ---------------------------
Levels Section
----------------------------*/
.trt-levels-section {
    padding: 0 0 100px;
}
.trt-levels-section p {
    font-size: 16px;
}
.trt-levels-section img {
    background: rgba(21, 11, 130, .05);
    padding: 35px;
    border-radius: 12px;
}
/* ---------------------------
Steps Section
----------------------------*/
.trt-steps-section {
    padding: 0;
}
.trt-steps-top {
    margin-bottom: 30px;
}
.trt-steps-section p {
    font-size: 16px;
}
.trt-step-block {
    padding: 0 20px;
}
.trt-step-block img {
    margin-bottom: 50px;
    height: 340px;
}
.trt-step-block span {
    background: var(--primary);
    color: #fff;
    padding: 7px 20px;
    width: 100px;
    border-radius: 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.trt-step-block h3 {
    font-size: 22px;
    margin-top: 20px;
}
/* ---------------------------
Reviews Section
----------------------------*/
.trt-review-section {
    display: none;
    background: #000;
    padding: 100px 0 250px;
}
.trt-review-section h2 {
    color: #fff;
    text-align: center;
}
.trt-rating {
    text-align: center;
}
.trt-rating {
    color: #fff;
    margin-top: 30px;
}
.trt-rating span {
    background: #fff;
    color: #000;
    padding: 5px 15px;
    border-radius: 20px;
    margin-right: 15px;
}
.trt-rating i {
    color: gold;
    margin-right: 5px;
}
.trt-review {
    padding: 30px;
    background: #fff;
}
.trt-review-block {
    width: 20%;
}
.trt-review div {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.trt-review div img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 10px;
}
.trt-review p {
    font-size: 15px;
    margin-bottom: 0;
}
.review-2, .review-4 {
    transform: translateY(75px);
}
.review-3 {
    transform: translateY(150px);
}
/* ---------------------------
Blog Section
----------------------------*/
.trt-blog-section {
    padding: 100px 0 0;
}
.trt-blog-section p {
    font-size: 16px;
}
.trt-blog-item img {
    width: 100%;
}
.trt-blog-item div {
    padding: 20px;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    border-left: 2px solid #aaa;
}
.trt-blog-item h3 {
    font-size: 24px;
}
.trt-blog-item a {
    color: var(--primary);
}
.trt-blog-item a:hover {
    color: var(--secondary);
}
/* ---------------------------
Hormones Section
----------------------------*/
.trt-hormone-section {
    padding: 100px 0 0;
}
.trt-hormone-section p {
    font-size: 16px;
}
.horm-left {
    padding: 100px 0;
}
.horm-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.horm-item i {
    font-size: 24px;
    margin-right: 10px;
    color: var(--secondary);
    width: 30px;
    text-align: center;
}
.horm-item p {
    margin-bottom: 0;
}
.trt-hormone-section .full-height-img {
    border-radius: 0 0 0  100px;
}
/* ---------------------------
Expect Section
----------------------------*/
.trt-expect-section {
    padding: 100px 0 0;
}
.trt-expect-section p {
    font-size: 16px;
}
.expect-right {
    padding: 100px 0;
}
.expect-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.expect-item i {
    font-size: 24px;
    margin-right: 10px;
    color: var(--secondary);
    width: 30px;
    text-align: center;
}
.expect-item p {
    margin-bottom: 0;
}
.trt-expect-section .full-height-img {
    border-radius: 0 0 100px 0;
}
/* ---------------------------
FAQ Section
----------------------------*/
.trt-faq-section {
    padding: 100px 0;
}
.trt-faq-section h2 {
    margin-bottom: 30px;
}
.trt-faq-section .accordion-button:not(.collapsed) {
    color: var(--primary);
    background: rgba(21, 11, 130, .05);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.trt-faq-section .accordion-button:focus {
    box-shadow: none;
}
.trt-faq-section .accordion-button::after {
    background-image: none;
}
.trt-faq-section .fa-plus {
    position: absolute;
    right: 20px;
}
.trt-faq-section .accordion-button {
    padding: 20px;
}
.trt-faq-section .accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
}
/* ---------------------------
Get Started Section
----------------------------*/
.trt-gs-section {
    background-size: cover;
    padding: 100px 0;
}
.trt-gs-section h2,
.trt-gs-section h3,
.trt-gs-section p {
    color: #fff;
}
.trt-gs-section hr {
    margin: 30px 0;
    border-top: 1px solid #fff;
}
.trt-gs-section .white-btn {
    width: 100%;
    text-align: center;
    margin: 50px 0;
}
.trt-gs-section .pink-subheader {
    color: var(--secondary);
}
.gs-membership {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gs-disclaimer {
    font-size: 14px;
}
/* ---------------------------
Mobile
----------------------------*/
@media(max-width:991px) {
    .trt-hero-section {
        padding: 50px 0;
        background-color: #000;
        background-image: none !important;
        margin-top: 0;
    }
    .trt-symptom-section, .trt-prot-section, .trt-trust-section,
    .trt-review-section, .trt-gs-section,
    .trt-faq-section {
        padding: 50px 0;
    }
    .trt-symptom-section .row {
        justify-content: center;
    }
    .prot-product, .trt-trust-section .col-lg-4 {
        margin-bottom: 20px;
    }
    .trt-levels-section {
        padding: 0 0 50px;
    }
    .trt-steps-section {
        padding: 0;
    }
    .trt-review-block {
        width: 100%;
        margin-bottom: 20px;
    }
    .review-2, .review-4, .review-3 {
        transform: none;
    }
    .trt-review-section .row {
        margin: 0;
    }
    .trt-blog-section .col-lg-4 {
        margin-bottom: 20px;
    }
    .trt-blog-section, .trt-expect-section, .trt-hormone-section {
        padding: 50px 0 0;
    }
    .horm-left, .expect-right {
        padding: 0 10px;
    }
    .trt-mobile-image {
        height: 250px;
        margin-bottom: 20px
    }
    .trt-mobile-image .full-height-img {
        border-radius: 25px;
    }
    .trt-faq-container {
        margin-top: 20px;
    }
 }
