#page.drawers .main-inner {
    background-color: #F6F5FA;
}

#region-main {
    background-color: #F6F5FA;
}

.small {
    color: #235B8E;
    font-weight: 400;
    font-size: 14px;
}

.monthlycost {
    font-size: 20px;
    font-weight: 700;
    color: #1f4d7a;
    /* font-family: Times New Roman, Times, serif; */
}

.join {
    color: #235B8E;
    font-weight: 500;
}

.head-content {
    font-family: 'Times New Roman';
    color: #235B8E !important;
    font-size: 20px;
}

.plan-today {
    font-size: 16px;
}

/* Card Image */
.card-img-top {
    height: 220px;
    object-fit: cover;
}

.card-demo-shadow {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.line {
    border: 1px solid #EBEBEB;
    opacity: 0.5;
}

/* Date Badge with Yellow Bottom Strip */
.date-badge {
    position: absolute;
    top: 14px;
    right: 10px;
    background-color: #235B8E;
    color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
}

.date-badge.green {
    background-color: #05B384;
}

/* Yellow strip */
.date-badge::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #62D5F4;
}

/* Monthly Button */
.monthly-pack {
    background-color: #235B8E;
    color: #fff;
    border-radius: 37px;
    padding: 13px 45px;
    border: none;
    font-size: 16px;
    white-space: nowrap;
}

.monthly-pack span {
    font-size: 18px;
}

/* View Details Button */
.subscribe-btn {
    background-color: #fff;
    border: 1px solid #235B8E;
    color: #235B8E;
    border-radius: 37px;
    padding: 12px 20px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    float: right;
}

.mono.afterlogin .subscribe-btn {
    display: block;
    text-align: center;
    float: none;
}

.subscription-active {
    display: inline-block;
    margin-top: -44px;
    font-size: 16px;
}

.inner-content {
    line-height: 25px;
    letter-spacing: 0.2px;

}

.subscribe-btn:hover {
    background-color: #235B8E;
    color: #fff;
}

.subscribe-btn:focus {
    color: #235B8E;
}

.subscribe-btn:hover img {
    filter: brightness(0) invert(1);
}

/* For devices with a minimum width of 992px (Large) */
@media screen and (min-width: 992px) {}

/* ========== Medium devices (tablets, ≥768px) ========== */
@media (min-width: 768px) and (max-width: 991.98px) {
    .monthly-pack {
        /* padding: 8px 8px; */
        padding: 13px 35px;
        font-size: 14px;

    }

    .subscribe-btn {
        padding: 11px 8px;
        font-size: 14px;

    }


}

/* ========== Extra large devices (large desktops, ≥1200px) ========== */

@media (max-width: 767px) {
    .monthly-pack {
        text-align: center;
        /* padding: 10px 10px; */
        padding: 14px 35px;
    }

    .subscribe-btn {
        padding: 12px 16px;
    }

    .subscription-active {

        margin-top: 0;

    }

    .search-box {

        max-width: 329px !important;


    }
}


@media (min-width: 1024px) and (max-width: 1366px) {
    .monthly-pack {
        font-size: 12px;
        /* padding: 10px 8px; */
        padding: 13px 34px;
    }

    .subscribe-btn {
        font-size: 12px;
        padding: 12px 12px;
    }
}

@media (max-width: 345px) {
    .subscribe-btn {
        padding: 12px 4px;
    }

    .monthly-pack {
        padding: 13px 22px;
    }
}







/* --------------------------popup----------------------------------------- */
.subscription-modal {
    border-radius: 30px;
    padding: 20px;
}

.plan-card {
    border: 1px solid #e5e5e5;
    padding: 16px;
    width: 100%;
    border-radius: 8px;


}

.col-md-12.mono-popup {
    padding: 0px 80px;
}

.plan-title {
    font-size: 26px;
    font-weight: 700;
    color: #1f4d7a;
    font-family: 'Times New Roman', Times, serif;
}

