    body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    h1 {
        font-size: 28px;
        font-weight: 700;
        line-height: 32px;
    }

    h2 {
        font-size: 17px;
        font-weight: 600;
        line-height: 20px;
    }

    p {
        font-size: 15px;
        line-height: 20px;
        font-style: normal;
    }

    a {
        color: black;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        font-variant: normal;
    }

    .gravatar {
        width: 40px;
    }

    .accDropDown {
        border-radius: 30px;
        background-color: #e4e6eb;
        margin-left: 5px;
        border: none;
        width: 40px;
        height: 40px;
    }

    .btnLink {
        margin-left: 14px;
        margin-top: 10px;
    }

    .accDropDown:hover {
        border-radius: 100%;
        background-color: #d8d8d8;
        border: none;
    }

    li {
        margin-left: 1px;
        margin-right: 1px;
    }

    li:hover {
        background-color: #f1f1f1;
        margin-left: 1px;
        margin-right: 1px;
        border-radius: 10px;
    }
    /* l .navBack {
        background-color: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    } */

    .headerSection {
        position: relative;
        left: 10px;
        top: -100px;
        z-index: -1;
    }
    /* .header {} */

    .contentBackground {
        background-color: #f0f2f5;
        /* padding-top: 16px; */
    }

    .contDetail {
        background-color: white;
        border-radius: 10px;
    }

    .contHeading {
        padding: 16px;
        /* background-color: white; */
        /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
        /* border-radius: 10px; */
    }

    .quizButton {
        height: 36px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 15px;
        font-weight: 600;
        background: #1b74e4;
        color: white;
        border-radius: 5px;
    }

    .section {
        background-color: white;
        /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
        box-shadow: rgb(0 0 0 / 8%) 0px 0px 15px;
        margin-top: 16px;
        padding: 0;
        border-radius: 10px;
    }

    .sideSection {
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        margin-top: 16px;
        padding: 0;
        border-radius: 10px;
    }

    .sideImg {
        margin: 0;
        padding: 0;
    }

    .authorBioImg {
        border-radius: 50%;
    }

    .authorDetails {
        margin-left: 13px;
    }

    .downloadtxt {
        font-weight: 300;
    }

    .downloadLinkd {
        text-decoration: underline;
        font-weight: 300;
    }
    /* Footer */

    .flink {
        font-size: 14px;
        font-weight: 400;
        color: #8a8d91;
        line-height: 19.2px;
    }

    .flink:hover {
        text-decoration: none;
    }

    .footer {
        background-color: white;
    }

    .side {
        position: sticky;
        top: 0;
        margin-bottom: 16px;
    }
    /* Nav */
    nav ._pd_dropdown{
        position: absolute;
        top: 47px;
        right: 1rem;
        display: flex;
        width: 344px;
        height: 384px;
        overflow-y: auto;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        /*border-top-right-radius: unset ;*/
        /* background: #242526; */
        display: none;
        transition: all 0.3s ease;
    }
    nav ._pd_dropdown.show{
        display: block;
        display: flex;
        background-color: #fff;
        /*border: 1px solid rgb(0 0 0 / 10%);*/
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 1px;
    }
    ._pd_dropdown ul{
        width: 344px;
        list-style: none;
        padding: 5px;
        transition: all 0.3s ease;
    }
    ._pd_dropdown ul li{
        line-height: 25px;
    }
    ._pd_dropdown ul li a{
        position: relative;
        color: #333;
        font-size: 15px;
        padding: 8px 5px;
        display: flex;
        border-radius: 8px;
        align-items: center;
        text-decoration: unset !important;
    }
    ul li a .icon{
        height: 40px;
        width: 40px;
        margin-right: 13px;
        background: #ffffff1a;
        display: flex;
        justify-content: center;
        text-align: center;
        border-radius: 50%;
    }
    ul li a .icon span{
        line-height: 40px;
        font-size: 20px;
        color: #333;
    }
    ._pd_dropdown ul li a i{
        position: absolute;
        right: 10px;
        font-size: 35px;
        pointer-events: none;
        font-weight: 400;
        opacity: 60%;
    }
    ._pd_dropdown ul.setting-drop,
    ._pd_dropdown ul.help-drop{
        display: none;
    }
    ._pd_dropdown .arrow{
        padding-left: 10px;
        font-size: 15px;
        font-weight: 500;
        color: #333;
        cursor: pointer;
    }
    ._pd_dropdown .arrow span{
        margin-right: 15px;
    }
    .fw-600 {
        font-weight: 600 !important;
    }
    ._pd_dropdown ul li a:hover {
        text-decoration: underline;
    }
    .section-img {
        width: 100%;
        object-fit: contain;
    }
    .img-responsive {
        width: 100%;
    }
    #pdPostProgressBtn, .pd-lms-quiz-btn,._pd_progress_tracker_btn {
        font-weight: 500 !important;
    }
    .home-banner {
        width: 100%;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }
    .back-icon {
        position: absolute;
        top: 13px;
        left: 20px;
        font-size: 20px !important;
    }
    .back-li {
        width: 35px;
        height: 35px;
    }
    .back-li:hover {
        border-radius: 40px;
        margin-left: 7px;
    }
    .menu-dd-profile {
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }
    ._pd_dropdown hr {
        margin: 5px 10px 5px 10px;
        background-color: #ced0d4;
    }
    .myAccountImg {
        height: 80px;
        width: auto;
        border-radius: 50%;
    }
    /*Footer*/
    .footer-nav-list {
        list-style: none;
        display: inline;
        padding-left: 0;
    }

    .footer-nav-list li {
        display: inline;
    }

    .footer-nav-list li a {
        font-size: 14px;
        color: #333;
        margin-right: 20px;
        font-weight: 300;
    }

    .footer-nav-list li a:hover {
        text-decoration: none;
    }
    button {
        outline: 0px !important;
        box-shadow: none !important;
    }
    .pd-mob-menu {
        display: none;
    }
    .menu-icon {
        position: absolute;
        left: 57px;
        width: 75%
    }
    /* ----------------------------- */

    @media (max-width: 575.98px) {
        .pd-main-menu {
            display: none;
        }
        .pd-mob-menu {
            display: block;
        }
    }

    @media (min-width: 576px) and (max-width: 767.98px) {

        .pd-main-menu {
            display: none;
        }
        .pd-mob-menu {
            display: block;
        }
    }


    /* // Medium devices (tablets, 768px and up) */

    @media (min-width: 768px) and (max-width: 991.98px) {
        .pd-main-menu {
            display: none;
        }
        .pd-mob-menu {
            display: block;
        }
    }

    .nav-item .nav-link svg {
        width: 2rem;
        height: 2rem;
    }

    ul li a .icon svg {
        width: 20px;
        height: 20px;
    }
