.webinar-panel {
    margin-top: 6rem;
}
.single-webinar-panel {
    margin-top: 0rem;
}
.webinar-panel .web-panel-banner {
    max-width: 1320px;
    margin: auto;
}
.webinar-panel .web-panel-banner .web-panel-imgs {
    display: flex;
    justify-content: space-between;
    padding: 5rem 20px;
    width: 100%;
    gap: 5rem;
}
.webinar-panel .web-panel-banner .web-panel-imgs .web-panel-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.webinar-panel .web-panel-banner .web-panel-imgs .web-panel-left img {
    width: 100%;
    object-fit: contain;
}
.webinar-panel .web-panel-banner .web-panel-imgs .web-panel-left .text-left {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.webinar-panel .web-panel-banner .web-panel-imgs .web-panel-left .text-left .title {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0.4rem !important;
}
.webinar-panel .web-panel-banner .web-panel-imgs .web-panel-right {
    width: 60%;
}
.webinar-panel .web-panel-banner .web-panel-imgs .web-panel-right .text-right {
    display: none;
}
.webinar-panel .web-panel-banner .web-panel-imgs .web-panel-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .webinar-panel .web-panel-banner .web-panel-imgs {
        flex-direction: column-reverse;
        gap: 0.8rem;
        padding: 1rem 20px;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-left {
        width: 100%;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-left .text-left .title {
        display: none;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-left img {
        width: 100%;
        height: 30vh;
        object-fit: contain;
        display: none;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-right {
        width: 100%;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-right .text-right {
        text-align: center;
        display: block;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 18px;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-right .text-right .web-title {
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 0.4rem !important;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-right .text-right .web-subtitle {
        font-weight: 400;
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .webinar-panel .web-panel-banner .web-panel-imgs {
        flex-direction: column-reverse;
        padding: 2rem 20px;
        gap: 1rem;
        padding-bottom: 2rem;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-left {
        width: 100%;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-left img {
        height: 30vh;
        display: none;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-left .text-left .title {
        display: none;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-left .text-left p {
        font-size: 14px;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-right {
        width: 100%;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-right .text-right {
        text-align: center;
        display: block;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 18px;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-right .text-right .web-title {
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 0.4rem !important;
    }
    .webinar-panel .web-panel-banner .web-panel-imgs .web-panel-right .text-right .web-subtitle {
        font-weight: 400;
        font-size: 18px;
    }
}
.webinar-panel .web-panel-upcoming {
    background-color: #eef8ff;
    padding: 40px 8rem;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-title {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #201f5f;
    margin-bottom: 2rem;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-bottom: 2rem;
    width: 100%;
    justify-content: space-between;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-img {
    width: 50%;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-img img {
    border-radius: 1rem;
    max-height: 400px;
    max-width: 680px;
    object-fit: cover;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content {
    width: 40%;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-title {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.5rem;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-date-giver {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-date-giver .content-giver {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-date-giver .content-date-calendar {
    display: flex;
    align-items: center;
    gap: 10px;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-date-giver .content-date-calendar .content-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-date-giver .content-date-calendar .content-calendar {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-tag {
    margin: 1.5rem 0;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-tag .content-tag-1 {
    background-color: #e7eaff;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
    width: max-content;
    font-style: italic;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-desc {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 1.5rem 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}
.webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-register-btn button {
    border-radius: 50px;
    color: #fff;
    border: none;
    padding: 8px 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .webinar-panel .web-panel-upcoming {
        padding: 40px 2rem;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar {
        flex-direction: column;
        margin-bottom: 0rem;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content {
        width: 100%;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-img {
        width: 100%;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-title {
        font-size: 24px;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-title {
        font-size: 24px;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-date-giver .content-giver {
        font-size: 16px;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-date-giver .content-date-calendar .content-date {
        font-size: 16px;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-date-giver .content-date-calendar .content-calendar {
        font-size: 16px;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-tag .content-tag-1 {
        font-size: 12px;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-desc {
        font-size: 14px;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-register-btn button {
        padding: 8px 16px;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .webinar-panel .web-panel-upcoming {
        padding: 40px 28px;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-title {
        text-align: center;
        font-size: 24px;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar {
        flex-direction: column;
        margin-bottom: 0rem;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content {
        width: 100%;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-img {
        width: 100%;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-img img {
        max-height: 191px;
        width: 100%;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-title {
        font-size: 20px;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-date-giver .content-giver {
        font-size: 16px;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-date-giver .content-date-calendar {
        flex-direction: column;
        align-items: flex-start;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-date-giver .content-date-calendar .content-date {
        font-size: 16px;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-date-giver .content-date-calendar .content-calendar {
        font-size: 16px;
    }
    .webinar-panel .web-panel-upcoming .web-panel-upcoming-webinars .web-panel-upcoming-webinar .web-panel-upcoming-webinar-content .content-tag {
        margin: 1rem 0;
    }
}
.webinar-panel .web-panel-future-events {
    background-color: #eef8ff;
    padding: 40px 12rem;
}
.webinar-panel .web-panel-future-events .webp-future-events-section {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: center;
}
.webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-title {
    width: 60%;
}
.webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-inputs {
    width: 40%;
}
.webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-title .fe-header {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #000;
}
.webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-title .fe-subheader {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
}
.webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-inputs .input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #b6d3e1;
    border-radius: 100px;
    background-color: #f9f9f9;
    min-width: 350px;
}
.webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-inputs .input-wrapper input {
    border: none;
    outline: none;
    flex: 1;
    border-radius: 100px;
    padding: 10px 22px;
    font-size: 14px;
    background: #fff0;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    appearance: none;
    -moz-appearance: textfield;
}
.webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-inputs .input-wrapper input::-webkit-inner-spin-button,
.webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-inputs .input-wrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-inputs .input-wrapper input::placeholder {
    color: #aeaeae;
}
.webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-inputs .input-wrapper button {
    border: none;
    outline: none;
    border-radius: 100px;
    padding: 12px 30px;
    background: linear-gradient(97.83deg, #101f9d 6.22%, #11111c 87.68%);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .webinar-panel .web-panel-future-events {
        padding: 40px 2rem;
    }
    .webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-title .fe-header {
        font-size: 24px;
    }
    .webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-title .fe-subheader {
        font-size: 18px;
    }
    .webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-inputs .input-wrapper {
        min-width: 250px;
    }
    .webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-inputs .input-wrapper input {
        padding: 10px 16px;
        font-size: 14px;
    }
    .webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-inputs .input-wrapper button {
        padding: 12px 24px;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .webinar-panel .web-panel-future-events {
        padding: 20px 20px;
    }
    .webinar-panel .web-panel-future-events .webp-future-events-section {
        flex-direction: column;
        gap: 1rem;
    }
    .webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-title {
        width: 100%;
    }
    .webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-title .fe-header {
        font-size: 16px;
    }
    .webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-title .fe-subheader {
        font-size: 14px;
        font-weight: 400;
    }
    .webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-inputs {
        width: 100%;
    }
    .webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-inputs .input-wrapper {
        min-width: 100%;
    }
    .webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-inputs .input-wrapper input {
        padding: 10px 16px;
        font-size: 14px;
        font-weight: 400;
    }
    .webinar-panel .web-panel-future-events .webp-future-events-section .webp-future-events-inputs .input-wrapper button {
        padding: 10px 22px;
        font-size: 14px;
    }
}
.webinar-panel .web-panel-past-webinars {
    max-width: 1320px;
    margin: auto;
    padding: 40px 0;
}
.webinar-panel .web-panel-past-webinars .past-title-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    margin-left: 3rem;
    margin-right: 3rem;
}
.webinar-panel .web-panel-past-webinars .past-title-filter h2 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #201f5f;
}
.webinar-panel .web-panel-past-webinars .past-title-filter .past-filter .tab-container {
    display: flex;
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 30px;
    padding: 5px;
    background-color: #fff;
    width: fit-content;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.1);
}
.webinar-panel .web-panel-past-webinars .past-title-filter .past-filter .tab-container .tab {
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
    white-space: nowrap;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.webinar-panel .web-panel-past-webinars .past-title-filter .past-filter .tab-container .tab.active {
    background-color: #e4e8fc;
    font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .webinar-panel .web-panel-past-webinars {
        padding: 40px 2rem;
    }
    .webinar-panel .web-panel-past-webinars.past-title-filter {
        flex-direction: column;
        align-items: center;
    }
    .webinar-panel .web-panel-past-webinars .past-title-filter h2 {
        font-size: 24px;
    }
    .webinar-panel .web-panel-past-webinars .past-title-filter .past-filter .tab-container {
        padding: 5px;
    }
    .webinar-panel .web-panel-past-webinars .past-title-filter .past-filter .tab-container .tab {
        padding: 8px 16px;
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .webinar-panel .web-panel-past-webinars {
        padding: 30px 20px;
    }
    .webinar-panel .web-panel-past-webinars .past-title-filter {
        flex-direction: column;
        gap: 1rem;
    }
    .webinar-panel .web-panel-past-webinars .past-title-filter h2 {
        font-size: 24px;
    }
    .webinar-panel .web-panel-past-webinars .past-title-filter .past-filter .tab-container {
        padding: 5px;
    }
    .webinar-panel .web-panel-past-webinars .past-title-filter .past-filter .tab-container .tab {
        padding: 8px 16px;
        font-size: 12px;
    }
}
.webinar-panel .web-panel-past-webinars .past-webinars .webinar-card-link {
    text-decoration: none;
}
.webinar-panel .web-panel-past-webinars .past-webinars .card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: -1px 0 8px rgb(0 0 0 / 0.1);
    overflow: hidden;
    padding: 20px;
    min-height: 53vh;
    display: flex;
    max-width: 397px;
    justify-content: space-between;
    border: 0;
}
.webinar-panel .web-panel-past-webinars .past-webinars .card .card-image {
    width: 100%;
    object-fit: cover;
    height: 200px;
    border-radius: 8px;
}
.webinar-panel .web-panel-past-webinars .past-webinars .card .card-label {
    margin-top: 10px;
    background-color: #e4e8fc;
    color: #000;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
    width: max-content;
    font-style: italic;
}
.webinar-panel .web-panel-past-webinars .past-webinars .card .card-title {
    font-family: "Poppins", sans-serif;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 18px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.webinar-panel .web-panel-past-webinars .past-webinars .card .card-button-container {
    border: 1px solid #131ca2;
    border-radius: 50px;
    padding: 8px 24px;
    color: #131ca2;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    width: max-content;
    background-color: #fff;
}
.webinar-panel .web-panel-past-webinars .past-webinars .card .card-button-container a {
    text-decoration: none;
    color: #131ca2;
}
.singl-panel {
    margin-top: 7rem;
}
.singl-panel .revert-btn {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.singl-panel .revert-btn a {
    text-decoration: none;
    color: #131ca2;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.singl-panel .single-desc .single-web-title {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 1rem;
}
.singl-panel .single-desc .single-web-tag {
    background-color: #e7eaff;
    margin-bottom: 1rem;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
    width: max-content;
    font-style: italic;
}
.singl-panel .single-desc .single-details {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 20px;
    flex-wrap: wrap;
}
.singl-panel .single-desc .single-web-giver,
.singl-panel .single-desc .single-details .content-date,
.singl-panel .single-desc .single-details .content-calendar {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.singl-panel .single-web-form-video {
    min-height: 400px;
    background-color: #dff7ff;
    display: flex;
    justify-content: center;
    gap: 18px;
    width: 100%;
    padding: 30px 11px;
}
.singl-panel .single-web-form-video .single-web-video {
    width: 50%;
}
.singl-panel .single-web-form-video .single-web-video .single-web-video-container {
    margin-top: 20px;
}
.singl-panel .single-web-form-video .single-web-video .single-web-video-container h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin-bottom: 1rem;
}
.singl-panel .single-web-form-video .single-web-video .single-web-video-container .single-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.singl-panel .single-web-form-video .single-web-video .single-web-video-container .single-img-wrapper img {
    max-height: 540px;
    width: 48vw;
    object-fit: cover;
    border-radius: 1rem;
}
.singl-panel .single-web-form-video .single-web-video .single-web-video-container .single-web-video-iframe iframe {
    height: 415px;
}
.singl-panel .single-web-form-video .single-web-form {
    width: 40%;
}
.singl-panel .single-web-content {
    padding: 40px 75px;
    max-width: 1022px;
}
.singl-panel .single-web-content .single-web-about .about-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 1rem;
}
.singl-panel .single-web-content .single-web-about .about-desc ul li {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .singl-panel .single-web-form-video .single-web-video .single-web-video-container .single-img-wrapper img {
        max-width: 80vw;
        width: 80vw;
    }
    .singl-panel .revert-btn {
        margin-left: -10px;
    }
    .singl-panel .single-web-content {
        padding: 20px 20px;
        max-width: 100%;
    }
    .singl-panel .single-desc .single-web-title {
        font-size: 24px;
    }
    .singl-panel .single-desc .single-web-tag {
        font-size: 12px;
    }
    .singl-panel .single-desc .single-web-giver,
    .singl-panel .single-desc .single-details .content-date,
    .singl-panel .single-desc .single-details .content-calendar {
        font-size: 16px;
    }
    .singl-panel .single-desc .single-web-giver {
        font-size: 16px;
    }
    .singl-panel .single-web-form-video {
        padding: 20px 2rem;
        flex-direction: column;
    }
    .singl-panel .single-web-form-video .single-web-video {
        width: 100%;
    }
    .singl-panel .single-web-form-video .single-web-form {
        width: 100%;
    }
    .singl-panel .single-web-form-video .single-web-form .form-container {
        padding: 0 2rem;
    }
    .singl-panel .single-web-content .single-web-about .about-title {
        font-size: 16px;
    }
    .singl-panel .single-web-content .single-web-about .about-desc ul li {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .webinar-panel .web-panel-past-webinars .past-webinars .card {
        max-width: 100%;
        min-height: 0vh;
    }
    .webinar-panel .web-panel-past-webinars .past-webinars .card .card-image {
        object-fit: cover;
        height: 173px;
    }
    .webinar-panel .web-panel-past-webinars .past-webinars .card .card-title {
        margin-bottom: 18px;
    }
    .singl-panel .single-web-content {
        padding: 20px 20px;
        max-width: 100%;
    }
    .singl-panel .single-desc .single-web-title {
        font-size: 24px;
        padding: 0 8px;
    }
    .singl-panel .single-desc .single-web-tag {
        font-size: 12px;
        margin: 0 8px;
    }
    .singl-panel .single-desc .single-details {
        margin-top: 1rem;
        padding: 0 8px;
        row-gap: 6px;
        column-gap: 20px;
    }
    .singl-panel .single-desc .single-web-giver,
    .singl-panel .single-desc .single-details .content-date,
    .singl-panel .single-desc .single-details .content-calendar {
        font-size: 16px;
    }
    .singl-panel .single-web-form-video .single-web-video .single-web-video-container .single-web-video-iframe iframe {
        height: 215px;
    }
    .singl-panel .single-web-form-video .single-web-video .single-web-video-container .single-img-wrapper img {
        max-height: 195px;
        width: 100%;
    }
    .singl-panel .single-desc .single-web-giver {
        font-size: 16px;
        margin-bottom: 1rem;
    }
    .singl-panel .single-web-form-video {
        padding: 20px 20px;
        flex-direction: column;
    }
    .singl-panel .single-web-form-video .single-web-video {
        width: 100%;
    }
    .singl-panel .single-web-form-video .single-web-form {
        width: 100%;
    }
    .singl-panel .single-web-form-video .single-web-form .form-container {
        padding: 0 0;
    }
    .singl-panel .single-web-content .single-web-about .about-title {
        font-size: 16px;
    }
    .singl-panel .single-web-content .single-web-about .about-desc ul li {
        font-size: 14px;
    }
    .webinar-panel .web-panel-past-webinars .past-webinars .webinars-content {
        padding: 0px !important;
    }
}
.webinar-carousel .slick-dots {
    bottom: -30px;
}
.webinar-carousel .slick-dots li button:before {
    font-size: 9px;
}
.webinar-carousel .slick-prev,
.webinar-carousel .slick-next {
    z-index: 1;
    width: 40px;
    height: 40px;
}
.webinar-carousel .slick-prev {
    left: -50px;
}
.webinar-carousel .slick-next {
    right: -50px;
}
.web-panel-upcoming-webinar {
    margin: 0 auto;
    max-width: 100%;
}
@media (max-width: 768px) {
    .webinar-carousel .slick-prev,
    .webinar-carousel .slick-next {
        display: none !important;
    }
}