.plan-subtitle {

    letter-spacing: 1px;
    color: #555;
    font-size: 16px;
    font-weight: 500;
}

.selected-webinar {

    background: #235B8E1A;

    padding: 2rem 4rem;
    border-radius: 10px;
    margin: 20px 0;
}

.plan-desc {

    color: #484848;
    border-radius: 10px;
    margin: 0px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;


}

.close span {
    font-size: 32px;
    font-weight: 300;



}


.price {

    font-size: 50px;
    margin: 22px 0;
    color: #1f4d7a;
}

.price2 {

    font-size: 60px;
    margin: 20px 0;
    color: #1f4d7a;
}



.plan-list li {

    font-size: 16px;
    display: flex;
    align-items: flex-start;
    gap: 10px;

}


.recommended .badge {
    padding: 16px 36px;
    position: absolute;
    right: 16px;
    top: 0px;
    border-radius: 0 5px 0 14px;
    background: #FFD700;
    color: black;
    font-size: 14px;

}

.badge {
    font-weight: 400;
}

.web-product {

    width: 86px;
    height: 53px;

    border-radius: 5px;
    border-bottom-width: 2px;

}

.web-text {
    color: #235B8E;
    font-size: 16px;

}

.sub-btn {

border-radius: 80px;
    border-width: 1px;
  
    color: white;
    font-weight: 600;
    padding: 18px 0px;

}

.sub-btn:hover {
    color: white;
    text-decoration: none;
}



.popup-header {
    margin: -23px 0px -34px -12px;

    border: none;
}

.popup-title {
    font-size: 22px;
    width: 100%;
    text-align: center;
}

.search-box {
    width: 100%;
    max-width: 500px;
    height: 50px;
    border-radius: 10px;
}

.discription {
    background: #ededed;
    border-radius: 20px;
    Padding: 20px;
}

.note-dic {
    background: #ededed;
}

.page-header-headings {
    padding-left: 2.5rem;
}

.discription-text {


    font-size: 16px;
    color: #3A3A3A;
    line-height: 26px;
    letter-spacing: 1.2px;

}

.plan-text {

    font-weight: 500;
    font-size: 16px;
    line-height: 30px;



}


.sub-title {

    font-size: 22px;

}

.sub-content {


    font-weight: 400;
    font-size: 16px;
    color: #3A3A3A;
    line-height: 26px;
    letter-spacing: 0.2px;


}


.popup-body {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}


/* @media (min-width: 576px) {
    .modal-dialog {
        max-width: fit-content;
        margin: 1.75rem auto;
    }
} */

@media (max-width: 767px) {

    .modal-dialog {
        margin: 10px;
    }


    .plan-card {
        padding: 16px;
        margin-bottom: 15px;
    }

    .col-md-12.mono-popup {
        padding: 0px;
    }

    .price,
    .price2 {
        font-size: 32px;
    }


    .sub-btn {
        height: 50px;
        font-size: 16px;
    }


    /* .selected-webinar,
    .plan-desc {
        padding: 16px;
    } */


    .recommended .badge {
        padding: 15px 34px;
        position: absolute;
        right: 16px;
        top: 0px;
        border-radius: 0 5px 0 14px;
        background: #FFD700;
        color: black;
    }


    .badge {
        font-weight: 400;
    }

    /* .card-demo-shadow {
        margin-left: -20px;
    } */

    .web-text {
        font-size: 14px;
    }


    .popup-title {
        font-size: 18px;
    }

    #page.drawers .main-inner,
    #region-main {
        background-color: #F6F5FA;
        width: 100%;
        margin: 0;
        padding: 0;

    }

    .view-button {
        width: 100%;
        padding: 10px;
    }

}


.top-buttons {
    gap: 12px;
}

.btn-subscription {
    background: #235B8E33;
    color: #235B8E;
}

.btn-subscription:hover {
    background: #235a8ead;
    color: #ffffff;
}

.plan-box {
    border: 1px solid #eee;
}

