.programs-container .skeleton {
    height: 40px;
    width: auto;
    background-color: inherit;
    flex: 1;
    opacity: 100%;
}

.card-body-section {
    margin: 100px 0 0 0;
}

/* .basic-card-container.podcast-card .audio-card-info-container {
    margin-bottom: 0.5rem;
} */
.article-featured-image {
    padding-top: 10px;
    padding-bottom: 50px;
}

.pillarMainContent.with-toc {
    display: grid;
    grid-template-columns: calc(100% - 375px) 1fr;
    column-gap: 3.75rem;
}

.w-100 {
    width: 100% !important;
}

.with-toc .pillarContentLeft {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.pillarContentLeft {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.pillar-main-section p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: 18px;
    font-family: 'circularxxlight';
    color: var(--black80);
}

.article-main-content.pillar-main-section h2,
.article-main-content.pillar-main-section h3 {
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 22px;
    color: #04363D;
}

.pillarContentRight {
    width: 315px;
    max-height: 600px;
    position: sticky;
    top: 120px;
}

.tableofcontents {
    background-color: #f5f5f5;
    padding: 24px 0;
}

.tableofcontents .tableofcontents-header {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.tableofcontents .tableofcontents-header>img {
    margin-right: 1rem;
}

.pillar-main-section img {
    max-width: 100%;
    height: auto;
}

.tableofcontents .navigation {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    font-size: 1rem;
    counter-reset: section;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-height: 530px;
    overflow-y: auto;
}

.navigation__link {
    display: block;
    color: #000000;
    padding-left: 2.125rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 1.5rem;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
}

.pillarContentLeft img {
    margin-bottom: 20px;
}
.article-main-content .pillarMainContent .pillarContentLeft img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.navigation .show_bullet::before {
    counter-increment: section;
    content: counter(section)".";
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 1rem;
}

.post-meta-details {
    display: flex;
    margin: 20px 0;
    float: left;
}

.date-details:before,
.date-details:after {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 5px;
    width: 5px;
    margin-right: 0.5rem;
    margin-left: 10px;
    position: relative;
    top: -2px;
    background-color: #676767;
}

.article-meta-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-share-btn button {
    border: 0;
    background: transparent;
}

.social-share-btn img {
    height: 16px;
    width: 16px;
}

.social-share-btn img {
    height: 24px;
    width: 24px;
    filter: invert(76%) sepia(14%) saturate(0%) hue-rotate(201deg) brightness(87%) contrast(86%);
}

.social-share-btn img:hover {
    filter: none;
    cursor: pointer;
}

.post-meta-details div {
    font-size: 14px;
}

.course-header-section.py-80 {
    padding-bottom: 0;
}

.course-features-meta-with-apply {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.course-features-meta span:first-child {
    font-weight: 100;
    color: #767676;
}

.course-features-meta span {
    margin-right: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 600;
}

.course-features-meta div {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 900;
}

.instructor-name a {
    color: #07BC57;
    text-decoration: underline;
}

.apply-btn-section a {
    background: #07BC57;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    top: 15px;
    transition: all ease .3s;
    /* outline: 1px solid #07BC57;
    outline-offset: 0px; */
}

.apply-btn-section a:hover {
    background-color: hsl(147, 100%, 30%);
    /* outline-offset: 2px; */
}

.course-features-meta-with-apply .apply-btn-section a {
    transition: all ease .3s;
    /* outline: 1px solid hsl(147, 100%, 30%);
    outline-offset: 0px; */
}

.course-features-meta-with-apply .apply-btn-section a:hover {
    background-color: hsl(147, 100%, 30%);
    /* outline-offset: 2px; */
}

.course-template-description {
    margin: 30px 0 0 0;
}

.course-template-description ul li,
.prerequisites ul li {
    font-size: 18px;
    line-height: 20px;
    padding: 8px 0 8px 0;
}

.course-learn-bullets.course-details-body h2,
.about-growth.course-details-body h2,
.prerequisites.course-details-body h2,
.course-template-description.course-details-body h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-top: 2.5rem;
    padding-bottom: 20px;
}

.benefits-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 0 0;
}

.benefits-details>* {
    flex: 1;
}

.benefits-details div {
    font-size: 24px;
    line-height: 1.08;
    margin-top: 0;
}

.benefits-details p {
    font-size: 16px;
    padding-right: 40px;
    max-width: 384px;
}

.course-benefits {
    padding-top: 46px;
}

.benefits-details:last-child {
    border-bottom: 0;
}

.benefits-details img {
    margin-bottom: -3px;
    margin-right: 10px;
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.course-inputs-bullets {
    background: #F8F9F9;
    padding: 32px 24px;
    margin-bottom: 40px;
}

.icon-element-order {
    padding: 7px 9px;
    margin-right: 10px;
}

.course-input-grid-items div {
    display: flex;
    align-items: flex-start;
}

.course-input-grid-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row: auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 16px;
}

.course-input-grid-items p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 1.5;
    max-width: 300px;
}

