body {
    font-family: 'Noto Sans SC', sans-serif;
    background-color: #000000 !important;
    color: #ffffff;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-dark {
    background: #000000 !important;
}

.navbar-brand img{
    height: 35px!important;
}

header {
    border-bottom: 1px solid #161616;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
.owl-theme .owl-dots{
    padding-top: 20px;
}
.card{
    border-radius:20px !important;
}
.donthave-acc h4 {
    color:red;
    float: right;
}

.landingRoute nav.navbar.navbar-expand-lg.navbar-light.bg-dark, .landingRoute header {
    background-color: transparent !important;
    border-bottom: none !important;
    position: absolute;
    width: 100%;
}

.searchInput {
    position: relative;
}

.searchInput input {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    background-color: #262626 !important;
    border: none !important;
    padding: 0 10px;
}
.rbt-input-hint{
    display: none;
}

.rbt-menu.dropdown-menu.show{
    background: #181818;
    overflow: hidden!important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rbt-menu.dropdown-menu.show a{
    border-bottom: none;
    color: #FFFFFF !important;
    opacity: 0.9;
}

.searchIcon {
    padding-right: 10px;
    cursor: pointer;
}

.dropdown-item:hover{
    background-color: #292929!important;
}

.spinner-border{
    display: none!important;
}

.searchInput img {
    position: absolute;
    right: 10px;
    top: 18px;
    width: 18px;
    height: 18px;
}

header a {
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .defaultDrop .dropdown-menu {
    background-color: #181818 !important;
}

header .defaultDrop .dropdown-item {
    border-bottom: 1px solid #212121 !important;
}

header .defaultDrop .dropdown-item:hover {
    background-color: #292929;
    font-size: 16px !important;
}

header .userDropdown .dropdown-menu {
    background-color: #181818 !important;
    right: 0;
    left: inherit;
}

header .userDropdown .dropdown-item {
    border-bottom: 1px solid #212121 !important;
}

header .userDropdown .dropdown-item:hover {
    background-color: #292929;
    font-size: 16px !important;
}

header .dropdown-item:last-child {
    border-bottom: none !important;
}

.searchBox {
    padding: 0 10px;
}

.main {
    margin-top: 110px;
}

/*Sliders*/

.mainSlider {
    background-color: black;
}

.mainSlider .item {
    background-repeat: no-repeat;
    background-size: cover;
}

.slideItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 500px;
    height: 500px;
}

.videoPlayer iframe{
    width: 100%;
    height: 500px;
}
.videoPlayer audio{
    width: 100%;
    margin-top: 50px;
}

/* .slideItemContainer{
    background: linear-gradient(89.78deg, rgba(0, 0, 0, 0.78) 12.3%, rgba(0, 0, 0, 0.738322) 48.81%, rgba(0, 0, 0, 0) 92.19%);
} */
.slideItemContainer .slideItem{
    margin-left: 100px;
}

.owl-arrows {
    display: flex;
    justify-content: space-between;
}

.owl-arrows button.owl-prev {
    background-color: #191919;
    height: 100px;
    width: 45px;
    position: absolute;
    left: 0;
    top: calc(50% - 50px);
    font-size: 32px;
    color: #ffffff;
}

.owl-arrows button.owl-next {
    background-color: #191919;
    height: 100px;
    width: 45px;
    position: absolute;
    right: 0;
    top: calc(50% - 50px);
    font-size: 32px;
    color: #ffffff;
}

.owl-stage {
    padding-left: 0 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #d8b656 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff !important;
}

/*.slideContainer {*/
/*    padding-left: 80px;*/
/*}*/

.thumbOverlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background-image: url("../img/overlay-dark.png");
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
}

.videoPlayer .thumbOverlay {
    padding: 20px;
}

.category .item img {
    height: 300px;
    object-fit: cover;
}
.item.bookCategoryItem.detail-page{
    align-items: flex-start;
    border:none;
}
.item.bookCategoryItem.detail-page .bookDetail span{
    margin-bottom: 0;
}
.detail-link{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #D9B657;
}
.desc-title{
    font-style: normal;
    font-weight: bold;
    font-size: 30px !important;
    line-height: 50px;
    color: #FFFFFF;
}
.detailed-description p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170.2%;
    color: #A0A0A0;
    width: 90%;
}
.related-title{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}
.item.bookCategoryItem.related {
    border: none;
    align-items: flex-start;
    height:auto;
    margin-bottom: 10px;
    padding: 0px 10px;
}
.item.bookCategoryItem.related .author-name{
    margin-right: 0px !important;
}
.item.bookCategoryItem.related  .bookDetail p{
    max-height: 51px;
}
.item.bookCategoryItem .bookDetail span{
    margin-right:5px !important;
}
.detail-date {
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.video-tags.detailed-tags {
    margin-top: 30px;
}
.video-tags.detailed-tags .badge.bg-dark{
    background: #D9B657 !important;
    border-radius: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    height:27px;
    color:#fafafa;
}
.item.bookCategoryItem {
    border: 1px solid #202020;
    padding: 15px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    height: 170px;

}

.item.bookCategoryItem img {
    width: 92px !important;
}

.item.bookCategoryItem .bookDetail {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 10px;
}

.item.bookCategoryItem .bookDetail span {
    color: #818181;
    font-size: 14px;
    font-weight: 400 !important;
    margin-bottom: 0px;
    line-height: 25px;
    font-style: normal;
}

.item.bookCategoryItem .bookDetail p {
    max-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0px;
}

.item.bookCategoryItem .bookDetail a {
    font-size: 12px;
}
.relatedBlogs p{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color:#ffffff;
}

/*Video Detail Card*/
.videDetail span {
    color: #929090 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.iconGroup a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #939090;
    font-size: 13px;
    font-weight: 400;
    margin: 0 5px;
    min-width: 50px;
}

.iconRound {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ffffff;
    border-radius: 36px;
    margin-bottom: 5px;
}

.videDetail .iconRound {
    border: 2px solid #949191;
}

.iconRound.active{
    border-color: #D9B657;
}

.homepage-loader-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 400px;
}

