/**
Theme Name: Astra Child
Author: Nyusoft
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



@import url('/wp-content/themes/astra-child/assets/fonts/bioscience-font/style.css');
@import url('/wp-content/themes/astra-child/assets/fonts/poppins/stylesheet.css');

:root {
    --font-family: 'DM Sans';
    /* --green: #004750; */
    --green: #00ADBB;
    --white: #ffffff;
    --lightgreen: #03ADBB;
}


.ast-primary-header-bar {
    background: none;
}

.replay-template-default.single header .ast-primary-header-bar {
    background: transparent;
}

.replay-template-default.single header .ast-primary-header-bar .section_title span {
    display: none;
}


.site-header {
    position: fixed;
    transition: padding 0.3s ease, background 0.3s ease;
    /* height: 80px; */
    width: 100%;
}

.site-header .ast-container {
    max-width: 1440px;
    padding: 0 30px;
}

.logged-in .site-header .ast-logo-title-inline .site-logo-img {
    padding-right: 0;
}

/* .logged-in .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 105px;
} */

.logged-in .site-header-primary-section-left .site-header-focus-item {
    padding-right: 0;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
    line-height: 30px;
    padding: 0;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.green_btn {
    margin-right: 10px;
    padding: 0;
}

.green_btn .menu-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: var(--white);
    font-family: var(--font-family);
}


.site-header .widget_nav_menu .green_btn {
    min-width: 106px;
    justify-content: center;
}

.white_btn .menu-link {
    color: var(--white);
    font-family: var(--font-family);
    background: var(--white);
    padding: 14.5px 30px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: var(--lightgreen);
}

.green_btn:hover .menu-link {
    color: var(--lightgreen) !important;
}

.white_btn .menu-link:hover {
    outline: none;
    background: var(--lightgreen) !important;
    color: var(--white) !important;
}

.ast-logo-title-inline .ast-site-identity {
    padding: 0;
}

.custom_btn .icon {
    font-size: 24px;
    transition: 0.5s ease;
}

.custom_btn span.elementor-button-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom_btn:hover .icon {
    transition: 0.5s ease;
    transform: rotate(-45deg);
}

.bioscience_acadamy .elementor-widget-icon-box:active .elementor-animation-shrink,
.bioscience_acadamy .elementor-widget-icon-box:focus .elementor-animation-shrink,
.bioscience_acadamy .elementor-widget-icon-box:hover .elementor-animation-shrink {
    transform: scale(.9);
}

.card .tag {
    background: var(--lightgreen);
    padding: 7px 12px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 10px;
    position: absolute;
    font-weight: 600;
    font-family: 'DM Sans';
    line-height: 20px;
    top: 11px;
    left: 10px;
    z-index: 1;
}

.card {
    box-shadow: 0px 3.05px 15.23px 0px #0000001F;
}

.learn_img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 30%;
}

.learn_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.learn_title {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    align-items: center;
    color: #1A1919;
    margin-bottom: 4px;
}

.bottom_content {
    padding: 25px 20px;
}

.owl-stage-outer .learn_para {
    margin-bottom: 0;
}

.learning-slider .owl-stage {
    display: flex;
    padding-bottom: 20px;
}

.learning-slider .card {
    display: flex;
    border-radius: 10px;
    margin-bottom: 10px;
    min-height: 100%;
    flex-direction: column;
}

.learning-slider .item {
    min-height: 100%;
    display: flex;
}

.learning-slider .card .bottom_content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-height: 100%;
    flex-grow: 1;
}

.learning-slider .owl-next:before,
.downloadable-items-slider .owl-next:before,
.replays-grid .owl-next:before {
    content: "\e91d";
    width: 50px;
    height: 50px;
    font-family: 'icomoon' !important;
    /* position: absolute; */
    /* right: 70px; */
    font-size: 26px;
    background: #FFFFFF;
    border: 1px solid #03ADBB;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.downloadable-items-slider .owl-next,
.learning-slider .owl-next,
.replays-grid .owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px !important;
}

.downloadable-items-slider .owl-prev,
.learning-slider .owl-prev,
.replays-grid .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -125px !important;
}

.learning-slider .owl-next span,
.learning-slider .owl-prev span,
.downloadable-items-slider .owl-prev span,
.downloadable-items-slider .owl-next span,
.replays-grid .owl-prev span,
.replays-grid .owl-next span {
    font-size: 0;
}

.learning-slider .owl-nav,
.downloadable-items-slider .owl-nav,
.replays-grid .owl-nav {
    position: absolute;
    top: -90px;
    right: 0;
    display: block !important;
}

.learning-slider .owl-prev:before,
.downloadable-items-slider .owl-prev:before,
.replays-grid .owl-prev:before {
    content: "\e91e";
    width: 50px;
    height: 50px;
    font-family: 'icomoon' !important;
    /* position: absolute; */
    border: 1px solid #03ADBB;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    /* left: -120px; */
}

.learning-slider .owl-prev:hover:before,
.downloadable-items-slider .owl-prev:hover:before,
.replays-grid .owl-prev:hover:before,
.learning-slider .owl-next:hover:before,
.downloadable-items-slider .owl-next.hover:before,
.replays-grid .owl-next:hover:before {
    background: #D9F3F5;
}

.learning-slider .owl-nav button.disabled:before,
.downloadable-items-slider .owl-nav button.disabled:before,
.replays-grid .owl-nav button.disabled:before {
    background: #cccccc;
}

.sticky_section {
    position: sticky !important;
    top: 200px;
}

.sticky_title {
    position: sticky !important;
    top: 100px;
}

/* .feedback-gallery {
    display: flex;
    gap: 40px;
} */

.feedback-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feedback-thumbnails .thumbnail {
    cursor: pointer;
    border: 2px solid transparent;
}

.feedback-thumbnails .thumbnail:hover,
.feedback-thumbnails .thumbnail.active {
    border-color: #007c91;
}

.feedback-main {
    flex: 1;
}

.feedback-main iframe {
    width: 100%;
    height: 300px;
}


.feedback-thumbnails>.thumbnail {
    border-radius: 10px !important;
    overflow: hidden;
    height: 100px;
    transition: 0.5s ease;
    border: 4px solid #ffffff;
}

.feedback-thumbnails>.thumbnail img {
    object-fit: cover;
    height: 169px;
    border-radius: 7px;
}

.feedback-thumbnails .thumbnail:hover,
.feedback-thumbnails .thumbnail.active {
    border: 4px solid var(--green) !important;
    border: 0;
    height: 169px;
    transition: 0.5s ease;
}

.feedback-name {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    color: #004750;
}

.feedback-gallery {
    display: flex;
    gap: 40px;
    max-width: 846px;
    margin: 0 auto;
}

.feedback-main iframe {
    width: 100%;
    height: 394px;
    border-radius: 10px;
}

.pause_btn {
    display: none;
}

.play_pause_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 100%;
    height: 100%; */
    display: flex;
    justify-content: center;
}

button.play_btn {
    background: none;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    padding: 0;
}

.main-video {
    position: relative;
}

.widget-title,
.footer_title {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #004750;
    text-align: left;
}

.widget_nav_menu ul li a {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1A1919;
    transition: all 0.3s ease-in-out;
}

.widget_nav_menu ul li a:hover {
    color: var(--lightgreen);
}

footer .widget_nav_menu ul li {
    margin-bottom: 15px;

}

header .widget_nav_menu ul li {
    display: inline-flex;
    margin-left: 15px;
}

.mail_sec li {
    list-style: none;
    text-align: left;
}

.mail_sec li a {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1A1919;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mail_sec li a i {
    color: #004750;
    font-size: 16px;
}

.mail_sec ul {
    padding: 0;
    margin: 0;
}

.secial_sec ul {
    display: flex;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.secial_sec ul li a i {
    color: var(--lightgreen);
}

.secial_sec ul li a {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    background: #ffffff;
    align-items: center;
}

.secial_sec ul li a:hover {
    background: var(--lightgreen);
}

.secial_sec ul li a:hover i {
    color: #ffffff;
}

#ast-scroll-top {
    display: none !important;
}

.footer_title {
    margin-bottom: 25px;

}

.mail_sec {
    margin-bottom: 25px;
    margin-top: 60px;
}

footer .site-below-footer-wrap {
    padding: 0;
}

footer .ast-footer-copyright p {
    font-family: 'DM Sans';
}

footer .site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
    height: 100%;
    vertical-align: middle;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.site-footer .site-primary-footer-wrap {
    padding: 0;
}

.site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
    width: 357px;
    border-right: 1px solid #03475033;
}

.widget_nav_menu {
    margin-top: 60px;
}

.secial_sec {
    margin-bottom: 60px;
}

.site-footer-primary-section-3 {
    max-width: 268px;
    align-self: flex-end !important;
    margin: 0 0 0 auto;
}

.site-footer-primary-section-2 {
    margin-left: 25px;
}

/* =======================login screen css================== */

.auth-modal .auth-modal__title,
#webinar_modal_title {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    color: #1A1919;
}

.auth-modal .auth-modal__close {
    background-color: transparent;
    font-size: 0;
    padding: 0;

}

.auth-modal .auth-modal__close:after,
.webinar-modal-close:after {
    content: "\e921";
    font-family: 'icomoon' !important;
    font-size: 27px;
    color: var(--lightgreen);
    font-weight: 500;
    top: 10px;
    right: 5px;
    position: absolute;
}

.auth-modal .auth-modal__close:hover {
    background-color: transparent;
    font-size: 0;
    padding: 0;
}

.auth-modal .auth-form label span,
.webinar-modal-content form label {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #1A1919;
    margin-bottom: 5px;
}

.auth-modal .auth-form label,
.password-section .password-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.auth-modal .auth-form input,
.webinar-modal-content form input,
.auth-modal form select {
    width: 100%;
    padding: 13px 13px;
    border: 1px solid #d5d8dc;
    border-radius: 8px;
    box-sizing: border-box;
    height: 50px;
    background: #F2F6F6;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    font-family: 'DM Sans';
}

.auth-modal .auth-form input::placeholder {
    color: #5B5B5B;
    font-size: 14px;
    font-weight: 400;
}

.auth-modal .password .toggle-password:after,
.password-section .password-form .form-group .toggle-password:after {
    content: "\e906";
    position: absolute;
    right: 10px;
    top: 41px;
    font-size: 18px;
    font-weight: 400;

}

.auth-modal .password .toggle-password.icon-37:after,
.password-section .password-form .form-group .toggle-password.icon-37:after {
    content: "\e922";
    position: absolute;
    right: 10px;
    top: 41px;
    font-size: 22px;
}

.auth-modal .toggle-password,
.password-section .password-form .form-group .toggle-password {
    font-size: 0 !important;
    position: absolute;
    right: 0;
    top: 0;

}

.auth-modal .auth-row input[type="checkbox"] {
    width: 22px;
    height: 22px;
}

.auth-modal .auth-row {
    margin-bottom: 20px;
    margin-top: 20px;
}

.auth-modal .auth-remember {
    display: flex;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #1A1919;
    gap: 10px;
    margin-bottom: 0 !important;
}

.auth-modal .auth-forgot {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: var(--lightgreen);
    transition: all 0.3s ease-in-out;
}

.auth-modal .auth-forgot:hover {
    color: #1A1919;
}

.auth-btn--primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13.5px 29px;
    gap: 10px;
    background: var(--lightgreen);
    border-radius: 10px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    border: 1px solid var(--lightgreen);
    transition: all 0.3s ease-in-out;
}

.auth-modal__switch {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #5B5B5B;
    gap: 5px;
    margin-top: 20px;
}

.auth-modal__switch a {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--lightgreen);
    transition: all 0.3s ease-in-out;
}

.auth-modal__switch a:hover {
    color: #1A1919;
}

.auth-modal .auth-remember {
    margin-bottom: 0px;
}

/* .auth-modal__dialog {
    width: 400px;
    margin-top: 108px;
} */

.auth-btn--primary:hover {
    background: #ffffff;
    color: var(--lightgreen);
    border: 1px solid var(--lightgreen);
    transform: 0.5s ease;
}

.auth-forgot:focus {
    outline: none;
    border: 0;
}

.field-error,
#forgot_password_form .error-message {
    font-size: 12px;
    font-weight: 400;
    color: #ff0000;
}



.popup_open {
    overflow: hidden;
}