.price {
    font-size: 60px;
    color: #1b4d89;
}
.mono-popup.yearly .sub-btn {
       background: #235B8E1A;
    text-align: center;
     font-weight: 400 !important;

    color: #303030;
    font-size: 14px;



}
.mono-popup.yearly .sub-btn:hover,
.mono-popup.yearly .sub-btn:focus,
.mono-popup.yearly .sub-btn:active {
    background: #235B8E1A !important;
}

.valid-btn {


    background: #235B8E1A;
    /* text-align: center; */
    /* padding: 15px 35px; */
    color: #303030;
    font-size: 14px;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    white-space: nowrap;
}


.valid-btn:hover,
.valid-btn:focus,
.valid-btn:active {
    background: #235B8E1A !important;
}






.current-plan {
    background: #05B384;
    color: white;
    font-size: 12px;
    /* padding: 3px 11px; */
    padding: 2px 5px;
    font-weight: 600;
}

.plan-modal {
    border-radius: 30px !important;
}

.popup-title {
    font-size: 22px;
    /* margin: 5px 0px -9px 0px; */
}

.plan-header {
    border-bottom: 1px solid #D7D7D7;

}

.yearly-heading {
    color: #235B8E;
}

.sub-text {
    font-size: 16px;
}


/* ----------------------table popup------------------------------- */

.webinar-table thead th {
    background-color: #5B6A79;
    color: white;
}

.webinar-table tr:nth-child(odd) {
    background-color: #F7F7F7;
}


.webinar-table tr:nth-child(even) {
    background-color: #E5E6E7;
}

.view-webinar-btn {
    padding: 10px;
}

@media only screen and (max-width: 375px) {
    .monthly-pack {
        padding: 13px 27px;
    }

    .search-box {
        max-width: 294px !important;
    }
}

@media only screen and (max-width: 361px) {
    .monthly-pack {
        padding: 13px 26px;
    }

    .subscribe-btn {
        padding: 12px 6px;
    }
}


.mono-popup .plan-title,
.mono-popup .price2 {
    text-align: left !important;
}

.mono-popup .recommended .badge {

    background: #05B384 !important;
    color: white !important;
    font-size: 12px !important;
    border-radius: 9px !important;
    position: absolute !important;

    top: 52px !important;
    padding: 5px 10px !important;
    right: 48%;
}



@media (max-width: 768px) {
    .mono-popup .recommended .badge {

        color: white !important;
        font-size: 13px !important;
        border-radius: 8px !important;
        position: absolute !important;
        top: 2px !important;
        right: 18px !important;
        padding: 4px 8px !important;
        z-index: 10;
    }
}

/* ----------------------monthly popup----------------- */
.plan-box {
    border: 1px solid #eee;
}


.upgrade-btn {
    border-radius: 25px;
    background: #235B8E;
    color: white;
    padding: 10px 15px;

}

.upgrade-btn:hover,
.upgrade-btn:focus {
    background-color: #1b476f !important;
    color: white;
}

.upgrade-btn:active {
    background-color: #1b476f !important;
    color: white !important;
}

.small-title {
    font-weight: 500;
    color: #484848;
    font-size: 16px;

    line-height: 24px;
    letter-spacing: 0.1px;
    text-align: center;

}

.webinar-small .price {
    font-size: 30px;
    color: #1b4d89;
}

.pop-img {
    width: 100%;
    max-width: 200px;
}


.plan-header .btn-close:focus,
.plan-header .btn-close:active {
    outline: none !important;
    box-shadow: none !important;
}

.btn-myplan {
    background: #235B8E;
    color: #fff;
    border-radius: 8px;
}

.btn-myplan:hover {

    background-color: #1b476f;
    color: white;
}

.monthly-price {
    font-size: 32px;
    color: #1b4d89;
    font-weight: 600;
}

@media (max-width: 763px) {

    .title-div {
        display: block !important;
    }
/* 
    .valid-btn {

        padding: 11px 25px;
    } */

}