.homepage-loader{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
}

.homepage-loader .text{
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
}

.owl-carousel .owl-item img{
    max-height: 180px;
}

.iconRound img {
    width: 15px !important;
}


.commentAction a {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    color: #939090;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
}

.commentAction .iconRound {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #939090;
    border-radius: 25px;
    margin-right: 5px;
}

.commentAction .iconRound img {
    width: 12px;
}

.time {
    color: #939090;
    font-size: 12px;
}

.accordion-button {
    background-color: #181818 !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #ffffff !important;
}

.accordion-item {
    background-color: #181818 !important;
    border: none !important;
    margin-bottom: 5px;
}

.accordion-collapse.collapse, .accordion-collapse.collapse.show {
    background-color: #181818 !important;
}

.accordion-button:not(.collapsed)::after {
    color: #ffffff !important;
}

.video-accordin .accordion-body img {
    width: 76px;
    max-height: 60px;
    border-radius:4px;
}
/* .video-accordin .accordion-body.no-sections img {
    width: 100px!important;
    max-height: none!important;
} */
.video-accordin .accordion-body p{
    margin-bottom: 0px;
    font-size:12px;
}
.video-accordin .accordion-button::after {
    background-image: url("../img/arrow-up.svg");
    background-size: 14px;
    margin-top: 5px;
}

.video-accordin .accordion-button:not(.collapsed)::after {
    background-image: url("../img/arrow-down.svg");
    background-size: 14px;
    transform:unset !important;
    margin-top: 5px;
}

.modal-content {
    border-radius: 15px !important;
}

.statusModal {
    background-color: #2a2d32;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 44px 32px;
    border-radius: 10px;
}

.modalHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 700 !important;
    color: #d8b656;
}