.course-input-grid-items img {
    margin-bottom: 0;
}

.tableofcontents-header .header-text p {
    font-size: 15px;
    color: #767676;
}

.tableofcontents-header.course-sidebar {
    justify-content: space-between;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    align-items: flex-start;
}

.tableofcontents.course-sidebar-content {
    background: transparent;
}

.tableofcontents.course-sidebar-content {
    padding-top: 0;
}

.py-20 {
    padding-top: 20px;
}

.sidebar-bullet-pointers div:first-child {
    padding-top: 30px;
}

.sidebar-bullet-pointers div {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0 10px 0;
}

.sidebar-bullet-pointers img {
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.upsell-resources {
    background: #f8f9f9;
    padding: 40px;
    margin-top: 50px;
}

.podcast-time-stamp {
    background: #F2F0EE66;
    margin-top: 4.37rem !important;
    border: 0;
}

.podcast-header-section .podcast-detail-header-text,
.podcast-header-section .podcast-platforms-container {
    padding-left: 1.5rem;
}

.video-no-transcript-container .about-video-container {
    margin-top: 50px;
}

.podcast-detail-header-text h1 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 30px;
}

.podcast-header-section .podcast-platforms-container .podcast-platform {
    height: 2.5rem;
}

.podcast-featured-image {
    position: relative;
}

button.podcast-play-icon {
    border: 0;
    background: transparent;
    position: absolute;
    right: -30px;
    bottom: -15px;
    object-fit: contain;
    cursor: pointer;
}

button.podcast-play-icon img {
    border-radius: 50%;
}

.cta.hide {
    opacity: 0;
    left: -100%;
}

.cta.show {
    opacity: 1;
    left: 0;
}

.apply-btn-section.cta.show {
    margin-top: 20px;
    margin-bottom: 65px;
}

.article-progress-header {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #f1f1f1;
}

.progress-container {
    width: 100%;
    height: 4px;
    background: #F2EDE6;
}

.progress-bar {
    height: 4px;
    background: #07BC57;
    width: 0%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    position: relative;
}

.close-btn-pd {
    position: absolute;
    height: 24px;
    width: 24px;
    right: 10px;
    top: -32px;
    cursor: pointer;
}

.modal-body-left img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

.modal-body-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.py-80.relative.video-list-section {
    padding-top: 3rem;
}

.podcasts-detail .video-col-wrapper {
    margin-bottom: 20px;
}

.podcast-header-section {
    margin-top: 40px;
}

.podcasts-detail .podcast-featured-image img {
    width: 100%;
}

.about-no-transcript .speaker-list-container {
    display: flex;
    justify-content: space-between;
}

.video-no-transcript-container .speaker-list-container {
    display: flex;
    justify-content: flex-start;
    gap: 60px;
    flex-wrap: wrap;
    row-gap: 2.5rem;
}

.video-no-transcript-container .speaker-image-container img {
    border-radius: 50%;
}

.podcast-header-section .podcast-platforms-container .podcast-platform img {
    height: auto;
    border: 1px solid #d6d6d6;
}

.podcast-header-section .podcast-platforms-container {
    gap: 10px;
}

.video-no-transcript-container .about-video-container p {
    max-width: 990px;
}

.speaker-title {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.video-no-transcript-container .you-might-like .container-lg {
    padding: 0;
}

.social-share-btn {
    display: flex;
    gap: 15px;
}

.article-header-section h1 {
    margin: 30px 0 !important;
}

.course-header-section h1 {
    margin: 20px 0 16px;
}

.audio-player-wrapper .modal-body-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.volume-cound.volume-controls button {
    width: 16px;
    height: 16px;
    background: url(../assets/images/volume-button.png) center center no-repeat;
    background-size: contain;
    margin: 0 8px;
    transition: all 0.3s ease-in;
    background-color: #fff;
    border: 0;
}

.volume-cound.volume-controls input[type="range"] {
    -webkit-appearance: none;
    height: 5px;
    margin: 0;
    width: 70px;
    transition: all 0.3s ease-in;
    padding: 0;
    background: #444444;
}

.volume-cound.volume-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.volume-cound.volume-controls input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 10px;
    height: 10px;
    background: #444444;
    cursor: pointer;
    border-radius: 50%;
}