.auth-modal__dialog,
.webinar-modal-content {
    height: max-content;
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.auth-modal {
    align-items: flex-start;
}

.menu-toggle-close:focus,
.menu-toggle:focus {
    outline: none !important;
    border: 0 !important;
}

.popup_main {
    width: calc(100% - 15px);
    height: 100vh;
    display: flex;
    justify-content: center;
    overflow: auto;
    align-items: center;
}

.white_btn a:focus,
.green_btn a:focus {
    outline: none;
    border: none;
}

.forgot_banner,
.reset_banner {
    background: url(./assets/images/forgot-banner.webp) center center no-repeat;
    height: 358px;
    background-size: cover;
}

.page-template-forget-password .site-content .ast-container,
.page-template-reset-password .site-content .ast-container {
    display: block;
    max-width: 100%;
    padding: 0;
}

.page_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #FFFFFF;
    padding-top: 177px;
}

.authentication-form {
    padding: 30px;
    gap: 20px;
    width: 400px;
    background: #FFFFFF;
    box-shadow: 0px 3.04608px 15.2304px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    margin: 100px auto;
}

.form-group label {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #1A1919;
}

.form-group input,
.form-group select {
    box-sizing: border-box;
    padding: 10px 15px;
    gap: 10px;
    min-height: 50px;
    background: #F2F6F6;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    margin-top: 5px;
    font-family: 'DM sans';
    color: #000000;
}

.auth-submit button {
    padding: 16px 30px;
    gap: 10px;
    width: 100%;
    border: 1px solid var(--lightgreen);
    background: var(--lightgreen);
    border-radius: 10px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.auth-submit button:hover {
    background: #ffffff;
    color: var(--lightgreen);
}

.back-page a {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--lightgreen);
    justify-content: center;
    /* margin-top: 20px; */
    width: fit-content;
    margin: 20px auto 0;
}

.back-page img {
    width: 10px;
    margin-right: 12px;
}

.auth_paragraph,
.form_txt,
.reset-email {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}

.form-group .form-control {
    border: 1px solid #E8E8E8;
}

.login-subtitle {
    font-size: 22px;
    text-align: center;
    color: var(--green);
}

#reset_password_form .auth-submit button {
    margin-top: 0;
}

#reset_password_form .form-group {
    margin-bottom: 20px;
}

.input_password .form-control {
    width: 100%;
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #5B5B5B;
    margin-top: 5px;
}

.input_password .form-control:focus {
    border: 1px solid #E8E8E8;
}

.input_password {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 20px;
    /* transform: translateY(-50%); */
    font-size: 20px;
}

.toggle-password.icon-37::before {
    content: "\e906";
}

.input_password .error-message {
    font-size: 12px;
    color: red;
}

.authentication-main p.form_txt a {
    color: var(--green);
    font-weight: 700;
    text-decoration: underline;
}


/* ----------------- home page css section ----------------- */

.agenda-section {
    display: flex;
    gap: 40px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.agenda-card {
    background: #0347501A;
    border-radius: 10px;
    padding: 30px 25px;
    max-width: calc(50% - 20px);
}

.agenda-speakers {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.agenda-speakers .speaker-box img {
    border: 2px solid var(--green) !important;
    border-radius: 10px !important;
    background: #ffffff;
    object-fit: cover;
    width: 130px;
    height: 130px;
    transition: 0.5s ease;
}

.green_btn {
    background: var(--lightgreen);
    border-radius: 10px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
    padding: 13.5px 19px;
    width: max-content;
    transition: 0.5s ease;
    border: 1px solid var(--lightgreen);
}

.green_btn .icon {
    font-size: 20px;
    transition: 0.5s ease;
}

.green_btn:hover {
    background: var(--white);
    color: var(--lightgreen);
    border: 1px solid var(--lightgreen);
}

.green_btn:hover .icon {
    transform: rotate(-45deg);
}

.agenda_title {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #1A1919;
}

.agenda_subtitle {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #004750;
}

.agenda-card ul {
    list-style: none;
    padding-left: 0;
}

.agenda-card ul li {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #5B5B5B;
    margin-bottom: 15px;
}

.agenda-card ul li {
    display: flex;
    gap: 10px;
}

.agenda-card ul li i {
    color: var(--lightgreen);
}

.agenda-speakers img:hover {
    transform: scale(1.03);
    transition: 0.5s ease;
}


/* tab design css */

.explore-wrapper {
    display: flex;
    margin: 0 auto;
    gap: 20px;
    background: var(--green);
    color: #fff;
    padding: 25px;
    max-width: 1336px;
    flex-wrap: wrap;
    border-radius: 10px;
}


.explore_icon_title {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 47px;
    color: #FFFFFF;
}

.explore_title {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 60px;
    line-height: 58px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.explore_para {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    width: 85%;
    padding-bottom: 60px;
}


.explore-tabs {
    list-style: none;
    padding: 0 !important;
    display: flex;
    gap: 20px;
    margin-left: 0;
    position: relative;
    width: max-content;
    margin-bottom: 53px;
    margin-top: 20px;
}

.explore-tabs li {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: var(--white);
    padding-bottom: 10px;
    cursor: pointer;
}

.explore-tabs li.active {
    border-bottom: 4px solid var(--white);
    color: var(--white);
}

.explore-left {
    max-width: calc(60% - 8px);
}


.explore-right {
    background: #fff;
    color: #333;
    padding: 30px;
    border-radius: 10px;
    max-width: calc(39.5% - 8px);
}

.explore-tab-content {
    display: none;
}

.explore-tab-content.active {
    display: block;
}

.explore-tab-content .green_btn:hover {
    border: 1px solid var(--lightgreen);
}

.tab-title {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    display: flex;
    align-items: center;
    color: #1173BC;
}

.tab-sub,
.tab_para {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #1A1919;
}

.tab_para {
    margin-top: 10px;
    margin-bottom: 48px !important;
}


.explore-tabs:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background: var(--white);
    bottom: 1px;
}

/* =========  inner header design  ========== */

.logged-in .main-navigation ul li a {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 14.5px 20px !important;
    color: #FFFFFF !important;
}

.logged-in .main-header-bar-navigation {
    background: var(--green);
    border-radius: 10px;
    padding: 0 15px;
}

.logged-in .ast-logo-title-inline .site-logo-img {
    padding-right: 0;
}

.site-header-primary-section-right .widget_nav_menu {
    margin-top: 0px;
}

.logged-in .site-header-primary-section-right .widget_nav_menu ul li {
    margin-bottom: 0;
    width: 100%;
    position: relative;
}


.logged-in .site-header-primary-section-right a.menu-link {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}

.logged-in .site-header-primary-section-right a.menu-link:focus {
    outline: none;
}

.logged-in .site-header-primary-section-right a.menu-link img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 1px solid #03ADBB;
    border-radius: 10px;
    margin-right: 10px;
}

/* .site-header  .menu{
    display: flex;
} */
.logged-in .white_btn,
.logged-in header .green_btn {
    display: none;
}

.logged-in .main-navigation ul li a:focus {
    border: none;
    outline: none;
}

/* home page traning section */

.latest-courses-grid {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	padding: 0 10px;
}

.course-card {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 3.04608px 15.2304px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    text-decoration: none !important;
}

.course-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.course-card .course-image {
    position: relative;
    padding: 33%;
    height: max-content;
    border-radius: 10px;
    overflow: hidden;
}

.course-category {
    position: absolute;
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 10px;
    background: var(--lightgreen);
    border-radius: 30px;
    z-index: 1;
    /* top: 11px;
    left: 10px; */
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
    width: fit-content;
    /* opacity: 0; */
}
.page-id-682 .course-category{
	opacity: 0;

}
.course-subcategory {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filterable-courses-grid .course-category {
    margin-bottom: 12px;
}

.sub-category {
    position: unset;
    width: max-content;
}

.page-id-35 .course-category {
    border-radius: 10px;
}

.section_title .icon {
    font-size: 40px;
}

.section_title span {
    display: inline-block;
    gap: 10px;
    color: var(--lightgreen)
}

.course-title {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #1A1919;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.filterable-courses-grid .course-title {
    font-size: 20px;
    line-height: 24px;
}

.course-excerpt {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #1A1919;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.progress-text {
    font-family: 'DM Sans';
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
}

.progress-text span {
    color: var(--lightgreen);
    font-weight: 700;
}

.view-course-btn {
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.progress_textes {
    display: flex;
    justify-content: space-between;

}

.course-lesson-count {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--lightgreen);
}

.progress-bar {
    width: 100%;
    height: 9px;
    border-radius: 30px;
    border: 2px solid #CECECE;
    margin-top: 4px;
}

.latest-courses-grid .progress-bar {
    border: 1px solid #CECECE;
}

.progress {
    height: 7px;
    background: var(--green);
    border-radius: 30px;
}

.course_bottom_content {
    padding: 24px 16px;
    height: 100%;
}

/* ==============  scientific document css  ================ */


.documents_flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
	margin: 0 15px;
}
.documents_flex .document-item{
    justify-content: flex-start;
}

.document-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 10px 20px;
    gap: 20px;
    background: #FFFFFF;
    box-shadow: 0px 3.04608px 15.2304px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    max-width: calc(33.33% - 13.5px);
}

.document-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.document-image {
    position: relative;
    padding: 31.9% 50%;
    border-radius: 10px;
    overflow: hidden;
}

.document-date {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #5B5B5B;
    margin-bottom: 15px;
}

.document-title {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    color: #1A1919;
    margin-top: 15px;
    margin-bottom: 0;
}

.course-link {
    text-decoration: none !important;
}

