body {
    font-family: "Switzer Regular", sans-serif;
    color: #414042;
    font-size: 14px;
}
.text-justify {
    text-align: justify;
    font-size: 13px;
}
.page-content-wrapper {
    padding-bottom: 2rem;
}
.desktop-breadcrumb {
    background-color: transparent !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding: 0 0 5px 0;
    list-style: none !important;
    border-bottom: 1px solid #eee !important;
}
.desktop-breadcrumb .breadcrumb-item a {
    color: #d8515b;
    text-decoration: none;
}
.desktop-breadcrumb .breadcrumb-item.active {
    color: #A2A2A2;
}
.desktop-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    padding: 0 0.5rem;
    color: #6c757d;
}
.desktop-page-title {
    color: #e34f56;
    padding-bottom: 5px;
    font-family: "Switzer Regular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
}
.rightNav {
    padding-left: 15px;
    padding-top: 50px;
}
.rightNav h4 { 
    font-size: 16px; 
    font-weight: 500; 
    color: #6C7265; 
    margin-bottom: 1rem;
}
.rightNav .nav-pills .nav-link {  
    color: #333; 
    border-radius: 4px; 
    padding: 10px 15px; 
    text-align: left; 
    font-size: 13px;
    transition: all 0.2s ease-in-out;
}
.rightNav .nav-pills .nav-link:hover {
    background-color: #e9e9e9;
}
.rightNav .nav-pills .nav-link.active {
    background-color: #e34f56 !important; 
    color: #fff !important; 
}
@media (max-width: 767.98px) {
    .mobile-banner {
        position: relative;
    }
    .banner-text-overlay {
        position: absolute;
        bottom: 20px;
        color: #E45154;
        background: #ffffffe8;
        padding: 31px;
        right: 0;
        width: 280px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .sub-heading {
      font-size: 22px !important;
      font-weight: normal;
    }
    .mobile-breadcrumb {
        padding: 5px 5% 5px 5%;
        font-weight: 600;
        font-size: 11px;
    }
    .mobile-breadcrumb .breadcrumb-item a { color: #d8515b; text-decoration: none; }
    .mobile-breadcrumb .breadcrumb-item.active { color: #A2A2A2; }
    .mobile-breadcrumb .breadcrumb-item+.breadcrumb-item::before { content: "/"; padding: 0 0.5rem; }

    .page-content-wrapper { padding: 20px 3% 0 3%; }

    .mobile-page-title {
        color: #e34f56;
        font-size: 18px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: normal;
        padding-bottom: 10px;
        margin-bottom: 1rem;
        border-bottom: 1px solid #eee;
    }
    .mobile-text {
        font-size: 16px;
        color: #666666;
        text-align: left;
    }
    .read-more-btn {
        color: #414042;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
        font-size: 15px;
    }
}