﻿body {
    font-family: OpenSansRegular;
}


.body-container {
    float: left;
    width: 100%;
    padding: 130px 0px 50px 0px;
    overflow: hidden;
}

.body-hld {
    width: 95%;
    margin: 0 auto;
}

.mCSB_scrollTools {
    width: 7px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

button:hover {
    background-color: #ff9933;
}

.error {
    float: left;
    width: 100%;
    font-size: 12px;
    height: 18px;
    color: #ff1616;
}



/*#region user profile-interest container css */

.upload-video {
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    border: solid 1px #cccccc;
    background-color: #ff9933;
    margin-bottom: 20px;
    cursor: pointer;
}

.upload-txt {
    font-family: OpenSansBold;
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
    text-align: center;
}

.upload-img {
    background-image: url(https://cdn2.onference.in/images/cutouts/upload.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 24px;
}

.user-profile {
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.11);
}

.user-image {
    width: 120px;
    height: 120px;
    margin: 20px auto;
    border-radius: 60px;
    overflow: hidden;
    border: 0px solid;
    background-color: #cccccc;
}

    .user-image img {
        width: 100%;
    }

.user-name {
    width: 100%;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    font-family: OpenSansBold;
    text-transform: uppercase;
    color: #333333;
}

.user-verified {
    width: 100%;
    overflow: hidden;
    padding: 5px;
    text-align: center;
}

    .user-verified .verified-text {
        background-image: url(https://cdn2.onference.in/images/cutouts/verified.png);
        background-repeat: no-repeat;
        background-position: left;
        font-size: 14px;
        font-family: OpenSansRegular;
        text-transform: capitalize;
        padding-left: 25px;
        color: #999999;
    }

.user-stats {
    width: 100%;
    overflow: hidden;
    padding: 10px 25px;
}

.stats-title {
    width: 100%;
    float: left;
    overflow: hidden;
    font-family: OpenSansRegular;
    color: #333333;
    font-size: 16px;
}

    .stats-title .count {
        float: right;
        font-size: 16px;
        font-family: OpenSansBold;
        color: #333333;
    }

.user-links {
    width: 100%;
    overflow: hidden;
    padding: 10px 25px;
    text-align: center;
}

.edit-profile,
.profile-setting {
    width: 49%;
    padding: 5px 0px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-family: OpenSansRegular;
    font-size: 16px;
    color: #666666 !important;
    text-decoration: none !important;
}

    .edit-profile .icon {
        background-image: url(https://cdn2.onference.in/images/cutouts/edit.png);
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 20px;
    }

    .profile-setting .icon {
        background-image: url(https://cdn2.onference.in/images/cutouts/settings.png);
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 20px;
    }

.user-interest {
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    padding: 20px;
    margin-top: 20px;
}

.interest-head {
    font-family: OpenSansBold;
    font-size: 19px;
    text-align: left;
    color: #333333;
}

.interest-hld {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 10px 0px;
}

.interest-lbl {
    border-radius: 5px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #333333;
    float: left;
    margin-top: 7px;
    margin-right: 7px;
    padding: 4px 8px;
}

    .interest-lbl span {
        background-image: url(https://cdn2.onference.in/images/cutouts/close.png);
        background-repeat: no-repeat;
        background-position: right;
        padding: 0px 10px;
    }

        .interest-lbl span:hover {
            cursor: pointer;
        }

.interest-add {
    border-radius: 5px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #333333;
    float: left;
    margin-top: 7px;
    margin-right: 7px;
    padding: 4px 8px;
    color: #333333;
}

    .interest-add:hover {
        cursor: pointer;
        border: solid 1px #ff6600;
        color: #ff6600;
    }

        .interest-add:hover span {
            color: #ff6600;
        }

    .interest-add span {
        padding-right: 10px;
        color: #333333;
    }


/*#endregion */



/*#region course card container css */


.course-card-container {
    width: 90%;
    float: left;
    border-radius: 15px;
    box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    margin-left: 27px;
    margin-bottom:10px;
    /* margin-left: 60px;
    margin-bottom: 60px; */
    position: relative;
    cursor: pointer;
}

.course-card-image {
    display: none;
    width: 132px;
    height: 130px;
    float: left;
    position: absolute;
    left: -66px;
    top: -20px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #e2dede;
}

    .course-card-image .course-img {
        padding: 20px 0px 1px 0px;
        width: 100%;
    }

    .course-card-image .duration {
        background-image: url(https://cdn2.onference.in/images/cutouts/duration.png);
        background-repeat: no-repeat;
        background-position: 28px center;
        font-family: OpenSansRegular;
        font-size: 13px;
        color: #333333;
        padding-left: 15px;
        text-align: center;
    }


.course-card-content {
    width: 100%;
    /* padding: 20px 20px 20px 90px; */
    padding: 6px 20px 10px 20px;
}

    .course-card-content .small {
        font-family: OpenSansRegular;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        padding-bottom: 5px;
        color: #33ccff;
    }

    .course-card-content .card-title {
        font-family: Lato;
        font-size: 18px;
        /* color: #333333; */
        margin: 0px;
        padding-bottom: 5px;
        /* white-space: nowrap; */
        /* display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important; */
        text-overflow: ellipsis;
        overflow: hidden;
        text-decoration: none;

        
         /* font-family: OpenSansRegular; */
    /* font-size: 14px; */
    color: #334155;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis;
    font-weight: 700;
    /* overflow: hidden; */
    height: 44px;
    line-height: 21px;
    }

.course-card-speaker {
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #334155;
font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
}
.course-bottom-line{
    background-color: #EFEEF1;
    height: 2px;
    width: 100%;
    
}
.speaker-name{
    text-align: start;
}
.durationtime{
    font-family: Lato;
font-weight: 500;
font-size: 11.68px;
line-height: 150%;
letter-spacing: 0%;
text-transform: capitalize;
color: #334155;
display: flex;
align-items: center;
gap: 3px;

}
.durationicon{
    /* margin-right: 5px; */
}
.course-card-view-pricing {
    padding-top: 10px;
    width: 100%;
    overflow: hidden;

    display: flex
;
    align-items: center;
    justify-content: space-between;
}

    .course-card-view-pricing .view {
        float: left;
        font-family: OpenSansRegular;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
    }

    .course-card-view-pricing .pricing {
        float: right;
        font-family: OpenSansBold;
        font-size: 14px;
        color: #333333;
    }
/*#endregion*/

/*#region event card container css */


.event-card-container {
    width: 90%;
    float: left;
    border-radius: 15px;
    box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    margin-left: 60px;
    margin-bottom: 60px;
    position: relative;
    cursor: pointer;
}

.event-card-image {
    width: 130px;
    height: 130px;
    float: left;
    position: absolute;
    left: -65px;
    top: -20px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #e2dede;
    border: 1px solid #e2dede;
}

.event-card-content {
    width: 100%;
    padding: 20px 20px 20px 90px;
}

    .event-card-content .small {
        font-family: OpenSansRegular;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        color: #33ccff;
    }

    .event-card-content .card-title {
        font-family: OpenSansBold;
        font-size: 18px;
        color: #333333;
        margin: 0px;
        /* display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        text-overflow: ellipsis; */
        overflow: hidden;
        text-decoration: none;

         color: #334155;

    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis;
    font-weight: 700;
    /* overflow: hidden; */
    height: 42px;
    }

.event-small-description {
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #333333;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 42px;
}

.event-date-location {
    width: 100%;
    overflow: hidden;
    padding: 0px 20px 10px;
}

    .event-date-location .date {
        background-image: url(https://cdn2.onference.in/images/cutouts/calendar.png);
        background-size: 17px 18px;
        background-position: left center;
        background-repeat: no-repeat;
        float: left;
        padding-left: 20px;
        font-family: OpenSansRegular;
        font-size: 14px;
        color: #333333;
    }

    .event-date-location .location {
        background-image: url(https://cdn2.onference.in/images/cutouts/location.png);
        background-size: 12px 19px;
        background-position: left center;
        background-repeat: no-repeat;
        float: right;
        padding-left: 20px;
        font-family: OpenSansRegular;
        font-size: 14px;
        color: #333333;
    }

.event-details {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 30px;
    border-top: 1px solid #cdcdcd;
}

.event-speaker {
    width: 25%;
    float: left;
    overflow: hidden;
}

    .event-speaker div {
        text-align: center;
        color: #333333;
    }

.event-tracks {
    width: 25%;
    float: left;
    overflow: hidden;
}

    .event-tracks div {
        text-align: center;
        color: #333333;
    }

.event-workshop {
    width: 25%;
    float: left;
    overflow: hidden;
}

    .event-workshop div {
        text-align: center;
        color: #333333;
    }

.event-following {
    width: 25%;
    float: left;
    overflow: hidden;
}

    .event-following div {
        text-align: center;
        color: #333333;
    }

/*#endregion*/

/*#region index content loader css */

.index-content-loader {
    float: left;
    width: 100%;
    overflow: hidden;
    display: none;
}

.index-content-loader section {
    flex: 1 1 25%;
}

.sk-wave {
    width: 6em;
    height: 4em;
    margin: auto;
    text-align: center;
    font-size: 1em;
}

.sk-wave .sk-rect {
    background-color: #ff9900;
    height: 100%;
    width: .5em;
    display: inline-block;
    -webkit-animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
    animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect-1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.sk-wave .sk-rect-2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-wave .sk-rect-3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-wave .sk-rect-4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-wave .sk-rect-5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.hang-on {
    display: none;
    text-align: center;
    font-size: 14px;
    font-family: OpenSansRegular;
    color: #333333;
    margin-top: 5px;
}

@-webkit-keyframes sk-wave-stretch-delay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-wave-stretch-delay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/*#endregion*/

/*#region user notification container css */

.get-app-hld {
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    padding: 20px;
}

.get-app-title {
    font-family: OpenSansBold;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 16px;
}

.get-app-desc {
    font-family: OpenSansRegular;
    font-size: 14px;
    text-align: center;
    color: #333333;
    padding-bottom: 20px;
}

.register-phone {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
}

.country-code {
    width: 25%;
    float: left;
    border-radius: 5px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    padding: 6px 5px;
    text-align: center;
    font-family: OpenSansBold;
    font-size: 14px;
    color: #333333;
    outline: none;
}

.phone-no {
    width: 70%;
    float: right;
    border-radius: 5px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    padding: 6px 5px;
    font-family: OpenSansBold;
    font-size: 14px;
    color: #333333;
    outline: none;
}

.register-button {
    width: 100%;
    border-radius: 5px;
    padding: 7px;
    border: solid 1px #cccccc;
    background-color: #ff9933;
    font-family: OpenSansRegular;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    outline: none;
    margin: 0px;
}
.btn-subscription {
    width: 100%;
    border-radius: 5px;
    padding: 7px;
    border: solid 1px #cccccc;
    background-color: #ff9933;
    font-family: OpenSansRegular;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    outline: none;
    /* margin: 0px; */
}

.get-app-link {
    padding-top: 20px;
    float: left;
    width: 100%;
    overflow: hidden;
}

.apple-store {
    float: left;
}

.play-store {
    float: right;
}


.get-app-link img {
    cursor: pointer;
}

/*#endregion*/

/*#region modal popup custom css */

.md-content {
    background: #fff;/*#ffa346*/
    width: 100%;
    float: left;
}

.md-show.md-effect-12 ~ .md-overlay {
    background: #ffa346;
}

.md-overlay {
    background: rgba(12, 12, 12, 0.59);
}

.custom-close {
    position: absolute;
    height: 25px;
    width: 25px;
    right: 5px;
    top: -30px;
    background-image: url(https://cdn2.onference.in/images/md-close.png);
    background-repeat: no-repeat;
    padding: 0px !important;
    cursor: pointer;
}
.custom-close-up-req-form {
    position: absolute;
    height: 25px;
    width: 25px;
    right: 5px;
    top: -30px;
    background-image: url(https://cdn2.onference.in/images/md-close.png);
    background-repeat: no-repeat;
    padding: 0px !important;
    cursor: pointer;
}

.md-close {
    display: none;
}

/*#endregion */

/*#region notify modal popup custom css */
.md-notify-content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 1em;
    color: #333;
}

.md-notify-header{
    display: flex;
    
    align-items: center;
    padding-right: 2em;
}

.md-notify-header h1{
    margin: 0em 1em 0em 0em;
    font-size: 1.5em;
}
.md-notify-header img{
    height: 100%;
}
.md-notify-action{
    display: flex;
    justify-content: space-around;
}
.md-notify-action button{
    background: #ff7600;
}

.md-notify-content span{
    font-size: 1em;
}
.md-notify-img{
  display: flex;
  justify-content: center;
}

.md-notify-modal .md-content{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.notify-btn-alt{
    border: solid 1px #cccccc;
    background-color: #ffffff !important;
    color: #666666 !important;
    
}
.md-notify-img img{
    height: 30px;
    width: 30px;
}
/*#endregion*/

/*#region interest modal pop-up css */

.model-interest {
    display: block;
    padding: 25px !important;
    width: 100%;
    float: left;
    height: 490px;
}

.interes-select-div {
    width: 100%;
    float: left;
    overflow: hidden;
}

.selected-interest {
    width: 100%;
    float: left;
    overflow: hidden;
}

.interest-span {
    float: left;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 3px 8px;
    margin-right: 7px;
    margin-bottom: 5px;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    color: #666666;
}

.remove-interest {
    cursor: pointer;
    color: #ff7600;
    padding-left: 5px;
}

.type-select-5 {
    color: #333333;
    font-size: 25px;
    font-weight: 300;
    font-family: OpenSansLight;
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.interes-select-div input[type=text] {
    width: 100%;
    outline: none;
    padding: 8px 10px 8px 15px;
    border: solid 1px #cccccc;
    border-radius: 4px;
    font-family: OpenSansRegular;
    font-size: 12px;
}

.interest-inputs {
    display: block;
    overflow: auto;
    height: 240px;
    margin-top: 15px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
}

    .interest-inputs .ui-autocomplete {
        display: block !important;
    }

    .interest-inputs ul {
        margin: 0 !important;
        list-style: none;
        padding: 0 !important;
        outline: none;
        top: 4px !important;
        width: 100% !important;
        left: 0px;
    }

        .interest-inputs ul li {
            width: 96%;
            float: left;
            overflow: hidden;
            font-size: 14px;
            font-family: OpenSansRegular;
            padding: 5px 10px 5px 2px !important;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
            outline: none;
            margin: 0px 0px 5px 5px;
            clear: both;
        }

            .interest-inputs ul li input[type="checkbox"] {
                width: 18px;
                float: left;
                overflow: hidden;
                background-image: url(https://cdn2.onference.in/images/redio_unchk.png);
                background-repeat: no-repeat;
                height: 19px;
                cursor: pointer;
                -webkit-appearance: none;
                margin: 3px 3px 3px 4px;
            }

            .interest-inputs ul li label {
                float: left;
                overflow: hidden;
                padding: 3px 0px 0px 5px;
                cursor: pointer;
                font-size: 13px;
                color: #666666;
                font-family: OpensansRegular;
            }

            .interest-inputs ul li.act {
                background-color: #fff; /*#e2e2e2*/
                border-radius: 4px;
            }

    .interest-inputs input[type="checkbox"]:checked {
        background-image: url(https://cdn2.onference.in/images/redio_chk.png);
    }

    .interest-inputs ul li.act label {
        font-family: OpenSansBold;
    }

.final-interest-submit {
    width: 100%;
    float: left;
    position: fixed;
    text-align: center;
    z-index: 0;
    bottom: 0px;
    right: 0px;
}

.interest-submit {
    width: 100%;
    margin: 0 auto;
    background-color: #ff7600;
    border: solid 1px #ff7600;
    padding: 7px;
    text-align: center;
    border-radius: 0px;
    font-family: OpenSansRegular;
    font-size: 14px !important;
    cursor: pointer;
}

    .interest-submit:hover {
        background-color: #ff7600;
        color: #ffffff;
        border: solid 1px #ff7600;
    }

/*#endregion */

/*#region upload modal pop-up css */

.model-course-upload {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 20px 40px 40px;
}

.upload-head-hld {
    width: 100%;
    float: left;
    overflow: hidden;
}

.upload-icon {
    background-image: url(https://cdn2.onference.in/images/cutouts/upload-color.png);
    height: 28px;
    float: left;
    width: 40%;
    background-size: 23px 19px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    color: #333333;
    font-family: OpenSansBold;
    font-size: 18px;
}

.close-upload {
    background-image: url(https://cdn2.onference.in/images/cutouts/close-pop-up.png);
    height: 22px;
    float: right;
    width: 23px;
    background-size: 23px 22px;
    background-repeat: no-repeat;
    background-position: right center;
}

.upload-video-option {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 40px 0px;
}

.upload-button {
    padding: 7px 20px;
    color: #333;
    border: 1px solid #666666;
    border-radius: 10px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-family: OpenSansRegular;
    cursor: pointer;
}

    .upload-button:hover {
        background-color: #ff9900;
        color: #fff;
        border: 1px solid #fff;
    }

.or-text {
    padding: 30px 0px;
    color: #333333;
    font-family: OpenSansBold;
    text-align: center;
}

/*#endregion */

/*#region upload request form popup custom css */

.upload-request-modal {
    z-index: 1001;
}

.upload-request-modal .md-content {
    background: #ffffff;
    float: left;
}

.modal-upload-request {
    float: left;
    padding: 40px 80px !important;
    /* max-height: 400px; */
    /* max-height: 100%; */
    height: 100%;
    /* overflow-y: scroll; */
    /* background: linear-gradient(180deg, rgba(237,237,237,1) 30%, 
    rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%); */
}

.share-video {
    font-family: OpenSansRegular;
    color: #333;
    text-align: left;
    font-size: 21px;
}

.share-legends {
    font-family: OpenSansRegular;
    color: #666666;
    text-align: left;
    padding: 0px 0px 20px;
    font-size: 14px;
}

.upload-request-form-title {
    font-family: OpenSansBold;
    color: #333;
    text-align: center;
    font-size: 18px;
}

.upload-request-form-detail {
    font-family: OpenSansRegular;
    color: #666666;
    text-align: center;
    padding: 10px 0px 40px;
    font-size: 14px;
}

.upload-request-input-group {
    float: left;
    width: 100%;
    overflow: hidden;
}

    .upload-request-input-group span.label {
        background-color: #ffae18;
        padding: 5px 18px;
        border: 1px solid #cccccc;
        float: left;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
        width: 50px;
        height: 39px;
        padding: 5px 0px;
    }

    .upload-request-input-group span i {
        color: #ffffff;
        width: 100%;
        text-align: center;
    }

    .upload-request-input-group span.error {
        float: left;
        width: 100%;
        color: red;
        font-size: 12px;
        height: 18px;
        font-family: OpenSansRegular;
        padding-left: 60px;
    }

    .upload-request-input-group input[type="text"] {
        float: left;
        border: 0px;
        border-bottom: 1px solid #cccccc;
        width: 85%;
        height: 39px;
        padding: 5px 15px;
        outline: none;
        font-size: 14px;
        font-family: OpenSansRegular;
    }

    .upload-request-input-group .form-check-label {
        color: #333;
        font-size: 12px;
        font-family: OpenSansRegular;
    }

.upload-request-form-submit {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

    .upload-request-form-submit button {
        background-color: #ffae18;
        color: #fff;
        font-size: 16px;
        font-family: OpenSansRegular;
        padding: 10px 50px;
        outline: none;
    }

    .get-app-div {
        display: none;
    }

    /* whatsapp footer icon start */
    .footer-whatsapp{
        /* display: flex; */
        display: none !important;
    flex-direction: row-reverse;
    position: fixed;
    bottom: 28px;
    right: 10px;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    }

    .footer-whatsapp .tooltiptext {
        visibility: hidden;
        /* width: 200px; */
        width: 90px;
        height:41px;
        background-color: #475569;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 10px;
        position: absolute;
        z-index: 1;
        top: 6px;
        right: 110%;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10), 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
        color: #FFF;
      
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: Lato;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 16px;
      text-align: start;
      display: flex;
      align-items: center;
      
      }
      
      .footer-whatsapp .tooltiptext::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #475569;
      }
      .footer-whatsapp .tooltiptext {
        visibility: visible;
      }
      /* whatsapp footer icon end */

/*#endregion */

.filtersortwithcount{
    display: flex;
    align-items: center;
    justify-content: end;
    /* width: 200px; */
    /* width: 100%; */
}
.onlineandhybridcounttext{
    width: 100%;
}
/*#region media queries */
/*Custom Layout by Saeed*/



@media only screen and (max-width : 1321px) and (min-width: 1209px) {

    .course-card-content .card-title {
        font-size: 16px;
    }

    .get-app-hld {
        padding: 20px 12px;
    }
}
@media only screen and (max-width : 991px) and (min-width: 300px) {
    .container-sub-tab {
        /* display: flex; */
        background-color: #EFEFEF;
        /* justify-content: space-between; */
        justify-content: space-around;
        flex-wrap: wrap;
        /* padding: 50px; */
        position: fixed;
        width: 100% !important;
        /* width: 45.7%; */
        z-index: 8;
        left: 0% !important;
        /* left: 27.2%; */
        top: 3.5em !important;
    }
}
@media only screen and (max-width : 991px) and (min-width: 513px) {
    .interest-count-badge{
        top: 7px !important;
    right: 72px !important;
    }
    .current-premium-content {
        background-color: #EFEFEF;
        margin-bottom: 0%;
        /* left: -40px !important; */
        left: -61px !important;
        width: 118% !important;
        /* padding: 10% 2% 5% 2%; */
        display: flex !important;
        /* padding-top: 57px !important; */
        padding-top: 18px !important;
        /* position: absolute; */
        position: relative;
        justify-content: center;
        align-items: center;
        /* padding-bottom: 26px !important; */
    }
}
@media only screen and (max-width : 321px) and (min-width: 300px) {
    .current-premium-content {
        background-color: #EFEFEF;
        /* margin-bottom: 9% !important; */
        left: -44px !important;
        width: 129% !important;
        /* padding: 10% 2% 5% 2%; */
        display: flex;
        /* padding-top: 23px !important; */
        padding-top: 9px !important;
        /* position: absolute; */
        position: relative;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px !important;
    }
}
@media only screen and (max-width : 335px) and (min-width: 320px) {
    .current-premium-content {
        background-color: #EFEFEF;
        /* margin-bottom: 9% !important; */
        left: -49px !important;
        width: 129% !important;
        /* padding: 10% 2% 5% 2%; */
        display: flex;
        /* padding-top: 23px !important; */
        padding-top: 9px !important;
        /* position: absolute; */
        position: relative;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px !important;
    }
}
@media only screen and (max-width : 359px) and (min-width: 334px) {
    .current-premium-content {
        background-color: #EFEFEF;
        /* margin-bottom: 9% !important; */
        left: -50px !important;
        width: 129% !important;
        /* padding: 10% 2% 5% 2%; */
        display: flex;
        /* padding-top: 23px !important; */
        padding-top: 9px !important;
        /* position: absolute; */
        position: relative;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px !important;
    }
}
@media only screen and (max-width : 363px) and (min-width: 359px) {
    .current-premium-content {
        background-color: #EFEFEF;
        /* margin-bottom: 9% !important; */
        left: -55px !important;
        width: 129% !important;
  
        display: flex;
        /* padding-top: 23px !important; */
        padding-top: 9px !important;
        /* position: absolute; */
        position: relative;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px !important;
    }
}
@media only screen and (max-width : 394px) and (min-width: 390px) {
    .current-premium-content {
        background-color: #EFEFEF;
        /* margin-bottom: 7%; */
        left: -60px !important;
        width: 129% !important;
        /* padding: 10% 2% 5% 2%; */
        display: flex;
        /* padding-top: 25px !important; */
        padding-top: 9px !important;
        /* position: absolute; */
        position: relative;
        justify-content: center;
        align-items: center;
        padding-bottom: 12px !important;
    }
}
@media only screen and (max-width : 391px) and (min-width: 364px) {
    .current-premium-content {
        background-color: #EFEFEF;
        /* margin-bottom: 7%; */
        left: -58px !important;
        width: 129% !important;
        /* padding: 10% 2% 5% 2%; */
        display: flex;
        /* padding-top: 25px !important; */
        padding-top: 9px !important;
        /* position: absolute; */
        position: relative;
        justify-content: center;
        align-items: center;
        padding-bottom: 12px !important;
    }

}
@media only screen and (max-width : 400px) and (min-width: 395px) {
    .current-premium-content {
        background-color: #EFEFEF;
        /* margin-bottom: 7%; */
        left: -58px !important;
        width: 129% !important;
        /* padding: 10% 2% 5% 2%; */
        display: flex;
        /* padding-top: 25px !important; */
        padding-top: 9px !important;
        /* position: absolute; */
        position: relative;
        justify-content: center;
        align-items: center;
        padding-bottom: 12px !important;
    }
}
@media only screen and (max-width : 426px) and (min-width: 400px) {
    .current-premium-content {
        background-color: #EFEFEF;
        margin-bottom: 0%;
        left: -63px !important;
        width: 129% !important;
      
        display: flex !important;
        /* padding-top: 25px !important; */
        padding-top: 9px !important;
       
        position: relative;
        justify-content: center;
        align-items: center;
        /* padding-bottom: 15px !important; */
    }
    .mobile-sub-parent-premium {
        display: flex;
        justify-content: center;
        /* flex-direction: column; */
        flex-direction: column-reverse;
        align-items: center;
        gap: 10px !important;
        width: 100%;
    }
    .custom-col{
            /* padding-top: 6.5em !important; */
            padding-top: 6.5em;
    }
}
@media only screen and (max-width : 430px) and (min-width: 426px) {
    .current-premium-content {
        background-color: #EFEFEF;
        /* margin-bottom: 8% !important; */
        left: -64px !important;
        width: 128% !important;
        /* padding: 10% 2% 5% 2%; */
        display: flex !important;
        /* padding-top: 25px !important; */
        padding-top: 9px !important;
        /* position: absolute; */
        position: relative;
        justify-content: center;
        align-items: center;
        padding-bottom: 13px !important;
    }
}
@media only screen and (max-width : 512px) and (min-width: 431px) {

    .current-premium-content {
        background-color: #EFEFEF;
        /* margin-bottom: 5% !important; */
        /* left: -40px !important;
        width: 118% !important; */

        left: -59px !important;
        width: 128% !important;
        /* padding: 10% 2% 5% 2%; */
        display: flex !important;
        /* padding-top: 25px !important; */
        padding-top: 9px !important;
        /* position: absolute; */
        position: relative;
        justify-content: center;
        align-items: center;
        /* padding-bottom: 26px !important; */
    }
    .mobile-sub-parent-premium {
        display: flex;
        justify-content: center;
        /* flex-direction: column; */
        flex-direction: column-reverse;
        align-items: center;
        gap: 3px !important; 
    }
}

@media only screen and (max-width : 512px) and (min-width: 300px) {
    .container-sub-field {
      
        margin: 0px !important;
        
    }
    .random-col {
        padding-top: 5em !important;
    }
    .container-sub-tab {
        top: 3.5em !important;
        /* padding-top: 10px; */
        padding-top: 12px;
        /* padding-bottom:7px; */
        /* padding-bottom:1px; */
    }
    .span-img {
        border: 1px solid grey;
        padding: 10px;
        border-radius: 50%;
        background-color: #fff;
        width: 41px !important;
        height: 41px !important;
    }
    .container-tab{
        padding: 2px !important;
        margin-bottom: 15px !important;
    }
    .tab-text {
        width: 62px;
        color: #94A3B8;
        font-size: 12px !important;
    }
    .premium-text {
        width: 62px;
        color: #FF7A00;
        font-size: 12px !important;
    }
    /* .current-premium-content {
        background-color: #EFEFEF;
        margin-bottom: 0%;
        left: -58px !important;
        width: 125% !important;
      
        display: flex !important;
        padding-top: 18px !important;
       
        position: relative;
        justify-content: center;
        align-items: center;
        padding-bottom: 15px !important;
    } */
       /* .custom-col {
      padding-top: 3em;
    } */
}

@media only screen and (min-width: 991px)  {
    .container-sub-tab {
        
        justify-content: space-around !important;
        flex-wrap: wrap;
        position: relative !important;
        width: 100% !important; 
        z-index: 8 !important;
        top: -51px !important;
        left: 0px !important;
        flex-wrap: wrap;
        border-bottom: 1px solid #dedcdc
     
    }
    
    /* .filtandgeneralCount{
        display: none;
    } */
    .current-premium-content {
        background-color: #EFEFEF;
        /* margin-bottom: 0% !important; */
        /* margin-bottom: 4% !important; */
      left: 0px !important;
        display: flex;
        padding-top: 7px !important;
       width: 100% !important;
        position: relative !important;
        justify-content: center;
        align-items: center;
        padding-bottom: 9px !important;
    }
}
/*@media only screen and (max-width : 1024px) {
}*/
/*Custom Layout instaed 959px*/
@media only screen and (max-width : 991px) {
    /*#region notify modal popup custom css */

    /* .custom-col {
        padding-top: 0em !important;
      } */
      .logout-Current-Premium-content{
        margin-bottom: 0% !important;
        /* padding-top: 15px !important; */

    }
    .desktopcategorybanner-container{
    display: none;
}
    .desktopbottomsubscribenow{
        display: none;
    }
.md-notify-header h1{
    margin: 0em 0.5em 0em 0em;
    font-size: 1.3em;
}

.md-notify-content span{
    font-size: 0.9em;
}

.md-notify-action button{
    font-size: 0.7em;
}

.md-notify-header img{
    height: 1.2em;
    width: 1.2em;
}
/*#endregion*/

    .profile-div,
    .get-app-div {
        display: none;
    }

    .mobile-area {
        display: block;
    }

    .body-container {
        /* padding: 90px 0px 0px 0px; */
        padding: 90px 0px 84px 0px;
    }

    .custom-col {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .container-tab {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 0px;
        /* background-color: #f6f4f4; */
        /* margin-bottom: 35px; */
        margin-bottom: 21px;
    
        /* position: fixed;
        width: 100% !important;
        z-index: 99;
        left: 0% !important; */
    }
    /* .current-premium-content {
        background-color: #EFEFEF;
        margin-bottom: 0%;
        left: -40px !important;
        width: 118% !important;
       
        display: flex !important;
        padding-top: 50px !important;
       
        position: relative;
        justify-content: center;
        align-items: center;
        padding-bottom: 26px !important;
    } */

    .container-tab-animation {
        animation: 2s container-tab-animation;
      }
      @keyframes container-tab-animation {
        from {
          margin-left: 100%;
        }
        to {
          margin-left: 0%;
        }
      }
      .animate-circle {
        /* animation: drawCircle 1.2s ease-out forwards; */
        animation: drawCircle 2.2s ease-out forwards ;
        animation-delay: 2.5s !important;
        
    }
    .premeumAnimation {
        animation: premeumAnimation 1.5s ease-in-out;
        animation-iteration-count: 1.6 !important;
        animation-delay: 2.8s !important;
      }
      /* changes by ankit new discower design */
      .footer-whatsapp{
       bottom: 108px !important;
 
    }

   
}
/* Medium Devices, Desktops */

@media only screen and (max-width : 959px) {

}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .body-container {
        /* padding: 100px 0px 0px 0px; */
        padding: 100px 0px 84px 0px;
    }

    .card-container {
        margin-left: 50px;
    }

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .body-container {
        /* padding: 90px 0px 0px 0px; */
        padding: 90px 0px 84px 0px;
    }

    .custom-col {
        padding-right: 0px;
        padding-left: 15px;
    }

    .course-card-container {
        width: 100%;
        margin-left: -9px;
        margin-bottom: 10px;
        /* margin-left: 0px;
        margin-bottom: 40px; */
    }

    .course-card-image {
        width: 100px;
        height: 100px;
        left: -15px;
        bottom: 40px;
    }

    .course-card-image .course-img {
        padding: 15px 0px 0px 0px;
        width: 100%;
    }

    .course-card-image .duration {
        background-position: 18px center;
    }

    .course-card-content {
        /* padding: 15px 10px 15px 95px; */
        padding: 6px 10px 8px 10px;
    }

        .course-card-content .small {
            font-size: 11px;
            padding-bottom: 2px;
        }

        .course-card-content .card-title {
            font-size: 16px;
        }

    .course-card-speaker {
        font-size: 12px;
    }

    .course-card-view-pricing .view {
        font-size: 12px;
    }

    .course-card-view-pricing .pricing {
        font-size: 12px;
    }

    .event-card-container {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 40px;
    }

    .event-card-image {
        width: 100px;
        height: 100px;
        left: -15px;
        bottom: 40px;
    }

    .event-card-content {
        padding: 15px 10px 10px 95px;
    }

        .event-card-content .small {
            font-size: 11px;
            padding-bottom: 2px;
        }

        .event-card-content .card-title {
            font-size: 16px;
            padding-bottom: 5px;
        }

    .event-small-description {
        font-size: 12px;
        height: 38px;
    }

    .event-date-location {
        padding: 0px 10px 10px;
    }

        .event-date-location .date {
            font-size: 12px;
            padding-top: 2px;
        }

        .event-date-location .location {
            font-size: 12px;
            padding-top: 2px;
        }

    .event-details {
        font-size: 12px;
        padding: 10px;
    }

    .footer-links {
        padding: 0px;
    }

        .footer-links li a {
            font-size: 12px;
        }

    .footer-link-divider {
        padding: 4px;
    }
    .mobile-premium-content-unlock {
        color: #0CA9EA;
        text-align: center;
        font-family: Lato;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 0px 15px !important;
    }
    .subsunlocktext{
        font-size: 12px !important;
        color: #333333 !important;
        font-weight: 400 !important;
    }
    .mobile-premium-content-text a.no-underline {
        text-decoration: none;
        color: #fff;
        font-size: 16px !important;
    }
    
}

@media only screen and (max-width : 480px) {
    .mobile-sub-parent-premium {
        
        /* width: 80%; */
        width: 100% !important;
    }
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

    .body-container {
        /* padding: 90px 0px 0px 0px; */
        padding: 90px 0px 84px 0px;
    }

    .custom-col {
        padding-right: 0px;
        padding-left: 15px;
    }

    .course-card-container {
        width: 100%;
        margin-left: -9px;
        margin-bottom: 10px;
        /* margin-left: 0px;
        margin-bottom: 40px; */
    }

    .course-card-image {
        width: 100px;
        height: 100px;
        left: -15px;
        bottom: 40px;
    }
.choose-radio-option{
        min-width: 89px;
}
.choose-radio-option .best-plan{
        right: -27px;
}
        .course-card-image .course-img {
            padding: 15px 0px 0px 0px;
            width: 100%;
        }

        .course-card-image .duration {
            background-position: 18px center;
        }

    .course-card-content {
        /* padding: 15px 10px 15px 95px; */
        padding: 6px 10px 8px 10px;
    }

        .course-card-content .small {
            font-size: 11px;
            padding-bottom: 2px;
        }

        .course-card-content .card-title {
            font-size: 14px;
        }

    .course-card-speaker {
        font-size: 12px;
    }

    .course-card-view-pricing .view {
        font-size: 12px;
    }

    .course-card-view-pricing .pricing {
        font-size: 12px;
    }

    .event-card-container {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 40px;
    }

    .event-card-image {
        width: 100px;
        height: 100px;
        left: -15px;
        bottom: 40px;
    }

    .event-card-content {
        padding: 15px 10px 10px 95px;
    }

        .event-card-content .small {
            font-size: 11px;
            padding-bottom: 2px;
        }

        .event-card-content .card-title {
            font-size: 14px;
            padding-bottom: 5px;
        }

    .event-small-description {
        font-size: 12px;
        height: 38px;
    }

    .event-date-location {
        padding: 0px 10px 10px;
    }

        .event-date-location .date {
            font-size: 12px;
            padding-top: 2px;
        }

        .event-date-location .location {
            font-size: 12px;
            padding-top: 2px;
        }

    .event-details {
        font-size: 12px;
        padding: 10px;
    }

    .footer-links {
        padding: 0px;
    }

        .footer-links li a {
            font-size: 12px;
        }

    .footer-link-divider {
        padding: 4px;
    }
    .mobile-premium-content-parent {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 84% !important;
        height: 93px;
        flex-shrink: 0;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.12);
    }
    .mobile-premium-content-unlock {
        color: #0CA9EA;
        text-align: center;
        font-family: Lato;
        font-size: 13px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 0px 3px !important;
    }

    .subsunlocktext{
        font-size: 12px !important;
        color: #333333 !important;
        font-weight: 400 !important;
    }
}
/*#endregion */

.boxed {
    border: 1px solid red;
    width: max-content;
    padding-right: 1%;
    padding-left: 1%;
}

/* some changes in user request modal before upload video  start from here⬇️ */

@media only screen and (min-width: 1265px)  {
	.user-req-content{
		height: 690px !important;
	}
	.user-req-upload{
		max-height: 686px !important;
	}
}
@media only screen and (max-width: 1038px)  {
	.user-req-upload{
		padding: 40px 27px !important;
        height: 80vh !important;
        overflow: scroll;
	}
}
@media only screen and (max-width: 826px)  {
	.upload-request-input-group span.user-label {
  
        width: 36px !important;
        height: 38px !important;
    }
}
/* some changes in user request modal before upload video  end from here ⬆️ */

/* .filter-container {
    display: flex;
    justify-content: center; 
    margin-bottom: 20px; 
  }

  
  .filter-button {
    padding: 10px 20px; 
    margin: 0 10px; 
    color: black;
    border: none; 
    background-color: #f0f0f0; 
    cursor: pointer; 
    transition: background-color 0.3s; 
  }


  .filter-button.active {
    background-color: #ff9933; 
  } */

  /* subscription css start ⬇️*/
   
  .subscription-div{
    color: #000;
    line-height: 30px;
    font-size: 15px;
    /* display: flex;
    align-items: center;
    gap: 10px; */
    /* padding: 20px 0px; */
  }
  
  .subscription-head{
    color: orange;
    display: flex;
    gap: 10px;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0px;
  }
.subscription-check-icon{
    color: green;
    font-weight: lighter;
}


/* .subscription-modal{
    display: none;
} */
  /* subscription css end ⬆️*/

  /* new tab css start from here⬇️ */

  /* .container-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
    cursor: pointer;
}

.container-tab span {
    padding: 10px 20px;
    margin: 5px;
    background-color: #ddd;
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
    .container-tab {
        flex-direction: row;
        align-items: center;
    }
} */

.container-tab {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
    /* padding: 30px; */
    padding: 0px;
    /* background-color: #f6f4f4; */
    /* margin-bottom: 35px; */

}
.container-sub-tab{
    /* display: flex; */
    background-color: #EFEFEF;
    /* justify-content: space-between; */
    justify-content: space-around;
    flex-wrap: wrap;
    /* padding: 50px; */
    position: fixed;
    width: 46.1%;
    /* width: 45.7%; */
    z-index: 8;
    left: 26.7%;
    /* left: 27.2%; */
    /* top: 8em; */
    /* top: 130px; */
    top:80px;
}
.category-tab-animation{
    display: none;
    /* display:flex; */
    justify-content:space-around;
    width: 100%;
}
.container-sub-field {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    cursor: pointer;
    font-family: Lato;
}

span {
    text-align: center;
}
.span-img{
    /* border: 1px solid grey; */
    border: 1px solid #CBD5E1;
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;

    width: 50px;
    height: 50px;
}
.span-img img{
    height: 18px;
    width: 24px;
    min-height: 30px;
    min-width: 30px;

}

/* .premium-tab::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 1px;
    background: linear-gradient(45deg,#FF7A00, #fff,#FF7A00,#fff);
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
  } */
  
.premium-tab {
    border: 0px; 
    /* border: 1px solid transparent; */
    /* border-image: linear-gradient(#F7F7F7, #FF7A00,#F7F7F7,#FF7A00) 1; */
    /* border-image: linear-gradient(#F7F7F7, #FF7A00,#F7F7F7,#FF7A00) 1; */
    border-radius: 50%;
    position: relative;
    /* animation: premium-circling 2s linear infinite; */
        /* border-radius: 50%;
    background: radial-gradient(circle, #F7F7F7 0%, #F7F7F7 25%, #F7F7F7 50%, #FF7A00 100%); */
    border: 1px solid #CBD5E1
}

.circle-svg{
    position: absolute;
    /* top: 0px;
    left: -1px; */
    top: -2px;
    left: -4px;
    transform: scale(-1, 1) rotate(-90deg);
   
}

circle {
    stroke-dasharray: 309; /* Circumference of the circle (2 * π * radius) */
    stroke-dashoffset: 309;
    
}

.animate-circle {
    /* animation: drawCircle 1.2s ease-out forwards; */
    animation: drawCircle 2.2s linear forwards ;
}

@keyframes drawCircle {
    /* to {
        stroke-dashoffset: 1;
    } */
    0% {
        stroke-dashoffset: 307.88;
        visibility: visible;
    }
    99.9% {
        stroke-dashoffset: 0;
        visibility: visible;
    }
    100% {
        stroke-dashoffset: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes drawCircle {
    /* to {
        stroke-dashoffset: 1;
    } */
    0% {
        stroke-dashoffset: 307.88;
        visibility: visible;
    }
    99.9% {
        stroke-dashoffset: 0;
        visibility: visible;
    }
    100% {
        stroke-dashoffset: 0;
        visibility: hidden;
    }
}
@keyframes premeumAnimation {
    0%,50%, 100% {transform: scale(1.5);}
   25%, 75% {transform: scale(0.7);}
   
  }

  .premeumAnimation {
    animation: premeumAnimation 1.5s ease-in-out;
    animation-iteration-count: 1.5;
    animation-delay: 0.5s;
  }

.premium-text{
    width: 62px;
    /* color:  #FF7A00 ; */
    color:  #64748B ;
    font-size: 14px;
}
.tab-text{
    width: 62px;
    /* color:  #94A3B8 ; */
    color:#64748B;
    font-size: 14px;
}
/* span img {
    height: auto;
    margin-bottom: 5px;  
} */
.span-img.active{
    background-color: #FF7A00;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.25) inset;
}
.span-img.active svg{
    fill: white;
}
.container-sub-field.active{
    background-color: transparent;
}
.desktopbottomtab.active{
    background-color: transparent;
    /* border-bottom: 3px solid #FF7A00 ;
    line-height: 2.6; */
}
.active-icon {
    /* width: 100px;  */
    height: auto;
    /* background-color: #FF7A00; */
}
.inactive-icon {
    /* width: 100px;  */
    height: auto;
    
    /* opacity: 0.5; */
}
.premium-content-parent{
    
    flex-shrink: 0;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 2px 2px 5px 0px rgba(0, 0,0, 0.12);
    height: 93px;
}
.sub-parent-premium{
    display:flex ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 6px;
}
.premium-content-unlock{
    color: #475569;
text-align: center;
font-family: Lato;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.premium-content-text{
    color: #FFF;
text-align: right;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -0.14px;
display: contents;
}
.premium-content-uper{
    display: inline-flex;
padding: 6px 10px;
justify-content: center;
align-items: center;
gap: 5px;
border-radius: 20px;
border: 1px solid #FF7A00;
cursor: pointer;
background: #FF7A00;
}
.mobile-sub-parent-premium{
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    flex-direction: column-reverse;
    align-items: center;
    /* gap: 13px; */
    gap: 4px;
}
.mobile-premium-content-unlock{
    color: #0CA9EA;
text-align: center;
font-family: Lato;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 0px 15px !important;
}
.subsunlocktext{
    font-size: 14px !important;
    color: #333333 !important;
    font-weight: 400 !important;
}
.mobile-premium-content-text{
    /* color: #FF7A00;  */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    display: inline-flex;
    /* padding: 6px 10px; */
    justify-content: center;
    align-items: center;
    /* gap: 5px; */
    border-radius: 20px;
    /* border: 1px solid #FF7A00; */
    cursor: pointer;
    /* background: #FF7A00; */
    color: #fff;
    /* text-decoration-line: underline;
}


    background-color: #EFEFEF;
  
    left: -9px;
    width: 100.6%;
    /* padding: 10% 2% 5% 2%; */
    display: flex;
    /* padding-top: 10px; */
    /* position: absolute; */
    position: relative;
    justify-content: center;
    align-items: center;
  
}
.custom-col {
    padding-top: 6em;
  }
  /* .course-event-div{
    padding-top: 6em;
  } */

  .category-coming-soon{
    display: flex;
    flex-direction: column;
    width: 100%;
    /* height: 12em; */
    height: 66vh;
    font-family: Lato;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
    font-size: 14px;
    
  }
  .category-coming-soon button{
    background-color: transparent;
    color: #ff7a00;
    font-family: Lato;
    font-weight: 600;
    text-transform: unset;
    outline: none;
  }
  .category-coming-soon span{
    background-color: transparent;
    color: gray;
    font-family: Lato;
    font-weight: 400;
    text-transform: unset;
  }
  .category-coming-soon h4{
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    color: #475569;
  }
  #reel-category-btn{
    border-radius: 8px;
    background: #FF7A00;
    border:0px;
    font-family: Lato;
    font-size: 1em;
    display: inline-flex;
    width: 70%;
    height: 54px;
    
    justify-content: center;
    align-items: center;
    gap: 15px;
    /* flex-shrink: 0;  */
  }
  .mobile-premium-content-text a.no-underline{
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    color: #FF7A00;
    font-size: 18px;
  }
  .mobile-premium-content-parent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
height: 93px;
flex-shrink: 0;
border-radius: 12px;
background: #FFF;

box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.12);
  }
  .mobile-premium-content-uper p{
    margin-top: none !important;
  }

  /* bubble animation  */
  /* .pre-tooltip {
    position: relative;
    display: inline-block;
  } */

  

  
  .pre-tooltip .pre-tooltiptext {
    width: 180px;
    /* background-color: #0CA9EA; */
    /* background-color: rgba(12, 169, 234, 0.25) ; */
    background-color: rgba(12, 169, 234, 0.90) ;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
    top: 110%;
    left: 50%;
    margin-left: -150px;
    
  }
  .pre-text-unlock{
    
    /* font-size:14px; */

    /* font-feature-settings: 'clig' off, 'liga' off; */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    /* font-weight: 500; */
    color:#334155;
    /* line-height: 16px */
    animation: zoominout 2s linear backwards;

    /* animation-delay: 6s; */
  }
  @keyframes zoominout {
    0% {
        font-size:10px;
        padding:10px 0px;
       
    }
    /* 33%{
        font-size:16px;
        padding:10px 0px;
        
    } */
    100% {
        font-size:16px;
        padding:10px 0px;
        
    }
  }
  .pre-tooltip .pre-tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 80%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    /* border-color: transparent transparent rgba(12, 169, 234, 0.25)  transparent; */
    border-color: transparent transparent rgba(12, 169, 234, 0.90)  transparent;
  }
  
  .pre-tooltip:hover .pre-tooltiptext {
    /* visibility: visible; */
  }
  .cross-premium {
    position: absolute;
    z-index: 999;
    color: #000;
    top: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    right: -6px;
    font-weight: 600;
    font-size: 15px;
    background-color: #fff;
    border-radius: 50%;
    padding-bottom: 4px;
    cursor: pointer;
}

.parentAnim{
    position: relative;
    right:3%;
    width: 83vw;
    top: -6px;
}
@media only screen and (max-width: 1310px) and (min-width: 991px) {
    .parentAnim{
        right:-1%;
   }
       .col-md-6 {
   
        max-width: 68% !important;
        
    }
    .course-card-speaker{
            width: max-content;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 266px;

    }
}
@media only screen and (max-width:  991px){
    .filtersortwithcount{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
 
}
    /* .subs-new-status{
        display: none;
    } */
     .subscwithfilterCount .subs-new-status{
        display: none;
     }
     .subs-new-status{
            display: flex
;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
     }
     .subs-new-status-icon svg{
        width: 21px;
        height: 21px;
     }
      .subs-new-status-text .subs-new-plan {
        /* color: #0CA9EA; */
        color: #116DB6;
        /* font-weight: 500; */
        font-family: Lato;
font-weight: 700;
font-style: Bold;
font-size: 13px;


    }

    .subs-new-status-text .subs-valid-date {
        /* color: #0CA9EA; */
        color: #116DB6;
        /* font-weight: 500; */
        font-family: Lato;
font-weight: 700;
font-style: Bold;
font-size: 13px;


    }
    .parentAnim{
        right:-38%;
        width: 100vw;
   }
   .sub-category{
    border-bottom: 0.5px solid #D7DBE0;
   }
   .sub-category-btn.active {
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 13px !important;
    line-height: 14px !important;
    border-radius: 6px;
}

.sub-category-btn { 
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 13px !important;
}
.container-sub-tab{
    background-color: #fff;
}
.category-tab-animation {
    padding-bottom: 11px;
    background-color: #fff;
}
.mobile-premium-content-unlock {
    /* padding: 10px 7px 0px 7px !important; */
    padding: 0px 7px 0px 7px !important;
}
body {
    font-family: OpenSansRegular;
    background-color: #EFEFEF;
}


/* subscription animation start text */
.subs-wrapper {
  height: 27px;
  overflow: hidden;
  position: relative;
  width: 190px; 
}

.subs-container {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
}

.subs-item {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #334155;
  font-family: Lato;
}
.subs-parent-container{
    display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-bottom: 5px;
  height: 27px;

  /* animation: subs-lefts 2s linear forwards; */
}
@keyframes subs-lefts {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* subscription animation end text */
}

@media only screen and (max-width:  512px){
    .parentAnim{
        right:-38.5%;
        width: 100vw;
        top: 4px;
   }
} 


/* css start of subcategory */

.underBtnLine{
    width: 100%;
    height: 1px;
    background-color: #E2E8F0;
    position: absolute;
    top: 10.2%;
    z-index: 1;
}


  

  .sub-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 0 0 0; */
    padding: 8px 14px 5px 14px;
    position: relative;
    background: #EFEFEF;
    /* border-bottom: 1px solid #dedcdc */
   
}

.sub-category-btn {
    /* padding: 5px 0;
    padding-bottom: 10px; */
    padding: 8px 7px;
    color: #95A0B1;
    cursor: pointer;
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    /* text-align: center; */
    text-align: start;
    position: relative;
    display: inline-block;
    width: 100%;
    /* padding-left: 5px; */
    /* Ensure that the element wraps its content */
}

.sub-category-btn.active {
    font-weight: bold;
    color: #334155;
    font-size: 16px;
    background: #F4F4F4;
    padding: 9px 5px 7px 9px;
    border-radius: 6px;

}

.sub-category .line {
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #f18a3f;
    transition: left 0.5s, width 0.5s;
    /* Smooth transition */
    z-index: 1;
    /* Ensure it’s above other content */
}


/* new index tab design css start here */

@media only screen and (min-width:  991px){


   

    body {
    overflow: hidden;
    overflow-y: hidden;
}
.notloginupdates{
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 81vh;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 500;
}
.desktopbottomsubscribenow{
        display: flex;
    }
    .tab-container {
        /* bottom: 8px !important; */
      
    }
    .monthlysubscText{
        display: none !important;
    }

    /* notification card css start from  here  */
    .updateinnerdiv {
        display: block !important;
        background-color: #ECEBEB;
        padding-right: 17px;
        /* padding-right: unset; */
        /* padding-left: 1em !important; */
        padding-left: 0.4em !important;
        /* width: 346px !important; */
        /* width: 313px !important; */
        width: 307px !important;
    }
    .upadateseeallfordesktop {
        /* margin-right: 30px; */
    }
 
.course-card-view-pricing .pricing{
    color: #64748B;

}

/* active user subs design start  */
.subs-new-status {
  display: flex;
  align-items: center;
  /* background-color: #f7f7f7; */
  /* padding: 10px 16px; */
  border-radius: 8px;
  font-family: Lato;
  font-size: 16px;
color: #334155;

  gap: 10px;
}
.subs-new-status-text{
    line-height: normal;
    padding-right: 10px;
}
/* .subs-new-status-icon {
  width: 20px;
  height: 20px;
  background-color: #00c853;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.subs-new-status-icon .subs-new-checkmark {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.subs-new-status-text .subs-new-plan {
 color: #0CA9EA;
  font-weight: 500;
}

.subs-new-status-text .subs-valid-date {
  color: #0CA9EA;
  font-weight: 500;
}

/* active user subs design end   */

/* desktop banner css start */
.desktopcategorybanner-container{
    display: block;
        padding: 0px 10px;
}
 .deskcate-outer {
  background-color: #d7ecfa; /* light blue background */
  padding: 16px 10px;
  border-radius: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #2c3e50;
  /* max-width: 900px;
  margin: auto; */
  margin-top: 24px;
}

.deskcate-outer .deskcate-parent-text {
  margin: 0 0 8px;
  font-family: Lato;
font-weight: 700;
font-size: 22px;
line-height: 100%;
letter-spacing: 0%;
color: #334155;

}

.deskcate-outer .deskcate-info-list {
  margin: 0;
  font-family: Lato;
font-weight: 500;
font-size: 15px;
line-height: 20px;
letter-spacing: 0%;
vertical-align: middle;
color: #334155;

}

.deskcate-outer .deskcate-dot {
margin: 0 0px 0 8px;
  color: #2c3e50;
  font-weight: bold;
}
/* desktop banner css  end*/


.mobile-icon-center{
    flex: unset;
}
.mobile-text{
    font-size: 16px;
}
.filterNotifCount svg{
    width: 21px;
    height: 22px;
}
.filterNotifCount .notif-icon{
    width: 30px;
    height: 30px;
}
.interest-filter{
    gap:8px !important;
     display: flex !important;
     align-items: center;
}
.dropdown-options{
    min-width: 153px;
        /* right: -9px; */
        right: -16px;
            top: 50px;
            padding: 10px;
}
.interest-count-badge{
   position: absolute;
    top: 4px !important;
    background: rgb(142, 144, 146);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    padding: unset !important;
    font-size: 9px !important;
    font-weight: normal;
    line-height: 2 !important;
    min-width: 19px !important;
    left: 17px;
    right: unset !important;
    text-align: center;
}
.sort-container{
     min-width: 125px;
     width: 100%;
    height: 44px;
     display: flex;
    align-items: center;
    justify-content: center;
     font-size: 16px;
         padding: 0px 13px;
}
.sort-label{
    font-size: 16px;
}
.dropdown-selected{
    font-size: 16px;
}
.filter-newtab{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 44px;
    font-size: 16px;

}
.filtandgeneralCount {
    font-size: 14px !important;
    padding-right: 10px;
}
.subscwithfilterCount{
    display: flex;
    flex-direction: column-reverse;
    align-items: start  ;
    gap: 5px;
}
.container-sub-tab{
    background-color: unset;
}
.custom-col{
    padding-top: 3em !important;
}
.sub-category{
    background-color: unset;
    padding: 13px 9px 12px 9px;
}
/* .Premium-content,.Premium-recent-content,.Hybrid-Event--content,.Hybrid-Event-recent-content,.Online-CME--content,.Online-CME-recent-content,.Premium-upcoming-content,.Hybrid-Event-upcoming-content,.Online-CME-upcoming-content { */
.course-event-div{
     /* display: flex; */
  flex-wrap: wrap;
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);  */
  /* gap: 16px */
  /* max-height: 80vh;  */
  /* overflow-y: auto;  */
  /* padding: 10px; */
  scrollbar-width: none;
  padding-bottom: 10em;
}
.custom-col{
    overflow: hidden;
     max-height: 90vh; /* adjust height as needed */
  overflow-y: auto
}

.course-card-container {
  /* background-color: #f0f0f0;  */
  height: 154px; 
  /* border: 1px solid #ccc; */
  border-radius: 8px;

   width: 48%; /* almost 50%, with spacing */
  margin: 1%;  /* spacing between cards */
  box-sizing: border-box;
}
.col-md-6{
    flex: 1 0 50% !important;
    max-width: 72%;
     border-left: 2px solid #DCDCDC
}
.body-container{
background-color: #ECEBEB;
padding: 77px 0px 50px 0px ;
}

.updatesxinnerdiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.upadateseeallfordesktop{
       width: 107;
height: 49;
gap: 10px;
border-radius: 8px;
border-width: 1px;
padding: 10px 20px;
background: #FFFFFF;
border: 1px solid #C7D0DE;
font-family: Lato;
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
color: #64748B;


    }
.notification-hld {

    flex-direction: column !important;
    height: 80vh;
    overflow: hidden !important;
    overflow-y: auto !important;
     scrollbar-width: none !important; 
   padding-top: 10px;
   padding-bottom: 70px !important;
}
.notification-card{
    min-width: 280px;
    /* max-width: 293px; */
    max-width: 286px;
     background: #F1F5F9;
    /* background-color: #fff !important; */
}
.notification-description{
    font-weight: 400;
    color: #334155 !important;

}
.notification-title{
    font-size: 18px !important;
}
.notification-description{
        /* width: 275px !important; */
        width: 268px !important;
}
 .bookmarkupdates{
        display: flex;
     }
     .bookmarkedinnerdiv{
       
        flex-direction: column !important;
     }

    .notification-hld {

    flex-direction: column !important;
    height: 80vh;
    overflow: hidden;
    overflow-y: auto;
     scrollbar-width: thin; 
   padding-top: 10px;
}

.upadateseeallfordesktop{
        /* display: block !important; */
        display: none !important;
    }
    /* notification card css end from  here  */
}

.updateinnerdiv{
        display: none;
    }
.notireadmore{
        color: #006CBA;
    text-decoration: underline;
    font-size: 14px;
}
.notification-card{
    background: #F1F5F9;
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.12);
 /* width: 170px !important; */
 height: 188px;
 padding: 12px !important; 
 min-width: 235px;
 border-radius: 10px;
}
.notification-logo{
    display: none;
}
.notification-title{
    color: rgba(51, 65, 85, 1);
    font-size: 16px;
     font-family: Lato;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 41px;
    overflow: hidden;
        margin-bottom: 0;
cursor: pointer;
font-weight: 700;
text-align: start;
line-height: 20px;
}
.notification-description{
      /* font-family: Lato;
      padding-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    padding-bottom: 5px;
    color: rgba(51, 65, 85, 1);
    font-size: 12px;
    text-overflow: ellipsis;
    font-weight: 500;
        width: 211px; */
        font-family: Lato;
            display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 212px;
    height: 102px;
    line-height: 1.3em;
    font-size: 14px;
padding-top: 10px;
padding-bottom: 5px;
 color: rgba(51, 65, 85, 1);
 text-align: start;
}
.notification-hld{
    display: flex !important;
    flex-direction: row;
    gap: 10px;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
}
.UpdatesText{
     font-family: Lato;
font-weight: 900;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
margin-top: 15px;
padding-bottom: 15px;
}
.upadateseeallfordesktop{
        display: none;
    }

.mobile-notification{
    display: none !important;
}
  /* changes by ankit start */
.interest-filter{
    /* display: block !important; */
    display: flex !important;
    gap: 5px;
}
.filter-newtab{
        border: 1px solid #C7D0DE;
   padding: 5px 4px 5px 1px;
    border-radius: 6px;
    position: relative;
    background: #fff;
}
.filterandsortby{
    display: flex;
    gap: 7px;
    
}
.hide-important {
    display: none !important;
  }
 .monthlysubscText {
    display: unset !important;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: sans-serif;
  padding: 5px 0px 1px 0px;
  /* animation: subs-lefts 2s linear forwards; */
  /* padding-left: 30px; */

  /* display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; */

  text-align: center;
}
    .vertical-marquee{
        /* display: block !important; */
    }
   
.filtandgeneralCount{
    font-family: Lato;
font-weight: 700;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: #64748B;

}
.profile-tab-container {
    /* display: unset !important; */
    line-height: 22px;
}
    .mobile-search {
        padding-right: 25px;
    }
  /* changes by ankit end */
  

  /* new index tab design css end here */
  /* input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #666;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    position: relative;
}

input[type="radio"]:checked {
   
background-color:  #334155;
} */