.learn_para {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1919;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

/* ================= scienctific document css =================== */

.image_cover {
    position: relative;
    padding: 36% 12%;
    background: #ffffff;
    border-radius: 10px !important;
    overflow: hidden;
}

.image_cover .main_img{
    width: 100% !important;
    height: 100% !important;
    border-radius: 15px;
}

.main_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.download-item.item {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 20px;
    gap: 20px;
    height: 100%;
    background: #FAFAFA;
    box-shadow: 0px 3.04608px 8.2304px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.download_para {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.item-description {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1919;
}

.item-title {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #1A1919;
    margin-bottom: 10px;
}

.download_para .download-button {
    text-decoration: none !important;
    border: 1px solid var(--green);
    padding: 13px;
    border-radius: 10px;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
}

.download_para .download-button:hover {
    background: var(--lightgreen);
    color: var(--white);
}

.download_para .download-button .icon {
    color: var(--green);
    font-size: 24px;
}

.download_para .download-button:hover .icon {
    color: var(--white);
}

.articles .download-button {
    text-decoration: none !important;
    padding: 13.5px 24px;
    background: var(--green);
    border: 1px solid var(--green);
    border-radius: 10px;
    color: #ffffff;
    width: max-content;
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    gap: 8px;
    display: inline-flex;
    align-items: center;
}

.articles .download-button:hover {
    background: #ffffff;
    color: var(--green);
}

.articles .image_cover {
    padding: 33.3% 20%;
    border-radius: 10px;
    overflow: hidden;
}

.articles .image_cover .main_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.brochures .image_cover {
    padding: 43.7% 12%;
}

.articles .item-date {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #5B5B5B;

}

.articles .item-title {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #1A1919;
    margin: 15px 0;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.brochures .download-button .icon {
    font-size: 25px;
    color: var(--lightgreen);
    text-decoration: none !important;
    display: flex;
    justify-content: flex-end;
    transition: all 0.3s ease-in-out;
}

.brochures .download-button:hover .icon {
    color: #1A1919;
}

.brochures .download-button {
    text-decoration: none !important;
    width: fit-content;
    display: flex;
    margin-left: auto;
}


.brochures.download-item.item {
    background: #ffffff;
    position: relative;
}
.downloadable-items-slider  .owl-stage {
    display: flex !important;
}

.articles.download-item.item {
    background: #ffffff;
    height: 100%;
}

.auth-msg.msg-error {
    background: #ff00001f;
    border-radius: 10px;
    padding: 7px 10px;
    margin-bottom: 10px;
    font-family: "DM Sans";
    border: 1px solid red;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.auth-msg.msg-success {
    background: #00475042;
    border-radius: 10px;
    padding: 7px 10px;
    margin-bottom: 10px;
    font-family: "DM Sans";
    border: 1px solid var(--green);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: var(--white);
}

.input_password .icon-36.toggle-password:before {
    content: "\e906";
}

.input_password .icon-36.toggle-password.icon-37:before {
    content: "\e922";
}

.owl-carousel .owl-stage-outer {
    padding: 20px 15px;
    width: 1298px;
    margin: 0 auto !important;
}

.downloadable-items-slider .owl-prev,
.downloadable-items-slider .owl-next,
.learning-slider .owl-prev,
.learning-slider .owl-next,
.replays-grid .owl-prev,
.replays-grid .owl-next {
    background: none !important;
    color: #000000 !important;
}

.download-item .item-content {
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_box_section p {
    margin-bottom: 0 !important;
}

a {
    text-decoration: none;
}

.user-profile label[for="profile_picture_upload"] {
    border-radius: 10px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding: 22.3% 22%;
    border-radius: 10px;
    background: #cdcdcd;
}

.user-profile label[for="profile_picture_upload"] img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.user-profile h3 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    color: var(--white);
    margin-bottom: 0;
    margin-top: 16px;
}

.user-profile .profile_mail {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50pxs;
    color: #FFFFFF;
}

.user-profile {
    text-align: center;
}

.edit-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #ffffff;
    position: absolute;
    bottom: -19px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%);
}

.sidebar-menu {
    list-style: none;
    padding-left: 0 !important;
}

.sidebar-menu li a.menu-link {
    text-decoration: none;
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 18px 20px;
    border-radius: 10px;
}

.sidebar-menu li:focus a,
.sidebar-menu li.current-menu-item a {
    background: var(--white);
    color: var(--lightgreen) !important;
}

.sidebar-menu li:focus a.menu-link {
    outline: none;
}

.sidebar-menu li:hover a {
    background: #00475057;
    color: var(--white) !important;
}

.user-sidebar {
    background: var(--green);
    padding: 40px 30px;
    border-radius: 10px;
}

.card_title {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: flex-end;
    color: #1A1919;
}

.stat-value {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #1A1919;
}

p.card_para {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1A1919;
    margin-top: 8px;
}

.stat-card {
    padding: 15px;
    gap: 8px;
    background: #FFFFFF;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    max-width: 33.33%;
    position: relative;
}

.dashboard-stats {
    display: flex;
    gap: 15px;
}

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

.copy_img {
    background: #00ADBB40;
    border-radius: 19.1667px;
    padding: 10px 8px;
    font-size: 30px;
    display: inline-flex;
}

.copy_img i {
    color: var(--lightgreen);
}

.user-sidebar span.edit-icon .icon {
    font-size: 21px;
    color: var(--lightgreen);
}

.card_para {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1A1919;
    margin-bottom: 0 !important;
}

.course_card_box .course-card {
    max-width: 100%;
    height: 100%;
}

.learndash-courses-container .course_card_box {
    width: calc(50% - 15px);
    display: inline-block;
}

.course-content {
    padding: 25px 20px;
}

.course_card_box {
    text-decoration: none !important;
}

.learndash-courses-container {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

.course-lessons {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #004750;
    text-transform: uppercase;
}

.profile-title,
.my-courses-title{
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    display: flex;
    align-items: center;
    color: #004750;
    gap: 10px;
}

.profile-title span ,
.my-courses-title span{
    color: var(--green)
}

.form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.form-group {
    width: 100%;
}

.profile-section .form-group label {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #1A1919;
}

.profile_box {
    padding: 30px 30px 35px;
    gap: 30px;
    background: #FFFFFF;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.green_btn:hover {
    border: 1px solid var(--lightgreen);
}

.password-form .form-group {
    max-width: 580px;
}

.password-validation-error {
    font-size: 12px;
    color: red;
    font-family: 'Poppins';
}

.profile-message.success {
    color: var(--green);
    border: 1px solid var(--green);
    padding: 11px 20px;
    border-radius: 10px;
    font-family: 'Poppins';
    margin-bottom: 10px;
}

.my-courses-grid {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.my-course-card .course-card {
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.my-course-excerpt {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1919;
}

.my-courses-grid a.course-card {
    height: 100%;
}

.my-courses-grid .my-course-card {
    max-width: calc(50% - 15px);
}

.form-group input:focus {
    outline: none;
    border-style: solid;
}

.user-menu {
    padding-top: 3px;
}

.my-courses-grid .my-course-title {
    margin-top: 15px;
}

.my-courses-grid .course-category {
    border-radius: 10px;
}

nav.my-courses-nav,
nav.replays-nav,
nav.courses-nav {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    gap: 10px;
}

.page-numbers {
    text-decoration: none;
    color: #ffffff;
    background-color: var(--green);
    border: 1px solid var(--green);
    border-radius: 5px;
    padding: 2px 10px;
    text-decoration: none !important;
}

.page-numbers:hover {
    background-color: var(--white);
    color: var(--green);
}

.upcoming_webinar_tab .agenda-section {
    flex-direction: column;
}

.upcoming_webinar_tab .agenda-section .agenda-card {
    max-width: calc(100% - 0px);
}

.upcoming_webinar_tab .agenda-speakers .speaker-box {
    width: 60px;
    height: 60px;
    /* border: 1px solid var(--green) !important; */
}

.upcoming_webinar_tab .speaker-box img {
    height: 100%;
    object-fit: cover;
}

.feedback-name span {
    color: #5B5B5B;
}

ul#menu-loginmenu-1 {
    display: flex;
}

.upcoming_webinar_tab .agenda-card {
    max-width: calc(100% - 0px);
}

.upcoming_webinar_tab .agenda-card {
    margin-bottom: 25px;
}

.webinar_btn {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.webinar_btn .green_btn {
    align-self: center;
}

.webinar-meta span {
    font-size: 20px;
    color: var(--green)
}

.webinar-meta div {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #1A1919;
    gap: 10px;
    margin-bottom: 10px;
}

.upcoming_webinar_tab .agenda-speakers .speaker-box img {
    border: 1px solid var(--green) !important;
}

.no-webinars-message h6,
.no-webinars h6 {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    text-align: center;
    color: #1A1919;
    margin-bottom: 10px;
    margin-top: 20px;
}

.no-webinars-message p,
.no-webinars p {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1919;
    text-align: center;
}

.upcom_web_box .section_title {
    margin-top: 0 !important;
}

.postid-1244 .ast-container {
    max-width: 100%;
    padding: 0;
    display: block;
}

.hero-content {
    height: 707px;
    padding: 220px 0 158px;
    max-width: 1268px;
    margin: 0 auto;
}

.banner_title {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.banner_badge {
    padding: 15px;
    background: var(--lightgreen);
    border-radius: 10px;
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    display: flex;
    gap: 5px;
}

.register-btn {
    background: #ffffff;
    color: var(--green);
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 700;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-size: 16px;
    margin-top: 36px;
    border: 1px solid #ffffff;
}

.register-btn:hover {
    background: var(--green);
    color: var(--white);
}

.register-btn .icon {
    font-size: 24px;
}

.web-agenda-inner .section_title,
.webinar-speakers-section .section_title {
    color: #004750;
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
}

.banner_badge {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--lightgreen);
}

.banner_badge i {
    font-size: 24px;
}

.webinar-hero {
    background: linear-gradient(117.69deg, #004750 20.53%, #00ADBB 85.07%);
    position: relative;
}

.hero-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.hero-content h1.banner_title {
    max-width: 536px;
    margin-bottom: 36px;
}

.postid-1244 .site-primary-header-wrap.ast-builder-grid-row-container {
    max-width: 1268px;
    padding-left: 15px;
    padding-right: 15px;
}

.web-agenda-inner {
    max-width: 1268px;
    margin: 0 auto;
    background: #f2f6f6;
    /* padding: 50px; */
    border-radius: 10px;
}

.agenda-wrapper {
    display: flex;
    margin-top: 7px;
}

.agenda-image {
    width: 39.3%;
}

.agenda-content {
    width: 61.7%;
}

.postid-1244 {
    background: #ffffff;
}

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

.agenda-image img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.section_subpara {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #5B5B5B;
    margin-top: 10px;
    width: 50%;
}

.webinar-agenda-section {
    margin: 100px 0;
}

.we-agenda-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-left: 30px !important;
}

.we-agenda-list li {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #1A1919;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    padding-left: 51px;
}

.we-agenda-list li:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--green);
    position: absolute;
    left: 20px;
    top: 24px;
}

.webinar-speakers-section {
    background: #E6EDED;
    padding: 100px 0;
}

.webinar_container {
    max-width: 1268px;
    margin: 0 auto;
    background: url(./assets/images/bg-stoke-img.svg) no-repeat top right;
}

.webinar-speakers-section h2 {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.speakers-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.speaker_img {
    border-radius: 10px;
    position: relative;
    padding: 82.9% 50%;
    overflow: hidden;
}

.expert_name {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    color: #FFFFFF;
}

.expert_designation {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.speaker_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speaker-card {
    width: calc(25% - 15px);
    position: relative;
}

.speaker_content {
    position: absolute;
    bottom: 0;
    z-index: 1111;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.speaker-card:after {
    content: "";
    position: absolute;
    background: linear-gradient(2deg, var(--lightgreen), #00adbbeb, #00adbb80, transparent);
    width: 100%;
    height: 80%;
    bottom: 0;
    border-radius: 10px;
    z-index: 11;
}

.speaker-card:before {
    width: 100%;
    height: 70px;
    content: "";
    background: lightblue;
    position: absolute;
    bottom: 0;
    z-index: 1;
    border-radius: 0 0 10px 10px;
}

.replay-filters {
    margin-top: 0;
}

ul.courses-tabs {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

a.view-all-link {
    background: var(--green);
    padding: 10px 15px;
    display: inline-flex;
    gap: 10px;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none !important;
    font-family: 'DM Sans';
    position: absolute;
    right: 0;
    border: 1px solid var(--green);
    top: 16px;
    font-weight: 600;
    transition: 0.5s ease;
    align-items: center;
}

a.view-all-link:hover {
    background: var(--white);
    color: var(--green);
}

a.view-all-link:hover i {
    transition: 0.5s ease;
    transform: rotate(-45deg);
}

.view-all-link i.icon.icon-2 {
    font-size: 20px;

}

.filter-button,
.courses-tab {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: var(--green);
    border: 1px solid var(--green);
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.courses-tab.active {
    border-radius: 10px;
    padding: 10px 20px;
    height: auto !important;
    text-align: center;
    line-height: 31px !important;
}

.courses-tab:hover {
    background: var(--green);
    color: var(--white);
    cursor: pointer;
}

button.filter-button:hover {
    background: var(--green);
    border: 1px solid var(--lightgreen);
}

button.filter-button.active,
.courses-tab.active {
    border-radius: 10px;
    padding: 10px 20px;
    /* height: 40px; */
    background: var(--lightgreen);
    color: #ffffff;
}

.replay-item {
    padding: 25px 20px;
    background: linear-gradient(137.36deg, #00ADBB 2.38%, #1173BC 100%);
    border-radius: 10px;
    /* height: 100%; */
}

.replays-grid .owl-stage-outer .owl-stage {
    display: flex;
}


span.replay-category-tag {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 5px;
    width: max-content;
}

.video_title {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    margin-top: 5px;
    color: #FFFFFF;
}

.replay-item video {
    border-radius: 10px;
    margin-top: 15px;
}

/* .owl-carousel .owl-stage-outer{
    width: 1598px;
} */
div#replays-listing-container {
    background: url(./assets/images/bg-stoke-img.svg) no-repeat top 18px right;
}

.replays-grid .owl-nav {
    top: -124px;
}

.replays-grid .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}

.replays-grid-sec,
.filterable-replays-grid {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    width: 1268px;
}

.replays-grid-sec .replay-item,
.filterable-replays-grid .replay-item {
    width: calc(33.33% - 17px);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 20px;
    background: linear-gradient(137.36deg, #00ADBB 2.38%, #1173BC 100%);
    border-radius: 10px;
}

.replay-content {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.filterable-courses-grid {
    max-width: 1268px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.filters-container {
    display: grid;
    margin: 35px 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.filters-label {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #1A1919;
    display: block;
    margin-bottom: 4px;
}

.filter-dropdown-content {
    position: absolute;
    background: #ffffff;
    left: 0;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    top: calc(100% + 2px);
    z-index: 1;
    border-radius: 10px;
    border: 1px solid var(--green);
}

.filterable-courses-wrapper .clear-all-wrapper .green_btn {
    width: 100%;
    margin-top: 24px;
}

/* .filter-dropdown{
    display: none;
    padding: 0  ;
    width: 118p;
}
.filter-dropdown.active {
    display: block;
    z-index: 1;
    top: 41px;
    border-color: var(--green);
} */
.filter_cate {
    width: 100%;
}

.filter-dropdown {
    position: relative;
}

.filter-dropdown-trigger span.filter-arrow {
    position: absolute;
    rotate: 90deg;
    transition: 0.3s ease;
    right: 10px;
}

.filter-dropdown-trigger.show span.filter-arrow {
    position: absolute;
    rotate: -90deg;
    right: 10px;
    transition: 0.3s ease;
}

.filter-option {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.filter-option label {
    font-size: 14px;
    font-family: 'DM Sans';
    font-weight: 400;
    position: relative;
}

.filter-option input {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    margin-right: 7px;
}

span.page-numbers.current {
    background: #ffffff;
    color: var(--green);
}

.filter-option label span:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #cdcdcd;
    position: absolute;
    left: 0;
    border-radius: 5px;
    background: #cdcdcd6e;
    top: -2px;
}

.filter-option label input:checked+span:after {
    background: #000000;
}

.filter-option label input {
    opacity: 0;
}

.filter-option label input:checked+span:before {
    content: '';
    width: 10px;
    height: 5px;
    border: 1px solid #ffffff;
    position: absolute;
    left: 5px;
    top: 4px;
    z-index: 11;
    border-top: 0;
    border-right: 0;
    background: #000000;
    transform: rotate(-45deg);
}

.profile-validation-error {
    font-size: 12px;
    color: red;
    font-family: 'DM Sans';
}

.form-group input:focus {
    border: 1px solid var(--green);
}

.profile-message.success {
    background: #0047503a;
}

.single .site-content .ast-container {
    max-width: 100%;
    padding: 0 !important;
    display: inline-block;
}

/* Bio Science Academy Course Details Styles */

.bio-science-course-details {
    background-color: #f8f9fa;
    min-height: 100vh;
}

.course-header {
    background: #1e3a5f;
    color: white;
    padding: 3rem 0;
    text-align: center;
}

/* 
.course-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    color: white;
    text-align: center;
}

.course-content-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    padding: 2rem 0;
}

.course-media {
    margin-bottom: 2rem;
}

.course-image {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.course-description {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
}

.course-description h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.description-content {
    color: #4a5568;
    line-height: 1.6;
    font-size: 1rem;
}

.course-content-section {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.course-content-section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1.5rem;
}

.course-lessons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.lesson-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: white;
}

.lesson-item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.lesson-item.completed {
    background-color: #f0fff4;
    border-color: #68d391;
}

.lesson-item.current {
    background-color: #ebf8ff;
    border-color: #4299e1;
}

.lesson-status {
    margin-right: 1rem;
}

.status-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 12px;
}

.status-icon.completed {
    background-color: #48bb78;
    color: white;
}

.status-icon.current {
    background-color: #4299e1;
    color: white;
}

.status-icon.pending {
    background-color: #e2e8f0;
    color: #a0aec0;
    border: 2px solid #cbd5e0;
}

.lesson-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lesson-title {
    font-weight: 600;
    color: #2d3748;
    text-decoration: none;
    font-size: 1rem;
}

.lesson-title:hover {
    color: #4299e1;
}

.lesson-status-text {
    color: #48bb78;
    font-size: 0.875rem;
    font-weight: 600;
}

.continue-label {
    color: #4299e1;
    font-size: 0.875rem;
    font-weight: 600;
    background-color: #ebf8ff;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    border: 1px solid #4299e1;
}

.no-lessons {
    text-align: center;
    padding: 2rem;
    color: #718096;
}

.course-sidebar {
    position: sticky;
    top: 2rem;
    height: fit-content;
}

.sidebar-card {
    background: #f7fafc;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0;
}

.sidebar-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1.5rem;
}

.course-info {
    margin-bottom: 1.5rem;
}

.course-length,
.last-activity-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.label {
    color: #718096;
    font-size: 0.875rem;
}

.value {
    color: #2d3748;
    font-weight: 600;
}

.status-badge {
    background-color: #4299e1;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.continue-button {
    margin-bottom: 1.5rem;
}

.btn-continue {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4299e1, #63b3ed);
    color: white;
    padding: 0.875rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-continue:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(66, 153, 225, 0.3);
    color: white;
}

.play-icon {
    margin-right: 0.5rem;
    font-size: 0.875rem;
}

.progress-summary {
    text-align: center;
}

.progress-bar-mini {
    width: 100%;
    height: 4px;
    background-color: #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.progress-fill-mini {
    height: 100%;
    background: linear-gradient(90deg, #4299e1, #63b3ed);
    transition: width 0.3s ease;
}

.progress-text {
    color: #718096;
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 500;
}

.lesson-title.no-access {
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
}
.lesson-title.no-access:hover {
    color: #666;
}


 */



/* #replays-listing-container .filter-group {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease, height 0.4s ease;
}

#replays-listing-container .filter-group.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
} */

.para_title {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: #1A1919;
    margin-bottom: 20px;
}

.single .site-content .ast-container {
    width: 100%;
    display: block;
}

.course_detail_banner {
    padding: 140px 0 174px;
}

.course_detail_title {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #FFFFFF;
}

.custom_container {
    max-width: 1268px;
    margin: 0 auto;
}

.course_detail_banner {
    background: url(./assets/images/dashboard-bannernew2.webp) center center;
    width: 100%;
    /* height: 364px; */
    background-size: cover;
    z-index: 1;
    position: relative;
    padding: 110px 0 174px;
}


.course-content-wrapper {
    margin-top: -130px;
    background: #ffffff;
}

.course-content-wrapper .custom_container {
    display: flex;
    gap: 17px;
    padding-bottom: 112px;
    z-index: 111;
    position: relative;
}

.course-sidebar {
    align-self: flex-start;
    gap: 10px;
    border-radius: 10px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
        linear-gradient(0deg, rgba(3, 71, 80, 0.1), rgba(3, 71, 80, 0.1));
    width: 38.5%;
    position: sticky;
    top: 107px;
}

.sidebar-card {
    background: #0347501A;
    padding: 30px;
    border-radius: 10px;
}

.course-length,
.last-activity-info {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    color: #5B5B5B;
    background: #FFFFFF;
    padding: 10px 15px;
    position: relative;
    border-radius: 10px;
}

.course-length .value,
.last-activity-info .value {
    color: var(--green);
}

.sidebar-card .green_btn {
    margin-top: 25px;
}

.course-description {
    margin-top: 50px;
}

.description-content p {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #5B5B5B;

}

.course-main-content {
    width: 62.5%;
}

span.status-badge.in-progress {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    color: #1A1919;
    display: inline-flex;
    background: #0347501A;
    padding: 2px 6px;
    border-radius: 6px;
    position: absolute;
    right: 10px;
}

.course-info {
    margin-bottom: 10px;
}

.progress-summary.course-progress {
    background: var(--lightgreen);
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.progress-summary .progress_textes .progress-text {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-transform: capitalize;
}

.progress-summary .progress_textes span {
    color: #1A1919;
    font-weight: 700;
}


.progress-summary .progress-bar {
    height: 13px;
    background: #ffffff;
    border-color: #ffffff;
}

.course-content-section {
    margin-top: 50px;
}

.course-content-section .course-lessons {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.lesson-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 10px 10px 20px;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 3.04608px 15.2304px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.lesson-content .lesson-title {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #1A1919;
    text-transform: capitalize;
}

.lesson-item .status-icon img {
    opacity: 0;
}

.lesson-item.completed {
    background: var(--lightgreen);
}

.lesson-item.completed .status-icon img {
    opacity: 1;
}

.lesson-item.completed .lesson-title {
    color: #ffffff;
    text-transform: capitalize;
}

span.lesson-status-text {
    opacity: 0;
}

.lesson-status .status-icon {
    width: 47px;
    height: 47px;
    background: #CFD4E0;
    border-radius: 50%;
    display: inline-block;
    border: 16px solid #ffffff;
    outline: 1px solid #cfd4e0;
}

.lesson-status {
    width: 47px;
    text-align: center;
}

.lesson-item.completed .lesson-status .status-icon {
    border: 0 !important;
    outline: none;
    background: none;
}

.lesson-item.current .lesson-status .status-icon {
    outline: 1px solid #03ADBB;
    background: var(--green);
    box-shadow: 1px 1px 10px var(--green);
    color: var(--lightgreen);
}

.progress-summary .progress {
    background: var(--lightgreen);
    height: 10px;
}

.sidebar-card .para_title {
    font-size: 25px;
}

.lesson-item.current span.status-icon {
    width: 39px;
    height: 39px;
    border: 13px solid #ffffff;
}

.course-content-wrapper .course-thumbnail {
    position: relative;
    padding: 30.2% 24%;
    border-radius: 10px;
    overflow: hidden;
}

.course-content-wrapper .course-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==================learndess ===================== */

.sfwd-lessons-template-default .ast-container {
    max-width: 1298px !important;
    margin: 0 auto;
}

.sfwd-lessons-template-default .ast-separate-container .ast-article-single {
    border-bottom: 0;
    margin-top: 150px;
}

.ld-progress-bar {
    background: var(--green);
    color: #ffffff;
    /*padding: 10px;*/
	padding: 0;
    border-radius: 10px;
}

.ld-progress-bar__label.ld-progress-bar__label--complete svg {
    filter: brightness(5) contrast(7);
}

.ld-breakpoint--small .ld-navigation__progress span,
.ld-breakpoint--small .ld-navigation__progress svg {
    color: var(--green);
}

.ld-breadcrumbs__item .ld-breadcrumbs__link {
    color: var(--green);
    text-decoration: none !important;
    font-weight: 600;
    font-size: 16px;
}

.sfwd-lessons .entry-title .entry-meta,
.sfwd-lessons .entry-title .entry-meta a,
.sfwd-lessons .entry-title .entry-meta span {
    color: var(--green);
}

.sfwd-lessons-template-default .content-area {
    margin-top: 150px !important;
}

.ld-breadcrumbs__item .ld-breadcrumbs__item {
    text-decoration: none !important;
}

a.ld-navigation__back-to-course-link {
    color: var(--green);
    text-decoration: none !important;
}

a.ld-navigation__back-to-course-link:hover,
a.ld-navigation__back-to-course-link:focus {
    border: 2px solid var(--green);
    color: var(--green);
}

a.ld-navigation__previous-link,
a.ld-navigation__next-link {
    color: var(--green);
    text-decoration: none !important;
}

a.ld-navigation__previous-link:hover,
a.ld-navigation__next-link:hover,
a.ld-navigation__previous-link:focus,
a.ld-navigation__next-link:focus {
    border: 2px solid var(--green);
    color: var(--green);
}

.ld-breakpoint--small .ld-progress-bar {
    color: #ffffff;
}

.single-sfwd-lessons .site-content {
    background: #ffffff;
}

.nav-previous a span,
.nav-previous a p,
.nav-next a span,
.nav-next a p {
    color: var(--green) !important;
}

.single-sfwd-lessons .ast-primary-header-bar {
    background: var(--green);
}


.no-lessons {
    background: #4babb840;
    color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 13px;
    border: 1px solid var(--green);
    border-radius: 10px;
}

.no-lessons p {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: var(--green);
}

.left_sidebar {
    position: sticky !important;
    top: 120px;
    align-self: flex-start !important;
}

.my-courses-title {
    color: var(--green);
}

section.webinar-agenda-section .section_subpara {
    width: 100%;
}

.download-item.item.articles a.download-button .icon {
    font-size: 20px;
}

.webinar-modal-content .form-group {
    margin-bottom: 15px;
}

h2#webinar_modal_title {
    text-align: center;
    width: 98%;
    margin: 0 auto 33px;
}

#webinar_modal_date {
    margin: 0 auto 20px;
    text-align: center;
}

.replays-grid .replay-item {
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.stat-card {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.password-message.error {
    background: #ff000036;
    padding: 10px;
    color: #000000;
    font-family: 'DM sans';
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #ff0000;
    font-weight: 500;
}

.course-length span.label {
    background: none;
    color: #5B5B5B;
    font-size: 16px;
}



/* ==============  comparisan slider  ================ */

.before-after-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* adjust as needed */
}

.ba-wrapper {
    position: relative;
    width: 100%;
    height: 380.15px;
    border-radius: 10px;
    overflow: hidden;
}

.ba-wrapper img.ba-before,
.ba-wrapper img.ba-after {
    height: 380.15px;
    object-fit: cover;
}

.ba-before,
.ba-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ba-after {
    clip-path: inset(0 0 0 50%);
    /* show only half initially */
    transition: clip-path 0.1s;
}

.ba-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    /* background: #0097a7; */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: ew-resize;
    z-index: 10;
}

.ba-handle::before {
    content: url(./assets/images/arrows-left-right.svg);
    /* font-size: 18px; */
}

.ba-label {
    position: absolute;
    top: 9.15px;
    padding: 4px 12.5px;
    background: var(--lightgreen);
    color: #1A1919;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px !important;
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.ba-label-before {
    left: 15px;
}

.ba-label-after {
    right: 15px;
}

.filter-dropdown-trigger {
    background: none;
    color: var(--green);
    border: 1px solid var(--green);
    border-radius: 10px;
    padding: 9px 15px;
}

.filter-dropdown-trigger:hover {
    background: var(--green);
    color: var(--white);
}

.filter-action {
    background: none;
    padding: 13px 10px 10px;
    color: var(--green);
    box-shadow: none;
    font-size: 14px;
    font-family: 'DM Sans';
}

.filter_row {
    display: flex;
    justify-content: space-betweens;
}

.ba-handle::after {
    content: "";
    position: absolute;
    top: -9999px;
    /* extend top */
    bottom: -9999px;
    /* extend bottom */
    left: 50%;
    width: 2px;
    background: #fff;
    /* line color */
    transform: translateX(-50%);
    z-index: -1;
    /* behind the handle */
}

.filter_main_btn,
.filter_main_btn:hover {
    border: 1px solid var(--green);
    background: var(--white);
    color: var(--green);
    padding: 8px 17.8px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 11;
    border-radius: 10px;
}

.filter_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filter_btn_dropdown {
    position: absolute;
    z-index: 11;
    border: 1px solid var(--green);
    padding: 6px 10px;
    border-radius: 10px;
    background: #ffffff;
    top: 43px;
    display: none;
    min-width: 106px;

}

.filter_btn_dropdown.active {
    display: block;
}

/* .filter_btn {
    max-width: 106px;
} */

.filter_main_btn .icon {
    font-size: 22px;
}

.fil_options span.checkmark {
    font-size: 14px;
    font-family: 'DM sans';
}

.fil_options label span:before {
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    left: -5px;
    border: 1px solid #cdcdcd;
    top: -2px;
    border-radius: 5px;
}

.fil_options label {
    position: relative;
}

.fil_options label input:checked~span:before {
    background: #000000;
}

.fil_options label input:checked~span:after {
    content: '';
    width: 5px;
    height: 10px;
    border: 2px solid #ffffff;
    border-left: 0;
    border-top: 0;
    transform: rotate(48deg);
    position: absolute;
    left: 1px;
    top: 2px;
}

.fil_options input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    margin-top: 2px;
    margin-left: -5px;
}

.fil_options span.checkmark {
    position: relative;
    padding-left: 19px;
}

.play_pause_btn .pause_btn {
    background: none;
    padding: 0;
}

.profile_box .green_btn:hover {
    border: 1px solid var(--lightgreen);
}

.webinar-hero .register-btn:hover {
    border: 1px solid var(--lightgreen);
}

/* .replay-video-embed iframe{
    height: 100%;
} */
.replay-video-embed iframe {
    height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    background: #13b2bf40;
    /* position: absolute; */
    border: 1px solid #81edff;
}





/* .filter-dropdown-trigger {
    cursor: pointer;
    border: 1px solid #cdcdcd;
    padding: 6px 12px;
    border-radius: 10px 10px 0 0;
    font-family: 'DM sans';
} */

.filter-dropdown-content {
    display: none;
}

.filter-dropdown-content.active {
    display: block;
}

.compare-slider {
    position: relative;
    width: 600px;
    /* or 100% */
    max-width: 100%;
    margin: 20px auto;
}

.image-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.before-img {
    clip-path: inset(0 50% 0 0);
    /* show left half */
    z-index: 2;
}

.after-img {
    clip-path: inset(0 0 0 50%);
    /* show right half */
    z-index: 1;
}

.slider-range {
    position: absolute;
    bottom: 10px;
    /* inside image */
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: 3;
}

.webinar-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.webinar-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.webinar-modal-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 500px;
    margin: 5% auto;
    padding: 20px;
    border-radius: 10px;
    z-index: 10000;
}

.webinar-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* ketu's css before after slider 22-9-25*/

.before-after-filters {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
}

/* .filter-dropdown-wrapper {
        position: relative;
        display: inline-block;
    }

    .filter-toggle {
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 12px 20px;
        font-size: 14px;
        font-weight: 500;
        color: #495057;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
    }

    .filter-toggle:hover {
        background: #e9ecef;
        border-color: #adb5bd;
    }

    .filter-icon {
        font-size: 16px;
    }

    .filter-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        min-width: 280px;
        z-index: 1000;
        display: none;
        margin-top: 5px;
    }

    .filter-dropdown.active {
        display: block;
    }

    .filter-header {
        padding: 15px 20px;
        border-bottom: 1px solid #dee2e6;
        display: flex;
        justify-content: space-between;
        align-items: center;
    } */

/* .filter-header h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        color: #212529;
    }

    .filter-actions {
        display: flex;
        gap: 10px;
    }

    .filter-action {
        background: none;
        border: none;
        color: #007bff;
        font-size: 12px;
        cursor: pointer;
        text-decoration: underline;
    } */

/* .filter-action:hover {
        color: #0056b3;
    } */

.category-options {
    padding: 0px 9px 10px;
    max-height: 300px;
    overflow-y: auto;
    gap: 5px;
    font-family: 'DM sans';
}

.category-option {
    display: flex;
    align-items: center;
    /* padding: 8px 0; */
    cursor: pointer;
    font-size: 14px;
    color: #495057;
}

.category-option input[type="radio"] {
    margin-right: 10px;
}

/* 
    .filter-footer {
        padding: 15px 20px;
        border-top: 1px solid #dee2e6;
    } */

.apply-filter-btn {
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

/* .apply-filter-btn:hover {
        background: #0056b3;
    } */

.before-after-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.before-after-card {
    padding: 8.7592px;
    background: #FFFFFF;
    box-shadow: 0px 2.66812px 13.3406px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.before-after-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* .card-image-container {
        position: relative;
        height: 300px;
        overflow: hidden;
    } */

.image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.before-image,
.after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.after-image {
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.1s ease;
}

.slider-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: white;
    z-index: 3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: left 0.1s ease;
}

.slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 4;
    transition: left 0.1s ease;
}

.handle-icon {
    font-size: 18px;
    color: #666;
}

.image-slider {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 5;
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    outline: none;
}

.image-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.image-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.image-labels {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.label {
    background: rgba(0, 123, 255, 0.9);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.after-label {
    background: rgba(40, 167, 69, 0.9);
}

.before-after-grid .category-badges {
    padding: 6px 10px;
    background: var(--lightgreen);
    border-radius: 30px;
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block !important;
}

.before-after-grid .card-title {
    font-size: 18px !important;
    font-weight: 600;
    color: #212529;
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    color: #1A1919;
    margin-top: 9px;
}

.before-after-grid a {
    text-decoration: none !important;
}

.card-excerpt {
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0 !important;
    color: #1A1919;
}

/* .category-badge {
        background: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 11px;
        font-weight: 500;
        margin-right: 5px;
    } */

.card-content {
    padding: 20px;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    margin: 0 0 10px 0;
    line-height: 1.3;
}


.card-meta {
    margin-bottom: 15px;
}

.patient-age {
    background: #f8f9fa;
    color: #495057;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

.card-actions {
    display: flex;
    justify-content: flex-end;
}

.view-details-btn {
    background: #007bff;
    color: white;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.view-details-btn:hover {
    background: #0056b3;
    text-decoration: none;
    color: white;
}

.placeholder-image {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 14px;
}

.before-after-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 100px;
}

.before-after-pagination .page-numbers {
    display: inline-block;
    padding: 5px 13px;
    margin: 0 5px;
    background: white;
    border: 1px solid var(--green);
    ;
    color: #000000;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.before-after-pagination .page-numbers:hover,
.before-after-pagination .page-numbers.current {
    background: var(--green);
    color: white;
    border-color: var(--green);
}

.no-results {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 12px;
}

.no-results h3 {
    color: #495057;
    margin-bottom: 10px;
}

.no-results p {
    color: #6c757d;
    margin: 0;
}

.checkbox-field .checkbox-label {
    display: flex;
}

.checkbox-field.auth-row {
    flex-direction: column;
    justify-content: center;
}

ul.sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 46px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #7a7a7a;
    right: -20px;
}

.white_btn~.menu-item {
    position: relative;
}

.logged-in ul.sub-menu li {
    margin-left: 0;
    padding-left: 0 !important;
}

.logged-in ul.sub-menu a.menu-link {
    color: #000000;
    padding: 12px 19px;
    border-bottom: 1px solid #cdcdcd;
    margin-left: 0;
}

#menu-item-602 ul.sub-menu {
    display: none;
}

#menu-item-602 ul.sub-menu:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #cdcdcd;
    background: #ffffff;
    position: absolute;
    right: 15px;
    rotate: 45deg;
    top: -5px;
    border-bottom: 0;
    border-right: 0;
}

.logged-in ul.sub-menu li:last-child a {
    border-bottom: 0;
}

#menu-item-602 ul.sub-menu a:hover {
    color: var(--lightgreen);
}

.auth_row {
    display: flex;
    gap: 5px;
}

.sign_up_pops {
    width: 550px;
}

.auth_row label {
    width: 50%;
}

.sign_up_pops .checkbox-field.auth-row {
    align-items: flex-start;
    margin-top: 0;
}

.banner_other_title {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.replay_video_section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.replay_video_section .agenda-content {
    max-width: calc(65% - 10px);
    width: 100%;
    position: relative;
}

.replay_video_section .video-playlist {
    max-width: calc(35% - 10px);
    border: 0.5px solid #e2e2e2;
    border-radius: 10px;
    align-self: flex-start;
    max-height: 449px;
    overflow: auto;
}

.replay_video_section .video-playlist .playlist-item {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.replay_video_section .video-playlist .playlist-item.active {
    background-color: #00adbbeb;
}

.replay_video_section .video-playlist .playlist-item img {
    border-radius: 10px;
    object-fit: cover;
    width: 150px;
}

.replay_video_section .video-meta p {
    font-size: 16px;
    color: #004750;
    font-family: 'DM Sans';
    font-weight: 600;
    margin-bottom: 0;
}

.replay_video_section .video-playlist .playlist-item.active p {
    color: #ffffff;
}

/* width */
.video-playlist::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.video-playlist::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px hsla(0, 0%, 50%, 0.363);
    border-radius: 10px;
}

/* Handle */
.video-playlist::-webkit-scrollbar-thumb {
    background: #004750;
    border-radius: 10px;
}


.replay-thumbnail img {
    height: 100%;
    width: 100%;
    margin-top: 12px;
    border-radius: 8px !important;
}

.replay_section {
    padding: 50px 0;
    max-width: 35%;
}

.sections_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

.two_section .sections_row {
    display: flex;
    gap: 100px;
    justify-content: space-between;
}

.two_section .replays-grid-sec {
    /* flex-direction: column; */
    gap: 10px;
}

.two_section .webinar_container,
.two_section .replay_section .web-agenda-inner {
    max-width: 100%;
}

.two_section .replays-grid-sec,
.two_section .filterable-replays-grid {
    width: 100%;
}

.two_section {
    background: #E6EDED;
}

.replay-single .hero-content {
    height: auto !important;
}

.two_section {
    background: #ffffff;
}

.two_section .webinar-speakers-section {
    padding: 53px 0;
    width: 65%;
    background: #ffffff;
}

.two_section .web-agenda-inner .section_title,
.two_section .web-agenda-inner {
    background: none;
}

.two_section .replays-grid-sec .replay-item {
    width: calc(50% - 5px);
    padding: 15px 10px;
}

.two_section .video_title {
    font-size: 16px;
    line-height: 24px;
}

.two_section .speaker-card {
    width: calc(25% - 15px);
}

.two_section .speaker_img {
    border-radius: 50%;
    position: relative;
    padding: 50% 50%;
    overflow: hidden;
}

.two_section .web-agenda-inner .section_title {
    margin-bottom: 30px;
}

.two_section .speaker-card:before,
.two_section .speaker-card:after {
    display: none;
}

.two_section .expert_name,
.two_section .expert_designation {
    color: #000000;
}

.two_section .speaker_content {
    position: static;
}

.two_section .expert_name {
    font-size: 18px;
}

.replay-template-default.single header {
    background: var(--green);
    height: 100px;
}

.replay-single {
    padding-top: 50px;
}

header.sticky {
    z-index: 999;
    /* transform: translateY(0); */
    position: fixed !important;
    background: #03adbb;
    /* padding-bottom: 20px; */
    /* height: 100px; */
    z-index: 1111;
    transition: padding 0.3s ease, background 0.3s ease;
}

header.animated {
    transition: all 0.4s ease;
}


.logged-in ul.sub-menu a.menu-link {
    width: 100%;
}

.page-id-24 header {
    opacity: 1;
    backdrop-filter: blur(4px);
    /* background: #00adbb5e; */
    background: linear-gradient(to left, #00aebbe3, #1573bae3);
    /* height: 100px; */
    position: fixed !important;
}

.hero_middle_sec {
    backdrop-filter: blur(8px);
    border: 1px solid #cdcdcd;
}

.page-id-24 header.active {
    opacity: 1;
}

.page-id-24 .green_btn {
    background: #ffffff;

}

.page-id-24 .green_btn a {
    color: #03adbb !important;
}

.page-id-24 .white_btn .menu-link:hover {
    background: #ffffff !important;
    color: #03adbb !important;
}

.page-id-24 .site-header-primary-section-right {
    display: none;
}

.page-id-24 .ast-builder-grid-row.ast-grid-center-col-layout {
    grid-template-columns: 1fr;
}

.page-id-24 .ast-logo-title-inline .ast-site-identity {
    padding: 0;
    width: 100%;
    justify-content: center;
}

.page-id-24 .site-header-section>div:first-child {
    padding-left: 0;
    width: 100%;
}

.page-id-24 .site-header-section>div:last-child {
    padding-right: 0;
    display: none;
}

.page-template-live-webinar header {
    background: #03ADBB;
    height: 100px;
}

.page-id-42 .site-content {
    padding: 230px 15px 100px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

table.vczapi-shortcode-meeting-table {
    width: 100%;
    margin-bottom: 0 !important;
    min-width: 600px;
    /* border: 1px solid #cdcdcd; */
}

.dpn-zvc-shortcode-op-wrapper {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #cdcdcd52;
}

.dpn-zvc-shortcode-op-wrapper table tr td {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 16px;
}

.live_error img {
    max-width: 500px;
}

.live_error h6 {
    font-size: 26px;
    font-family: 'DM Sans';
    text-align: center;
    margin-top: 30px;
}

.live_error p {
    font-size: 18px;
    font-family: 'DM Sans';
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
}

.page-id-1193 .progress {
    height: 5px;
}

.two_section .replay-thumbnail a {
    display: inline-block;
}

.two_section .section_subpara {
    width: 100%;
}

.postid-1386 .icon-1:before {
    display: none;
}

.not-registered.live_error img {
    display: none;
}

.ast-container .not-registered {
    border: 1px solid #03adbb63;
    padding: 15px 25px;
    box-shadow: 1px 1px 10px #03adbb4f;
    border-radius: 12px;
    align-items: center;
    display: flex;
    flex-direction: column;
    min-width: 700px;
    justify-content: center;
}

.ld-navigation__previous a.ld-navigation__previous-link,
.ld-navigation__back-to-course .ld-navigation__back-to-course-link,
.ld-breakpoint--small .ld-navigation__next a.ld-navigation__next-link {
    border: 1px solid #cdcdcd !important;
}

.ld-breakpoint--small .ld-navigation {
    border-top: 0 !important;
}

.ld-navigation__progress-mark-complete-button {
    background: #00adbb !important;
}

.ld-breakpoint--small .ld-navigation__progress svg {
    color: #ffffff;
}

a#ld-navigation__next-link {
    background: #ffffff;
    border: 1px solid #cdcdcd !important;
}


.single-sfwd-lessons .ld-progress-bar {
    display: none;
}

.single-sfwd-lessons .entry-title {
    font-family: 'DM SANS';
    font-weight: 600;
    color: var(--green);
}

.single-sfwd-lessons .entry-meta,
.single-sfwd-lessons .ld-breakpoint--small .ld-breadcrumbs>.ld-breadcrumbs__items {
    font-family: 'DM SANS';
    color: #000000;
}

.single-sfwd-lessons .lesson-content a:focus {
    border: none;
    outline: none;
}

/* .single-sfwd-lessons .ld-breakpoint--small .ld-navigation__progress span,
.single-sfwd-lessons .ld-breakpoint--small .ld-navigation__progress svg{
    color: #ffffff;
}
.single-sfwd-lessons .ld-breakpoint--small .ld-navigation__progress {
    border: 1px solid var(--green);
    padding-top: 0;
} */

.single-sfwd-lessons .ld-breakpoint--small .ld-navigation__progress span,
.single-sfwd-lessons .ld-breakpoint--small .ld-navigation__progress svg {
    color: #ffffff !important;
}

.single-sfwd-lessons .ld-breakpoint--small .ld-navigation__progress {
    background: var(--green);
    margin-top: 36px;
    padding-top: 0;
    border-radius: 10px;
    /* padding: 0 15px; */
    max-height: 50px;
    vertical-align: baseline;
    padding-left: 10px;
    padding-right: 10px;
}

.single-sfwd-quiz .entry-title {
    font-size: 25px;
    font-family: 'DM Sans';
    color: var(--green);
}

.single-sfwd-quiz .entry-meta,
.single-sfwd-quiz .entry-meta span {
    color: #000000;
    font-family: 'DM Sans';
}

.single-sfwd-quiz .ld-breadcrumbs-segments a {
    font-size: 16px;
    color: #000;
    font-family: 'DM Sans';
}

.single-sfwd-quiz .wpProQuiz_question_text {
    font-family: 'DM Sans';
    font-size: 18px;
}

.single-sfwd-quiz .ast-separate-container #primary {
    background: #ffffff !important;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label {
    font-size: 16px;
    font-family: 'DM Sans';
    padding: 10px 15px;
    position: relative;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 {
    background: #ffffff;
    color: var(--green);
    border: 1px solid #cdcdcd;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'DM Sans';
}

.single-sfwd-quiz .wpProQuiz_questionListItem input {
    accent-color: var(--green);
    width: 20px !important;
    height: 20px !important;
    outline: none !important;
    border: none !important;
    opacity: 0;
    font-family: 'DM Sans';
}

.single-sfwd-quiz .wpProQuiz_questionListItem label input+.ld-quiz-question-item__status:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    position: absolute;
    left: 11px;
    top: 13px;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label.is-selected,
.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label:focus-within {
    border-color: var(--green);
}

.single-sfwd-quiz .wpProQuiz_questionListItem label input:checked+.ld-quiz-question-item__status:after {
    content: "";
    background-color: var(--green);
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) .ld-quiz-question-item__status {
    position: static;
}

.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item) label input {
    margin-right: 0 !important;
}

.single-sfwd-quiz .entry-meta {
    display: none;
}

body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_questionList[data-type=single] .wpProQuiz_answerCorrect,
body.single-sfwd-quiz .wpProQuiz_content .wpProQuiz_questionList[data-type=single] .wpProQuiz_answerCorrect:last-child {
    padding: 0 !important;
    border-radius: 10px !important;
}

body.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_response {
    margin: 0 0 50px !important;
    padding: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px !important;
}

body.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerIncorrect label:before {
    display: none;
}

body.single-sfwd-quiz .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrect label:before {
    display: none;
}

body .wpProQuiz_content .wpProQuiz_correct,
body .wpProQuiz_content .wpProQuiz_incorrect {
    background-color: transparent;
    border: 0;
    font-family: 'DM Sans';
    font-size: 16px;
}

.single-sfwd-quiz .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label input:checked+.ld-quiz-question-item__status:after {
    background-color: red;
}

.single-sfwd-quiz .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label input:checked+.ld-quiz-question-item__status:after {
    background-color: green;
}

.single-sfwd-quiz .ast-primary-header-bar {
    background-color: var(--green);
}

.single-sfwd-quiz #primary {
    margin-top: 6em !important;
}

.single-sfwd-quiz a.ld-button.learndash-link-previous-incomplete {
    background: var(--green) !important;
    width: max-content !important;
    font-size: 14px !important;
}

.single-sfwd-quiz div#content {
    background: #ffffff;
}

.no-webinars-message img,
.no-webinars img {
    display: none;
}

.no-webinars-message,
.no-webinars {
    border: 1px solid var(--green);
    border-radius: 10px;
    padding: 50px 50px;
    box-shadow: 1px 1px 10px #cdcdcd;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
    color: var(--green);
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
    background: var(--green);
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:focus .ld-icon,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon {
    background: #fff;
    border-color: var(--green);
    color: var(--green);
}

.learndash-wrapper .ld-status-complete {
    background-color: var(--green);
}

.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-checkmark {
    font-size: 10px;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,
.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
    color: var(--green);
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover {
    color: var(--green);
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete,
.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title .ld-status-incomplete {
    border: 2px solid var(--green);
}

.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button,
.ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:hover,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent {
    color: var(--green);
    outline: unset;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent:hover,
.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button:hover,
.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button:hover,
.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button:hover,
.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:hover {
    outline-color: unset;
    outline: unset;
}

.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
    background: var(--green);
}

.course-type-section .course-type-title {
    font-family: "DM Sans", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: var(--lightgreen);
}

.course-type-section {
    margin-top: 60px;
}

.filterable-courses-wrapper .filter-close,
.filterable-courses-wrapper .filter-open {
    display: none;
}

.filters-container-replays {
    margin: 50px 0 24px;
}

.filters-container-replays .filter_cate {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.filters-container-replays .filter_cate .green_btn {
    width: 100%;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content{
    max-width: 1200px;
}

.secial_sec ul li a{
    font-size: 0;
}


.secial_sec ul li a i{
    font-size: 18px;
}


iframe.grassblade_iframe {
    width: 100% !important;
    margin: 0px;
    position: unset;
}

.single-sfwd-lessons .entry-meta,
.single-sfwd-lessons nav.navigation.post-navigation {
    display: none;
}
.ld-tab-bar.ld-tab-bar--single.ld-tab-bar--has-access.ld-breakpoint--initialized.ld-breakpoint--mobile.ld-breakpoint--tablet.ld-breakpoint--extra-small.ld-breakpoint--small.ld-breakpoint--medium {
    order: 2;
}
main.ld-layout__content  .ld-navigation.ld-navigation--lesson {
    order: 1;
}
.ld-navigation__back-to-course {
    display: none;
}
.single-sfwd-lessons .ld-breakpoint--small .ld-navigation__progress{
    margin-top: 0;
}

.ld-navigation__previous,
.ld-navigation__next {
    padding-top: 0 !important;
    /* margin-top: 0; */
}
.ld-layout__content{
    gap: 0 !important;
}

.webinar_vidio {
    width: 1000px;
    height: 550px;
    border-radius: 15px;
    /* border: 2px solid #03ADBB; */
}
.filter-group{
    margin: 0 -15px;
}
.notice {
    font-size: 16px;
    font-family: 'DM Sans';
    color: #000000;
    margin-top: 10px;
    border: 1px solid #03adbb40;
    padding: 10px;
    border-radius: 5px;
    background: #03adbb21;
}

.replays-wrapper{
    overflow: hidden;
}

.usersidebar_close_icon .elementor-icon {
    opacity: 0;
}

.privacy-policy header,
.page-id-2917 header, 
.page-id-2924 header{
    background: #03ADBB;
    height: 105px;
}

.custom_table strong {
    color: #000000;
    font-family: 'DM Sans';
}
.custom_table td {
    font-size: 16px;
    font-family: 'DM Sans';
    color: #000000;
}
a.custom_cms_link {
    color: #000000;
}

.site-footer-section-1 img{
    max-width: 259px;
}

header{
    transition: all 0.3s ease; 
}

.site-header span.dropdown-menu-toggle.ast-header-navigation-arrow:after {
    content: '\e901';
    width: 20px;
    position: absolute;
    right: -7px;
    transform: rotate(-90deg);
    font-family: 'icomoon' !important;
    top: 10px;
    font-size: 12px;
}


.learning-slider .owl-stage-outer{
    padding-left: 0;
    padding-right: 0;

}

body.ast-popup-nav-open{
    overflow: hidden;
}

.home .replays-grid.owl-carousel .owl-stage-outer{
	padding: 20px 0;
}
.home .replays-grid.owl-carousel.filter-group{
	margin: 0px
}
.e-con-inner .sticky_section:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width:1366px) {
	
	
	.documents_flex{
		margin: 0 15px;
	}
    .page-id-1407 .replays-grid-sec,.page-id-1407 .filterable-replays-grid{
        padding: 0;
    }
    /* .new_custom_container .e-con-inner {
        max-width: 100%;
        padding-left: 50px !important;
        padding-right: 50px !important;
    } */

    .new_custom_container .filterable-replays-grid {
        padding: 0;
    }

    .site-header .ast-container{
        padding: 0 50px;
    }
    .owl-carousel .owl-stage-outer {
        width: 100%;
    }

    .replays-grid-sec,
    .filterable-replays-grid {
        width: 100%;
        padding: 0 15px;
    }

    .course-content-wrapper .custom_container,
    .course-title-section {
        padding: 0 15px 50px;

    }
	.course-title-section{
		padding-bottom: 20px;
	}
    .logged-in .main-navigation ul li a {
        padding: 14.5px 6px !important;
        /* font-size: 14px;  */
    } 
    .site-footer .ast-builder-grid-row-container-inner {
        padding: 0 50px;
    }
}

@media only screen and (max-width:1200px){
	
	.documents_flex{
		margin: 0px;
	}
	.latest-courses-grid {
		padding: 0;
	}
    .logged-in .site-header-primary-section-right a.menu-link{
        font-size: 14px;
    }
    .learning-slider .owl-nav{
        top: -60px;
    }


    .web-agenda-inner,
    .sections_container{
        padding-left: 50px;
        padding-right: 50px;
    }
    .custom_container{
        margin: 0 35px;
    }
    .learning-slider .owl-carousel .owl-stage-outer{
        padding: 20px 0;
    }
    .webinar-speakers-section h2.section_title {
        display: inline-block !important;
    }
    .replay_section .web-agenda-inner {
        padding: 0 15px;
    }
}


@media only screen and (max-width:1180px) {


    /* .logged-in .main-navigation ul li a{
        padding: 14.5px 7px !important;
    } */

    .logged-in .main-navigation ul li a {
        padding: 14.5px 5px !important;
        font-size: 14px;
    }

  
    .logged-in .site-header-primary-section-right .sub-menu a.menu-link {
        font-size: 12px;
        white-space: nowrap;
    }
    .logged-in .site-header-primary-section-right #menu-loginmenu-1 .menu-item-602 .sub-menu a.menu-link {
        font-size: 14px;
        border-bottom: 0;
        padding: 10px 10px 0 10px;
    }
    #menu-loginmenu-1:hover ul.sub-menu {
        display: block;
        width: 102px;
    }

 

    .course-content-wrapper .custom_container {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .course-sidebar,
    .course-main-content {
        width: 100%;
    }

    .hero-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .webinar-speakers-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero-img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 75%;
        margin-left: auto;
        text-align: right;
    }

    .webinar-hero .hero-img img {
        width: 75%;
        margin-left: auto;
    }

    .hero-content {
        padding-top: 110px;
    }

    .hero-content h1.banner_title {
        max-width: 100%;
        margin-bottom: 36px;
    }

    .latest-courses-grid {
        margin-top: 10px;
    }

    .latest-courses-grid {
        gap: 24px;
    }

    .course-title {
        font-size: 20px;
        line-height: 24px;
    }

    .two_section .sections_row{
        gap: 20px;
    }
    aside.header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner {
        padding: 0;
    }
    .ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-grid-center-col-layout{
        gap: 5px;
    }
}

@media only screen and (max-width:1024px) {
	.main-navigation li.menu-item:hover{
		border-radius: 8px;
		overflow: hidden;
	}
    .ast-builder-menu-mobile .main-navigation{
        margin-top: 10px;
    }
    li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-602 {
        padding: 10px;
        background: #d5f1f4;
        border-radius: 10px;
    }

    .main-navigation li.menu-item {
        background: #03adbb2b;
        margin: 10px 0px;
        border-radius: 8px;
    }

    .ast-builder-menu-mobile .main-navigation .menu-item > .menu-link {
        border: 0;
        padding: 12px 15px !important;
    }

    #nav_menu-5 .widget_nav_menu ul li a{
        display: inline-flex;
        gap: 10px;
        align-items: center;
    }

    #nav_menu-5 .avatar {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 5px;
    }

    #nav_menu-5 #menu-loginmenu-1 {
        display: block;
        position: static;
        box-shadow: none;
        width: 100% !important;
        max-width: 100%;
    }

    #nav_menu-5.widget_nav_menu {
        margin-top: 30px;
        padding: 0 15px;
    }

    #nav_menu-5 #menu-loginmenu-1 ul.sub-menu {
        display: flex !important;
        position: static;
        box-shadow: none;
        width: 100% !important;
        margin: 0;
        max-width: 100%;
        margin-top: 10px;
    }

    .logged-in ul.sub-menu a.menu-link {
        color: #000000;
        padding: 12px 10px;
        border-bottom: 1px solid #eaeaea;
        margin-left: 0;
        /* margin: 0 10px; */
        display: inline-block;
    }

    .logged-in .site-header-primary-section-right a.menu-link{
        font-size: 0;
    }
    .site-header span.dropdown-menu-toggle.ast-header-navigation-arrow:after{
        display: none;
    }
    #menu-loginmenu-1 ul.sub-menu {
        display: none;
    }

    .ast-builder-grid-row.ast-grid-center-col-layout{
        gap: 2px;
    }
  
    #ast-mobile-header .ast-builder-grid-row {
        height: 105px;
    }
    .page-id-24 #ast-desktop-header{
        display: block;
    }
    .page-id-24 #ast-mobile-header{
        display: none;
    }
    ul#ast-hf-mobile-menu {
        flex-direction: column;
    }
    .logged-in .main-header-bar-navigation{
        background: none;
    }
    .ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{
        color: #000000 !important;
        border-bottom: 0 !important;
    }
    #ast-desktop-header{
        display: none;
    }
    #ast-mobile-header{
        display: block;
    }
    .site-header .ast-container{
        padding-left: 15px ;
        padding-right: 15px ;
    }
    

    /* header .custom-logo-link img{
        max-width: 150px;
    } */
    .logged-in .site-header-primary-section-right a.menu-link img {
        width: 50px;
        height: 50px;
        margin-right: 0;
    }
    .site-header span.dropdown-menu-toggle.ast-header-navigation-arrow:after{
        right: -7px;
    }
    .widget_nav_menu ul ul.sub-menu{
        width: max-content;
    }
    .logged-in .site-header-primary-section-right .sub-menu a.menu-link {
        font-size: 12px;
        padding: 5px;
    }
    .menu-loginmenu-container ul.sub-menu {
        min-width: 80px;
        margin-left: -10px;
        margin-top: 10px;
        max-width: 100px;
    }

    span.replay-category-tag{
        font-size: 10px;
    }
    .course-content-wrapper{
        margin-bottom: 50px;
    }
    .course-title-section{
        padding-left: 0;
        padding-right: 0;
    }
    .custom_container{
        margin: 0 50px;
    }
    /* .course-content-wrapper .custom_container{
        padding: 0 50px;
    } */
    /* .filters-container-replays{
        padding: 0 50px;
    } */
    .filterable-courses-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .filterable-courses-wrapper {
        padding-top: 80px;
        position: relative;
    }

    .filterable-courses-wrapper .filter-close {
        display: flex;
        padding: 0;
        background: transparent;
        color: var(--green);
        font-size: 24px;
        line-height: 24px;
        border: 0;
        position: absolute;
        top: 16px;
        right: 16px;
        box-shadow: unset;
    }

    .filterable-courses-wrapper .filter-open {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background: var(--green);
        color: var(--white);
        font-size: 24px;
        line-height: 24px;
        width: 40px;
        height: 40px;
        border: 0;
        position: absolute;
        top: 16px;
        left: -12px;
        box-shadow: unset;
    }

    .filterable-courses-wrapper .filters-section {
        position: fixed;
        top: 0;
        left: -100%;
        background: #fff;
        z-index: 1112;
        height: 100dvh;
        overflow: auto;
        padding: 50px 16px 16px;
        max-width: 280px;
        width: 100%;
        transition: all 0.5s ease;
    }

    body::before {
        content: '';
        width: 100%;
        height: 100dvh;
        position: fixed;
        top: 0;
        left: -100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1112;
        pointer-events: none;
        transition: all 0.2s ease;
    }

    .filterable-open .filterable-courses-wrapper .filters-section {
        left: 0;
    }

    body.filterable-open::before {
        left: 0;
    }

    body.filterable-open {
        height: 100dvh;
        overflow: hidden;
    }

    .filterable-courses-wrapper .filters-section .filters-container {
        margin: 0;
        grid-template-columns: repeat(1, 1fr);
    }
    .site-header .ast-primary-header-bar{
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .site-footer .ast-builder-grid-row-container-inner {
        padding: 0 50px;
    }
    .ast-builder-grid-row.ast-grid-center-col-layout{
        grid-template-columns: 1fr 61% 1fr;
    }
    .site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section div:first-child {
        display: inline-flex;
        border: 1px solid #f8f8f8;
        border-radius: 5px;
    }
    .ast-builder-menu-mobile .main-navigation .menu-item > .menu-link{
        border: 0;
    }
    #menu-loginmenu-1 ul.sub-menu:before {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        border-top: 1px solid #cdcdcd;
        border-right: 1px solid #cdcdcd;
        right:50%;
        transform: rotate(-45deg);
        top: -5px;
        background: #ffffff;
        opacity: 0;
    }
    #menu-loginmenu-1 .green_btn{
        display: none;
    }
    

}