.audio-control-box.speed-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    font-size: 18px;
    font-family: 'circularxxlight';
}

.speed-plus {
    width: 20px;
    height: 20px;
    background: url(../assets/images/speed-btn.png) center center no-repeat;
    background-size: contain;
    margin: 0 8px;
    transition: all 0.3s ease-in;
    background-color: #fff;
    border: 0;
}

.course-main-content .main-video-container {
    margin: 20px 0 20px 0;
}

.article-featured-image img {
    width: 100%;
}

.without-toc .pillarContentLeft img {
    margin-bottom: 20px;
    width: 100%;
}

.course-main-content .pillarContentRight {
    max-height: 1200px;
    height: auto;
}

.speaker-section-sidebar {
    position: relative;
    border-top: 1px solid #aaa5a5;
    border-bottom: 1px solid #aaa5a5;
    padding-top: 20px;
}

.course-header-section h1 {
    font-size: 32px;
    line-height: 48px;
    color: #04363D;
}

.course-main-content .main-video-container video {
    width: 100%;
}

.main-video-container iframe {
    width: 100%;
    height: 475px;
}

.course-single-template-body .basic-card-container.is-expanded,
.course-single-template-body .basic-card-container.expandable {
    /* transform: scale(1.05) !important; */
}

.course-single-template-body .course-card-overlay-main-cotnent {
    height: auto !important;
}

.course-inputs-bullets button {
    background: no-repeat;
    border: none;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.09px;
    color: #02A94C;
    cursor: pointer;
}

#additional-grid {
    display: none;
    margin-top: 20px;
}

.article-main-content ul li,
.article-main-content ol li {
    line-height: 28px;
    font-size: 18px;
    font-family: 'circularxxlight';
    padding-bottom: 8px;
}

.light-grey-bg-img.light-gray-bg {
    background-image: url('http://localhost:8888/hashgrowth20/wp-content/uploads/2023/05/bg-policy.png') !important;
    background-position: top right;
    width: 100%;
    height: auto;
    max-height: 293px;
    margin-bottom: 30px;
}

.policy-green-heading:first-child {
    margin-top: 0;
}

.policy-template-body h3.policy-green-heading {
    font-size: 18px;
    line-height: 26px;
    color: #11A854;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cta-policy-pages {
    margin-top: 80px;
}

.policy-template-body table {
    border-collapse: collapse !important;
}

.policy-template-body table th {
    font-size: 18px;
    text-align: left;
    line-height: 26px;
    color: #04363D;
}

.policy-template-body table tr th,
.policy-template-body table tr td {
    border: 1px solid #cccccc;
    padding: 20px;
}

.policy-template-body table tr td p,
.policy-template-body table tr td ul li {
    font-size: 16px !important;
    line-height: 24px;
}

.policy-template-body table tr td ul {
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.policy-template-body .rt-reading-time {
    display: none !important;
}

.article-header-section h1 {
    margin: 30px 0 0 0 !important;
}

.course-single-template-body .mt-80 {
    margin-top: 0 !important;
}

.page-template-archive-articles .basic-card-container .image-container img {
    object-fit: inherit !important;
}

.course-main-content .speaker-list {
    margin-bottom: 15px;
}

.course-input-grid-items div:nth-last-child(2) p,
.course-input-grid-items div:nth-last-child(1) p {
    margin-bottom: 0;
}

.instructor-name {
    font-weight: 900;
}

.audio-player-wrapper .audio-player {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100px;
    padding: 10px;
}

.audio-player-wrapper .progress-bar {
    width: 280px;
    background-color: #ddd;
    margin-left: 10px;
    margin-right: 10px;
}

.infos-ctn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.audio-player-wrapper .progress {
    width: 0%;
    height: 100%;
    background-color: #000000;
}

.audio-player-wrapper .button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.audio-player-wrapper .button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.audio-player-wrapper .play-pause-button {
    border: 1px solid #000000;
    padding: 20px;
    border-radius: 50%;
}

.audio-player-wrapper input[type="range"] {
    --track-color: #000000;
    --thumb-color: #000000;
    --thumb-active-color: #000000;
    --thumb-shadow-color: rgba(0, 0, 0, 0.3);
    height: 6px;
    width: 100px;
    border-radius: 3px;
    appearance: none;
    background-color: var(--track-color);
}

.audio-player-wrapper input[type="range"]::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--thumb-color);
    box-shadow: 0 2px 4px var(--thumb-shadow-color);
    appearance: none;
    cursor: pointer;
}