.payCard {
    padding: 0 0 15px 0 !important;
}

.payCard .modalHeader {
    background-color: #d8b656;
    padding: 0 50px;
    height: 60px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.payCard .modalHeader a, .payCard .modalHeader span {
    font-size: 14px;
    color: #ffffff;
}

.payCard form {
    padding: 0 50px;
}

.statusModal .modalIcon {
    border: 4px solid #d8b656;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.statusModal .modalIcon img {
    width: 36px;
}

.modalBody {
    margin: 20px 0;
}

.modalBody p {
    font-size: 17px;
    color: #a0a3bd;
}

.errorModal .roundButton {
    background-color: #bb1a15 !important;
}

.errorModal .modalHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 700 !important;
    color: #bb1a15;
}

.errorModal .modalIcon {
    border: 4px solid #bb1a15;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.paymentModal {
    padding: 30px 50px;
}

.paymentModal .modalHeader {
    font-size: 24px;
    color: #000000;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.paymentModal .modalHeader img {
    height: 24px;
    margin-right: 10px;
}

.modalBottomSection {
    padding: 30px 0;
    margin-top: 20px;
    background-color: #E4ECF1;
}

.modalBottomSection ul {
    padding: 0 40px;
    margin: 0;
    display: flex;
    align-items: center;
}

.modalBottomSection li {
    font-size: 14px;
    color: #53535B;
    list-style: none;
    text-align: center;
    line-height: 14px;
}

.modalBottomSection li span {
    width: 100%;
    color: #D9B657;
}

.modalBottomSection li img {
    margin-bottom: 10px;
}

.haveQuestion {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
    color: #53535B;
}

.haveQuestion span {
    color: #D9B657;
    margin-left: 10px;
}

/*/Popover*/

.popoverBanner {
    position: relative;
}

.popoverBanner img {
    width: 100%;
}

.popover.bs-popover-auto {
}

.owl-stage-outer {
    /*overflow: inherit !important;*/
}

.videoOverlay {
    width: 340px;
    position: absolute;
    z-index: 21;
    left: 0;
    top: 0;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;

}

.owl-item:hover {
    z-index: 99;
}

.owl-item:hover .item {
    z-index: 99;
    opacity: 1 !important;
}

.owl-item:hover > .item > .videoOverlay {
    top: -70%;
    transition: all .5s ease;
    visibility: visible;
    opacity: 1;
    cursor: default;
}

.popover-header, .popHeader {
    width: 340px;
    padding: 0 !important;
}


.popHeader h3 {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 900;
}


.popoverIcons a, .popoverIcons span {
    margin: 0 10px 0 0;
    min-width: auto;
}

.popBody {
    width: 340px;
    background-color: #2D2D2D;
    padding: 10px;
}

.popBody h4 {
    text-shadow: none;
    font-weight: 600 !important;
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
}

.popBody p {
    text-shadow: none;
    font-weight: 300 !important;
    font-size: 14px;
}

/*Auth Screens*/
.auth-screens {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url("../auth/auth-back.jpeg");
}

.auth-screens:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 95%);
    z-index: 1;
}

.authLeftSection {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 360px;
    position: relative;
    z-index: 2;
}

.authLeftSection p {
    line-height: 24px;
    color: #969696;
    font-size: 16px;
}

.authRightSection {
    display: flex;
    flex-direction: column;
    width: 464px;
    border: 1px solid #202020;
    position: relative;
    z-index: 2;
    border-radius: 4px;
}

.authTitle {
    margin-bottom: 20px;
}

.authTitle h1 {
    font-size: 30px;
    font-weight: 700;
    color: #BDBDBD;
}

.authRightSection .action {
    color: #BDBDBD;
    font-size: 14px;
}