@media only screen and (max-width:1022px){
   
}


@media only screen and (max-width:921px) {
    figure.wp-block-table.custom_table {
        border: 1px solid #cdcdcd3d;
    }

    .wp-block-table.custom_table tr td {
        width: 100%;
        white-space: nowrap;
    }

    .wp-block-table .has-fixed-layout {
        table-layout: auto;
        width: 100%;
    }
     .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link{
        background: transparent;
    }

    .site-footer-section-1 img {
        max-width: 100%;
    }
    /* header .custom-logo-link img {
        max-width: 180px;
    } */
    .replay-template-default.single header{
        height: 90px;
    }
    .two_section{
        padding-bottom: 50px;
    }
    .two_section .sections_row{
        gap: 0;
    }
    .replay_section{
        padding: 0;
    }
    .page-id-24 .site-header-section>div:last-child {
        display: flex;
        justify-content: center;
    }

    .page-id-24 .ast-builder-grid-row {
        grid-template-columns: 100%;
    }

    .page-id-24 .ast-logo-title-inline .site-logo-img {
        padding-right: 0;
    }

    .site-footer-primary-section-3{
        min-width: 218px ;
    }
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row{
        gap: 10px;
    }
    .site-footer-primary-section-1.site-footer-section.site-footer-section-1{
        width: 297px;
    }
    .site-header .ast-primary-header-bar{
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .document-item{
        max-width: calc(50% - 13.5px);
    }
    .logged-in .main-header-bar-navigation {
        background: none;
    }

    .logged-in .main-navigation ul li a {
        color: #000000 !important;
    }

    .stat-card {
        max-width: 50%;
    }

    .my-courses-grid .my-course-card {
        max-width: calc(100% - 0px);
    }

    .site-footer-section-1 .wp-block-image {
        margin-top: 60px;
    }

    header .widget_nav_menu .green_btn a.menu-link {
        padding: 0 !important;
    }

    header .widget_nav_menu .white_btn a.menu-link,
    header .widget_nav_menu .green_btn a.menu-link {
        margin: 0 !important;
        font-size: 14px;
        white-space: nowrap;
    }

    header .widget_nav_menu .white_btn a.menu-link,
    .site-header .widget_nav_menu .green_btn a.menu-link {
        padding: 5px 8px !important;
        display: inline-block !important;
        border-radius: 10px !important;
        max-width: calc(100% - 0px);
    }

    .site-header .widget_nav_menu .green_btn {
        min-width: max-content;
        display: inline;
        align-self: center;
        padding: 0;
    }

    .site-header .widget_nav_menu .green_btn a.menu-link {
        padding: 5px 8px !important;
        border-radius: 10px !important;
    }

    header .widget_nav_menu ul li {
        display: inline;
    }

    .menu-toggle {
        display: none !important;
    }

    .logged-in .menu-toggle {
        display: inline-flex !important;
    }

    .logged-in header .green_btn {
        display: none !important;
    }

    .logged-in header #menu-loginmenu-1 .a.menu-link {
        font-size: 0 !important;
    }

    .logged-in header #menu-loginmenu-1 .sub-menu .a.menu-link {
        font-size: 16px !important;
    }

    .logged-in header #menu-loginmenu-1 a.menu-link .hero-content {
        padding: 110px 15px 158px;
    }


    .hero-img img {
        width: 65%;
        right: 0;
    }

    .hero-img {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
    }

    .webinar-speakers-section {
        padding: 100px 15px;
    }

    .explore-left,
    .explore-right {
        max-width: calc(100% - 0px);
    }

    .learndash-courses-container .course_card_box {
        width: calc(100% - 15px);
    }

    .agenda-card {
        background: #0347501A;
        border-radius: 10px;
        padding: 30px 25px;
        max-width: calc(50% - 20px);
        justify-content: space-between;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .replays-grid-sec .replay-item,
    .filterable-replays-grid .replay-item {
        width: calc(50% - 17px);
    }

    .two_section .sections_row {
        flex-wrap: wrap;
    }

    .two_section .webinar-speakers-section,
    .replay_section {
        width: 100%;
        max-width: 100%;
    }
    .ast-header-break-point .dropdown-menu-toggle{
        display: inline-flex;
        margin-left: 10px;
        margin-right: 10px;
    }
    .latest-courses-grid,
    .filterable-courses-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .replay_video_section .agenda-content {
        max-width: 100%;
        order: 2;
    }
    .replay_video_section .video-playlist{
        max-width: 100%;
        width: 100%;
    }
    .site-header span.dropdown-menu-toggle.ast-header-navigation-arrow:after {
        right: 4px;
        top: 12px;
    }
    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-tablet-stack .site-footer-section{
        border-right: 0;
    }
}

