

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);

/*#region OpenSans Font*/

@font-face {
    font-family: OpenSansRegular;
    src: url(https://s3.ap-south-1.amazonaws.com/cdn2.onference.in/fonts/Open_Sans/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: OpenSansRegularItalic;
    src: url(https://s3.ap-south-1.amazonaws.com/cdn2.onference.in/fonts/Open_Sans/OpenSans-RegularItalic.ttf) format('truetype');
}

@font-face {
    font-family: OpenSansBold;
    src: url(https://s3.ap-south-1.amazonaws.com/cdn2.onference.in/fonts/Open_Sans/OpenSans-Bold.ttf) format('truetype');
}

@font-face {
    font-family: OpenSansBoldItalic;
    src: url(https://s3.ap-south-1.amazonaws.com/cdn2.onference.in/fonts/Open_Sans/OpenSans-BoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: OpenSansLight;
    src: url(https://s3.ap-south-1.amazonaws.com/cdn2.onference.in/fonts/Open_Sans/OpenSans-Light.ttf) format('truetype');
}

@font-face {
    font-family: OpenSansItalic;
    src: url(https://s3.ap-south-1.amazonaws.com/cdn2.onference.in/fonts/Open_Sans/OpenSans-LightItalic.ttf) format('truetype');
}



*{
    box-sizing: border-box;
    margin: 0;
      padding: 0;
}
body{
      margin: 0;
}

.body-container {
  /* padding: 20px; */
  margin: 0 auto;
  /* max-width: 1200px; */
  padding: 73px 0px 0px 0px;
}

.body-hld {
    /* width: 95%; */
     padding: 20px;
    margin: 0 auto;
}

.col-md-12 {
  width: 100%;
}

.row {
  /* display: flex; */
  flex-wrap: wrap;
}

/* header css start here */
/* General header styling */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  background-color: #fff;
  /* border-bottom: 1px solid #e0e0e0; */
  font-family: "Segoe UI", Arial, sans-serif;
z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
  box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.11);
}
.backButton{
  display: none;
}
.headerwithbackbtn{
  display: flex;
  align-items: center;
  gap: 5px;
}
.headerprofileicon{
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Logo */
.logo img {
  height: 42px;
  width: auto;
}

/* Navigation section */
.nav-icons {
  display: flex;
  align-items: center;
  gap: 28px;
}

/* Each icon + label */
.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  color: #1a1a1a;
  cursor: pointer;
  transition: color 0.2s ease;
  font-family: Lato;
}
.nav-item a{
    text-decoration: none;
    color: black
}
.nav-item:hover {
  color: black
}

/* Icons (use fontawesome or lucide icons) */
.icon {
  font-size: 22px;
  margin-bottom: 4px;
}

/* Example using Font Awesome */
.icon.headset::before {
  content: "\f590"; /* fa-headset */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.icon.user::before {
  content: "\f007"; /* fa-user */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.icon.search::before {
  content: "\f002"; /* fa-search */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
/* header css end here */

@media (max-width: 768px) {
  .body-hld {
    padding: 0px 10px 10px 10px;
  }

  /* header css start here */
   .header {
    /* flex-direction: column; */
    align-items: center;
    gap: 10px;
  }

  .nav-icons {
    /* justify-content: space-around; */
    width: 100%;
    gap: 15px;
  }

  .logo img {
    height: 36px;
  }
/* header css end here */
 

}

@media (max-width: 480px) {
  .body-hld {
    padding: 0px 10px 10px 10px;
  }
}
@media (max-width: 320px) {
   .header {
    /* flex-direction: column; */
    align-items: center;
    gap: 10px;
  }

  .nav-icons {
    justify-content: space-between;
    width: 100%;
    gap: 5px;
    padding-right: 10px;
  }

}





















.header-area {
    float: left;
    width: 100%;
    /*overflow: hidden;*/
    box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    padding-top: 15px;
    position: fixed;
    z-index: 99999;
}

.header-container {
    width: 95%;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.footer-container {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

.onference-logo {
    float: left;
    overflow: hidden;
    padding-right: 40px;
}

.header-search {
    float: left;
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px #cccccc;
    /* margin: 5px 0px 0px 60px; */
    padding: 8px;
}

.header-txt-search {
    /* width: 400px; */
        /* width: 336px;
    float: left;
    border: none;
    background-color: #ffffff;
    outline: none; */
}

.header-btn-search {
    /* width: 25px;
    height: 25px; */
    /* background-image: url(https://cdn2.onference.in/images/cutouts/search.png); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px 22px;
    float: right;
}

    .header-btn-search:hover {
        cursor: pointer;
    }

.header-menu {
    float: left;
    /*overflow: hidden;*/
    padding-left: 50px;
}

    .header-menu ul {
        float: none;
        list-style: none;
        padding: 0px;
        margin: 0 0 0 10px;
        flex-direction: row;
    }

        .header-menu ul li {
            list-style: none;
            position: relative;
            float: left;
            display: block;
            padding: 13px 30px 25px 30px;
            border-bottom: 3px solid #ffffff;
        }

            .header-menu ul li a {
                font-family: OpenSansRegular;
                color: #333333;
                text-decoration: none !important;
                font-size: 15px;
                text-transform: uppercase;
            }

            .header-menu ul li.active {
                border-bottom: 3px solid #ffcc00;
                cursor: pointer;
            }

                .header-menu ul li.active > a {
                    color: #ffcc00;
                    font-weight: 600;
                    cursor: pointer;
                }

            .header-menu ul li:hover {
                border-bottom: 3px solid #ffcc00;
                cursor: pointer;
            }

                .header-menu ul li:hover a:not(.btn-view-profile):not(.btn-logout) {
                    color: #ffcc00;
                    font-weight: 600;
                    cursor: pointer;
                }

.notification-menu {
    overflow: hidden;
    float: right;
    padding: 10px;
}

    .notification-menu:hover > img {
        cursor: pointer;
    }

.my-account {
    position: relative;
}
    .my-account:hover .login-signup-card {
        display: block;
    }

.login-signup-card {
    display: none;
    position: absolute;
    z-index: 9;
    width: 290px;
    background-color: #ffffff;
    padding: 20px 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    top: 65px;
    right: -70px;
}

.welcome-text {
    text-align: center;
    font-size: 14px;
    font-family: OpenSansRegular;
}

.btn-login-signup {
    padding: 20px 0px 30px 0px;
    float: left;
    width: 100%;
}

.btn-login {
    float: left;
    width: 100%;
    padding: 6px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: OpenSansBold;
    color: #ff9933;
    outline: none;
    text-align: center;
}

.btn-signup {
    float: left;
    padding: 6px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: OpenSansBold;
    color: #ff9933;
    outline: none;
}

.logged-account {
    position: relative;
    padding: 0px !important;
    padding-left: 30px !important;
}

    .logged-account .logged-in-username {
        white-space: nowrap;
        /* overflow: hidden; */
        text-overflow: ellipsis;
        max-width: 80px;
        width: 80px;
    }

    .logged-account:hover .logout-view-card {
        /* display: block; */
        display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    }

    .logged-account a:not(.btn-view-profile) {
        padding-top: 14px;
        float: left;
        margin-right: 15px;
    }

    .logged-account span {
        width: 40px;
        height: 40px;
        float: right;
        margin-top: 5px;
        margin-left: 10px;
        border-radius: 100%;
        background-color: #ccc;
        overflow: hidden;
    }

.logout-view-card {
    display: none;
    position: absolute;
    z-index: 9;
    /* width: 190px; */
    width: 200px;
    background-color: #ffffff;
    /* padding: 20px 25px; */
    padding: 20px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    top: 65px;
    right: -15px;
    
}

.btn-view-profile {
    font-size: 14px !important;
    width: 100%;
    padding: 0px;
}

.btn-logout {
    font-size: 14px !important;
    width: 100%;
    padding-top: 20px;
}

.logout-view-card a:hover {
    color: #ffcc00;
    cursor: pointer;
}


/*#endregion */

/*#region mobile store banner css */

.mobile-store-banner {
    display: none;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    background-color: orange;
    color: #fff;
    height: 40px;
}

.mobile-app {
    float: left;
    /* Firefox */
    width: -moz-calc(100% - 100px);
    /* WebKit */
    width: -webkit-calc(100% - 100px);
    /* Opera */
    width: -o-calc(100% - 100px);
    /* Standard */
    width: calc(100% - 100px);
    overflow: hidden;
    height: 30px;
}

.banner-close {
    margin-top: 5px;
    float: left;
}

.get-text {
    font-size: 12px;
    font-family: OpenSansRegular;
    width: calc(100% - 21px);
    float: left;
    margin-left: 5px;
    line-height: 14px;
    margin-top: 2px;
}

.app-store-link.google {
    display: none;
    width: 100px;
    float: right;
    cursor: pointer;
}

.app-store-link.ios {
    display: none;
    width: 85px;
    float: right;
    cursor: pointer;
}

/*#endregion*/

/*#region mobile header css */

.mobile-area {
    display: none;
    float: left;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    /* padding: 10px 10px 10px; */
    padding: 5px 10px 5px;
    position: fixed;
    z-index: 9;
}

.mobile-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newMenuBtn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mob-ham {
    float: left;
    padding: 4px;
    width: 36px;
    overflow: hidden;
}

    .mob-ham span {
        /* font-size: 18px; */
        font-size: 25px;
    }

.mob-onference-logo {
    float: left;
    overflow: hidden;
}

    .mob-onference-logo img {
        /* width: 75%; */
        /* width: 91%; */
    }

.mobile-search {
    overflow: hidden;
    float: right;
    /* padding: 5px 15px 5px 0px; */
}

.mobile-search-div {
    width: 94%;
    position: absolute;
    z-index: 999;
    right: 0;
    left: 100%;
    padding-top: 10px;
    padding: 8px 10px;
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
    background-color: #efefef;
}

    .mobile-search-div .search-text {
        border: 0;
        outline: none;
        width: 85%;
        float: left;
        position: relative;
        background-color: inherit;
    }

    .mobile-search-div .mob-search-cancel .fa-times {
        float: right;
        padding: 4px;
    }

.mobile-notification {
    overflow: hidden;
    float: right;
    /* padding: 5px 0px; */
}
.mobile-backBtn {
    overflow: hidden;
    float: right;
    /* padding: 5px 0px; */
}

/*#endregion */

/*#region mobile menu css */

.mob-user-profile {
    float: left;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #b1b1b1;
    padding: 10px 10px;
}

.mob-user-icon {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 60%;
    overflow: hidden;
    margin-right: 10px;
    background-color: #cccccc;
}

.mob-user-name {
    float: left;
    overflow: hidden;
    width: 64%;
    color: #333333;
    padding-top: 3px;
    font-family: OpenSansBold;
    font-size: 16px;
}

.mob-user-qual {
    float: left;
    overflow: hidden;
    width: 64%;
    color: #333333;
    padding-top: 4px;
    font-family: OpenSansRegular;
    font-size: 12px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mob-user-edit {
    float: left;
    overflow: hidden;
    color: #ff6600;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: OpenSansRegular;
    font-size: 12px;
    padding: 0px 11px;
    border-radius: 4px;
    margin-top: 4px;
}

.nav-side-menu {
    overflow: auto;
    position: fixed;
    /* top: 0; */
    top: 73px;
    left: -100%;
    width: 85%;
    color: #e1ffff;
    background-color: #fff;
    /* z-index: 99; */
    z-index: 9999;
    padding-bottom: 40px;
}

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        float: left;
        width: 100%;
        cursor: pointer;
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .nav-side-menu ul .active,
        .nav-side-menu li .active {
            border-left: 3px solid #d19b3d;
            background-color: #4f5b69;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            color: #d19b3d;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                color: #d19b3d;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            background-color: #f7f7f7;
            border: none;
            line-height: 28px;
            margin-left: 0px;
            color: #333333;
            font-size: 14px;
            font-family: OpenSansRegular;
            padding: 5px 10px 5px 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #e6e6e6;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
                font-family: FontAwesome;
                content: "\f105";
                display: inline-block;
                padding-left: 10px;
                padding-right: 10px;
                vertical-align: middle;
            }

    .nav-side-menu li {
        padding: 10px;
        padding-left: 0px;
        /*border-left: 3px solid #4a4a4a; */
        border-bottom: 1px solid #b1b1b1;
    }

        .nav-side-menu li a {
            float: left;
            width: 100%;
            text-decoration: none;
            color: #333333;
            font-size: 14px;
            font-family: OpenSansRegular;
        }

            .nav-side-menu li a i {
                padding: 0px 10px;
                width: 40px;
            }

        .nav-side-menu li:hover {
            border-left: 3px solid #0ab3ff;
            background-color: #f1f1f1;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

.footer-link {
    width: auto !important;
    float: none !important;
}

.menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}

/*#endregion */

/*#region Helper Classes*/
.hidden-visibility{
visibility: hidden !important;
}
.hidden {
    display: none !important;
}

.show {
    display: block !important;
}

a:hover, a:active {
    color: #ff9933;
    text-decoration: none;
}

/*#endregion Helper Classes*/

/*#region error css */

.form-error {
    float: left;
    width: 100%;
    color: #ff0000;
    font-size: 12px;
    height: 20px;
}

/*#endregion */

/*#region sweet alert custom css */

.swal2-icon.swal2-info {
    border-color: #28c0fd75;
    color: #28c0fd;
}

/*#endregion */

/*#region footer css */

.footer-area {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 10px 0px;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px 5px rgba(0, 0, 0, 0.11);
}

.footer-links {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

    .footer-links li {
        list-style: none;
        float: left;
    }

        .footer-links li a {
            cursor: pointer;
            font-family: OpenSansRegular;
            font-size: 13px;
            color: #333333;
        }

    .footer-links > li:hover a,
    .footer-links > li.active a {
        color: #ffcc00 !important;
    }

.footer-link-divider {
    float: left;
    padding: 4px 10px;
    font-family: OpenSansRegular;
    font-size: 13px;
    color: #333333;
}

.copyright {
    float: right !important;
    font-family: OpenSansRegular;
    color: #333333;
    font-size: 13px;
    line-height: 26px;
}

/*#endregion */

/* EJS partials CSS*/

.newsFeedBackBtn{
    position: relative;
    display: flex;
    flex-direction: column;
    /* width: 100px; */
    gap: 10px;
    padding:20px 0px 20px 30px;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 10px;
    /* border-bottom: 3px solid #c7c4c4; */
    text-align: center;
    color: #334155;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}

.back-btn-container {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    cursor: pointer;
}

.back-btn-container svg{
    width: 16px;
    height: 16px;
}
.all-routes{
    display: flex;
    align-items: center;
    gap:5px;
    text-transform: capitalize;
}

.route-link{
    display: flex;
    align-items: center;
}

.all-routes svg{
    width: 12px;
    height: 12px;
}

.all-routes a{
    color: #334155;
    font-size: 20px;
    border: 1px solid #E2E2E2;
    padding: 2px;
   
}

.video-content{
    display:inline-block;
     /* display:inline-block; */
     box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.11);
     background-color: #ffffff;
     border-radius: 15px;
     padding: 7px;
     height: 208px;
     width: 250px;
     min-width: 250px;
     position: relative;
}
.video-content a{
    display:inline-block;
}
.uploaded-video {
    /* border-radius: 5px; */
    /* box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.11);
    background-color: #ffffff; */
    /* padding: 7px; */
    /* width: 100%; */
    /* margin: 0px 5px; */
    /* height: 150px; */
    width: 100%;
    /* height: 113px; */
}
.uploaded-video a{
    width: 100%;
}
.onlinevideoname{
     -webkit-line-clamp: 3 !important;
}
.video-name {
    /* font-family: OpenSansBold;
    font-size: 16px; */
    color: #333333;
    padding: 15px 5px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    min-height: 52px;
    overflow: hidden;
    margin-bottom: 0;
    cursor: pointer;
    color: #324669;
    /* margin-bottom: 8px; */

font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%;
}
.newsFeedAboutText{
    font-size: 16px;
}

.sub-time-detail {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* padding: 0px 8px; */
    gap: 9px;
    padding-top: 30px;
    /* padding-top: 7px; */
}
.speakername{
    color: #324669;

font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 120%;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
min-height: 30px;
padding-left: 7px;
}
.video-duration {
    /* background-image: url(https://cdn2.onference.in/images/cutouts/duration.png); */
    background-repeat: no-repeat;
    background-position: left center;
    /* font-family: OpenSansRegular;
    font-size: 14px; */
    color: #333333;
    /* padding-left: 15px; */
    /* margin: 5px 0px 0px 0px; */
	/* width: 32%; */
    float: left;
    color: #758196;

font-family: Lato;
font-size: 12px;
font-style: normal;
font-weight: 400;
/* line-height: 120% */
align-items: center;
display: flex;
gap: 10px;
}
.video-view {
    /* opacity: 0.5; */
    /* font-family: OpenSansRegular;
    font-size: 14px; */
    color: rgba(0, 0, 0, 0.5);
    text-align: right;
    padding: 10px 5px 0px 0px;
	/* width: 34%; */
    float: left;

    color: #758196;

font-family: Lato;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 120%;
}

.vid-price{
    /* font-family: OpenSansRegular;
    font-size: 14px; */
    color: #363232;
    text-align: start;
    padding: 0px 5px 0px 0px;
    /* width: 32%; */
    float: left;

    color: #758196;

font-family: Lato;
font-size: 12px;
font-style: normal;
font-weight: 700;
/* line-height: 120% */
display: flex;
    align-items: center;
    gap: 10px;

}

.video-up-btns{
    margin-top: 20px;
    display: flex;
    font-family: 'Lato';
    /* justify-content: space-between; */
    justify-content: end;
    gap: 7px;
    gap: 16px;
    
}
.video-up-btns svg{
    width: 20px;
    height: 20px;
}
.video-up-btns a{
    text-decoration: none;
    color: #758196;
}

.video-up-btns .edit-btn{
    /* border: 1px solid #CBD5E1;
    border-radius: 8px;
    width: max-content;
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 5px; */

    border: 1px solid #CBD5E1;
    border-radius: 8px;
    width: max-content;
    text-align: center;
    display: flex;
    align-items: center;
    /* float: left; */
    margin-bottom: 5px;
    position: absolute;
    left: 10px;
}
.video-up-btns .edit-btn a{
    padding: 3px 10px;
}
.status-ind{
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 2px;
    margin: 0px 5px 5px 0px;
    width: 150px;
    height: 32px;
    text-align: center;
    cursor: pointer;
}
.status-share{
    margin: 0px 5px 5px 0px;
    width: 150px;
    height: 32px;
    text-align: center;
}
.status-share-innerDiv{
    /* border: 1px solid #DD6A15; */
    cursor: pointer;
    color: #FF7A00;
    /* width: 80px; */
    float: right;
    border-radius: 5px;
    padding: 2px;
}
.editbtnwithIcon{
    display: flex;
}

.online-sub-time-detail{
    padding-top: 30px !important;
}
.video-subTitle{
    display: none !important;
    visibility: hidden;
    display: inline-flex;
    height: 20px;
    padding: 2px 6px;
    width: max-content;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 11px;
background: #E2F5FF;

    color: #334155;
font-family: Lato;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: normal;

overflow: hidden;
    /* width: 100%; */
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* EJS partials CSS -end*/

/*#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;
}
.share-popup-close{
    position: absolute;
    top: -11px;
    right: -6px;
    background: #FF7A00;
    color: #ffff;
    border-radius: 50%;
    /* padding: 5px; */
    width: 25px;
    height: 25px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
@-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 media queries */
/* airticle card css start from here */
.airticle-container{
    width: 100%;
    display: flex;
 
  flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    overflow-x: auto;
    padding: 0px 7px 7px 7px;
    }
.newFeed-container{
    width: 100%;
    display: flex;
 
  flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    overflow-x: auto;
    padding: 0px 7px 7px 7px;
    }
    .airticle-container-card{
        width: 172px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #FFF;
    padding: 10px 7px 13px 7px;
    /* shadow 1 */
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    
    }
    .airticle-message{
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #334155;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 100%;  */
    /* text-transform: lowercase; */
    padding-bottom: 6px;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    line-height: 15px;
    }
    .view-article-file{
        color: var(--Orange, #FF7A00);
        width: 70px;
    cursor: pointer;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    }
    .view-article-file a{
        color: var(--Orange, #FF7A00);
    }
    .airticle-container::-webkit-scrollbar {
        width: 8px; 
        height: 5px; 
      }
    .airticle-container::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px; 
    }
    
    .airticle-container::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }
    /* airticle card css end from here */
/*Custom Layout by Saeed*/

.engt-button{
	text-transform: unset;
}


/* qna css start here */
.qna-message{
    display:none
}
.qna-side-menu{
    display:none
}
.qna-head {
    color: #324669;
   font-family: Lato;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   letter-spacing: -0.32px;
   height: 19.172px;
   flex-shrink: 0;
   margin-top: 10px;
   }
   .askquery-content{
       display: flex;
           justify-content: space-between;
           align-items: center;
           width: 100%;
           /* max-width: 370px; */
           padding: 10px 10px 10px 15px;
             border: 1px solid #116DB6;
           background: #EBF9FF;
           border-radius: 8px;
           cursor: pointer;
           font-size: 16px;
       font-family: 'Lato';
   
   }
   .askquery-start-here{
       display: flex;
       align-items: center;
       gap: 10px;
   }
   .parent-qna-card{
       display: flex;
       align-items: center;
       width: 100%;
       overflow: hidden;
       overflow-x: auto;
       gap: 12px;
       padding-right: 30px;
       scrollbar-width: thin;
       scrollbar-color: transparent transparent; 
       /* cursor: pointer; */
       padding-top: 12px;
       padding-bottom: 18px;
   }
   .qna-hld{
       position: relative;
       float: left;
       /* width: 35ch; */
       width: 100%;
       max-width: 303px;
       min-width: 303px;
       /* overflow: hidden; */
       /* border-radius: 5px; */
       box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.11);
       /* background-color: #ffffff; */
       /* margin-bottom: 20px; */
       /* height: 150px; */
       /* height: 173px; */
       /* height: 190px; */
       height: 198px;
      
       padding: 8px 6px 10px 10px;
       border-radius: 12px;
   background: var(--Grays-White, #FFF);
   /* shadow 1 */
   box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.12);
   }
   
   .qna-hld> a{
   /* position: absolute; */
   right: 0;
   left: 0;
   top: 0;
   bottom: 0;
   }
   .qna-question-outer{
       display: flex;
        width: 100%;
       font-family: 'Lato';
       font-size: 16px;
       font-weight: 600;
       color: #64748B;
       justify-content: space-between;
   }
   .qna-user-innertest{
    text-overflow: ellipsis;
    overflow: hidden;
    /* width: 300px; */
    white-space: nowrap;
}
   .qna-question-inner{
       /* text-overflow: ellipsis;
       overflow: hidden;

       white-space: nowrap; */

       font-size: 16px;
    font-weight: 700;
    color: #64748B;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 109%;
    padding-top: 5px;
    /* height: 41px; */
    height: 59px;
   }
   .isKolCardQueryQuestion{
     font-size: 16px;
    font-weight: 700;
    color: #64748B;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 109%;
    padding-top: 5px;
    /* height: 41px; */
    height: 95px;
   }
  .qna-ans{
       font-size: 14px;
       font-weight: 400;
       color: #64748B;
       display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   overflow: hidden;
   line-height: 134%;
       padding-top: 5px;
       /* height: 60px; */
       height: 43px;
   
   }
   .qna-line{
       margin-top: 10px;
       border: 1px solid #E4E4E4;
       /* width: 100%;
       height: 2px;
       background-color:#E4E4E4;
       position: absolute;
       left: 0;
       top: 114px; */
   }
   .qna-bottom-tools{
       display: flex;
       justify-content: space-between;
       width: 100%;
       align-items: center;
       padding-top: 7px;
   }
   .qna-calender-parent{
       display: flex;
       align-items: center;
       gap: 4px;
       color:#334155;
   }
   .qna-calender-text{
       font-size: 14px;
       font-family: Lato;
       font-weight: 400;
       padding-top: 4px;
   }
   .qna-mess-del-edit-icon{
       display: flex;
       align-items: center;
       gap: 10px;
       color:#334155;
   }
   .qna-delete,.qna-edit,.qna-message{
       cursor: pointer;
   
   }
   .qna-reply-container{
       display: flex;
       justify-content: center;
       align-items: center;
       font-size: 12px;
       color: #0CA9EA;
       gap: 2px;
   
   }
   .kolreplybtn{
       font-weight: 500;
       font-family: Lato;
       cursor: pointer;
   }
   .isspeakerEditBtn{
    display: flex;
        gap: 5px;
        align-items: center;
        font-size: 14px;
        color: gray;
   }
   .qnaprofileCard{
    display: flex;
    gap: 5px;
    align-items: center;
   }
   .qnaProfileImg img{
    width: 30px;
    height: 30px;
    border-radius: 50%;

   }
   /* qna css end here */

   
 /* plans design start form here  */
    .plans {
  /* background:#2d3e50; */
      /* padding: 15px 15px 8px; */
      /* padding: 4px 5px 8px;
  border-radius: 10px;
  width: 190px;
  font-family: sans-serif;
  color: #fff;
  position: fixed;
   bottom: 155px;
    right: 8px;
  z-index: 9999; */


  /* background: #2d3e50; */
  background: #fff;
  color: #334155;

/* padding: 0px 0px 8px; */
border-radius: 10px;
/* width: 70%; */
font-family: sans-serif;
color: #fff;
position: fixed;
bottom: 155px;
left: 50%;
transform: translateX(-50%);
z-index: 9999;
}

.plan-option {
     display: flex
;
    justify-content: space-between;
    align-items: center;
    /* background-color: #3a475e; */
    /* padding: 10px 12px; */
    border-radius: 8px;
    /* margin-bottom: 10px; */
    cursor: pointer;
    border-bottom: 2px solid #3a475e;
    transition: border-color 0.3s, background-color 0.3s;
}
.plan-option .price{
            display: flex
;
    /* gap: 24px; */
    justify-content: space-between;
    width: 70px;

}

.plan-option input[type="radio"] {
  appearance: none;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  outline: none;
}

.plan-option input[type="radio"]:checked {
  border-color: #ff7a00;
  background-color: #ff7a00;
}

.plan-option input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.plan-option.selected {
  border-color: #ff7a00;
}

#payBtn {
  background-color: #ff7a00;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 6px 0;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: none;
}

/* #payBtn {
  margin-top: 15px;
  padding: 10px 20px;
  background-color: orange;
  color: #fff;
  border: none;
  border-radius: 4px;
} */

.choose-radio-option{

    display: flex
;
    color: #334155;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    /* border: 2px solid #3a475e; */
    padding-bottom: 7px;
    background: #ffffff;
    /* border-radius: 10px; */
        padding: 10px 0px 32px;
    cursor: pointer;
    min-width: 120px;
    width: 100%;
    max-width: 200px;
    /* width: 90px; */
    cursor: pointer;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    border-right: 1px solid rgb(218, 213, 213);
}
.choose-card{
    display: flex;
  justify-content: center;
  /* justify-content: space-between; */
  /* gap: 8px; */
  width: 100%;
  border-bottom: 1px solid rgb(218, 213, 213);
  /* margin-top: 10px;

    margin: 0px 10px; */
}
.inputAmount{
    display: flex
;
    /* align-items: center; */
    justify-content: space-around;
    width: 100%;
}
.clicktopayBtn{
    width: 50%;
    background: #FF7A00;
    border-radius: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 600;
}
.final-selected-price{
    width: 100%;
    display: flex;
    justify-content: center;
}




.plans {
     min-width: 230px;
  position: fixed;
  /* bottom: 150px; */
  bottom: 95px;
  left: 50%;
  transform: translateX(-50%);
  /* background: #2d3e50; */
  background: #fff;
  color: #fff;
  border-radius: 16px;
  /* padding: 20px 16px 12px; */
  /* width: 320px; */
  /* z-index: 9999; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.choose-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plan-info-text{
    color: #D1D7E0;
    font-family: Lato;
font-weight: 500;
font-size: 12px;


}
.highlightedplan{
color: #FFFFFF;
font-family: Lato;
font-weight: 700;
font-size: 13px;


}
.plan-info{
    display: flex;
    flex-direction: column;
     background: #2d3e50;
    /* padding-left: 10px; */
    font-size: 12px;
    font-family: Lato;
    font-weight: 500;
    color: #D1D7E0;
        padding: 3px 0px 9px 10px;
        border-radius: 10px 10px 0px 0px;
        line-height: 21px;

}
.discount-text{
    width: max-content;
    font-size: 12px;
}


.choose-radio-option.selected {
  background-color: #e6f0ff;
  /* border: 2px solid #ff8c00; */
}

.choose-radio-option .inputAmount {
  margin-top: 5px;
}

.choose-radio-option .price-input {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.choose-radio-option .subs-title {
  font-size: 14px;
  font-weight: 500;
}

.choose-radio-option .best-plan {
     position: absolute;
    bottom: 7px;
    /* left: 50%; */
    transform: translateX(-50%);
    background-color: #9E9E9E;
    color: #fff;
    border-radius: 50%;
    padding: 2px 10px;
    /* width: 84px; */
    right: -10px;
    font-size: 10px;
    border-radius: 24px;
    font-weight: 600;
}

.subs-crossicon{
        position: absolute;
    
    right: 5px;
    top: -44px;
    z-index: 9999;
}

 .custom-radio-label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  user-select: none;
}

.custom-radio-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid #334155; /* your border color */
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
}

.hidden-radio:checked + .custom-radio-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #334155; /* dot color */
  border-radius: 50%;
}

    /* plans design end form here  */

.subtopics{
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
}
@media only screen and (min-width: 1441px) {
    .header-container,
    .footer-container,
    .body-hld {
        width: 1366px;
    }
    /* .help-panel {
     top: 5em;
      left: 25% !important;
      
    } */
}

@media only screen and (max-width : 1321px) and (min-width: 1209px) {
    .onference-logo {
        padding-right: 0px;
    }

    .header-search {
        /* margin: 5px 0px 0px 40px; */
    }

    /* .header-txt-search {
        
        width: 280px;
    } */
    .header-txt-search.active {
        /* width: 350px; */
        width: 280px;
    }

    .header-menu {
        padding-left: 40px;
    }

        .header-menu ul li {
            padding: 13px 20px 25px 20px;
        }
}

@media only screen and (max-width: 1208px) and (min-width: 992px) {
    .onference-logo {
        padding-right: 0px;
        
    }

    .header-search {
        /* margin: 5px 0px 0px 20px; */
        margin: unset;
        display: flex;
            /* width: 280px; */
    }

    /* .header-txt-search {
        width: 260px !important;
    } */
    .header-txt-search.active {
        width: 260px !important;
    }

    .header-menu {
        padding-left: 20px;
    }

        .header-menu ul li {
            padding: 13px 10px 25px 10px;
        }
        /* EJS partials CSS*/
        .video-subTitle,.video-duration,.vid-price{
            font-size: 14px;
        }
        /* EJS partials CSS -end*/
}
@media only screen and (max-width: 1160px) and (min-width: 1101px) {
.onference-logo {
       
        gap: 30px !important;
    }
    /* .header-txt-search {
        width: 270px !important;
    } */
    .header-txt-search.active {
        width: 270px !important;
    }
}
@media only screen and (max-width: 1100px) and (min-width: 1051px) {
  .container-sub-field {
        padding: 13px 7px 25px 7px !important;
    }
 .onference-logo {
       
        gap: 20px !important;
    }
    /* .header-txt-search {
        width: 230px !important;
    } */
    .header-txt-search.active {
        width: 230px !important;
    }
}
@media only screen and (max-width: 1050px) and (min-width: 992px) {
        .container-sub-field {
        padding: 13px 7px 25px 7px !important;
    }
 .onference-logo {
       
        gap: 10px !important;
    }
    /* .header-txt-search {
        width: 215px !important;
    } */
    .header-txt-search.active {
        width: 215px !important;
    }
}
/*@media only screen and (max-width : 1024px) {
}*/

/*Custom Layout instaed 959px*/
@media (min-width: 992px) {
    .video-subTitle,.video-duration,.vid-price{
        font-size: 14px;
    }
    .video-up-btns{
        /* position: absolute; */
    display: flex;
    bottom: 12px;
    gap: 10px;
    }

    /* start topic filter csss from here*/
    .container-tab{
        /* margin-bottom: -32px; */
        margin-bottom: -43px;
    }
    .mobilefilterselected{
display: none !important;
  }

    .bottomsubscribenow{
                display: flex
;
        align-items: center;
        justify-content: center;
        background-color: #ff7a00;
        text-decoration: none;
        color: #fff;
        min-width: 140px;
        width: 100%;
        max-width: 190;
/* height: 48; */
border-radius: 8px;
gap: 10px;
padding: 12px;
font-family: Lato;
font-weight: 700;
font-size: 16px;
line-height: 16px;
letter-spacing: 0%;
cursor: pointer;
/* vertical-align: middle; */


    }
  .topics-container {
    text-align: center;
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
    background: #fff;
    border-radius: 8px;
    margin: 0 10px;
        /* display: flex;
    align-items: center;
    justify-content: start; */
    /* margin: 1em; */
 /* margin: 1em 1em 1em -0.4em; */
  }
  .topics-container p{
font-family: "Lato";
color: #324669;
font-weight: 900;
font-size: 24px;
padding-top: 10px;
display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 10px;

  }
  .topics-container span{
font-family: "Lato";
color: #64748B;
font-weight: 700;
font-size: 15px;

  }

  .topic-innner-container {
    text-align: center;
    font-family: Arial, sans-serif;
    /* margin: 1em; */
     margin: 1em 1em 0.4em 1em;
    overflow: auto;
    position: relative;
    /* animation: scroll-left 1s linear forwards; */
}

 .topics {
    display: grid
;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 40px);
    gap: 10px;
    max-height: calc(2 * 50px,auto);
    overflow-x: auto;
    overflow-y: hidden;
    /* padding-bottom: 10px; */
    scroll-behavior: smooth;
    scrollbar-width: thin;
    padding-bottom: 5px;
    
    /* flex-wrap: wrap; */
    /* display: flex
; */
    width: 100%;
    column-gap: 10px;
    display: flex
;
    max-height: 79px;
    /* overflow: scroll; */
    /* width: 4000px; */
    /* overflow: auto; */
    overflow-inline: auto;
    overflow-x: auto;
}
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
  .topics label {
   
    margin-bottom: unset !important;
}
  .topics label.topic {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    /* justify-content: space-between; */
    width: max-content;
  }
  
  .topics::-webkit-scrollbar {
    height: 6px;
  }
  .topics::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  

  .topic {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    background: white;
  }
  
  /* Hide default checkbox */
  .topic input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Custom circle checkbox */

  .topic input[type="checkbox"] {
    display: none; /* Hide the default checkbox */
}
 
.topic .checkmark {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #64748B;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    margin-right: 8px; /* Space between checkmark and text */
    box-sizing: border-box;
}

/* When checkbox is checked, show the tick */
.topic input[type="checkbox"]:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 4.2px;
    top: 0.9px;
    width: 5px;
    height: 10px;
    border: solid #fff; /* orange tick */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Optional: when checked, change border color */
.topic input[type="checkbox"]:checked + .checkmark {
    border-color: #FF7A00;
    background-color: #FF7A00; /* Optional background */
}

  
  /* Optional: hover effect */
  .topic:hover .checkmark {
    border-color: #ff7a00;

  }
  
  .topic.active {
    border-color: #ff7a00;
    background: #ff7a001a;
    /* background: #fff4e6;
    font-weight: bold;
    color: #ff7a00; */
  }
  
  .save-btn {
    /* margin-top: 1.5em; */
    padding: 7px 20px;
    border: 2px solid #ff7a00;
    background: #ff7a00;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
    text-transform: capitalize;
    outline: none;
  }
  
  .save-btn:hover {
    background: #ff7a00;
    color: white;
    outline: none;
  }
  .parent-qna-card{
    gap:6px
  }
  /* .custom-col{
    padding-top: 2.4em !important;
  } */
  /* end topic filter csss from here*/
}
@media only screen and (max-width : 991px) {
    /* .video-up-btns {
        margin-top: 46px;
       
    } */
    .video-up-btns .edit-btn{
        font-size: 13px;
    }
    .video-up-btns .edit-btn a{
        padding: 5px 9px;
    }
    .sub-time-detail{
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        /* padding: 0px 8px; */
        gap: 9px;
        padding-top: 10 px;
    }

    .newsFeedAboutText{
        font-size: 14px;
    }
    .video-name{
        font-size: 14px;
        padding: 1px 5px 0px 0px;
        min-height: 36px;
    }
    .uploaded-video {
        border-radius: 5px;
        /* box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.11);
        background-color: #ffffff; */
        padding: 7px;
        /* width: 100%; */
        /* margin: 0px 5px; */
        /* height: 160px; */
        height: 113px;
        width: 173px;
    }
    .video-content {
        height: 180px;    
    }
    .header-area {
        display: none;
    }

    .mobile-area {
        display: block;
    }

    .footer-area {
        display: none;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 959px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .reply-date{
        font-size: 12px;
    }
    .qna-calender-text{
        font-size: 12px;
        color: #676262;
    }
    .uploaded-video {
        width: 173px;
    }
    .video-row > .video-content {
    
        flex-basis: calc(50% - 10px);
         /* 50% width with some margin */
        margin-bottom: 10px;
    }
    .uploaded-video{
        width: 173px;
        height: 113px;
        border-radius: 9px;
    }
    .video-name{
        padding: 0px;
    }
    .sub-time-detail{
        /* padding: 0px; */
        gap:5px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .footer-link-divider {
        padding: 4px 5px;
    }

    .btn-signup,
    .btn-login {
        padding: 6px 15px;
        font-size: 14px;
        width: 125px;
    }
    .cmeSubscriptionBtn,.upgradeSubscriptionBtn{
        float: left;
        width: 100%;
        text-align: center;
        padding: 6px 8px;
        margin-top: 15px;
        font-size: 14px;

    }

    .back-btn-container {
        font-size: 13px;
        gap: 5px;
    }
    .back-btn-container svg{
        width: 8px;
        height: 8px;
    }
    .all-routes{
        gap:8px;
    }
    .all-routes a{
        font-size: 13px;
    }
    .all-routes svg{
        width: 8px;
        height: 8px;
    }
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

    .footer-links {
        padding: 0px;
    }

        .footer-links li a {
            font-size: 12px;
        }

    .footer-link-divider {
        padding: 4px 4px 0px 4px;
    }

    .btn-signup,
    .btn-login {
        padding: 6px 15px;
        font-size: 14px;
        width: 125px;
    }
    .cmeSubscriptionBtn,.upgradeSubscriptionBtn{
        float: left;
        width: 100%;
        text-align: center;
        padding: 6px 8px;
        margin-top: 15px;
        font-size: 14px;

    }
}
/*#endregion */



/*#region Mobi app popup custom css */
.mobiapp-padd0
{
    padding: 0!important;
}

.md-contpadd{
    border-radius: 16px 16px 0px 0px!important;
}
.mobiapp-txttile {
    font-family: OpenSansBold;
    text-align: center;
    font-size: 14px;
    width: 100%;
    float: left;
    align-items: center;
    background-color: #33ccff;
    border-radius: 16px 16px 0px 0px;
    color: #fff;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 0px 20px;
}

.mobiapp-txtdesp {
    font-family: OpenSansBold;
    font-size: 18px;
    color: #333333;
    margin: 0px;
    padding-bottom: 5px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 10px;
    border-bottom: solid 1px #ddd;
    background-color: #fff;
}

.mobiapp-mainappndweb {
    padding: 15px 15px 0px 15px;
    width: 100%;
    float: left;
    background-color: #fff;
}

.mobiapp-action {
    align-items: center;
    display: flex;
    height: auto;
    position: relative;
    padding-bottom: 15px;
}

.mobiapp-icon img{
    vertical-align: middle;
}
.mobiapp-icon {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px;
    float: left;
    width: 20%;
}

span.mobiapp-appTitle {
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    font-family: OpenSansBold;
    font-size: 14px;
    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;
    width: 90%;
    float: left;
    text-align: center;
}

a.mobiapp-openApplnk {
    text-decoration: none;
    /* flex: 0 0 80px; */
    margin-left: auto;
    text-transform: capitalize;
    float: left;
    background-color: #ff9933;
    text-align: center;
    border-radius: 20px;
    padding: 5px;
    color: #fff;
    font-family: OpenSansBold;
    font-size: 14px;
    width: 45%;
}
.md-modal-mobiapp{
    position: fixed;
    bottom: -392px;
    left: 50%;
    width: 101% !important;
    top: initial;
    max-width: none;
    min-width: auto;
}

.mobiapp-bgcont{
    background-color: #fff !important;
    color: #ff9933 !important;
    border: solid 1px #ff9933;
}

/*#endregion */

textarea {
    font-family: OpenSansRegular;
    overflow: hidden;
  }

  .comment-text::-webkit-input-placeholder { /* Edge */
    color: rgba(142, 135, 135, 0.5);;
  }

textarea:focus::-webkit-input-placeholder 
{
    color: rgba(142, 135, 135, 0.5);;
}
textarea:focus::-moz-placeholder{
    color: rgba(142, 135, 135, 0.5);;
}
textarea:focus:-moz-placeholder{
    color: rgba(142, 135, 135, 0.5);;
}


/* subscription css start ⬇️*/
.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; */
}
.btn-subscription:hover{
    background-color:#ff9933; 
    outline: none;
}
.subscription-div{
    color: #000;
    line-height: 30px;
    font-size: 15px;
    /* border: 1px solid green; */
    box-shadow: 0 3px 8px 0 rgba(108, 223, 90, 0.822);
  transition: 0.3s;
  border-radius: 5px;
  padding: 10px;
min-width: 220px;
text-wrap: nowrap;
    /* display: flex;
    align-items: center;
    gap: 10px; */
    /* padding: 20px 0px; */
  }
  .subscription-sub-parent-div{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 10px 10px 10px;
    gap: 10px;
    overflow: hidden;
    overflow-x: auto;
  }
  /* scrollbar */
  .subscription-sub-parent-div::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  .subscription-sub-parent-div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  
  .subscription-sub-parent-div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  
 
  .subscription-head{
    color: orange;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0px;
    border-bottom: 1px solid  orange;
  }
.subscription-check-icon{
    color: green;
    font-weight: lighter;
}

.subscribe-btn {
    /* padding: 7px 20px; */
    padding: 3px 9px !important;
    color: #333;
    border: 1px solid #666666;
    border-radius: 10px;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-family: OpenSansRegular;
    cursor: pointer;
}

    .subscribe-btn:hover {
        background-color: #ff9900;
        color: #fff;
        border: 1px solid #fff;
    }
    .md-content {
        background: #fff;
        width: 100%;
        float: left;
    }
    /* .subscription-modal{
        display: none;
    } */

    .enrollsubsDiscount{
        color: orange !important;
        cursor: pointer !important;
        text-align: center !important;
        text-decoration: underline !important;
        text-wrap: nowrap !important;
    float: right !important;
    line-height: 0px !important;
    font-size: 14px !important;
        /* justify-content: center;
        align-items: center;
        text-align: center;
        display: block; */
    }
    .enrollsubsDiscount:hover{
        color: #ff9933 !important;
    }
    @media (max-width: 1200px){
        .enrollsubsDiscount{
            float: left !important;
            line-height: 33px !important;
        }
    }

    .cmeSubscriptionBtn,.upgradeSubscriptionBtn{
        border-radius: 5px;
    /* border: solid 1px #cccccc;
    background-color: #ff9900; */
    font-family: OpenSansBold;
    font-size: 16px;
    color: #ffffff;
    float: right;
    cursor: pointer;
    /* padding: .375rem 10px; */
    width: 195px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    }

  /* subscription css end ⬆️*/

  .new-modal{
    /* border: 1px solid black; */
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 6.91px 6.91px -3.46px rgba(0, 0, 0, 0.04);

    box-shadow: 0px 13.82px 17.28px -3.46px rgba(0, 0, 0, 0.1);

    /* width: 100%; */
    /* height: 100%; */
  }


  /* share popup modal css start ⬇️ */
  .share-buttons {
    display: flex;
    gap: 45%;
    justify-content: start;
    align-items: center;
    text-align: center;
}
  
  .share-buttons a{
      color:inherit;
  }
  
  .share-btn{
      cursor:pointer;
      
      
  }
  
  .share-header{
      display: flex;
      gap:1em;
  
      /* justify-content: space-around; */
      align-items: center;
  }
  
  .share-popup{
      display: flex;
      text-align: left;
  }
  
  .share-popup img{
      max-width: 100%;
      max-height: 100%;
  }
  .share-popup-icon{
      display: flex;
      justify-content: center;
      align-items: start;
      /* margin-top: 5px; */
      padding: 2px;
      width: 25%;
  }
  
  .share-header p{
      color: #224AC0;
      margin: 0px 5px 5px 5px;
  }

/* share popup modal css end ⬆️ */


@media only screen and (max-width : 480px) {

    .footer-link-divider {
        padding: 4px 5px;
    }

    .btn-signup,
    .btn-login {
        padding: 6px 15px;
        font-size: 14px;
        width: 125px;
    }
    .cmeSubscriptionBtn,.upgradeSubscriptionBtn{
        float: left;
        width: 100%;
        text-align: center;
        padding: 6px 8px;
        margin-top: 15px;
        font-size: 14px;

    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

    .footer-links {
        padding: 0px;
    }

        .footer-links li a {
            font-size: 12px;
        }

    .footer-link-divider {
        padding: 4px 4px 0px 4px;
    }

    .btn-signup,
    .btn-login {
        padding: 6px 15px;
        font-size: 14px;
        width: 125px;
    }
    .cmeSubscriptionBtn,.upgradeSubscriptionBtn{
        float: left;
        width: 100%;
        text-align: center;
        padding: 6px 8px;
        margin-top: 15px;
        font-size: 14px;

    }
}
.newLogoParentCss{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
}
.newLogoParentImg{
    /* width: 30vw !important; */
    height: 40px;
        width: auto !important;
}
@media (min-width: 700px) and (max-width: 991px) {
    .newLogoParentImg{
        /* width: 15vw !important; */
        height: 40px;
        width: auto !important;
    }
}
@media (min-width: 1051px) and (max-width: 1370px) {
    .newLogoParentImg{
        width: 14vw !important;
        /* padding-top: 10px; */
    }
    .onference-logo{
        padding-right: unset;
        /* gap: 34px !important; */
    }

    /* headertab css start */
    .container-sub-field{
padding: 13px 10px 25px 10px !important;
    }

.desktop-tabs{
display: flex
;
        align-items: center;
        justify-content: space-between !important;
        /* font-size: 18px; */
        font-family: 'Lato';
        width: 100% ;
}

.desktop-element{
width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
/* headertab css end*/
}

@media (max-width: 425px) {
    .newLogoParentImg{
        /* width: 14vw !important; */
        height: 35px;
        width: auto !important;
    }
}
@media (max-width: 320px) {
    .newLogoParentImg{
        /* width: 14vw !important; */
        height: 30px;
        width: auto !important;
    }
}
@media (min-width: 426px) and (max-width: 699px) {
    .newLogoParentImg{
        /* width: 19vw !important; */
        height: 40px;
        width: auto !important;
    }
}

/* css for noti,search and back btn css animation */
.mobile-outer-icons{
    display: flex;
    flex-direction: row-reverse;
    text-align: center;
    justify-content: center;
    /* gap: 20px; */
    align-items: self-end;
    /* gap: 8px; */
    width: 86px;
}
/* .mobile-backBtn-tex-important {
    padding-top: 0px !important;
}

.mobile-backBtn-img-important {
    margin-top: 5px !important;
} */
 .filter-text-div{
    width: max-content;
 }
.mobile-text{
    font-size: 13px;
    /* color: #334155; */
        color: #484c52;
    width: max-content;
}
#mobile-img-fluid{
    max-width: 20px ;
    width: 20px;
    height: 20px ;
}
.mobile-icon-center{
    /* display: inline-block;
    width: 40px; */
    /* padding-left: 12px; */
   
    cursor: pointer;
    flex: 1 0 0;
    /* max-width: 40px; */
    vertical-align: text-bottom;
    
}
.mobile-noti{
    display: inline-block;
    animation: mobile-noti 1s ease forwards;
    padding-left: 7px;
}
.mobile-anim-backBtn {
    display: inline-block;
    width: 40px;
    /* padding-left: 12px; */
    cursor: pointer;
    animation: moveFromLeft 0.8s ease-in forwards, scaleUpDown 0.8s 2s ease infinite alternate;
    animation-name: moveFromLeft, scaleUpDown;
    animation-duration: 0.8s, 0.8s;
    animation-timing-function: ease-in, ease;
    animation-delay: 0s, 2s; 
    animation-fill-mode: forwards, none;
    animation-iteration-count: 1, 4; 

}
.mobile-backBtn-img{
    width: 26px;
    position: absolute;
    margin-top: 7px;
}

.backCommonText{
    display: inline-block;
    cursor: pointer;
    padding-top: 26px;
    animation: moveTextLeft 0.8s ease-in forwards;
}
.mobile-searchBtn {
    display: inline-block;
    animation: mobileSearchBtn 0.4s ease forwards;
}
@keyframes moveTextLeft {
    /* 0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(-0%);
        opacity: 1;
    } */

    0% {
        transform: translateX(100%) ; 
        opacity: 0;
    }
    50% {
        opacity: 1; 
    }
    100% {
        transform: translateX(0); 
        opacity: 1; 
    }
}

@keyframes mobileSearchBtn {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}
@keyframes moveFromLeft {
    /* 0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(-0%);
        opacity: 1;
    } */
    0% {
        transform: translateX(100%) ; 
        opacity: 0;
    }
    50% {
        opacity: 1; 
    }
    100% {
        transform: translateX(0); 
        opacity: 1; 
    }
}

@keyframes scaleUpDown {
    
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(2.3);
    }
}

@keyframes mobile-noti {
    
    0% {
      transform: translateX(30px);
   
    }
    100% {
      
      transform: translateX(-5px);

    }
  }

  @media only screen and (max-width : 513px) {
    /* .mobile-backBtn-img{
    
        margin-top: 1px;
    }
    
    .backCommonText{ 
        padding-top: 20px;
       
    } */
  }

  .newlogoutcard{
    /* display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start; */
    /* top: 72px;
    right: -20px; */

    border-radius: 8px;
border: 1px solid #EFEEF1;

background: #FFF;

box-shadow: 0px 8px 22.3px 0px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(40px);
   
  }
  .newlogoutcard a{
    /* border-bottom: 1px solid #d1d1d1; */
    text-transform: capitalize !important;
    /* opacity: 0.1; */
    padding-left: 5px;
    font-size: 14px !important;
  }
  .newlogoutcard a:nth-child(1) {
    border-bottom: 2px solid #d1d1d1; 
    padding-bottom: 10px;
}
.newlogoutcard a:nth-child(2):hover {
    color: #ffcc00;
}
.newlogoutcard a:nth-child(2) {
    border-bottom: 2px solid #d1d1d1;
    padding-bottom: 15px;
}

/* css for extend btn start */
.cmeSubscriptionBtn,.upgradeSubscriptionBtn a{
    color: #fff;
}
.cmeSubscriptionBtn,.upgradeSubscriptionBtn a:hover{
    color: #ffff;
    text-decoration: none;
}
/* css for extend btn end */



/* new discower page css start */

.interest-filter{
    display: none ;
}


/* for bottom menu tab */
.bottom-menu-container {
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 58px;
    /* background: #fff; */
    /* background: #EEF7FF; */
    background: #334155;


    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .menus {
    display: flex;
    /* color: #0CA9EA; */
    color: #484C52;
    justify-content: space-between;
    font-family: Arial, sans-serif;
    /* font-weight: bold; */
    width: 100%;
    box-shadow: 0 -4px 6px rgba(200, 200, 200, 0.3); /* light gray top shadow */
    padding-left: 15px;
    padding-right: 17px;
}
  
  .menu {
    cursor: pointer;
    padding: 5px 10px;
    position: relative;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 23px;
  }
  
  .menu.active {

    color: #FF7A00;

  }
.profileSvg.active,.BrowseSvg.active,.CmesSvg.active,.helpSvg.active{
        width: 50px;
    height: 25px;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    display: flex
;
    justify-content: center;
}
  /* .bottom-menu-container .menu.active svg path {
  fill: #FF7A00; 
}
.menu.active .titleName {
  color: #FF7A00; 
} */

  
  .menu-content {
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    /* display: none; */
  }
  
  .menu-content.active {
    display: block;
  } 
  .notdatafound {
    color: #fd7e14;
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
padding: 10px;

}
.notdatafound a{
    color: #fd7e14;
    font-size: 14px;
    text-align: center;
}

/* new help tab design start from here */

.help-tab {
      position: fixed;
      top: 40%;
      right: 0;
      background-color: #2d3e50;
      color: white;
      padding: 10px 15px;
      cursor: pointer;
      border-radius: 8px 0 0 8px;
      z-index: 1000;
    }

    /* Hidden panel */
    .help-panel {
      position: fixed;
      /* top: 40%;
      right: 60px; */
     top: 6em;
      right: 2%;
      background-color: #fff;
      color: #2d3e50;
      width: 160px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      /* display: none; */
      flex-direction: column;
      z-index: 99999;
    }
    .help-option-email a svg path{
        stroke: #64748B;
    }
.help-option a{
  color: #2d3e50;
  display: flex;
  align-items: center;
  gap: 5px;
}
    .help-option {
      padding: 12px 16px;
      display: flex;
      align-items: center;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      cursor: pointer;
      gap: 5px;
    }

    .help-option:first-child {
      border-top: none;
      border-bottom: 1px solid lightgray;
    }

    .help-option img {
      width: 20px;
      height: 20px;
      margin-right: 10px;
    }

    /* .help-option:hover {
      background-color: #3b4b60;
    } */

    .tabhelp{
            display: flex
;
    flex-direction: column;
    align-items: center;
    }

    .tabhelp.active {
    /* font-weight: bold; */
    color: #ff7a00;
}
.profile-tab-container {
    display: none;
    /* line-height: 22px; */
}
    /* new help tab design end from here */

    .highlight-doctor {
  color: #ff8c00;
}
.nodatafound{
    font-weight: 700;
    color: #334155;
    font-size: 16px;
    font-family: Lato;

}

.dashboard-section {
  
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-title {
  font-size: 16px;
  font-weight: 700;
  color: #444;
  margin: 0 0 10px;
}

.dashboard-section .card {
  display: flex;
  flex-direction: column;
      background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
   
    width: 100% !important;
    padding: unset !important;
    flex-shrink: 0;
    border: unset !important;
}

.dashboard-section .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  border-radius: 12px;
  height: 136px;
  /* padding: 16px; */
}

.update-card .card-content {
  background: #ffffff;
  text-align: center;
}

.basicDeskArrow form{
    display: flex;
  }
/* .svgicon.active svg path{
    stroke: #ff7a00;
} */

    @media only screen and (min-width : 991px) {

.header-search {
    background: #EFEFEF;
    border-radius: 50px;
    overflow: hidden ;
    border: solid 1px #cccccc;
    padding: 8px ;
    transition: all 0.4s ease;

     /* background: #EFEFEF;
    border-radius: 50px;
    overflow: hidden;
    border: solid 1px #cccccc;
    padding: 8px;
    display: flex;
    flex-direction: row-reverse; 
    align-items: center;
    transition: all 0.4s ease; */
}

.header-txt-search {
    width: 0;
    opacity: 0 ;
    background: transparent;
    border: none ;
    outline: none;
    padding: 0;
    transition: all 0.4s ease ;

     /* overflow: hidden;
    flex-grow: 1;  */
}

.header-txt-search.active {
    /* min-width: 215px !important;
    width: 100% !important; */
    width: 332px;
    opacity: 1 !important;
    padding: 0 10px !important;
}   

.header-btn-search {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* prevent it from shrinking */
}


         .topic-box {
    background-color: #EFEFEF; /* Light yellow */  
    width:100% ;
    padding: 15px 5px 5px 5px;
  }
  .inner-topic-box{
    background-color: #FFFEDB; /* Light yellow */
    box-shadow: 0 0 4px rgba(30, 144, 255, 0.2);
border-radius: 8px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
   
  }
  .inner-textofintrest{
    color: #333;
    font-family: Lato;
    font-size: 13px;
    padding: 10px 15px;
    text-align: center;
    border-radius: 4px;
    font-weight: 400;
  }
  
        .onference-logo{
            display: flex;
            align-items: center;
            gap: 70px;
            padding-right:unset
        }
     
         .bottom-menu-container{
        display: none !important;
    }
    .notdatafound a{
        color: #fd7e14;
        font-size: 24px !important;
        text-align: center;
    }
    .mobiletabbottomcontainer{
        display: none !important;
    }
    .container{
        /* max-width: unset; */

    }
   
        /* .header-txt-search {
  display: none; 
} */
 .header-menu{
    padding-left: unset;
 }
/* .header-search{
    background: #EFEFEF;
    border-radius: 50px;
    
} */
 .headerlogout{
    display: none;
 }
.header-login-parent{
    width: 100px;
height: 43px;
border-radius: 50px;
padding: 10px;
/* gap: 10px; */
background: #334155;
text-align: center;
font-family: Lato;
}
.header-btn-login{
    /* display: none; */
    font-family: Poppins;
font-weight: 500;
font-size: 15.44px;
line-height: 150%;
letter-spacing: -2%;
text-transform: capitalize;
color: #fff;
}
.header-profile-parent{
    display: flex
;
    align-items: center;
    justify-content: space-around;
    width: 100px;
height: 43px;
border-radius: 50px;
padding: 10px;
/* gap: 10px; */
background: #334155;
text-align: center;
font-family: Lato;
}
.header-btn-profile{
    font-family: Poppins;
font-weight: 500;
font-size: 15.44px;
line-height: 150%;
letter-spacing: -2%;
text-transform: capitalize;
color: #fff;
}
.loginandsearchbar{
    display: flex;
    align-items: center;
    gap: 15px;
}
.loginandsearchbar a:hover{
    color: #fff;
}
.header-area{
padding-top: unset;
}
.header-container{
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
/* .header-txt-search{
    width: 332px;
    background: transparent;
    float: left;
    border: none;
    outline: none;
} */
.header-txt-search.active{
    width: 332px;
    
}
 

        .newLogoParentImg{
        /* width: 14vw !important; */
        /* height: 50px; */
        height: 40px;
        /* width: auto !important; */
        width: 193px !important;
    }

        .container-sub-field{
    padding: 13px 20px 25px 20px;
    position: relative;
    float: left;
    display: block;
    margin: unset !important;
    cursor: pointer;
}
.desktopbottomtab.active{
    background-color: transparent;
    border-bottom: 3px solid #FF7A00 ;
    /* padding: 13px 20px 25px 20px; */
    /* line-height: 2.6; */
}

.desltoptoptabcontaner{
        position: relative !important;
   
    display: flex
;
    justify-content: center;
    align-items: center;
    
}
.desktop-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
            font-size: 18px;
        font-family: 'Lato';
        padding-top: 10px;
}
.header-area{
    /* padding-bottom: 12px; */
    
}
.bottomline {
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #FF7A00; /* or any color you want */
    left: 0;
    width: 0;
    transition: all 0.3s ease;
}


  
}
@media only screen and (max-width : 768px) and (min-width: 481px) {
.marquee-inner{
    width: 80% !important;
}
.newmarqueesubs{
    margin-inline-start:36% !important;
}
}
.desktopbottomtab .tabtext{
    color: #334155;
    font-weight: 500;
    font-family: Lato;
    font-size: 18px;


}
.container-sub-field.active .tabtext{
    font-size: 13px;
    font-weight: 600;
}
.desktopbottomtab.active .tabtext{
     color: #334155;
    font-weight: 800;
    font-family: Lato;
    font-size: 18px;

}


.desktopbottomtab.active{
    background-color: transparent;
    border-bottom: 3px solid #FF7A00 ;
    
    /* line-height: 2.6; */
}


/* sort container start here */

.sort-container {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  padding: 3px 4px;
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  position: relative;
}

.sort-label {
  margin-right: 4px;
  margin-bottom: unset !important;
  color: #C7D0DE;
  font-size: 13px;
  width: max-content;
  font-family: Lato;
font-weight: 300;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #484C52;


}

.custom-dropdown {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.dropdown-selected {
  /* font-weight: 600; */
  padding-right: 11px;
  position: relative;
  font-size: 13px;
  width: max-content;
  
   position: relative; /* ensures background is positioned correctly */
  /* padding-right: 24px;  */
  background-image: url("../images/bottArrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
    color: #484c52;
  background-size: 8px; /* a
}

.dropdown-selected::after {
  /* content: '▾'; */
  /* position: absolute;
  right: 1px;
  top: -3px;
  font-size: 18px;
  color: #333; */
   /* margin-right: 3px; */
   
}


.dropdown-options {
  display: none;
  position: absolute;
  top: 30px;
  /* left: 0; */
  right: -3px;
  z-index: 10;
  background-color: white;
  border: 1px solid #d0d7de;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: 126px;
  margin-top: 11px;
  
  /* padding: 5px 9px 5px 10px; */
  padding: 10px;
}

.dropdown-option {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.dropdown-option:hover {
  background-color: #f0f0f0;
}

.dropdown-option.active {
  font-weight: bold;
  background-color: #e7ecf1;
}

/* sort container start end */

/* association new design changes start here */
 .bottomMenuDrawer {
      height: 0;
      width: 100%;
      position: fixed;
      z-index: 999;
      bottom: 0;
      background-color: #fff;
      overflow-x: hidden;
      transition: height 0.5s;
      /* padding-top: 60px; */
      border-radius: 20px 20px 0px 0px;
      box-shadow: 0px 3px 2px 0px #0000001A;
padding: 0px 20px;
    }

    .bottomMenuDrawer a {
      /* padding: 8px 8px 8px 32px; */
      text-decoration: none;
      font-size: 14px;
      /* color: #818181; */
      display: block;
      transition: 0.3s;
    }

    .bottomMenuDrawer a:hover {
      color: #f1f1f1;
    }

    .bottomMenuDrawer .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
      color: white;
      cursor: pointer;
    }
    .bottomMenuDrawer {
  height: 0;
  transition: height 0.5s;
  /* other styles same as before */
}

.bottomMenuDrawer.open {
    height: 238px;

}
/* association new design changes end here */

/* filter code of interests  */
.interests-filter-title-parent{
        display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 5px 0px 10px;
}
.interests-filter-title-parent .interests-filter-title{
    font-family: Lato;
font-weight: 900;
font-style: Black;
font-size: 18px ;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
color: #334155 ;
}
.backpreviousefilter{
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    

}
.backpreviousefilter-name{
font-family: Lato;
font-weight: 600;
font-style: SemiBold !important;
font-size: 13px !important;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-align: center;
color: #006CBA !important;
}

/* new tab code */
@media only screen and (max-width : 991px) {

    /* new help tab design start from here */

.help-tab {
      position: fixed;
      top: 40%;
      right: 0;
      background-color: #2d3e50;
      color: white;
      padding: 10px 15px;
      cursor: pointer;
      border-radius: 8px 0 0 8px;
      z-index: 1000;
    }
     .help-option-email a svg path{
        stroke: #fff;
    }

    /* Hidden panel */
    .help-panel {
      position: fixed;
      /* top: 40%;
      right: 60px; */
      top: 6em;
      /* bottom: 72px; */
      right: 2%;
      background-color: #2d3e50;
      color: white;
      width: 160px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      /* display: none; */
      flex-direction: column;
      z-index: 99999;
    }
.help-option a{
    color: #fff;
}
    .help-option {
      padding: 12px 16px;
      display: flex;
      align-items: center;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      cursor: pointer;
      gap: 5px;
    }

    .help-option:first-child {
      border-top: none;
    }

    .help-option img {
      width: 20px;
      height: 20px;
      margin-right: 10px;
    }

    .help-option:hover {
      background-color: #3b4b60;
    }

    .tabhelp{
            display: flex
;
    flex-direction: column;
    align-items: center;
    }

    .tabhelp.active {
    /* font-weight: bold; */
    color: #ff7a00;
}
.profile-tab-container {
    /* display: none; */
    display: block;
    line-height: 22px;
    padding-right: 14px;
}
    /* new help tab design end from here */
    
.tab-container {
    /* position: fixed; 
    bottom: 61px;
    left: 0;
    right: 0;
    height: 45px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; */

        position: fixed;
    /* bottom: 8px; */
    bottom: 0;
    left: 0;
    /* padding: 10px 2px; */
    right: 0;
    /* height: 45px; */
    /* border-radius: 50px; */
    display: flex
;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background: #EFEFEF;
    
  }
  .tab-element{
    display: flex
;
    flex-direction: column;
    /* align-items: center; */
    width: 100%;
  }
  
  
  .tabs {
     padding: 10px 10px;
    display: flex;
    height: 55px;
    /* border-radius: 50px; */
    /* background: #0C97EA; */
    background: #334155;
    align-items: center;
    justify-content: space-between;
    /* gap: 12px; */
 /* width: 100%; */
    color: white;
    font-family: Arial, sans-serif;
    /* animation: tabsbottomtop 1s linear forwards; */
   /* animation: scroll-up 1s linear forwards; */
  }

 @keyframes scroll-up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
  .tabtext{
    width: max-content;
    font-size: 12px;
    font-weight: 400;
  }
  @keyframes tabsbottomtop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
  .bottomsubscribenow{
    color: #FF7A00;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
  }
  /* .monthlysubscText{
    font-size: 12px;
    font-weight: 700;
    font-family: Lato;
    padding-bottom: 10px;
    animation: scroll-left 2s linear forwards;
  } */
   /* .monthlysubscText {
        display: flex
;
    font-size: 12px;
    align-items: center;
    font-weight: 700;
    font-family: Lato, sans-serif;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
    gap: 5px;
    height: 33px;
     animation: scroll-lefts 2s linear forwards;
} */

.monthlysubscText {
    display: none;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: sans-serif;
  padding: 5px 0px 1px 0px;
  /* padding-left: 30px; */

  /* display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; */

  text-align: center;
  /* animation: scroll-lefts 2s linear forwards; */
}

.intro-slide {
  position: relative;
  white-space: nowrap;
  margin-left: 4% !important;
  padding-bottom: 10px;
}
.ssubsnow{
    margin-left: 10px;
}
.intro-slide .title {
  display: inline-block;
  position: relative;
  left: 100%;
  /* font-weight: bold; */
  font-size: 12px;
  /* margin-right: 20px; */
  color: #334155;
        font-weight: 700;
}
.newmarqueesubs{
    /* padding-left: 20px; */
    /* margin-inline-start:61% */
    /* margin-inline-start:38% */
    margin-inline-start:25%
}
.bottomsubscribenow {
  color: #ff7a00;
  font-size: 16px;
  text-decoration: underline;
}

.marquee-wrapper {
  height: 30px; /* fixed height */
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  padding-bottom: 10px;
}

.marquee-inner {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%; */
  /* width: 70%; */
  width: 87%;
}

.marquee-itemw {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
  color: #334155;
        font-weight: 700;
}


.textbottomanimation{
     animation: scroll-lefts 2s linear forwards;

     font-size: 12px;
     font-family: Lato;
     text-align: center;
     /* margin-right: 20px; */
     padding-bottom: 7px;
     color: #334155;
     font-weight: 700;

}

.scroll-in {
  /* animation: scroll-lefts 2s linear forwards; */
  white-space: nowrap;
}

@keyframes scroll-lefts {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.vertical-marquee {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 18px;
  height: 20px;
  /* position: absolute; */
  /* top: 25px; */
  animation: marqueeUp 4s linear infinite;
}

.marquee-item {
  height: 30px;
}

@keyframes marqueeUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}



  
  .tabLine{
    height: 15px;
    width: 1px;
    background-color: #fff;
  }
  .tab {
          display: flex
;
        flex-direction: column;
        cursor: pointer;
        padding: 5px 10px;
        position: relative;
        align-items: center;
        font-size: 16px;
  }
  
  .container-sub-field.active {
    /* text-decoration: underline;
    color: white; */
    /* font-weight: bold; */
    color: #ff7a00;
  }
  .svgicon.active{
        width: 50px;
    height: 25px;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    display: flex
;
    justify-content: center;
  }
  .tab-content {
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    display: none;
  }
  
  .tab-content.active {
    display: block;
  }


  .mobile-outer-icons{
    display: flex;
    flex-direction: row-reverse;
    text-align: center;
    align-items: self-end;
    gap: unset !important;
    /* width: 125px !important; */
    width: unset !important;
}
  

  /* bottom tab design start from here */
  .desktopfilterselected{
display: none !important;
  }

  .topics-container {
    text-align: center;
    font-family: Arial, sans-serif;
    /* margin: 1em; */
 /* margin: 1em 1em 1em -0.4em; */
     position: fixed;
    z-index: 8;
    /* top: 5.5em ; */
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 6px -2px rgb(0 0 0 / 35%);
    padding-bottom: 5px;
  }
  .topics-container p{
font-family: "Lato";
color: #324669;
font-weight: 900;
font-size: 16px;
/* padding-top: 10px; */
padding-top: 18px;

text-align: left;
padding-left: 16px;
margin-bottom: 0px !important;

  }
  .topics-container span{
font-family: "Lato";
color: #64748B;
font-weight: 700;
font-size: 13px;

  }

  .topic-innner-container {
    text-align: center;
    font-family: Arial, sans-serif;
    /* margin: 1em; */
    margin: 1em 1em 0em 1em;
    overflow: auto;
    animation: scroll-left 1s linear forwards;
}
 .topics {
    display: grid
;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 40px);
    gap: 10px;
    max-height: calc(2 * 50px,auto);
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    
    /* flex-wrap: wrap; */
    /* display: flex
; */
    width: 100% !important;
    column-gap: 10px;
    display: flex
;
    max-height: 79px;
    /* overflow: scroll; */
    /* width: 4000px; */
    width: 500px;
    /* overflow: auto; */
    overflow-inline: auto;
    overflow-x: auto;
}
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
  .topics label {
   
    margin-bottom: unset !important;
}
  .topics label.topic {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    /* justify-content: space-between; */
    width: max-content;
  }
  
  .topics::-webkit-scrollbar {
    height: 6px;
  }
  .topics::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  

  .topic {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    background: white;
  }
  
  /* Hide default checkbox */
  .topic input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Custom circle checkbox */

  .topic input[type="checkbox"] {
    display: none; /* Hide the default checkbox */
}
 
.topic .checkmark {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #64748B;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    margin-right: 8px; /* Space between checkmark and text */
    box-sizing: border-box;
}

/* When checkbox is checked, show the tick */
.topic input[type="checkbox"]:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 4.2px;
    top: 0.9px;
    width: 5px;
    height: 10px;
    border: solid #fff; /* orange tick */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Optional: when checked, change border color */
.topic input[type="checkbox"]:checked + .checkmark {
    border-color: #FF7A00;
    background-color: #FF7A00; /* Optional background */
}

  
  /* Optional: hover effect */
  .topic:hover .checkmark {
    border-color: #ff7a00;

  }
  
  .topic.active {
    border-color: #ff7a00;
    background: #ff7a001a;
    /* background: #fff4e6;
    font-weight: bold;
    color: #ff7a00; */
  }
  
  .save-btn {
    /* margin-top: 1.5em; */
    padding: 7px 20px;
    border: 2px solid #ff7a00;
    background: white;
    color: #ff7a00;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
    text-transform: capitalize;
    outline: none;
    margin-top: 6px;
  }
  
  .save-btn:hover {
    background: #ff7a00;
    color: white;
    outline: none;
  }
  
  /* subtopics */
  .subtopics {
    gap: 10px;
    max-height: calc(2 * 50px,auto);
    overflow-x: auto;
    overflow-y: hidden;
    /* padding-bottom: 10px; */
    scroll-behavior: smooth;
    scrollbar-width: thin;
    
    /* flex-wrap: wrap; */
    /* display: flex
; */
    width: 100%;
    column-gap: 10px;
    display: flex
;
    max-height: 79px;
    /* overflow: scroll; */
    /* width: 4000px; */
    /* width: 500px; */
    /* overflow: auto; */
    overflow-inline: auto;
    overflow-x: auto;
}


/* Ensure each subtopic item fits content and stays inline */
.subtopic {
border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    background: white;
    /* flex: 0 0 auto; */
    margin: 3px 3px;
  
    

}
  .subtopics label.topic {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    /* justify-content: space-between; */
    width: max-content;
  }
  
  .subtopics::-webkit-scrollbar {
    height: 6px;
  }
  .subtopics::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  
  /* subtopics END */

 

   .topic-box {
    background-color: #EFEFEF; /* Light yellow */  
    width:100% ;
    padding: 15px 5px 5px 5px;
  }
  .inner-topic-box{
    background-color: #FFFEDB; /* Light yellow */
    box-shadow: 0 0 4px rgba(30, 144, 255, 0.2);
border-radius: 8px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
   
  }
  .inner-textofintrest{
    color: #333;
    font-family: Lato;
    font-size: 13px;
    padding: 10px 15px;
    text-align: center;
    border-radius: 4px;
    font-weight: 400;
  }
  
  .topic-link {
    color: #1E90FF;
    text-decoration: underline dotted;
    font-weight: bold;
    cursor: pointer;
  }
  

  /* /icon css */
  .mobile-search{
    line-height: 22px;
    padding-right: 14px;
    /* padding-right: 25px; */
}
.interest-filter {
    /* line-height: 22px; */
}
.mobile-icon-center {
    flex: unset ;
   
}





/* .plans {
  position: absolute;
      bottom: 155px;
    right: 8px;
  background:#2d3e50;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 15px;
  z-index: 1000;
  width: 250px;
  border-radius: 8px;
  color: #fff;
} */



}
@media only screen and (max-width:  480px){
    .newmarqueesubs{
        margin-inline-start:38%
    }

    .marquee-inner{
        width: 62%;
    }

}
@media only screen and (max-width:  380px){
    .tab-element{
    
    /* width: unset; */
  }
  .tab {
    
    padding: 5px 5px;
    
}
  .tab {
    
    padding: unset;
    
}
.newmarqueesubs{
    margin-inline-start:47% !important;
}
.marquee-inner{
    width: 68% !important;
}
.choose-radio-option{
    min-width: 100px;
}
.choose-radio-option .best-plan{
    right: -21px;
}
}
@media only screen and (max-width : 320px) {
.plans{
    width: 90%;
}
.choose-radio-option{
    min-width: 87px;
    padding: 9px 0px 26px 0px;
}
    .choose-radio-option .inputAmount {
        /* margin-top: 5px; */
        margin-top: unset;
    }
    .choose-radio-option .price-input{
        font-size: 14px;
    }
    .choose-radio-option .subs-title{
        font-size: 12px;
    }
        .choose-radio-option .best-plan {
        position: absolute;
        bottom: 6px;
        /* left: 50%; */
        transform: translateX(-50%);
        background-color: #9E9E9E;
        color: #fff;
        border-radius: 50%;
        padding: 2px 9px;
        /* width: 84px; */
        right: -25px;
        font-size: 10px;
        border-radius: 16px;
        font-weight: 600;
    }
    .newmarqueesubs{
    margin-inline-start:55% !important;
}
.marquee-inner{
    width: 60% !important;
}
}
