/*********************************************
Hero Section
*********************************************/
/******* START Hero Section Top Level ********/
#hrt-hero {
    padding: 125px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 110px;
}
/******* END Hero Section Top Level ********/
/******* START Hero Section Left Column ********/
.col-lg-6.hrt-hero-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 55px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.hrt-hero-left h1 {
    color: var(--primary);
    padding-bottom: 10px;
    font-size: 55px;
    width: 80%;
}
.hrt-hero-left p {
    color: var(--primary);
}
.hrt-hero-btns {
    display: flex;
    align-items: center;
}
a.hrt-start-btn {
    padding: 15px 20px;
    background-color: #FFFFFF;
    border-radius: 30px;
    color: #000000;
}
a.hrt-start-btn-outline {
    padding: 15px 20px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    margin-left: 15px;
    color: #FFFFFF;
}
a.hrt-start-btn:hover {
    background-color: var(--secondary);
    color: #FFFFFF;
}
.hero-items {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero-items p {
    margin-bottom: 15px;
}
.hero-items .fa-regular, .fasr {
    font-weight: 400;
    color: var(--primary);
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-right: 25px;
}
.hero-items .fa-check-circle:before, .fa-circle-check:before {
    margin: 5px 10px;
    font-size: 19px;
}
/******* END Hero Section Left Column ********/
/******* START Hero Section Right Column ********/
.col-lg-6.hrt-hero-right {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -55px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
/******* END Hero Section Right Column ********/
/*********************************************
Symptoms Section
*********************************************/
/******* START Symptoms Section Top Level ********/
#hrt-symptoms {
    background-color: var(--backGround);
    padding-top: 100px;
}
.symptoms-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
}
.symptoms-header h2 {
    width: 40%;
    text-align: center;
    padding-bottom: 25px;
}
/******* END Symptoms Section Top Level ********/
.symptoms-bucket {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bucket-top {
    display: flex;
    flex-direction: row;
}
.bucket-bottom {
    display: flex;
    flex-direction: row;
}
.tile {
    width: 175px;
    display: flex;
    height: 173px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 5px 10px;
    background-color: #FFFFFF;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.tile .low-energy img {
    scale: 43%;
}
.tile img {
    scale: 45%;
    position: relative;
    margin-top: -30px;
}
.tile p {
    text-align: center;
    font-size: 15px;
    width: 100%;
    margin: 10px 0 0;
}
.tile i {
    font-size: 50px;
    color: var(--secondary);
    
}
/******* END Symptoms Section Symptom Tiles ********/
/******* START Symptoms Section Steps ********/
.symptom-1 {
    margin: 0 100px;
}
.symptom-2 {
    margin: 0 100px;
}
.symptom-3 {
    margin: 0 100px;
}
.container.symptom-line-1 {
    position: relative;
    display: flex;
    margin: -225px 0 -225px 0;
    height: 450px;
    justify-content: center;
}
.container.symptom-line-2 {
    position: relative;
    display: flex;
    margin: -325px 0 -100px 0;
    height: 450px;
    justify-content: center;
}
.circle-image-1 {
    background-size: 1000px;
    background-position-x: -155px;
    width: 500px;
    height: 500px;
    border-radius: 250px;
    transition: all 0.35s ease;
}
.circle-image-2 {
    background-size: 250px;
    background-color: var(--primary);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-position-x: 125px;
    background-position-y: 130px;
    width: 500px;
    height: 500px;
    border-radius: 250px;
}
.circle-image-3 {
    background-size: 825px;
    background-position: center;
    width: 500px;
    height: 500px;
    border-radius: 250px;
}
.circle-image-1:hover+.num-1 {
    transform: scale(1.15);
}
.circle-image-2:hover+.num-2 {
    transform: scale(1.15);
}
.circle-image-3:hover+.num-3 {
    transform: scale(1.15);
}
.num-1 {
    background-color: var(--secondary);
    width: 100px;
    height: 100px;
    position: relative;
    top: -500px;
    right: -350px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.num-2 {
    background-color: var(--secondary);
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 2;
    top: -500px;
    right: -60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease;
}
.num-3 {
    background-color: var(--secondary);
    width: 100px;
    height: 100px;
    position: relative;
    top: -500px;
    right: -350px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.num-1 p {
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: unset;
    font-family: 'Regular';
}
.num-2 p {
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: unset;
    font-family: 'Regular';
}
.num-3 p {
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: unset;
    font-family: 'Regular';
}
.col-lg-6.symptoms-right-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -100px;
}
.symptoms-right-1 h4 {
    font-size: 12px;
}
.symptoms-right-1 i.fa-solid.fa-lock {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.symptoms-right-1 i.fa-solid.fa-lock p {
    margin-bottom: unset;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    width: 65%;
}
.symptoms-right-1 .fa-lock:before {
    margin-right: 15px;
}
.col-lg-6.symptoms-left-2 {
    align-content: center;
    margin-top: -55px;
}
.col-lg-6.symptoms-right-2 {
    padding-left: 165px;
}
.symptoms-left-2 h4 {
    font-size: 12px;
}
.col-lg-6.symptoms-right-3 {
    align-content: center;
    margin-top: -90px;
}
.symptoms-right-3 h4 {
    font-size: 12px;
}
.hrt-symptoms-btn {
    padding: 15px 25px;
    color: #FFFFFF;
    border-radius: 30px;
    transition: all 0.5s ease;
    background-image: linear-gradient(45deg, var(--secondary), var(--primary));
    background-size: 600% 100%;
}
.hrt-symptoms-btn:hover {
    background-color: #ffffff;
    color: #FFFFFF;
    background-size: 100% 100%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    animation: rainbowAnimation 1s linear infinite;
}
/******* END Symptoms Section Steps ********/
/*********************************************
How It Works Section
*********************************************/
/******* START How It Works Section Top Level ********/
#hrt-how-it-works {
    padding-top: 50px;
    padding-bottom: 100px;
}
/******* END How It Works Section Top Level ********/
/******* START How It Works Section Top H2 ********/
.hiw-h2-1 {
    text-align: center;
    padding-bottom: 25px;
}
/******* END How It Works Section Top H2 ********/
/******* START How It Works Section Part 1 Left Column ********/
.col-lg-6.hiw-1-left {
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-position: center;
}
.hrt-hiw-overlay-image {
    position: relative;
    width: 150px;
    margin: 20px 0 20px 20px;
}
#hiw-overlay {
    width: 150px;
}
/******* END How It Works Section Part 1 Left Column ********/
/******* START How It Works Section Part 1 Right Column ********/
.col-lg-6.hiw-1-right {
    background-color: var(--backGround);
    display: flex;
    align-items: center;
    padding-left: 30px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
/******* END How It Works Section Part 1 Right Column ********/
/******* START How It Works Section Part 2 Full Row ********/
.row.hrt-hiw-2 {
    padding-top: 100px;
}
/******* END How It Works Section Part 2 Full Row ********/
/******* START How It Works Section Part 2 Left Column ********/
.hiw-h2-2 {
    width: 60%;
}
.col-lg-6.hiw-2-left p {
    padding-right: 15px;
}
.hiw-symptoms-bucket {
    display: flex;
    flex-direction: row;
    margin-left: -15px;
}
.hiw-symptoms {
    display: flex;
    flex-direction: row;
}
.hiw-symptoms img {
    width: 25px;
    height: 25px;
    margin: 0 15px;
}
.hiw-bucket-right {
    padding-left: 50px;
}
/******* END How It Works Section Part 2 Left Column ********/
/******* START How It Works Section Part 2 Right Column ********/
.col-lg-6.hiw-2-right {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -350px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
/******* END How It Works Section Part 2 Right Column ********/
/*********************************************
Evidence-Based Prescriptions Section
*********************************************/
/******* START Evidence-Based Prescriptions Section Top Level ********/
#hrt-ebp {
    background-color: var(--backGround);
}
.container.hrt-ebp {
    padding-top: 100px;
}
.ebp-h2-1 {
    text-align: center;
    width: 50%;
    margin: auto;
}
.ebp-p-1 {
    text-align: center;
    padding-top: 25px;
    width: 50%;
    margin: auto;
}
/******* END Evidence-Based Prescriptions Section Top Level ********/
/******* START Evidence-Based Prescriptions Section Row 1 ********/
.row.ebp-1 {
    flex-wrap: nowrap;
    padding: 25px 0 50px 0;
}
/******* END Evidence-Based Prescriptions Section Row 1 ********/
/******* START Evidence-Based Prescriptions Section Prescription Items ********/
.ebp-med-item {
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    padding: 10px;
    margin: 10px;
    text-align: center;
    width: 23.5%;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}
.prescription-attribute-tags {
    margin-bottom: 10px;
    height: 80px;
}
.attribute-tag {
    display: inline-block;
    background-color: #ff006612;
    border: 1px solid var(--secondary);
    border-radius: 15px;
    padding: 5px 10px;
    margin: 5px;
    font-size: 12px;
    color: var(--secondary);
}
.prescription-image img {
    max-width: 100%;
    height: auto;
}
.prescription-name p {
    padding-top: 10px;
    font-size: 20px;
    margin-top: 10px;
}
/******* END Evidence-Based Prescriptions Section Prescription Items ********/
/******* START Evidence-Based Prescriptions Section Button ********/
.button-ebp {
    display: flex;
    justify-content: center;
}
.ebp-btn {
    margin: auto;
    background-color: var(--backGround);
    border: 2px solid var(--primary);
    padding: 10px 20px;
    border-radius: 25px;
    color: var(--primary);
    text-align: center;
}
/******* END Evidence-Based Prescriptions Section Button ********/
/******* START Evidence-Based Prescriptions Section Row 2 ********/
.row.ebp-2 {
    padding-top: 50px;
    padding-bottom: 100px;
}
.ebp-h2-2 {
    width: 35%;
}
.ebp-p-2 {
    padding-top: 15px;
}
/******* END Evidence-Based Prescriptions Section Row 2 ********/
/******* START Evidence-Based Prescriptions Section Row 2 Left ********/
.col-lg-6.ebp-2-left {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    height: 600px;
}
.ebp-overlay {
    margin-left: 75px;
}
#ebp-overlay-image {
    display: flex;
    height: 350px;
    position: relative;
}
/******* END Evidence-Based Prescriptions Section Row 2 Left ********/
/******* START Evidence-Based Prescriptions Section Row 2 Right ********/
.col-lg-6.ebp-2-right {
    display: flex;
    align-items: center;
}
.ebp-care-bucket {
    width: 100%;
    padding-left: 50px;
}
.accordion-itemz {
    border: 1px solid #9a9a9a;
    border-left: 5px solid #9a9a9a;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    height: 70px;
    transition: all 0.5s ease;
    background-color: var(--backGround);
}
.accordion-itemz.active {
    height: auto;
    border-left: 5px solid var(--primary);
}
.accordion-headerz {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 20px;
    height: 100%;
}
.accordion-itemz:hover {
    background-color: #FFFFFF;
}
.premium-care-logo {
    max-width: 35px;
    height: auto;
    margin-right: 20px;
}
.premium-care-title {
    font-size: 16px;
    font-family: 'Regular';
    margin: 0;
}
.accordion-content {
    display: none;
    padding: 10px;
    background-color: #fff;
    transition: display 0.3s ease;
}
.accordion-content p {
    margin: 0;
}
.accordion-itemz.active .accordion-content {
    display: block;
}
/******* END Evidence-Based Prescriptions Section Row 2 Right ********/
/*********************************************
Related Blogs Section
*********************************************/
/******* START Related Blogs Section Top Level ********/
#hrt-related-blogs {
    height: 700px;
}
.hrt-blogs-h2 {
    text-align: center;
    padding-top: 75px;
}
.hrt-blogs-p {
    text-align: center;
    padding: 15px 0;
}
/******* END Related Blogs Section Top Level ********/
/******* START Related Blogs Section Row ********/
.hrt-blog-tile {
    background-color: var(--backGround);
    padding: 10px 20px;
    position: relative;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.hrt-blog-tiles img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.hrt-blogs-pre-title {
    font-size: 14px;
    padding-top: 15px;
    font-family: 'Regular';
}
.hrt-blogs-title {
    width: 75%;
    min-height: 90px;
    margin-bottom: 15px;
}
.hrt-blogs-learn-more {
    color: var(--secondary);
}
.hrt-blogs-learn-more:hover {
    color: var(--primary);
}
/******* END Related Blogs Section Row ********/
/******* START Related Blogs Section Button ********/
.related-blogs-button {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
#hrt-related-blogs-btn {
    color: #FFFFFF;
    background-color: var(--secondary);
    padding: 15px 20px;
    border-radius: 50px;
    height: auto;
    margin: auto;
    font-size: 16px;
    margin-bottom: 100px;
}
/******* END Related Blogs Section Button ********/
/*********************************************
What is HRT? Section
*********************************************/
/******* START What is HRT Section Top Level ********/
#what-is-hrt {
    padding-top: 150px;
    padding-bottom: 150px;
}
/******* END What is HRT Section Top Level ********/
/******* START What is HRT Section Row ********/
/******* END What is HRT Section Row ********/
/******* START What is HRT Section Left Column ********/
.col-lg-6.wihrt-left {
    align-content: center;
    padding-right: 50px;
}
.wihrt-h2 {
    width: 70%;
}
/******* END What is HRT Section Left Column ********/
/******* START What is HRT Section Right Column ********/
.col-lg-6.wihrt-right {
    background-size: cover;
    background-position: right;
    border-radius: 15px;
    border-bottom-right-radius: 100px;
}
/******* END What is HRT Section Right Column ********/
/*********************************************
Benefits Section
*********************************************/
/******* START Benefits Section Top Level ********/
#hrt-benefits {
    padding-bottom: 100px;
}
/******* END Benefits Section Top Level ********/
/******* START Benefits Section Left Column ********/
.col-lg-6.hrt-benefits-left {
    background-repeat: no-repeat;
    border-radius: 15px;
    background-size: 550px;
    border-bottom-left-radius: 100px;
    background-size: cover;
    background-position: center;
}
/******* END Benefits Section Left Column ********/
/******* START Benefits Section Right Column ********/
.col-lg-6.hrt-benefits-right {
    padding-left: 35px;
}
.hrt-benefits-h2 {
    width: 80%;
}
.hrt-benefits-h4 {
    font-size: 14px;
}
.hrt-benefits-bucket {
    display: flex;
    flex-direction: row;
}
.benefits-bucket-left {
    padding-right: 50px;
}
.hrt-benefits-bucket-item {
    display: flex;
    flex-direction: row;
}
.hrt-benefits-bucket-item img {
    width: 25px;
    height: 25px;
    margin: 0 10px;
}
/******* END Benefits Section Right Column ********/
/*********************************************
HRT Types Section
*********************************************/
/******* START HRT Types Section Top Level ********/
#hrt-types {
    padding-top: 75px;
}
.hrt-types-h2 {
    text-align: center;
}
.hrt-types-p {
    text-align: center;
    width: 65%;
    margin: auto;
    padding: 20px 0;
}
/******* END HRT Types Section Top Level ********/
/******* START HRT Types Section Row ********/
.row-cols-5.hrt-types-row {
    display: flex;
}
/******* END HRT Types Section Row ********/
/******* START HRT Types Section Repeater ********/
.hrt-type-item {
    padding: 10px 15px;
    margin: 0 1.5px;
}
.hrt-type-item:hover img {
    transform: scale(1.10);
    transition: transform 0.3s;
}
.hrt-type-image {
    padding-bottom: 25px;
    width: 100px;
}
.hrt-type-h3 h3 {
    font-family: 'Regular';
    font-weight: 600;
    font-size: 20px;
}
.hrt-type-paragraph p {
    font-size: 12px;
}
/******* END HRT Types Section Repeater ********/
/*********************************************
Evidence-Based Prescriptions V2 Section
*********************************************/
/******* START Evidence-Based Prescriptions V2 Section Top Level ********/
#hrt-ebp2 {
    padding-top: 50px;
}
/******* END Evidence-Based Prescriptions V2 Section Top Level ********/
/******* START Evidence-Based Prescriptions V2 Section Row 1 ********/
.row.hrt-ebp2-row-1 {
    height: 400px;
}
.col-lg-8.hrt-ebp2-col-8 {
    background-size: 1150px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-y: -275px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.ebp-overlay-1 {
    position: relative;
    height: 200px;
    padding-left: 115px;
    margin-bottom: -30px;
}
.ebp-overlay-2{
    position: relative;
    height: 250px;
    margin-left: -45px;
    margin-bottom: -30px;
}
.col-lg-4.hrt-ebp2-col-4 {
    background-color: var(--secondary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 20px;
}
.ebp2-h4 {
    color: #ffffff;
    font-size: 14px;
}
.ebp2-h2 {
    color: #FFFFFF;
    padding-top: 15px;
}
.ebp2-row1-buttons {
    padding: 30px 0;
}
#ebp2-btn-1 {
    padding: 15px 20px;
    background-color: #FFFFFF;
    border-radius: 30px;
    color: #000000;
}
#ebp2-btn-2 {
    padding: 15px 20px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    margin-left: 15px;
    color: #FFFFFF;
}
.ebp2-p {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: unset;
}
/******* END Evidence-Based Prescriptions V2 Section Row 1 ********/
/******* START Evidence-Based Prescriptions V2 Section Row 2 ********/
.row.hrt-ebp2-row-2 {
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.hrt-ebp2-item {
    height: 450px;
    padding: 20px 20px;
    width: 24%;
    margin: 0 10px;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
}
.ebp2-h3-percentage {
    color: var(--secondary);
    font-size: 50px;
    font-family: 'Regular';
}
.ebp2-p-r2 {
    width: 58%;
}
/******* END Evidence-Based Prescriptions V2 Section Row 2 ********/
/******* START Evidence-Based Prescriptions V2 Section Button ********/
.hrt-ebp2-btn {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 75px;
}
#ebp2-button {
    color: #FFFFFF;
    background-color: var(--secondary);
    padding: 15px 20px;
    border-radius: 50px;
    margin: auto;
    font-size: 16px;
}
/******* END Evidence-Based Prescriptions V2 Section Button ********/
/*********************************************
Pricing Section
*********************************************/
/******* START Pricing Section Top Level ********/
#hrt-pricing {
    background-image: url(https://www.verinew.com/wp-content/uploads/2024/05/CTA-BG-IMG.jpg);
    padding-bottom: 100px;
    background-position-y: -165px;
    background-size: cover;
    background-repeat: no-repeat;
}
.hrt-pricing-h2 {
    color: #FFFFFF;
    padding: 125px 0 20px 0;
    text-align: center;
}
/******* END Pricing Section Top Level ********/
/******* START Pricing Section Row ********/
.row.hrt-price {
    background-color: #FFFFFF;
    border-radius: 15px;
}
/******* END Pricing Section Row ********/
/******* START Pricing Section Left Column ********/
.col-lg-6.hrt-price-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 50px 0 50px 50px;
    border-right: 1px solid #e2e1e1;
}
#hrt-h3-span {
    display: block;
}
.hrt-pricing-left-h4 {
    padding-top: 100px;
    color: var(--secondary);
    font-size: 50px;
}
.hrt-pricing-left-p {
    padding-left: 3px;
}
#hrt-pricing-btn-1 {
    padding: 15px 40px;
    background-color: var(--secondary);
    border-radius: 30px;
    color: #FFFFFF;
    margin-right: 10px;
}
#hrt-pricing-btn-2 {
    padding: 15px 40px;
    background-color: transparent;
    border: 2px solid var(--secondary);
    border-radius: 30px;
    margin-left: 15px;
    color: var(--secondary);
}
/******* END Pricing Section Left Column ********/
/******* START Pricing Section Right Column ********/
.col-lg-6.hrt-price-right {
    display: flex;
    padding: 50px 0 50px 50px;
    flex-direction: column;
    justify-content: center;
}
.hrt-pricing-right-h3 {
    padding-bottom: 35px;
}
.hrt-right-pricing-item {
    display: flex;
    flex-direction: row;
}
.hrt-pricing-right-icon {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    filter: hue-rotate(210deg) brightness(1.5) contrast(0.5);
}
/******* END Pricing Section Right Column ********/
/*************************************************
Responsive Stylings
*************************************************/
@media (max-width: 1450px) {
    .hero-items {
        align-content: unset;
        align-items: flex-start;
        flex-direction: column;
    }
    .hero-items .fa-regular,
    .fasr {
        padding-right: unset;
        margin: unset;
    }
}
@media (max-width: 450px) {
    main.mt-5.pt-5 {
        overflow: hidden;
    }
    h2 {
        font-size: 24px;
    }
    h4 {
        font-size: 10px;
    }
    #hrt-symptoms {
        padding-bottom: 50px;
    }
    .symptoms-header {
        padding-bottom: 75px;
    }
    .col-lg-6.hrt-hero-left {
        align-items: center;
        flex-direction: column;
    }
    .hrt-hero-left h1 {
        text-align: center;
    }
    .hrt-hero-left p {
        text-align: left;
    }
    .hero-items {
        display: flex;
        padding-top: 0px;
        align-items: flex-start;
        order: 1;
    }
    .hrt-start-btn {
        display: flex;
        order: 2;
    }
    .col-lg-6.hrt-hero-right {
        display: none;
    }
    .symptoms-bucket {
        flex-direction: row;
    }
    .bucket-bottom .tile:hover {
        border-top: unset;
        cursor: unset;
        scale: unset;
    }
    .bucket-top .tile:hover {
        border-bottom: unset;
        cursor: unset;
        scale: unset;
    }
    .container.symptom-line-1 {
        display: none;
    }
    .container.symptom-line-2 {
        display: none;
    }
    .circle-image-1 {
        background-size: 700px;
        width: 300px;
        height: 300px;
    }
    .circle-image-2 {
        background-size: 175px;
        background-position-x: 65px;
        background-position-y: 45px;
        width: 300px;
        height: 300px;
    }
    .circle-image-3 {
        width: 300px;
        height: 300px;
        background-size: 600px;
        background-position-x: -225px;
        background-position-y: -60px;
    }
    .num-1 {
        top: -345px;
        right: unset;
        width: 75px;
        height: 75px;
    }
    .num-2 {
        right: unset;
        top: -345px;
        width: 75px;
        height: 75px;
    }
    .num-3 {
        right: unset;
        top: -345px;
        width: 75px;
        height: 75px;
    }
    .col-lg-6.symptoms-left-2 p {
        margin-bottom: unset;
    }
    .col-lg-6.symptoms-left-1 {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .col-lg-6.symptoms-right-1 h2 {
        width: 95%;
    }
    .col-lg-6.symptoms-right-1 {
        padding-top: 50px;
        padding-bottom: unset;
    }
    .col-lg-6.symptoms-right-1 p {
        margin-bottom: 10px;
    }
    .symptoms-right-1 i.fa-solid.fa-lock p {
        width: unset;
        font-size: 12px;
    }
    .col-lg-6.symptoms-right-2 {
        padding-left: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .col-lg-6.symptoms-left-2 {
        margin-top: -40px;
        display: flex;
        order: 2;
        flex-direction: column;
    }
    .row.symptoms-row-2 {
        padding-top: 75px;
    }
    .row.symptoms-row-3 {
        padding-top: 75px;
    }
    .col-lg-6.symptoms-left-3 {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .col-lg-6.symptoms-right-3 {
        padding-top: 50px;
    }
    .col-lg-6.symptoms-right-3 p {
        padding-bottom: 15px;
    }
    .hrt-symptoms-btn {
        padding: 15px 0;
        display: flex;
        width: 85%;
        justify-content: center;
        margin: auto;
    }
    .hrt-hiw-overlay-image {
        margin: 20px 0 20px 0;
    }
    .col-lg-6.hiw-1-right p {
        padding-top: 15px;
    }
    .row.hrt-hiw-2 {
        padding-top: 20px;
    }
    .hiw-h2-2 {
        width: 85%;
        padding-bottom: 10px;
    }
    .hiw-symptoms-bucket {
        justify-content: space-evenly;
    }
    .hiw-symptoms {
        padding: 10px 0;
    }
    .hiw-bucket-right {
        padding-left: unset;
    }
    .hiw-symptoms p {
        font-size: 13px;
    }
    .col-lg-6.hiw-2-right {
        display: none;
    }
    .ebp-h2-2 {
        width: unset;
    }
    .row.ebp-2 {
        padding-top: 50px;
        padding-bottom: unset;
    }
    .ebp-p-2 {
        padding-top: 5px;
    }
    .hrt-blogs-pre-title {
        font-size: 12px;
    }
    .hrt-blogs-title {
        height: 30px;
        width: 100%;
        font-family: 'Bold';
    }
    .col-lg-6.ebp-2-left {
        height: unset;
    }
    .col-lg-6.ebp-2-left {
        border-radius: 15px;
        border-bottom-right-radius: 100px;
        padding: 20px;
    }
    #ebp-overlay-image {
        height: 250px;
        bottom: -20px;
    }
    .ebp-overlay {
        margin-left: unset;
    }
    .ebp-care-bucket {
        width: 100%;
        padding-left: unset;
        margin-top: 25px;
    }
    .hrt-blogs-h2 {
        padding-top: 25px;
    }
    .hrt-blog-tile {
        margin: unset;
    }
    .col-lg-4.hrt-blog-tiles {
        margin-bottom: 20px;
    }
    #hrt-related-blogs-btn {
        margin-bottom: unset;
    }
    #hrt-related-blogs {
        height: auto;
        padding: 20px 0 10px 0;
    }
    .col-lg-6.wihrt-left {
        padding-top: 0px;
    }
    .col-lg-6.wihrt-right {
        display: none;
    }
    .col-lg-6.hrt-benefits-left {
        background-size: cover;
        height: 350px;
    }
    .col-lg-6.hrt-benefits-right {
        padding-top: 50px;
    }
    .row.hrt-benefits-row {
        height: unset;
        padding-bottom: unset;
    }
    .hrt-benefits-bucket {
        flex-direction: row;
        justify-content: space-evenly;
    }
    .benefits-bucket-left {
        padding-right: unset;
    }
    .hrt-benefits-bucket-item {
        height: 45px;
    }
    .hrt-benefits-bucket-item p {
        font-size: 10px;
    }
    .hrt-type-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: 5px auto;
    }
    .hrt-type-paragraph p {
        text-align: center;
    }
    .hrt-type-h3 h3 {
        text-align: center;
    }
    .hrt-ebp2-item.sleepdisruption {
        background-position-x: -50px;
    }
    .row.hrt-ebp2-row-1 {
        margin: 0 10px;
    }
    .ebp2-h4 {
        margin-bottom: unset;
        font-size: 12px;
    }
    .col-lg-8.hrt-ebp2-col-8 {
        order: 2;
        border-radius: unset;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        height: 350px;
        background-position-x: -200px;
        background-size: 900px;
        background-position-y: -190px;
    }
    .col-lg-4.hrt-ebp2-col-4 {
        order: 1;
        border-radius: unset;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        padding: 50px 25px;
        display: flex;
        align-items: center;
    }
    .ebp2-h2 {
        font-size: 24px;
        text-align: center;
    }
    .ebp-overlay-1 {
        padding-left: unset;
        height: 175px;
    }
    .ebp-overlay-2 {
        height: 225px;
    }
    .ebp2-p {
        padding-top: 15px;
    }
}
/***GPT mumbojumbo responsive ***/
/* Responsive adjustments */
/* Hero Section */
@media (max-width: 768px) {
    #hrt-hero {
        height: auto;
    }
    .col-lg-6.hrt-hero-left {
        align-items: center;
        flex-direction: column;
        border-radius: 0;
        padding: 20px 30px;
    }
    .col-lg-6.hrt-hero-right {
        border-radius: 0;
        padding: 20px;
    }
    .hrt-hero-left h1 {
        font-size: 32px;
        width: 100%;
    }
    .hero-items {
        flex-direction: column;
        margin-top: 30px;
    }
    .hero-items p {
        margin-bottom: 15px;
    }
}
@media (max-width: 576px) {
    .hrt-hero-left h1 {
        font-size: 40px;
        text-align: left;
    }
    #hrt-hero {
        padding: 50px 0;
        background-color: #aadaa7;
        background-image: none !important;
        margin-top: 0;
    }
}
/* Symptoms Section */
@media (max-width: 768px) {
    #hrt-symptoms {
        padding-top: 20px;
    }
    .symptoms-header h2 {
        width: 90%;
        font-size: 24px;
    }
    .bucket-top,
    .bucket-bottom {
        flex-direction: column;
        align-items: center;
    }
    .tile {
        width: 90%;
        margin: 10px 0;
    }
}
@media (max-width: 576px) {
    .symptoms-header h2 {
        font-size: 20px;
    }
}
/* How It Works Section */
@media (max-width: 768px) {
    #hrt-how-it-works {
        padding: 20px 0;
    }
    .hiw-h2-1 {
        font-size: 24px;
    }
    .col-lg-6.hiw-1-right {
        border-radius: 0;
        padding: 20px;
    }
    .col-lg-6.hiw-1-left {
        background-position: center;
        border-radius: 0;
        padding: 20px;
    }
    .row.hrt-hiw-2 {
        flex-direction: column;
    }
    .col-lg-6.hiw-2-left,
    .col-lg-6.hiw-2-right {
        border-radius: 0;
        padding: 20px;
    }
}
@media (max-width: 576px) {
    .hiw-h2-1 {
        font-size: 24px;
        padding-top: 50px;
    }
}
/* Evidence-Based Prescriptions Section */
@media (max-width: 768px) {
    #hrt-ebp {
        padding: 20px 0;
    }
    .container.hrt-ebp {
        padding: 20px;
    }
    .ebp-h2-1,
    .ebp-p-1 {
        width: 90%;
    }
    .prescription-image img {
        max-width: 50%;
    }
    .row.ebp-1 {
        flex-wrap: wrap;
    }
    .ebp-med-item {
        width: 90%;
        margin: 10px auto;
    }
    .row.ebp-2 {
        padding: 20px 0;
    }
    .col-lg-6.ebp-2-left,
    .col-lg-6.ebp-2-right {
        border-radius: 0;
        padding: 20px;
    }
    .accordion-itemz {
        height: auto;
    }
}
/* Related Blogs Section */
@media (max-width: 768px) {
    #hrt-related-blogs {
        height: auto;
        padding: 20px 0 0 0;
    }
    .hrt-blogs-h2 {
        font-size: 24px;
    }
    .hrt-blog-tile {
        padding: 10px;
        margin: 10px 0;
    }
    .hrt-blog-tiles img {
        width: 100%;
    }
    .related-blogs-button {
        padding: 20px 0;
    }
}
@media (max-width: 576px) {
    .hrt-blogs-h2 {
        font-size: 20px;
    }
}
/* What is HRT Section */
@media (max-width: 768px) {
    #what-is-hrt {
        padding: 20px 0;
    }
    .wihrt-h2 {
        width: 90%;
    }
    .col-lg-6.wihrt-left,
    .col-lg-6.wihrt-right {
        padding: 20px;
    }
}
@media (max-width: 576px) {
    .wihrt-h2 {
        font-size: 20px;
    }
}
/* Benefits Section */
@media (max-width: 768px) {
    #hrt-benefits {
        padding: 20px 0;
    }
    .col-lg-6.hrt-benefits-left,
    .col-lg-6.hrt-benefits-right {
        padding: 20px;
    }
    .hrt-benefits-h2 {
        width: 90%;
    }
    .hrt-benefits-bucket-item {
        margin: 10px 0;
    }
}
@media (max-width: 576px) {
    .hrt-benefits-h2 {
        font-size: 20px;
    }
}
/* HRT Types Section */
@media (max-width: 768px) {
    #hrt-types {
        padding: 20px 0;
    }
    .hrt-types-h2 {
        font-size: 24px;
    }
    .hrt-types-p {
        width: 90%;
    }
    .row-cols-5.hrt-types-row {
        flex-direction: column;
    }
    .hrt-type-item {
        width: 90%;
        margin: 10px auto;
    }
}
/* Evidence-Based Prescriptions V2 Section */
@media (max-width: 768px) {
    #hrt-ebp2 {
        padding: 20px 0;
    }
    .row.hrt-ebp2-row-1 {
        flex-direction: column;
        height: auto;
    }
    .col-lg-8.hrt-ebp2-col-8,
    .col-lg-4.hrt-ebp2-col-4 {
        padding: 20px;
    }
    .row.hrt-ebp2-row-2 {
        flex-direction: column;
    }
    .hrt-ebp2-item {
        width: 90%;
        margin: 10px auto;
    }
    .hrt-ebp2-btn {
        padding: 20px 0;
    }
    .hrt-ebp2-item.sleepdisruption {
        background-position-x: -35px !important;
    }
}
/* Pricing Section */
@media (max-width: 768px) {
    #hrt-pricing {
        padding: 20px 0;
        background-position-y: center;
        padding-top: 50px;
    }
    .hrt-pricing-h2 {
        font-size: 24px;
        padding: 20px 0;
    }
    .row.hrt-price {
        flex-direction: column;
        margin: 0 10px;
    }
    .col-lg-6.hrt-price-left {
        padding: 20px;
        border-right: none;
        order: 2;
    }
    .col-lg-6.hrt-price-right {
        padding: 20px;
        padding: 20px 20px 0 20px;
        order: 1;
    }
}
@media (max-width: 576px) {
    .hrt-pricing-h2 {
        font-size: 25px;
        width: 65%;
        margin: auto;
    }
    .hrt-pricing-left-p {
        padding-left: 5px;
    }
    .hrt-pricing-left-h3 {
        display: none;
    }
    .hrt-pricing-right-h3 {
        padding-bottom: 25px;
        text-align: center;
    }
    .hrt-pricing-left-h4 {
        padding-top: unset;
    }
    #hrt-pricing {
        padding: 20px 0;
        padding-top: 70px;
        height: 825px;
        background-size: 1388px;
        background-position: right;
    }
    #hrt-pricing::before {
        content: "";
        position: absolute;
        display: flex;
        height: 825px;
        width: 100%;
        background-color: rgb(0 0 0 / 42%);
        z-index: 1;
        margin-top: -70px;
    }
    .container.hrt-pricing {
        position: relative;
        z-index: 2;
    }
    #hrt-pricing-btn-1 {
        padding: 10px 20px;
        margin-right: unset;
        font-size: 12px;
    }
    #hrt-pricing-btn-2 {
        padding: 10px 20px;
        font-size: 12px;
    }
    .hrt-pricing-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}