.ifGoNext {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.ifGoNext span {
    color: #BDBDBD;
    font-size: 16px;
}

.ifGoNext a {
    color: #d8b656;
    font-size: 16px;
    padding-left: 10px;
}

.authRightSection p {
    font-size: 12px;
    color: #969696;
    text-shadow: none;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}


/*/Screens*/

.profileScreen {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profileScreen .nav-tabs {
    border-bottom: none !important;
    background-color: #242424;
    border-radius: 25px;
}

.profileScreen .nav-tabs .nav-link {
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;
    color: #ffffff !important;
}

.profileScreen .nav-tabs .nav-link.active {
    background-color: #d8b656;
    border-radius: 25px;
}

.profileScreen .tab-content {
    width: 100%;
}

.profileCard {
    background-color: #181818;
    padding: 40px;
}

.videoPlayer {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.videoPlayer img {
    width: 100%;
}

.videoTabs {
    padding-bottom: 30px;
}

.videoTabs.nav-tabs {
    border-bottom: none !important;
}

.videoTabs .nav-link {
    color: #8F8F8F;
}

.videoTabs .nav-link.active {
    background-color: transparent !important;
    border: none;
    color: #ffffff !important;
    position: relative;
}

.videoTabs li button {
    padding-left: 0 !important;
}

.videoTabs .nav-link.active:before {
    content: "";
    position: absolute;
    z-index: 99;
    top: 34px;
    height: 10px;
    width: 100px;
    background-position-x: center;
    background-position-y: bottom;
    background-size: initial;
    background-repeat: no-repeat;
    background-image: url("../img/show-line.png");
}

.videoInfo h3 {
    font-size: 16px !important;
}

.videoInfo p {
    font-size: 16px;
    color: #BCBCBC
}
.videoInfo ol li::marker{
    color:#BCBCBC;
}
.videoInfo ul li::marker{
    color:#BCBCBC;
}
.userImage {
    width: 180px;
    height: 180px;
    border-radius: 180px;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.userImage img {
    width: 100%;
}

.addUserImage {
    width: 180px;
    height: 180px;
    border-radius: 180px;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.editProfileForm {
    max-width: 400px;
}

.billingCard {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upgradeButton {
    color: #D9B657;
    font-size: 14px;
}

.aymentHistoyr {
    width: 70%;
    margin-top:30px;
}
.aymentHistoyr table thead  {
    border-radius: 6px 6px 0px 0px;
    background: #333338;
    border:1px solid #333338;
}
.aymentHistoyr table thead tr th{
    height:55px;
    vertical-align: middle;
    border:none;
    padding: .5rem 2rem;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}
.aymentHistoyr table tbody {
    background: #1D1D1F;
    border: 1px solid #474747;
    box-sizing: border-box;
    border-radius: 0px 0px 6px 6px;
    border-top:none;
}
.aymentHistoyr table tbody td{
    height:55px;
    vertical-align: middle;
    border:none;
    padding: .8rem 2rem;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.payment-view{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #D9B657;
}
.billingMethod {
    width: 100%;
    max-width: 400px;
    margin-top:35px;
}

.billingMethodCard {
    padding: 15px 15px 15px 30px;
    background-color: #333338;
    border-radius: 10px;
    height: 80px;
}

.addCardLink {
    color: #ffffff;
    font-size: 16px;
}

.cancelMemberShipLink {
    color: #D9D9D9;
    font-size: 16px;
}

.switchContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #3E3E3E;
    font-size: 24px;
    font-family: 'Love Ya Like A Sister', cursive;
    cursor: pointer;
}

.switchButton {
    width: 60px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #D9B657;
    margin: 0 10px;
    position: relative;
}

.switchButton .switchCircle {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background-color: #D9B657;
    position: absolute;
    top: 3px;
}

input + .switchContainer .switchCircle {
    left: 3px;
    right: inherit;
}

input:checked + .switchContainer .switchCircle {
    right: 3px;
    left: inherit;
}

input + .switchContainer .monthly {
    color: #D9B657;
}

input:checked + .switchContainer .annual {
    color: #D9B657;
}

input:checked + .switchContainer .monthly {
    color: #3E3E3E;
}

.card-deck {
    width: 360px;
    border: 1px solid #7E70EB !important;
    background-color: #2A2D32 !important;
    padding: 60px 20px;
    position: relative;
    margin-top: 100px;
}

.card-deck.annualCard {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #00C0D2 !important;
    border-left: none !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.card-deck li {
    font-size: 14px;
    color: #F3F3F3;
    line-height: 30px;
}

.memberCardLogo {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #000000 !important;
    position: absolute;
    left: calc(50% - 30px);
    top: -40px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.memberCardLogo img {
    width: 40px;
    height: 40px;
}

.annualCardHeading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.annualCardHeading h2 {
    font-size: 20px;
    color: #CBCBCB;
}

.annualCardHeading span {
    font-size: 42px;
    color: #7E70EB;
    margin: 20px 0;
}

.card-deck.annualCard .annualCardHeading > span {
    color: #00C0D2;
}

.annualCardHeading span span {
    font-size: 20px;
    color: #CBCBCB;
    margin: 0;
}

.memberCardButton {
    position: absolute;
    left: 0;
    bottom: -25px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.memberCardButton a {
    width: 140px;
    height: 50px;
    border-radius: 25px;
    background-color: #7E70EB;
    color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.memberCardButton a:hover {
    opacity: 1;
}

.annualCard .memberCardButton a {
    background-color: #00C0D2;
}


/*Landing Style*/

.bannerSection {
    width: 100%;
    height: 100vh;
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bannerContent {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.bannerContent .col-md-7 div {
    width: 100% !important;
    margin: 20px 0;
}

.bannerContent h2 {
    font-size: 45px !important;
    font-family: 'Della Respira', serif;
}
.banner-video{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bannerContent p {
    font-size: 18px !important;
    line-height: 25px;
    margin-bottom: 0;
    margin-top:8px;
    font-weight:300;
}
.react-confirm-alert-body .heading{
    color: #D9B657!important;
    font-size: 33px !important;
}
.react-confirm-alert-body .heading.error{
    color: #D95757!important;
}
.react-confirm-alert-body{
    font-size: 17px;
}
.react-confirm-alert-body .box {
    display: flex;
    align-items:center;
    margin-bottom: 10px;
}
.react-confirm-alert-body button.yes{
    background: #D9B657;
    color: white;
}
.react-confirm-alert-body button.no{
    background: white;
    color: #D9B657;
}
.react-confirm-alert-body button{
    padding: 8px 32px 8px 32px;
    border-radius: 40px;
    font-size: 15px;
    margin-top: 20px;
    margin-right: 30px;
}
#react-confirm-alert-firm-svg{
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    left: 0;
    background: #000000;
    opacity: 0.8;
}
#react-confirm-alert{
    width: 500px;
    position: fixed;
    left: calc(50vw - 250px);
    top: calc(50vh - 50px);
    background: #2A2D32;
    border-radius: 20px;
    padding: 20px 50px;
    color: white;
    z-index: 9999999999999;

}

.bannerContent input {
    background-color: #ffffff !important;
    max-width: 300px;
    font-size: 14px !important;
    border: none !important;
    border-radius: 0 !important;
    height:64px;
    font-weight: 500;
    color: #828282 !important;
}

.bannerContent button.btn-warning {
    background-color: #D9B657 !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 20px;
    padding: 0 30px !important;
    font-weight: 500;
    border-radius: 0 !important;
}

.interestSection {
    padding: 50px 0;
    background-color: #ffffff;
}
.interests {
    margin-bottom: 25px;
    cursor: pointer;
}

.interests .thumbOverlay{
    cursor: pointer;
}

.interests.active .interests-box{
    border: solid 2px #D9B657;
    border-radius: 4px;
    cursor: pointer;
}
.interests-box .smallThumb{
    margin-bottom:0;
}
.interestHeading {
    text-align: center;
}

.landingSectionHeading h2 {
    color: #333333;
    font-family: 'Della Respira', serif;
}

.interestHeading ul {
    display: flex;
    justify-content: center;
}

.interestHeading ul li:after {
    content: "|";
    color: #828282;
    font-size: 16px;
    padding: 0 10px;
}

.interestHeading ul li:last-child:after {
    content: "";
}

.interestHeading ul li {
    list-style: none;
    color: #828282;
    font-size: 16px;
}

.interestThumb {
    margin-bottom: 25px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.interestThumb img {
    width: 100%;
    max-height: 270px;
}

.interestTitle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 46%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.interestTitle h3 {
    font-size: 25px;
    font-weight: 700;
}

.laningSectionDark {
    padding: 50px 0;
    background-color: #000000;
}

.laningSectionLight {
    padding: 50px 0;
    background-color: #ffffff;
}

.landingSectionHeading li, .landingSectionHeading ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 3px;
}

 .landingSectionHeading li {
    color: #ffffff;
    font-size:16px;
    font-weight: 500;
    line-height: 30px;
}

.landingSectionHeading h2 {
    font-size: 33px !important;
    color: #ffffff;
    line-height: 55px;
}

.interestHeading.landingSectionHeading h2 {
    color: #333333 !important;
}

.interestHeading.landingSectionHeading li {
    color: #828282 !important;
}

.telosHeading p {
    color: #969696;
    float: left;
    font-size: 16px;
    line-height: 30px;
    font-weight:500;
    margin-bottom: 0;
}

.landingSectionHeading ul li:after {
    content: "|";
    padding: 0 10px;
}

.landingSectionHeading ul li:last-child:after {
    content: "";
}

.bookClubHeading h2, .bookClubHeading li {
    color: #333333;
}

.bookClubHeading p {
    color: #828282;
    text-shadow: none;
    font-size: 16px;
}


.landingSectionHeading.watch ul li:after {
    content: "" !important;
    padding: 0 10px;
}

.testimonial {
    background: #D0D0D0;
}

.section-devider {
    display: flex;
    justify-content: center;
    margin: 50px 0;
    padding: 0 20px;
}

.section-devider img {
    width: 100%;
}

.first-blog .row {
    align-items: center;
}
.first-blog-image {
    text-align: center;
}
.first-blog img {
    width: auto;
}

.blog-image img {
    width: 100%;
    height: auto;
}
.first-blog-meta span{
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    color: #686868;
}
.show-line {
    width: auto !important;
}

a.smallRoundButton.mr-2.nav-link {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.relatedBlogs img {
    width: 112px;
}

.relatedBlogs .d-flex {
    margin-bottom: 10px;
}

.testimonial-item {
    text-shadow: none;
}

.testimonial-item img {
    width: 80px !important;
}

.testimonial-item h3 {
    color: #333333;
    font-size: 20px;
    text-shadow: none;
}

.testimonial-item p {
    color: #333333;
    font-size: 28px;
    line-height: 38px;
    max-width: 700px;
    text-align: center;
    text-shadow: none;
    font-family: 'Della Respira', serif;
}

.testimonial-item span.name {
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
}

.testimonial-item span {
    font-size: 14px;
}

.testimonial .owl-carousel .owl-dots.disabled {
    display: inline-block !important;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 2px;
    background: #333333 !important;
}

.testimonial .owl-theme .owl-dots .owl-dot.active span {
    width: 40px;
    height: 2px;
    background: #D9B657 !important;
    margin-top: 20px;
}

.faqSection .accordion-button:after {
    background-image: url("../img/plus-white.png");
    background-size: 12px;
    background-position: 5px;
}

.faqSection .accordion-button:not(.collapsed)::after {
    background-image: url("../img/minus.png");
}

.faqHeading {
    color: #ffffff;
    font-size: 45px;
    text-align: center;
    text-shadow: none;
    font-family: 'Della Respira', serif;
    align-self: center;
    margin-bottom: 40px;
}


.jinTelos h3 {
    color: #333333;
    font-size: 45px;
    text-align: center;
    text-shadow: none;
    font-family: 'Della Respira', serif;
    align-self: center;
}

.jinTelos p {
    color: #333333;
    font-size: 30px;
    text-align: center;
    text-shadow: none;
    font-family: 'Della Respira', serif;
    align-self: center;
    margin-bottom: 40px;
}

.footer {
    padding: 50px 0;
}

.footer ul, .footer li {
    padding-left: 0;
    list-style: none;
}

.footer li a {
    font-size: 16px;
    color: #FFFFFF;
}

.footer span {
    color: #D9DBE1;
    font-size: 14px;
}

.no-search {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.no-search img {
    width: 200px;
}

.no-search h3 {
    font-size: 16px;
}

.no-search p {
    font-size: 14px;
}

.videoTabs li:first-child {
    display: none;
}

.d-flex.phone-book {
    display: none !important;
}


.container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 4% !important;
}

.homePage .container {
    padding-right: 0 !important;
}

.webinerCol h3 {
    padding-top:5px;
}

.webinerCol h3 a {
    color:#ffffff;
    font-size: 17px;
}

.webinerCol p {
    font-size: 14px;
    color: #A0A0A0;
}

.videoTitle span{
    font-size:14px;
}

.cursor{
    cursor: pointer;
}
.webinerCol .thumbOverlay {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    background-color: rgb(0 0 0 / 43%);
}

.webinerCol .thumbOverlay .videoTitle {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    color: #D9B657;
}

.notificationDrop .dropdown-toggle::after {
    display: none !important;
}

header .notificationDrop .dropdown-menu, .sectionHeading .dropdown-menu {
    background-color: #181818 !important;
    right: 0;
    left: inherit;
}

.notificationDrop .dropdown-menu img {
    width: 90px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}

.notificationDrop a {
    font-size: 14px !important;
}

header .notificationDrop .dropdown-item {
    border-bottom: 1px solid #212121 !important;
}
.inter-boxses{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 78%;
}
.inter-boxses li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 160px;
    transition: all .6s;
    cursor: pointer;
    position: relative;
    margin: 10px;
}
a.upgradeButton.for-desktop {
    display: flex;
}
a.upgradeButton.for-mobile {
    display: none;
}
.video-tags {
    margin: 10px 0;
}
.popular-banner {
    position: absolute;
    right: -23px;
    top: -27px;
}
.author-name{
    font-style: italic;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 25px;
    color: #D9B657 !important;
}
.main-title{
    font-style: normal;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 25px;
    color:#ffffff;
}
.thumbOverlayDetail.video-detailed {
    position: absolute;
    bottom: 53px;
    z-index: 999999999999;
    width: 100%;
    float: left;
    left: 40px;
}
.title-tags-flex{
    display: flex;
    align-items: center;
}
.title-tags-flex .video-tags{
    margin:0px 10px;
}
.video-dated-formate {
    margin-bottom: 15px;
}
.video-dated-formate span{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #949191 !important;
}
.videoInfo p{
    line-height: 22px;
    font-size: 14px !important;
}
.videoInfo ul li{
    font-size: 14px;
    color: #BCBCBC;
    line-height: 20px;
}
h2.accordion-header button{
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.blog-title{
    font-style: normal;
    font-weight: bold;
    font-size: 30px !important;
    line-height: 50px;
    color: #FFFFFF;
}
.blog-description p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170.2%;
    color: #A0A0A0;
}

.blog-description pre{
    overflow: hidden;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 170.2%;
    color: #A0A0A0;
}

.blog-description ol li{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170.2%;
    color: #A0A0A0;
}

.blog-description ul li{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170.2%;
    color: #A0A0A0;
}

.blog-related p{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color:#ffffff;
    margin: 0;
    padding-left: 10px;
}
.blog-related {
    margin-bottom: 20px;
}
.blogThumb.verticalBlog.blog-last-box p{
    margin-bottom: 10px;
}
.blogThumb.verticalBlog.blog-last-box{
    margin-bottom: 20px;
}
.blog-right-side{
    padding-left: 20px;
    width:100%;
}
.blog-right-side  h3{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}
.blog-right-side  h5{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #D9B657;
}
.blog-right-side  p{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: #A9A9A9;
}
.blog-right-side  span{
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    color: #686868;
}
.blog-titles-mobile{
    display: none;
}
.blog-list-mobile{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
}
.notifications-list{
    width:85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #151515;
    padding: 18px 30px;
    margin: 0 auto 20px auto ;
}
.notification-left span{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #949191;
    margin-bottom: 8px;
    display:block;
}
.notification-left h3{
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
    margin-bottom: 15px;
}
.notification-left p{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #BCBCBC;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
    margin-bottom: 0px;
    width:70%;
}
.video-tags.all-category span{
    font-size:12px !important;
}
.item.bookCategoryItem.bookclub {
    height: 220px;
}
.item.bookCategoryItem.bookclub  .bookDetail{
padding-left: 10px;
}
.price-currency p{
    margin-bottom: 0px;
}
.subscription-design{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.blog-desc-desktop {
    display: block;
}
p.blog-desc-mobile{
    display: none;
}
.similar-blog-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
img.for-mobile-only{
    display: none;
}
.only-lessons{
    position: relative;
}
.only-lessons img{
    width: 100% !important;
    max-height: 100% !important;
}
p.photo-overlay {
    position: absolute;
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 30px;
    width: 100%;
    padding-left: 10px;
    background: linear-gradient(
360deg, #0A070B 0%, rgba(10, 7, 11, 0) 100%);
    padding-bottom: 10px;
    bottom: 0;
}
.accordion-body.no-sections {
    padding: 0px 0px;
}
.form-heading-new{
    font-size:45px;
    color:#ffffff;
    display: block;
    font-family: 'Della Respira', serif;
}
a.smallButton.new-login.nav-link {
    background: transparent;
    border:2px solid  #d8b656;
    color:#d8b656 !important;
    line-height: 17px;
}
.date-style{
    color:#ffffff;
    font-size:14px;
}
.new-video-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-video-title h3{
    width:75%;
}
.video-timing-info{
    color:#ffffff;
    font-size:14px;
    font-weight: bold;
}
.fdGwiI .sc-kvZOFW {
    flex: 1 0 auto;
    margin-right: 8px;
    border-radius: 4px;
}
.webinar-details{
    width:100%;
    display: flex;
}
.video-webinar {
    width: 65%;
}
.chat-webinar{
    width:35%;
}
.homePage.equal-height .container{
 min-height:224px;
}
.blog-description img{
    max-width:100%;
}
.first-category{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #D9B657;
}
.landing-auth-buttons{
    display: flex;
    align-items: center;
    position: absolute;
    right:0px;
}
.landing-auth-buttons a.smallButton.new-login.nav-link{
 margin-left:15px;
}
.new-login-design {
    width: 62%;
    margin: 0 auto;
}
.blogs h2.category-page-title a{
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color:#ffffff;
}

.detailed-description pre{
    font-style: normal !important;
    font-weight: normal;
 font-size: 14px !important;
 line-height: 170.2% !important;
 color: #A0A0A0 !important;
 width: 90% !important;
   float: left;
overflow:hidden !important;}
.detailed-description pre code{
word-break: normal;
white-space: normal !important;
}

.detailed-description ol li{
    font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 170.2%;
        color: #A0A0A0;
    }
    .detailed-description ol li p{
    font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 170.2%;
        color: #A0A0A0;
    }
    a.view-button-notification.dropdown-item {
        text-align: center;
        border: none !important;
        padding: 6px 0 0 0;
        background: transparent !important;
    }
    .icons-for-mobile{
        display: none;
    }