.audio-player-wrapper input[type="range"]:active::-webkit-slider-thumb {
    background-color: var(--thumb-active-color);
}

.audio-control-box.speed-controls button {
    background: transparent;
    border: none;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'circularxxregular' !important;
    cursor: pointer;
}

.audio-control-box.speed-controls:before {
    content: url(https://hashgrowthstg.wpengine.com/wp-content/uploads/2023/05/Group-7.png);
    position: relative;
    top: 4px;
}

.audio-player-wrapper input[type="range"]:before {
    content: url(https://hashgrowthstg.wpengine.com/wp-content/uploads/2023/05/volume-button.png);
    position: relative;
    left: -30px;
    top: -7px;
}

.button.forward-seconds button,
.button.backward-seconds button {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.button.forward-seconds button img,
.button.backward-seconds button img {
    filter: invert(0%) sepia(5%) saturate(9%) hue-rotate(55deg) brightness(89%) contrast(100%);
}

/* End */

.about-no-transcript {
    margin-bottom: 0;
}

.page-template-archive-podcasts .podcast-platforms-container {
    padding-left: 0;
}

.single-articles .article-main-content a {
    border-bottom: 1px solid #07bc57;
    ;
    transition: 0.1s all ease-in-out;
}

.article-header-section {
    padding-top: 38px;
}

.article-main-content.pillar-main-section iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.article-main-content.pillar-main-section b,
.article-main-content.pillar-main-section strong {
    color: #04363d;
    font-weight: 900;
    font-family: 'circularxxregular' !important;
    font-size: 20px;
}

.article-main-content.pillar-main-section h4 {
    color: #04363D;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
    margin: 0;
    font-family: 'circularxxregular' !important;
}

.single-articles .article-main-content .tableofcontents a {
    border-bottom: 0;
    transition: none;
}

.single-articles .you-might-like {
    margin-top: 75px;
}

.single-articles .article-main-content a:hover {
    color: #07bc57;
    border-bottom: 1px solid #000000;
}

.speaker-section-sidebar .video-speaker-detail {
    margin-top: 2px;
}

.course-main-content {
    border-top: 1px solid #D6D6D6;
}

.video-list-section .basic-card-wrapper {
    margin-bottom: 24px !important;
}

.course-template-description ul li:first-child,
.prerequisites ul li:first-child {
    padding-top: 0;
}

.course-details-body ul {
    margin-top: 0 !important;
}

.course-details-body.prerequisites ul {
    padding-left: 16px;
}

.single-articles .table,
th,
td {
    border: 1px solid #A3A3A3;
    border-collapse: collapse;
    padding: 50px;
    border-radius: 5px 5px 0px 0px;
}

.single-articles table {
    margin-block: 30px;
    width: 100%;
}

.single-articles td {
    color: #1e1e1e;
    font-size: 17px;
    line-height: 1.88;
}

.single-articles table td>p {
    margin-bottom: 0.7rem;
}

.single-articles .article-main-content a.btn.btn-green:hover {
    color: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
}

.article-main-content.pillar-main-section pre {
    font-family: 'circularxxregular' !important;
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
}

.article-main-content ul li>h3 {
    padding-bottom: 0 !important;
    font-size: 22px !important;
}

.postid-31016 .article-main-content.pillar-main-section h2 {
    padding-bottom: 0;
}

.postid-30980 .article-main-content.pillar-main-section ul {
    margin-top: 0;
}

.video-no-transcript-container .speaker-title {
    border-bottom: none;
}

.pagination-container.mt-80 {
    margin-top: 3rem !important;
}

.page-template-archive-podcasts .cta-banner-section.mt-80,
.page-template-archive-articles .cta-banner-section.mt-80,
.page-template-archive-courses .cta-banner-section.mt-80 {
    margin-top: 0 !important;
}

.video-no-transcript-container .speaker-title {
    font-size: 2rem;
    font-weight: 400;
    font-family: 'circularxxregular' !important;
    padding-bottom: 0rem;
}

.video-topics-container .topic {
    font-weight: 900;
}

.tableofcontents-header.course-sidebar .header-text {
    flex-grow: 1;
    /*flex-basis: 0;*/
    min-width: 0;
}

.tableofcontents-header.course-sidebar .header-text span {
    font-weight: 600;
}

.podcasts-detail .you-might-like {
    margin-top: 50px;
}

p.article-speaker-green b:first-child {
    color: #07bc57 !important;
    font-weight: 400 !important;
}

.pillar-main-section .icon-element-order img {
    max-width: unset;
}

.course-features-meta-with-apply .apply-btn-section a {
    padding: 14px 25px;
}

.apply-btn-section a {
    padding: 14px 100px;
    transition: all ease 0.9s;

}

.without-toc .pillarContentLeft .has-content-area img {
    margin-bottom: 0;
}

.with-toc .pillarContentLeft .has-content-area img {
    margin-bottom: 0;
}

.podcasts-detail .you-might-like .basic-card-container.podcast-card.is-expanded {
    transform: scale(1.1) translateY(-0.5rem);
}

.podcast-platforms-container .podcast-platform img {
    border: 1px solid #d6d6d6;
}

.video-list-section .tab-row.sticky.white-bg.active {
    z-index: 99;
}

.video-list-section .tab-row.sticky.white-bg {
    z-index: 77;
}

.single-articles .article-main-content .pillarContentRight .tableofcontents a:hover {
    color: #07BC57;
    border-bottom: none;
}

/* Mobile Responsiveness */

@media screen and (min-width: 1025px) {
    .course-main-content .pillarContentLeft .container-lg {
        padding-left: 0;
        padding-right: 0;
    }

    .page-template-archive-articles .video-list-section .row>.col-lg-3,
    .page-template-template-learn .video-list-section .row>.col-lg-3,
    .page-template-archive-courses .video-list-section .row>.col-lg-3,
    .page-template-archive-podcasts .video-list-section .row>.col-lg-3 {
        padding-right: 40px !important;
    }

    .page-template-archive-articles .video-list-section .row>.col-lg-9,
    .page-template-template-learn .video-list-section .row>.col-lg-9,
    .page-template-archive-courses .video-list-section .row>.col-lg-9,
    .page-template-archive-podcasts .video-list-section .row>.col-lg-9 {
        padding-left: 20px !important;
    }

    .page-template-archive-articles .video-list-section .row>[class^="col-"],
    .page-template-template-learn .video-list-section .row>[class^="col-"],
    .page-template-archive-courses .video-list-section .row>[class^="col-"],
    .page-template-archive-podcasts .video-list-section .row>[class^="col-"] {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .page-template-archive-articles .video-list-section .tab-row,
    .page-template-template-learn .video-list-section .tab-row,
    .page-template-archive-courses .video-list-section .tab-row,
    .page-template-archive-podcasts .video-list-section .tab-row {
        padding-bottom: 50px;
    }

    .apply-btn-section a {
        padding: 14px 100px;
        transition: all ease 0.9s;
    }

    .apply-btn-section.cta.show {
        text-align: right;
        width: 100%;
    }
}

@media screen and (min-width: 1011px) and (max-width: 1024px) {

    .page-template-archive-articles .video-list-section .row>.col-lg-3,
    .page-template-template-learn .video-list-section .row>.col-lg-3,
    .page-template-archive-courses .video-list-section .row>.col-lg-3,
    .page-template-archive-podcasts .video-list-section .row>.col-lg-3 {
        padding-right: 40px !important;
    }

    .page-template-archive-articles .video-list-section .row>.col-lg-9,
    .page-template-template-learn .video-list-section .row>.col-lg-9,
    .page-template-archive-courses .video-list-section .row>.col-lg-9,
    .page-template-archive-podcasts .video-list-section .row>.col-lg-9 {
        padding-left: 20px !important;
    }

    .page-template-archive-articles .video-list-section .row>[class^="col-"],
    .page-template-template-learn .video-list-section .row>[class^="col-"],
    .page-template-archive-courses .video-list-section .row>[class^="col-"],
    .page-template-archive-podcasts .video-list-section .row>[class^="col-"] {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .page-template-archive-articles .video-list-section .tab-row,
    .page-template-template-learn .video-list-section .tab-row,
    .page-template-archive-courses .video-list-section .tab-row,
    .page-template-archive-podcasts .video-list-section .tab-row {
        padding-bottom: 50px;
    }

    .audio-card-info li {
        font-size: .775rem;
    }

    .basic-card-container .course-card .absolute-wrapper .rating {
        font-size: 0.9rem;
    }

    .basic-card-container .course-author-container .name {
        font-size: .675rem;
    }

    .basic-card-container .card-para {
        font-size: .675rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .time-stamp-container.podcast-time-stamp.p-32 {
        padding-bottom: 5rem !important;
    }

    .page-template-archive-articles .video-list-section .tab-row,
    .page-template-template-learn .video-list-section .tab-row,
    .page-template-archive-courses .video-list-section .tab-row,
    .page-template-archive-podcasts .video-list-section .tab-row {
        padding-bottom: 60px;
    }

    .podcast-detail-header-text h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .main-video-container iframe {
        width: 100%;
        height: 350px;
    }

    .course-features-meta-with-apply {
        display: block;
    }

    .course-template-description {
        margin: 50px 0 0 0;
    }

    .pillarContentLeft .container-lg {
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .video-list-section .tabs-container {
        margin-top: 25px;
    }

    .course-single-template-body .pillarMainContent.with-toc {
        column-gap: 3.5rem !important;
    }

    .course-single-template-body .course-input-grid-items {
        grid-template-columns: 100% !important;
    }

    .course-single-template-body .course-features-meta-with-apply {
        display: block !important;
    }

    .benefits-details {
        display: block;
    }

    .benefits-details div {
        margin-bottom: 15px;
    }

    .page-template-archive-courses .searchbox-container,
    .page-template-archive-articles .searchbox-container {
        margin-bottom: 0;
    }

    .searchbox-container {
        padding-bottom: 3rem;
    }

    .pagination-container.mt-80 {
        margin-top: 3rem !important;
    }

    .circular-arrow.circular-arrow-next {
        right: -2.5rem;
    }

    .podcast-time-stamp {
        padding-bottom: 5rem !important;
    }

    .podcast-detail-header-text h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    button.podcast-play-icon {
        right: -20px;
        bottom: -15px;
        height: 50px;
        width: 50px;
    }

    .single-podcasts .video-speaker-detail .name {
        font-size: 14px !important;
    }

    .single-podcasts .video-speaker-detail .designation {
        font-size: 12px;
        line-height: 1.3;
    }

    .course-template-description {
        margin: 50px 0 0 0;
    }

    .page-template-archive-articles .video-list-section .tab-row,
    .page-template-template-learn .video-list-section .tab-row,
    .page-template-archive-courses .video-list-section .tab-row,
    .page-template-archive-podcasts .video-list-section .tab-row {
        padding-bottom: 60px;
    }

    .page-template-archive-articles .video-list-section .row>.col-lg-3,
    .page-template-template-learn .video-list-section .row>.col-lg-3,
    .page-template-archive-courses .video-list-section .row>.col-lg-3,
    .page-template-archive-podcasts .video-list-section .row>.col-lg-3 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .page-template-archive-articles .video-list-section .row>.col-lg-9,
    .page-template-template-learn .video-list-section .row>.col-lg-9,
    .page-template-archive-courses .video-list-section .row>.col-lg-9,
    .page-template-archive-podcasts .video-list-section .row>.col-lg-9 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .audio-card-info li {
        font-size: .775rem;
    }

    .basic-card-container .course-card .absolute-wrapper .rating {
        font-size: 0.9rem;
    }

    .basic-card-container .course-author-container .name {
        font-size: .675rem;
    }

    .basic-card-container .card-para {
        font-size: .675rem;
    }

    .main-video-container iframe {
        width: 100%;
        height: 250px;
    }
}

@media screen and (min-width: 768px) {

    .show-mobile.course-sidebar-for-mobile {
        display: none;
    }

    .show-desktop.course-sidebar-for-mobile {
        display: block;
    }
}

@media screen and (max-width: 820px) {
    .course-single-template-body .hash-modal-wrapper {
        width: 100%;
    }
}

/* Mobile Responsiveness */
@media screen and (max-width: 767px) {
    .pillarContentLeft {
        width: 100%;
    }
    .podcast-modal {
        display: block !important;
        background-color: transparent;
        pointer-events: none;
    }
    .podcast-modal .modal-content {
        border: none;
        box-shadow: 0 -10px 30px 0px rgba(0, 0, 0, 0.16);

        border-bottom: 1px solid var(--black8);
        background-color: rgba(255, 255, 255, 0.86);
        backdrop-filter: blur(10px) saturate(1);
        -webkit-backdrop-filter: blur(10px) saturate(1);
        pointer-events: all;
    }
    .close-btn-pd {
        display: none;
    }
    .audio-player-wrapper .modal-body-right {
        height: 0px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .course-single-template-body .hash-modal-wrapper {
        width: 100%;
    }
    .course-features-meta div {
        /* display:flex; */
    }

    .course-features-meta span:first-child {
        width: 150px !important;
    }

    .course-features-meta span {
        width: 80% !important;
    }

    .course-features-meta-with-apply .apply-btn-section a {
        padding: 14px 20px;
    }

    .video-list-section .basic-card-wrapper {
        margin-bottom: 2rem;
    }

    .py-80.relative.video-list-section {
        padding-top: 0;
    }

    .article-meta-data {
        display: block;
    }

    .article-featured-image img {
        width: 100%;
    }

    .pillarContentRight {
        width: 100%;
        max-height: 600px;
        position: relative;
        top: auto;
        order: 1;
        margin-bottom: 15px;
    }

    .with-toc .pillarContentLeft {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        order: 2;
    }

    .pillarMainContent.with-toc {
        display: block;
        grid-template-columns: auto;
        column-gap: initial;
        overflow-wrap: anywhere;
    }

    .course-features-meta-with-apply {
        display: block;
    }

    .course-input-grid-items {
        grid-template-columns: 100%;
    }

    .benefits-details {
        display: block;
    }

    .benefits-details div {
        margin-bottom: 10px;
    }

    .benefits-details img {
        margin-bottom: -4px;
        margin-right: 25px;
    }

    .course-template-description {
        margin: 30px 0 0 0;
    }

    .learn-swiper,
    .watch-swiper {
        padding: inherit;
        margin: 0;
        z-index: 11;
    }

    .course-main-content .with-toc .pillarContentLeft {
        order: 1;
    }

    .course-main-content .pillarContentRight {
        order: 2;
    }

    .upsell-resources {
        padding: 40px 0;
        margin-top: 0;
    }

    .podcast-featured-image img {
        width: 100%;
    }

    button.podcast-play-icon {
        right: -15px;
        bottom: -20px;
    }

    .podcast-detail-header-text,
    .podcast-platforms-container {
        padding-left: 0 !important;
        padding-top: 10px;
    }

    .social-share-btn {
        display: block;
    }

    .article-header-section h1,
    .course-header-section h1 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .podcast-header-section h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .light-grey-bg-img.light-gray-bg {
        background-position: left;
    }

    .policy-template-body .with-toc .pillarContentLeft {
        margin-top: 40px;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 999;
        height: 100%;
        overflow: hidden;
    }

    .modal-content {
        padding: 1rem;
        position: absolute;
        bottom: 3.75rem;
    }
    .safari-browser .modal-content {
        bottom: calc(3.75rem - 1.5px);
    }

    .row.audio-player-wrapper {
        display: block !important;
    }

    .audio-player-wrapper .modal-body-right {
        display: block;
        text-align: center;
    }

    .audio-player-wrapper .audio-player {
        display: block;
    }

    .audio-control-box.speed-controls {
        display: block;
        margin-top: 20px;
    }

    .video-list-section .row>[class^="col-"] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    /*.article-main-content.pillar-main-section iframe {
    height: 220px;
}*/
    .pagination-container.mt-80 {
        margin-top: 3rem !important;
    }

    .course-main-content .course-header-section .container-lg {
        padding-left: 0;
    }

    .course-main-content .pillarContentLeft .container-lg {
        padding-left: 0;
    }

    .course-features-meta-with-apply .apply-btn-section {
        margin-top: 0px;
        display: grid;
        width: 100%;
        text-align: center;
    }

    .course-header-section .main-video-container {
        aspect-ratio: 1240/600 !important;
    }

    .course-main-content .main-video-container {
        margin: 0;
    }

    .course-main-content .pillarContentRight {
        padding-bottom: 0;
        padding-top: 0;
    }

    .podcast-time-stamp .video-topics-container .topic {
        margin-bottom: 20px;
    }

    .podcast-time-stamp .video-progress-jump-container li {
        top: -7px;
    }

    .podcast-time-stamp {
        overflow: auto;
    }

    .time-stamp-container.podcast-time-stamp .swiper-wrapper {
        display: block;
    }

    .podcast-time-stamp {
        margin-top: 2.17rem !important;
    }

    .podcast-featured-image {
        margin-top: 15px;
    }

    .podcast-header-section .row {
        display: grid;
    }

    .podcast-header-section .row>div:first-child {
        order: 2;
    }

    button.podcast-play-icon {
        right: 10px;
        bottom: -20px;
    }

    .video-no-transcript-container .speaker-list-container {
        gap: 5px;
    }

    .pillar-main-section .icon-element-order img {
        max-width: unset;
    }

    .speaker-section-sidebar {
        /* border-bottom: 0;*/
    }

    .video-list-section .tab-row {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .video-list-section .tab-row.sticky.active.white-bg {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .video-list-section .filter-accordion .accordion-item:last-child {
        margin-bottom: 3rem;
    }

    .video-list-section .accordion.filter-accordion {
        border-bottom: 1px solid rgb(0, 0, 0, 0.15);
        margin-bottom: 80px;
    }

    .searchbox-container {
        padding-bottom: 1.8rem;
    }

    .video-list-section .basic-card-container {
        border: 1px solid #d6d6d6;
    }

    .page-template-archive-articles .video-list-section .row>.col-lg-3,
    .page-template-template-learn .video-list-section .row>.col-lg-3,
    .page-template-archive-courses .video-list-section .row>.col-lg-3,
    .page-template-archive-podcasts .video-list-section .row>.col-lg-3 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .page-template-archive-articles .video-list-section .row>.col-lg-9,
    .page-template-template-learn .video-list-section .row>.col-lg-9,
    .page-template-archive-courses .video-list-section .row>.col-lg-9,
    .page-template-archive-podcasts .video-list-section .row>.col-lg-9 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .wp-pagenavi .pages {
        padding-left: 6px;
        padding-right: 6px;
    }

    .course-single-template-body .sidebar-bullet-pointers {
        padding-bottom: 20px;
    }

    .course-single-template-body #customCourseBtnID {
        display: none;
    }

    .course-inputs-bullets {
        background: transparent;
        padding: 0;
    }

    .course-single-template-body .benefits-details:last-child p {
        border-bottom: none;
    }

    .course-single-template-body .benefits-details {
        border: none;
        padding-top: 3px;
    }

    .course-single-template-body .benefits-details p {
        margin-left: 40px;
        padding-bottom: 25px;
        border-bottom: 1px solid #ccc;
    }

    .show-mobile.course-sidebar-for-mobile .pillarContentRight img {
        margin: 0;
        margin-right: 10px;
    }

    .show-mobile.course-sidebar-for-mobile {
        display: block;
    }

    .show-desktop.course-sidebar-for-mobile {
        display: none;
    }

    .course-main-content .show-mobile.course-sidebar-for-mobile .pillarContentRight {
        padding-top: 60px;
    }

    .course-main-content .show-mobile.course-sidebar-for-mobile .tableofcontents.course-sidebar-content {
        padding-bottom: 0;
    }

    .course-features-meta-with-apply {
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {

    .page-template-archive-articles .video-list-section .row>.col-lg-3,
    .page-template-template-learn .video-list-section .row>.col-lg-3,
    .page-template-archive-courses .video-list-section .row>.col-lg-3,
    .page-template-archive-podcasts .video-list-section .row>.col-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .page-template-archive-articles .video-list-section .row>.col-lg-9,
    .page-template-template-learn .video-list-section .row>.col-lg-9,
    .page-template-archive-courses .video-list-section .row>.col-lg-9,
    .page-template-archive-podcasts .video-list-section .row>.col-lg-9 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media (max-width: 767.98px) {
    .pillarMainContent.with-toc {
        display: flex;
        flex-direction: column;
    }

    .light-grey-bg-img.light-gray-bg {
        margin-bottom: 1rem;
    }

    .policy-template-body .with-toc .pillarContentLeft {
        margin-top: 4rem;
    }
}