@media (max-width: 768px) {

    .popup_main{
        align-items: flex-start;
    }
    .auth_row label{
        width: 100%;
    }

    .mail_sec li a{
        font-size: 14px;
    }
    .site-footer-primary-section-1.site-footer-section.site-footer-section-1{
        max-width: 230px;
        border-right: 0 !important
    }
    .before-after-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .popup_main {
        overflow-y: scroll;
        height: calc(100vh - 20px);
        padding-top: 10px;
    }

    .auth_row {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .sign_up_pops {
        width: 100%;
    }

    a.view-all-link {
        position: static;
    }

    ul.courses-tabs {
        flex-wrap: wrap;
    }

    .menu-item-has-children:hover .sub-menu {
        display: block;
    }


    #menu-loginmenu-1 ul.sub-menu {
        top: 51px;
    }
}

@media only screen and (max-width:767px) {
    .course_detail_banner{
        height: max-content;
    }
    .usersidebar_close_icon .elementor-icon {
        opacity: 1;
    }
  
    .replay-single {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
    .two_section .replays-grid-sec{
        padding: 0;
    }
    .custom_container{
        padding: 0 15px;
        margin: 0;
    }
    .course-content-wrapper .custom_container{
        padding: 0 15px;
    }
    .filters-container-replays{
        /* padding: 0 15px; */
    }
    .feedback-gallery {
        flex-wrap: wrap;
    }

    .site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
        border-right: 0;
    }

    .widget_nav_menu {
        margin-top: 30px;
    }

    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {

        margin-bottom: 10px;
        margin-top: 39px;
        /* padding-left: 20px; */
    }

    .site-footer-primary-section-2 {
        margin-left: 0;
    }

    .site-footer-primary-section-3 {
        margin-left: 0;
        margin-top: 0 !important;
    }

    .site-footer .widget_nav_menu,
    .site-footer .mail_sec {
        margin-top: 0;
    }

    .feedback-thumbnails {
        width: 100%;
        flex-direction: row;
    }

    .feedback-thumbnails .thumbnail:hover,
    .feedback-thumbnails .thumbnail.active {
        height: 100px;
    }

    .auth-modal__dialog {
        margin-top: 50px;
    }

    .green_btn a.menu-link {
        background: #004750 !important;
        padding: 10px !important;
        max-width: calc(100% - 30px);
        margin: 0 auto 15px;
        color: #ffffff !important;
        text-align: center;
    }

    .white_btn a.menu-link {
        background: #ffffff !important;
        padding: 10px !important;
        /* max-width: calc(100% - 30px); */
        margin: 0 auto 15px;
        border: 1px solid #cdcdcd !important;
        color: #000000 !important;
        text-align: center;
    }

    .page_title {
        font-size: 40px;
    }

    .document-item {
        max-width: 100%;
    }

    .explore-left,
    .explore-right {
        max-width: 100%;
    }

    .explore-tabs {
        width: 100%;
        flex-wrap: wrap;
    }

    .course-card,
    .agenda-card {
        max-width: calc(100% - 0px);
    }

    .explore_title {
        font-size: 40px;
        line-height: 45px;
    }

    .section_title span {
        display: inline-block;
    }

    .learning-slider .owl-nav,
    .downloadable-items-slider .owl-nav,
    .downloadable-items-slider .owl-prev,
    .learning-slider .owl-prev,
    .downloadable-items-slider .owl-next,
    .learning-slider .owl-next,
    .replays-grid .owl-prev,
    .replays-grid .owl-next {
        position: static;
    }

    .owl-carousel .owl-stage-outer {
        padding: 0;
    }

    .dashboard-stats {
        flex-wrap: wrap;
    }

    .left_sidebar {
        position: fixed !important;
        left: -100%;
        top: 0;
        z-index: 111 !important;
        width: 90% !important;
        height: 100vh !important;
        transition: 0.5s ease;
        overflow-y: auto !important;
    }

    .user-sidebar {
        height: 100vh;
    }

    .left_sidebar.show_slide {
        left: 0;
        transition: 0.5s ease;
    }

    .learning-slider .owl-nav {
        display: flex !important;
        justify-content: center;
        gap: 10px;
    }

    .left_sidebar {
        background: var(--lightgreen);
    }

    .postid-1244 .ast-container {
        padding: 0 !important;
    }

    .banner_badge {
        margin-bottom: 5px;
    }

    .banner_title {
        font-size: 40px;
    }

    .banner_badge {
        font-size: 16px;
    }

    .banner_badge i {
        font-size: 20px;
    }

    .web-agenda-inner {
        padding: 25px;
    }

    .single-replay.postid-1378 .web-agenda-inner,
    .single-replay.postid-1378 .sections_container {
        padding: 0 15px;
    }

    .section_btns {
        flex-wrap: wrap;
    }

    .section_subpara {
        width: 100%;
    }

    .agenda-wrapper {
        flex-wrap: wrap;
    }

    .agenda-image {
        width: 100%;
    }

    .agenda-content {
        width: 100%;
        margin-top: 10px;
    }

    .we-agenda-list {
        margin-left: 0 !important;
    }

    .webinar-speakers-section .section_title span {
        display: inline-flex;
    }

    .speaker-card {
        width: calc(100% - 0px);
    }

    .replay-filters {
        margin-top: 0;
        gap: 5px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .replays-grid .owl-nav {
        bottom: 0;
        position: static;
        margin-top: 20px;
        justify-content: center;
        display: flex !important;
        gap: 10px;
    }

    table.vczapi-shortcode-meeting-table {
        min-width: 100%;
    }

    /* ============ */


    /* .course-content-wrapper {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .course-title {
        font-size: 2rem;
    }
    
    .course-length,
    .last-activity-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .status-badge {
        margin-left: 0;
        margin-top: 0.25rem;
    }
    
    .lesson-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    } */
    .course-card,
    .agenda-card {
        width: 100%;
    }

    .site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
        width: 100%;
    }

    .popup_main {
        align-items: flex-start;
    }

    .filterable-courses-grid,
    .latest-courses-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .course-type-section .course-type-title {
        font-size: 30px;
        line-height: 34px;
    }

    .courses-tab,
    .courses-tab.active {
        padding: 8px 12px;
        line-height: 24px;
    }

    .filters-container-replays .filter_cate {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .webinar_vidio {
        /* border: 2px solid #03ADBB; */
        height: 230px;
    }
    .site-header .ast-primary-header-bar{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .site-footer .ast-builder-grid-row-container-inner {
        padding: 0 15px;
    }
    .site-footer-primary-section-1.site-footer-section.site-footer-section-1{
        width: 200px;
    }
    .site-footer-primary-section-3.site-footer-section.site-footer-section-3{
        margin-top: 39px !important;
    }
    .page-id-24 header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img{
        width: 100%;
        max-width: 234px !important;
    }
    .section_title .icon {
        font-size: 32px;
    }
 
    .course_detail_title{
        font-size: 36px;
    }
    .web-agenda-inner .section_title, .webinar-speakers-section .section_title,
    .two_section .web-agenda-inner .section_title {
        color: #004750;
        font-family: 'DM Sans';
        font-weight: 700;
        font-size: 36px;
        line-height: 40px;
    }
    .page-id-24 .site-header-section>div:first-child{
        padding-right: 0;
    }
    .page-id-24 .site-header-section>div:last-child{
        padding: 0;
    }
}

@media only screen and (max-width: 600px){
    .ast-builder-grid-row-3-equal .ast-builder-grid-row {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .site-footer-primary-section-2.site-footer-section.site-footer-section-2,
    .site-footer-primary-section-3.site-footer-section.site-footer-section-3 {
        margin-top: 0 !important;
    }
    .site-footer-section-1 .wp-block-image{
        margin-top: 0;
    }
    .two_section .replays-grid-sec .replay-item{
        width: calc(100% - 0px);
    }
    .two_section .replays-grid-sec{
        margin-top: 20px;
    }
    .replay_section .web-agenda-inner {
        padding: 0 !important;
    }
}


@media only screen and (max-width:575px) {



    .checkbox-field .checkbox-label{
        flex-wrap: wrap;
    }
    /* .page-id-24 header .custom-logo-link img, .ast-header-break-point .site-branding img, .ast-header-break-point .custom-logo-link img{
        width: 100%;
        max-width: 200px;
    } */
    .page-id-24 header{
        /* height: 90px; */
    }
    .logged-in .site-header-primary-section-right a.menu-link {
        font-size: 0px;
    }
    
    .filter-group{
        margin: 0px;
    }
    
    .stat-card {
        width: 100%;
        max-width: 100%;
    }

    .learndash-courses-container .course_card_box {
        width: calc(100% - 0px);
    }

    .form-row {
        flex-wrap: wrap;
        gap: 20px;
    }

    .replays-grid-sec .replay-item {
        width: calc(100% - 0px);
    }

    .replays-grid-sec .replay-item,
    .filterable-replays-grid .replay-item {
        width: calc(100% - 0px);
    }

    .filterable-courses-grid {
        width: 100%;
    }

    .sidebar-card {
        padding: 10px;
    }

    .course-length,
    .last-activity-info {
        font-size: 14px;
    }

    span.status-badge.in-progress {
        font-size: 12px;
    }

    .single .site-content .ast-container {
        padding: 0 0 50px 0 !important;
    }



    .document-title {
        font-size: 20px;
        line-height: 25px;
    }



    .replay_video_section .video-playlist {
        max-width: 100%;
        order: 1;
    }

    .two_section .web-agenda-inner .section_title,
    .two_section .webinar-speakers-section .section_title,
    .postid-1386 .web-agenda-inner .section_title {
        color: #004750;
        font-family: 'DM Sans';
        font-weight: 700;
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .two_section .webinar-speakers-section {
        padding-bottom: 0;
    }

    .replay_section {
        padding-top: 0;
    }

    .two_section .speaker-card {
        width: calc(50% - 15px);
    }

    .two_section .web-agenda-inner {
        padding: 0 0 20px;
    }
    .two_section .sections_row{
        gap: 50px
    }

    .ast-container .not-registered {
        min-width: 100%;
    }

    .ld-navigation__progress-completed-action,
    .ld-navigation__icon--lesson-complete {
        color: var(--green) !important;
    }

    .ld-navigation__previous a.ld-navigation__next-link {
        border: 1px solid #cdcdcd !important;
    }

  
    .auth_row label {
        width: 100%;
    }

    .filterable-courses-grid,
    .latest-courses-grid,
    .filters-container-replays .filter_cate {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .courses-tab,
    .courses-tab.active {
        width: 100%;
        text-align: center;
    }

    header .widget_nav_menu ul li,
    .logged-in .site-header-primary-section-right a.menu-link img {
        margin: 0;
    }

    .ast-header-break-point .header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
        padding: 0;
    }

    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
        padding: 0 15px !important;
    }

    .logged-in .site-header-primary-section-right a.menu-link img{
        width: 40px;
        height: 40px;
        padding: 0;
        margin-top: -10px;
    }

    .ast-button-wrap .menu-toggle{
        width: 40px !important;
        height: 40px !important;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .site-header span.dropdown-menu-toggle.ast-header-navigation-arrow:after{
        right: 0;
    }
    
}


html {
    scroll-behavior: smooth;
}
