﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #faedc5 !important;
    background-image: url(https://res.cloudinary.com/masterek/image/upload/c_fill,g_auto,dpr_auto,w_auto,q_auto/MasterEK_Banner3.png);
    font-family: monospace;
}
/*h1, h2, h3, h3, span, div, p {
    font-family: monospace;
}
*/

html {
    scroll-behavior: smooth;
}

#gototop {
    width: 45px;
    height: 45px;
    background: #fd8111;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    display: block;
    position: fixed;
    bottom: 6px;
    left: 7px;
    border-radius: 50%;
}
.fixed-head {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}
.top-header {
    background-color: #fd8111;
    overflow: hidden;
    box-shadow: 0 3px 2px rgba(240, 122, 16, 0.575);
    border: 1px solid transparent;
    border-color: #fd8111;
    padding: 7px 0px 7px 0px;
}
.scrolling-text {
    width: 228px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.login-admin p{
    color:#fff;
    font-size:16px;
    margin:0;
}
.bg-red-custom {
    background-color: #bd1c10;
    padding: 0;
}
.navbar-light .navbar-nav .nav-item {
    padding: 0 16px;
    position: relative;
}
.navbar-light .navbar-nav .nav-link {
    margin: 0 23px;
    font-size: 19px;
    color: #fff !important;
    font-weight: 500;
}
nav ul li:hover .submenu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

.submenu {
    position:absolute;
    min-width: 195px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    padding:0;
}

    .submenu li {
        display: block;
        position: relative;
        border-bottom: 1px solid #c4c4c4;
    }

.submenu li a {
    padding: 11px 15px 11px 15px;
    color: #333;
    text-decoration: none;
    display: block;
}

.submenu li a:hover {
    background-color: #fd8111;
    color: #fff;
}

/* Sub-menu */
.submenu li .sub-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 195px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.sub-submenu li{
    border-bottom:1px solid #ddd;
}

.submenu li:hover .sub-submenu {
    display: block;
}
.angle-right {
    position: absolute;
    height: 40px;
    width: 45px;
    line-height: 45px;
    top: 0;
    right: 0;
    z-index: 2;
    text-align: center;
}
.angle-right .fa{
    font-size:22px;
}
.navbar-justify {
    justify-content: center;
}
/*.footer-wid {
    width: 1171px !important;
}*/
footer {
    /*position: unset !important;*/
    background: #CE4809;
    color: #fff;
   /* overflow: hidden;*/
    padding: 20px 0;
    line-height: inherit !important;
    font-size: 17px;
}
.policy-text a {
    color: #F4BB53 !important;
    text-decoration: none;
    font-size: 17px;
}
.white-bg {
    background-color: #fff;
    padding-top: 1px;
}
.meditation-banner {
    background: url(../images/meditation-bg.png);
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 20px;
}
.meditation-text {
    font-size: 30px;
    line-height: 46px;
    color: #bd1c10;
    font-weight: normal;
    /* padding-top: 20px; */
    border-bottom: 1px solid #bd1c10;
    margin-bottom: 10px;
    position: relative;
}
.maditation-time {
    background: #fd8111;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    margin-right: -12px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
    display:inline-block;
    box-shadow: -3px 5px 11px -1px rgba(254,153,62,0.75);
}
.maditation-time h3 {
    display: inline-block;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    margin-left: 8px;
    vertical-align: middle;
}
.cancel-maditation {
    cursor: pointer;
    display: inline-block;
    background: #bd1c10;
    color: #fff;
    border-radius: 50%;
    font-size: 17px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 9px 0px rgba(189,28,16,1);
    -moz-box-shadow: 1px 1px 9px 0px rgba(189,28,16,1);
    box-shadow: 1px 1px 9px 0px rgba(189,28,16,1);
    margin-top: 5px;
}
.master-banner {
    margin-right: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fd8111;
    vertical-align: text-bottom;
}
.custom-width{
    width:910px !important;
}
.maditation-para {
    border-radius: 10px;
    box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.75);
    padding: 14px 15px 14px 15px;
}
.maditation-para p {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0;
}
.elipise-text {
    height: 123px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.read-more-btn {
    display: inline-block;
    color: #fc8011;
    text-decoration: none;
    font-size: 16px;
}
.right-custom-border{
    border-right:2px solid #ccc;
}
.content-mission {
    color: #8A1603;
    font-size: 19px;
    margin:0;
}
.font-highlet {
    font-weight: bold;
}
.content-ul {
    color: #8A1603;
    font-size: 19px;
    margin: 0;
}
.content-ul li span {
    font-size: 25px;
    color: orange;
    padding-left: 20px;
}
.recent-video-txt {
    color: #bd1c10;
    font-size: 22px;
    font-weight: bold;
}
.recent-shadow {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    margin-bottom: 30px;
}
.yellow-text {
    color: #fff;
    font-size: 17px;
    text-align:center;
    font-weight: normal;
}
.yellow-text span {
    color: #ff6f00;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: underline;
    margin-bottom: 20px;
}
.click-image {
    /*background: #fff;*/
    padding: 4px 8px 8px 8px;
    font-size: 15px;
    display: inline-block;
    color: #181818;
    border-radius: 7px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 243px;
    margin: 0;
}

.card {
    width: 100%;
    height: 265px;
    background: #262626;
    overflow: hidden;
}

.card .imgBx,
.card .details {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}

.card .imgBx {
    top: 0;
    left: 0;
}

.card:hover .imgBx {
    top: 0;
    left: -100%;
}

.card .imgBx img {
    width: 100%;
}

.card .details {
    background: #525252;
    top: 0;
    left: 100%;
    padding: 60px 7px;
}

.card:hover .details {
    top: 0;
    left: 0%;
}
.common-text {
    font-weight: 500;
    font-size: 18px;
}
.log-out {
    color: #fff !important;
    display: inline-block;
    text-decoration:none;
}
.log-out:hover {
    color: #bd1c10 !important;
    text-decoration: underline;
}
.login-span{
    display:inline-block;
    color:#fff !important;
}
.login-span:hover {
    display: inline-block;
    color: #bd1c10 !important;
    text-decoration:underline;
}
.event-wrap-pd {
    padding: 0px 90px 0px 90px;
}

.text-about {
    font-size: 21px;
    font-weight: bold;
    color: Maroon;
}
.master-p {
    color: #333;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    text-align: left;
    text-align: justify;
}
.input-custom {
    width: 500px;
    margin: 0 auto;
}
.input-section {
    position: relative;
}
.input-section:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    right: 58px;
    top: 7px;
    color: #fd8111;
}
.input-section .form-control {
    background: #fff !important;
    width: 450px;
    display: inline-block;
}
.input-section .form-control:focus {
    box-shadow: 0px 0px 12px 2px rgba(253,129,17,1) !important;
    border: 1px solid #fd8111;
}
.tooltip-text {
    text-align: center;
    background-color: #fd8111;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 18px;
    line-height: 26px;
    cursor: default;
    display: inline-block;
    color: #fff;
}
.search-name {
    display: none;
    background-color: rgb(244,81,30);
    padding: 4px;
    font-size: 14px;
    width: 295px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 33px;
    right: 9px;
    z-index:10;
}
.tooltip-text:hover .search-name{
    display:block;
}
.centers-org-bg {
    background-color: #fd8111;
    color: #fff;
    display: block;
    padding: 20px;
    font-size: 16px;
    padding-left: 45px;
    text-transform: uppercase;
}
.quarters-details {
    box-shadow: 0px 3px 8px -2px rgba(138,138,138,1);
    background-color: #faedc5;
    padding: 20px;
    margin-bottom: 30px;
    /*  margin-left: 45px;*/
    font-size: 16px;
    position: relative;
    height: 315px;
}
.quarters-top {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #CE4809;
    padding: 5px 10px;
    color: #fff;
}
.text-para-homoeo {
    font-size: 19px;
    color: #333;
    margin-bottom: 3px;
}

.overlay {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-color: rgba(240, 89, 7, 0.82);*/
    background: rgba(0,0,0,0.9);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    padding: 5px 10px;
}

.item {
    position: relative;
    overflow: hidden;
}

    .item:hover .overlay {
        bottom: 0;
        height: 100%;
        width:100%;
    }

.bottom-overlay {
    top: 85%;
}

.item:hover .bottom-overlay {
    top: 0;
}


#correspondingImageContainer {
    max-width: 100%; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    margin: 0 auto;
}

#correspondingImage {
    width: 100%;
    height: 468.5PX;
}
.item:hover .bottom-overlay-2 {
    top: 0;
    width: 92.3%;
}
.bottom-overly-2 {
    top: 89%;
    left: 0px;
    width: 100%;
}
.news-text {
    font-size: 20px;
    border-bottom: 2px solid #ff6a00;
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
}
.read-more {
    color: #fff;
    font-size: 12px !important;
    display: inline-block;
    background-color: rgb(216,67,21) !important;
    padding: 5px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.gallery-banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 345px;
    width: 100%;
    position:relative;
}

.bottom-fixed-text {
    background: rgba(210,105,30,0.85);
    width: 100%;
    padding: 3%;
    color: #fff;
    font-size: 17px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.over-ellips {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.w-170{
    width:170px;
}
.order-tabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #0a0a0a;
    background: none;
    border-bottom: 2px solid orange;
    border-radius: 0px;
}
.order-tabs .nav-link {
    color: rgba(0,0,0,0.54);
    font-weight: 500;
    font-size: 16px;
}
.order-tabs .nav {
    border-bottom: 1px solid #b9b9b9;
}
.tab-grey {
    background-color: rgb(250,250,250);
}

/*recent update card*/
.card-update {
    width: 100%;
    height: auto;
    overflow: visible;
    box-shadow: 0 5px 20px 2px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
}

.card-img {
    width: 128px !important;
    height: 128px !important;
    border-radius: 50% !important;
    transform: translateY(-50%);
    background: #42caff;
    background: linear-gradient(to bottom, #42caff 0%, #e81aff 100%);
    position: relative;
    transition: all .3s ease-in-out;
}

.card-img {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.card-img::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    transform: translate(-50%, -50%);
    border: 7px solid #e8e8e8;
}

/*Text*/
.text-title {
    text-transform: uppercase;
    font-size: 0.75em;
    color: #42caff;
    letter-spacing: 0.05rem;
}

.text-recent {
    font-size: 18px;
    text-align: center;
    color: #8A1603;
    font-weight: 400;
    font-style: italic;
    display: block;
}

.update-type {
    cursor: pointer;
    color: #ff6f00;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    display: block;
    text-decoration: underline;
    margin-top: 5px;
}

.img-recent {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.recent-viewed {
    padding-top: 100px;
}
.card-update:hover .card-img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
}
/*recent update card end*/

.input-group {
    position: relative;
    margin: 21px 0;
}
.schedule-text:hover {
    color: #337ab7;
    text-decoration: underline;
}
input {
    font-size: 17px;
    padding: 10px 10px 3px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #a4a4a4;
}

    input:focus {
        outline: none;
        border-bottom: 2px solid #bd1c10;
    }

.label-styles {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input:focus ~ .label-styles,
input:valid ~ .label-styles {
    top: -6px;
    font-size: 14px;
}
input:focus ~ .label-styles {
    color: rgb(221,44,0);
}

    .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.5;
    }

input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}
/* animations */
@-webkit-keyframes inputHighlighter {
    from {
        background: #4285f4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #4285f4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #4285f4;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.order-list-table {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    margin: 10px;
}
.order-list-table table tr th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd !important;
    background: #fff;
    color: Maroon;
}
.download-file {
    position: absolute;
    top: 5px;
    right: 4px;
    background-color: #fff;
    padding: 2px;
    border-radius: 50%;
    width: 30px;
    height:30px;
}
.download-file .fa{
    color: #ff6f00;
    font-size: 18px;
    text-align: center;
}
.books-tabs .nav-pills .nav-link {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    padding: 2px 6px;
    color: #747474;
    margin-bottom: 13px;
}
.books-tabs .nav-pills .nav-link:hover {
    background-color: #fd8111;
    color:#fff;
}
.books-tabs .nav-pills .nav-link.active {
    background-color: #fd8111;
    border: 1px solid #fd8111;
}
.select-boxs .form-select{
    border: 0px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}
.select-boxs .form-select:focus {
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}
.choose-language {
    font-size: 14px;
    color: #fd8111;
}

.lecture-tabs .nav-tabs .nav-link {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    padding: 2px 6px;
    color: #747474;
    margin-bottom: 13px;
}
.lecture-tabs .nav-tabs .nav-link.active {
    background-color: #fd8111;
    border: 1px solid #fd8111;
    color:#fff;
}
.lecture-tabs .nav-tabs .nav-link:hover {
    background: #fd8111;
    color: #fff;
}
.lecture-tabs .nav {
    border-bottom: 0px;
}
.lecture-album-2 {
    /*padding: 12px 10px 12px 10px;
    border-bottom: 1px solid #ccc;
    display: block;
    vertical-align: middle;*/
    padding: 12px 10px 12px 20px;
    border: 1px solid #ccc;
    display: block;
    vertical-align: middle;
    border-radius: 26px;
    margin-bottom: 15px;
}
.lecture-album-2:hover {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    background-color: rgb(255 167 0);
    color: #fff;
}
.lecture-album-2:hover .fa{
    color:#fff !important;
}
.lecture-album {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #ccc;
    display: block;
    vertical-align: middle;
    /*    transform: perspective(px) translateZ(0);*/
    box-shadow: 0 0 1px transparent;
    transition-duration: .3s;
    transition-property: box-shadow, transform;
}
.lecture-album:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    background-color: rgba(158,158,158,0.2);
}
.input-section-2:before{
    right:10%;
}
.pendrive-click-here {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fd8111;
    border-radius: 4px;
}
.pendrive-click-here p {
    margin: 0;
    color: #fff;
    padding: 0px 10px;
    font-size: 15px;
}
.blinker-here {
    animation: blink 1s linear infinite;
    margin: 5px;
    font-weight: bold;
}
@keyframes blink {
    30% {
        opacity: .3;
    }

    60% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}
.about-masterek {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.radio-ek {
    background: #f5f5f5;
    border-color: #ddd;
    margin: 0;
    text-align: center;
    padding: 8px 10px 8px 10px;
}
.schedule-text {
    font-size: 18px;
    color: #337ab7;
    text-decoration: none;
}

.schedule-times h4 {
    color: #bd1c10;
    font-size: 18px;
    font-weight: bold;
    text-transform:uppercase;
    margin:0;
}

.schedule-times h4 span {
    color: rgba(0,0,0,0.87);
    font-size: 17px;
    font-weight: normal;
    text-transform: initial;
}

.zoom-in-out-box {
    margin: 24px;
    position: fixed;
    bottom: 13px;
    right: 14px;
    z-index:99;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }

    50% {
        transform: scale(1.2,1.2);
    }

    100% {
        transform: scale(1,1);
    }
}

.zoom-in-out-box img {
    animation: zoominoutsinglefeatured 4s infinite;
}

.book-tittle-view {
    position: relative;
    text-transform: uppercase;
    background: #fd8111;
    display: block;
    padding: 12px 15px;
}
.top-right {
    position: absolute;
    top: 6px;
    right: 8px;
    content: "";
}
.tittle-books {
    color: #fff;
    font-size: 20px;
    margin: 0;
}
.back-to-home {
    background: none;
    border: 0px;
    padding: 0px;
    color: #fff;
    font-size: 23px;
}
.book-details-bg {
    padding: 0.5em;
    border-radius: 0.25em;
    display: table-cell;
    vertical-align: middle;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
}
.book-details-bg p {
    font-size: 18px;
    color: #636363;
    margin:0;
}
.book-contact-border {
    border-top: 1px solid #fd8111;
    margin-top: 18px;
    margin-bottom: 18px;
}
.list-view {
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(253, 129, 17);
    border-radius: 0.25rem;
    padding: 10px;
    margin-bottom: 20px;
    height: 250px;
    padding: 16px 10px;
    text-align: center;
}
.list-view:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition: all 0.55s ease-in-out;
}
.client-head {
    font-weight: bold;
    color: #bd1c10;
    font-size: 19px;
    margin: 0;
}
.adress {
    margin: 0;
    font-size: 18px;
    color: #333;
    margin-bottom: 4px;
    margin-top: 7px;
}
.left-right-space {
    padding-left: 3rem;
    padding-right: 3rem;
}
.update-padding-rem{
    padding-left:3rem;
    padding-right:3rem;
}


/*custom*/

.custom-audio-player {
    margin: auto;
    text-align: center;
}

.progress-bar {
    width: 70%;
    height: 8px;
    background-color: #ccc;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
}

.progress {
    height: 100%;
    width: 0;
    background-color: #fff;
    transition: width 0.3s ease-in-out;
}

.player-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.play-button {
    background-color: #fff;
    color: #fd8111;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.volume-slider,
.seek-slider,.custom-audio-player{
    margin: auto;
    text-align: center;
}

#currentTimeLabel {
    margin-left: 0px;
}

=======
.download-bg-btn {
    text-align: center;
    background-color: darkorange;
    padding: 10px 20px 10px 20px;
    color: white;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.lb-data .lb-close {
    position: absolute;
    top: -6px;
    right: 18px;
}


/*event-popup-start*/
.custom-popup .modal-content {
    border-radius: 0px !important;
}

.custom-modal-lg {
    max-width: 950px !important;
}

.left-content {
    background: #fd8111;
    padding: 10px 15px 20px 15px;
}

.date-content {
    text-align: center;
}

    .date-content h1 {
        font-size: 70px;
        font-weight: 600;
        color: #fff;
        margin: 0;
    }

    .date-content span {
        font-weight: 500;
        color: #fff;
        margin: 0;
        font-size: 23px;
    }

.curent-event {
    margin: 0;
    font-size: 19px;
    color: #fff;
}

.circle-dot {
    font-size: 10px !important;
    vertical-align: middle;
    padding-right: 5px;
}

.event-list {
    padding: 13px 0px;
}

    .event-list .list-unstyled {
        margin: 0;
    }

        .event-list .list-unstyled li {
            color: #fff;
            padding-left: 15px;
            text-transform: capitalize;
        }

.right-content {
    padding: 10px 10px 10px 10px;
}

.calendar select {
    background-color: #f3f4f6;
    padding: 15px 20px;
    width: 200px;
    border-radius: 25px;
}

.calendar__opts {
    display: inline-block;
}

.months-list {
    padding: 0px 10px;
}

    .months-list .list-inline .list-inline-item {
        padding: 0px 6px;
        cursor: pointer;
    }

        .months-list .list-inline .list-inline-item:not(:last-child) {
            margin-right: 0px;
        }

.border-line {
    border-bottom: 1px solid #acaaaa;
}

.active-color {
    color: #fd8111 !important;
}

.day-list .list-inline .list-inline-item {
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    color: #716f6e;
}

.day-list .list-inline {
    padding: 10px var(--side-padding);
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

    .day-list .list-inline .list-inline-item:not(:last-child) {
        margin-right: 0px;
    }

.number-list .list-inline .list-inline-item {
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding: 10px 0px;
}

    .number-list .list-inline .list-inline-item:not(:last-child) {
        margin-right: 0px;
    }

.number-list .list-inline {
    padding: 10px var(--side-padding);
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.color-grey {
    color: #c5c8ca !important;
    cursor: not-allowed !important;
}
.not-found {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    font-size: 18px;
}

.active-dates {
    padding: 9px 20px;
    background: #fd8111;
    border-radius: 5px;
    color: #fff;
}

.year-content {
    margin: 0;
    display: inline-block;
    color: #333;
    font-size: 20px;
}
/*event-popup-end*/
.back-left {
    background: #ac0303;
    color: #fff;
    border: 0px;
    padding: 1px 10px 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}
.back-left:hover{
    color:#fff;
}
.dweepam-year a {
    color: #337ab7;
    text-decoration: none;
    font-size: 17px;
    margin-bottom: 6px;
    display: inline-block;
    margin-top: 6px;
}
.dweepam-year a:hover {
    text-decoration: underline;
}
.owl-carousel .owl-nav button.owl-prev, .owl-next {
    font-size: 34px !important;
    background: #fd8111 !important;
    line-height: unset;
    vertical-align: middle !important;
    height: 43px;
    width: 40px;
    color: #fff !important;
}
.owl-carousel .owl-nav button.owl-prev span {
    line-height: 11px;
    height: 20px !important;
    display: block;
}
.owl-carousel .owl-nav button.owl-next span {
    line-height: 11px;
    height: 20px !important;
    display: block;
}

.custom-canvas .offcanvas {
    width: 40%!important;
}
.custom-canvas .offcanvas-bottom {
    right: 24px !important;
    left: unset;
    border-radius: 11px 11px 0 0;
    height: 70vh !important;
}
.offcanvas-header {
    padding: 7px 10px 7px 10px !important;
    border-radius: 10px 10px 0 0;
    background: #fd8111;
}
.date-picker {
    width: 350px;
    margin: 0 auto;
}
.date-picker input {
    border: 1px solid #a4a4a4;
    padding: 6px 10px;
    border-radius: 5px;
    width: 306px;
    display: inline-block;
}
.cancel-button-date {
    background: #fd8111;
    padding: 6px 12px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    border: 0px;
}
.date-texted {
    color: #fd8111;
    font-size: 16px;
    margin: 0;
}
.user-texted {
    color: goldenrod;
    margin: 0;
    font-size: 16px;
}
.user-telugu {
    color: #8A1603;
    font-size: 16px;
    letter-spacing: 0.01em;
    display: block;
}
.time-color-text {
    color: #fd8111;
    font-size: 15px;
    text-align: right;
    margin: 0;
    padding-top: 20px;
    padding-bottom:10px;
}
.dateidusers {
    border-bottom: 10px solid #f0f0f0;
}
.canvase-btns:focus {
    outline: none;
    box-shadow: none !important;
}
.new-hover {
    color: #fff;
    display: block;
    font-size: 15px;
    text-decoration:none;
    cursor:pointer;
}

.new-hover:hover{
    color:blue;
}


.sonar-wrapper {
    overflow: hidden;
    padding: 8rem 0;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: rgba(24, 24, 24, 0.5);
    width: 100%;
    height: 100%;
}

.sonar-emitter {
    position: absolute;
    margin: 0 auto;
    width: 195px;
    height: 195px;
    border-radius: 9999px;
    background-image: url("../images/om.png");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

.sonar-wave {
    animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
    from {
        opacity: 0.4;
    }

    to {
        transform: scale(3);
        opacity: 0;
    }
}
.title-meditation {
    font-size: 24px;
    text-align: center;
    line-height: 46px;
    color: #bd1c10;
    font-weight: 500;
    /* padding-top: 20px; */
    margin-bottom: 10px;
    margin: 0 auto;
}
.modal-header .close-popup {
    margin:0 !important;
}
.modal-top-header .modal-header {
    padding: 3px 10px;
    border-bottom: 1px solid #bd1c10;
}
.privacy-heading {
    font-size: 20px;
    font-weight: bold;
    color: #ff7d00;
    padding-bottom:15px;
    margin:0;
}
/*login-start*/
.card-login {
    width: 100%;
    height: auto;
    position: relative;
    border: 2px solid #c3c6ce;
    transition: 0.5s ease-out;
    overflow: visible;
}

.card-details {
    color: black;
    height: 100%;
}

.card-button {
    transform: translate(-50%, 125%);
    width: 60%;
    border-radius: 1rem;
    border: none;
    background-color: #fd8111;
    color: #fff;
    font-size: 1rem;
    padding: .5rem 1rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    transition: 0.3s ease-out;
}

.text-body {
    color: rgb(134, 134, 134);
}

/*Text*/
.login-title {
    font-size: 1.5em;
    background: #838383;
    padding: 12px 7px 12px 7px;
    color: #fff;
    text-transform: uppercase;
}

/*Hover*/
.card-login:hover {
    border-color: #fd8111;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.card-login:hover .card-button {
    transform: translate(-50%, 50%);
    opacity: 1;
}
/*login-end*/

.log-button {
    font-size: 13px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 13px 23px;
    letter-spacing: 2px;
    background: #ff8100;
    text-decoration: none;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    width: 60%;
    display: inline-block;
    font-weight: 600;
}

.log-button:hover {
    text-decoration: none;
}
.log-button:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.log-button:after {
    background: #32323D;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    z-index: -1;
}
.margin-9{
    margin-top:-9px;
}


.file-view {
    background-color: #fd8111;
    color: white;
    padding: 6px 14px 6px 14px;
    border-radius: 0px;
    cursor: pointer;
    margin-top: 6px;
}

.file-chose-view {
    margin-left: 0.3rem;
    font-family: sans-serif;
}

.submit-bg {
    background-color: rgb(17 162 1);
}
.submit-bg:hover {
    box-shadow: 0px 0px 12px 0px rgba(17,162,1,1);
}
.reset-bg {
    background-color: rgb(244,81,30);
}
.reset-bg:hover {
    box-shadow: 0px 0px 12px 0px rgba(244,80,30,1);
}
.delete-bg {
    background-color: rgb(255 0 0);
}
.delete-bg:hover {
    box-shadow: 0px 0px 12px 0px rgba(255,0,0,1);
}
.common-btn {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    cursor: pointer;
    min-height: 36px;
    min-width: 88px;
    line-height: 36px;
    vertical-align: middle;
    padding: 0 6px;
    border: 0px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
.common-btn:hover{
    color:#fff;
}
.news-table table th {
    border-bottom: 2px solid #ddd !important;
    color: Maroon;
    text-align: center;
}
.news-table table td {
    text-align: center;
}
.events-text {
    color: #337ab7;
    text-decoration: none;
}
.events-text:hover {
    text-decoration: underline;
}
.playbutton{
    border-radius:8px;
    margin-top:8px;
    width:100%;
}
.floating-label {
    position: relative;
    margin-bottom: 20px;
}

.floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #757575;
}

.floating-select:focus {
    outline: none;
    border-bottom: 2px solid #CE4809;
}

.selecthighlight {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-select:focus~.selecthighlight,
.floating-select:not([value=""]):valid~.selecthighlight {
    top: -10px;
    font-size: 14px;
    color: rgb(221,44,0);
}

.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
    width: 50%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.highlights {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.floating-select:focus~.highlights {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}
.radio-live .form-check-input:checked {
    background-color: rgba(255,87,34,0.87) !important;
    border-color: rgba(255,87,34,0.87) !important;
}
.radio-live .form-check-input {
    width: 18px;
    height: 18px;
}
.radio-live .form-check-input:focus {
    box-shadow: none;
}
.notification-chat {
    color: #CE4809;
    display: block;
    font-weight: normal;
    font-size: 18px;
    text-align: justify;
}
.notification-label .form-check-inline {
    line-height: 23px;
}
.notification-label .form-check {
    font-size: 17px;
}
.notification-label .form-check-input:checked {
    background-color: #ff6c00;
    border-color: #ff6c00;
}
.notification-label  .form-check-input:focus {
    box-shadow: none;
}
.transfor-amount {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}
.transfor-amount span {
    color: #bd1c10;
}
.account-details {
    width: 640px;
    margin: 0 auto;
}
.bank-details-content {
    padding: 20px;
    margin: 33px 22px;
    background-color: #FFF2E0;
    padding-left: 66px;
    box-shadow: 0 4px 6px 0 #bbb;
}
.event-notifi {
    font-size: 19px;
    margin: 0;
    font-weight: 400;
    color: #bd1c10;
}
.notification-text {
    font-size: 24px;
    margin: 0;
    display: inline-block;
    padding-left:3rem;
}
.subscribe-check .form-check-input:checked {
    background-color: #ff6c00;
    border-color: #ff6c00;
}
.custom-containers{
    width:1000px !important;
}
.edit-table-gallery table thead th {
    width: 50%;
    text-align: center;
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 500;
}
.edit-table-gallery table tbody td {
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    word-break: break-word;
}
.edit-table-gallery table tbody td .subscribe-check {
    width: fit-content;
    margin: 0 auto;
}
.add-icon {
    color: #fd8111;
    font-size: 33px;
    display: inline-block;
    text-decoration: none;
}
.view-images {
    color: #337ab7;
    text-decoration: none;
    font-size: 17px;
    padding-top: 5px;
    display: inline-block;
}
.view-images:hover {
    text-decoration: underline;
}
.text-notification textarea {
    resize: both;
}
.label-notification {
    color: #2d2d2d;
    padding-left: 5px;
    font-size: 18px;
    display:block;
}
.myurl-imput {
    border: 1px solid #eee;
    padding: 6px 10px 6px 10px;
}
.custom-inputs{
    width:100%;
}
.lecture-imaged{
    width:120px;
    border-radius:12px;
}
.custom-lecture-popup .play-time {
    color: white;
    position: absolute;
    top: 25px;
    right: 22px;
    width: 52%;
}
.custom-lecture-popup .modal-body {
    padding: 0px;
}
.custom-lecture-popup .lectures-bg {
    background: #fd8111;
    padding: 15px 23px;
}
.custom-lecture-popup .play-button {
    background: unset;
    padding: 0px;
    font-size: 50px;
    color:#fff !important;
}
.custom-lecture-popup .play-slide {
    padding: 0px;
    border-bottom: 0px;
    width: 40%;
}
.custom-lecture-popup .volume-slide {
    padding: 0px;
    border-bottom: 0px;
    width:25%;
}
.volume-btns{
    font-size:20px;
    color:#fff;
}
.download-lecture{
    color:#fff;
    font-size:19px;
    padding:0px;
}
.cancel-popup {
    border: 0px;
    color: #fff !important;
    font-size: 19px !important;
    margin-top: -2px;
}
.cancel-popup:focus {
    outline: none;
    box-shadow: none !important;
}
.choose-view input {
    border: 0px;
    padding: 0px;
}

.choose-view input[type="file"]::file-selector-button {
    transition: background-color 200ms;
    border:0px;
    background: #fd8111;
    color: white;
    padding: 6px 14px 6px 14px;
    border-radius: 0px;
    cursor: pointer;
}
.padding-common-tp {
    padding-top: 25px;
    padding-bottom: 25px;
}
.choose-view input[type="file"]::file-selector-button:hover {
    background: #fd8111;
}

.choose-view input[type="file"]::file-selector-button:active {
    background-color: #e5e7eb;
}

/*custom*/
.footer-nav ul li {
    line-height: normal;
    font-size: 14px;
    font-family: Poppins,sans-serif;
    font-weight: 300;
}
.footer-nav ul li a {
    transition: all 0.3s ease 0s;
    padding-left: 0px;
    cursor: pointer;
    text-decoration:none;
    color:#fff;
}
.footer-nav ul li a:hover {
    padding-left: 10px;
    color: rgb(244, 187, 83) !important;
    letter-spacing: 1px;
}
.cancel-maditation{
    position:relative;
}
.cancel-maditation:before {
    border: 3px dashed #fff;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 0;
    top: 0%;
    width: 33px;
    height: 33px;
}

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.social-icons {
    text-align: left;
}

.social-icons a {
    color: #fff !important;
    line-height: 30px;
    font-size: 30px;
    margin: 0 5px;
    text-decoration: none;
}

.social-icons a i {
    line-height: 30px;
    font-size: 30px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.social-icons a:hover i {
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}
.page-item.active .page-link {
    background: #fd8111 !important;
    border-color: #fd8111 !important;
}
.news-left-pl{
    padding-left:3rem;
}
.pagination-sm .page-link {
    padding: 4px 10px !important;
}
.active-page {
    background: #fd8111 !important;
    color: #fff;
}
.event-description p{
    word-break:break-all;
}
.img-play {
    height: 100px;
}
.cursor{
    cursor:pointer;
}
.left-side {
    text-decoration: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    background: #f2f2f2;
    display: inline-block;
    color: red;
}
.right-side {
    text-decoration: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    background: #f2f2f2;
    display: inline-block;
    color: red;
}
.left-side:hover {
    background: #fd8111;
    color: #fff;
}
.right-side:hover {
    background: #fd8111;
    color: #fff;
}
.left-apb {
    position: absolute;
    top: 25px;
    left: -3px;
}
.right-apb {
    position: absolute;
    top: 25px;
    right: -3px;
}
.paly-button {
    color: #ffffff;
    font-size: 65px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor:pointer;
}

.border-footer {
    border-bottom: 1px solid #b59494;
}
/*bottom-top animation*/
.reveal {
    position: relative;
    transform: translateY(70px);
    opacity: 0;
    transition: all 2s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}
/*bottom-top animation*/

/*thumbnail-slider*/


@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

/*video gallery start*/

.videocard {
    width: 100%;
    height: 270px;
    transition: all .5s;
    text-align: center;
    overflow: hidden;
}

.videocard:hover {
    height: 370px;
    box-shadow: 0px 1px 6px 0px rgba(158,158,158,1);
}


.videocard .content {
    display: block;
    text-align: left;
    color: #212121;
    padding: 13px 19px;
}

.videocard .content p {
    transition: all .5s;
    font-size: 14px;
    margin-bottom: 8px;
} 
.video-img{
    height:275px;
}


.slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.playlist-container {
    width: auto;
    overflow-x: hidden;
    white-space: nowrap;
    margin: 0 auto;
    transition: 0.5s;
}

.videonav {
    display: flex;
    list-style: none;
    padding: 0;
    overflow: hidden;
    flex-direction: row;
    margin: 0;
}

    .videonav li {
        margin: 0px 10px;
        transition: 0.5s;
        border-radius: 4px;
        opacity: 0.7;
        padding: 3px 3px 0;
        border: 4px solid #fff;
    }

        .videonav li.active {
            border: 4px solid #ff8400;
            padding: 3px 3px 0;
            opacity: 1;
        }

        .videonav li:hover {
            opacity: 1;
        }

    .videonav img {
        width: 100px;
        height: 100px;
        transition: 0.5s;
    }

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 20px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
   /* display: none;*/
}

.playlist-slide:hover .prev-btn {
    display: block;
}

.playlist-slide:hover .next-btn {
    display: block;
}

.prev-btn:hover {
    background: #ff8400;
    color: #fff;
}

.next-btn:hover {
    background: #ff8400;
    color: #fff;
}

.prev-btn {
    left: -6px;
    transition: all 1s ease;
}
.event-tops{
    margin-top:32px;
}
.next-btn {
    right: -9px;
    transition: all 1s ease;
}
.playlist-vertical {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.thumb-vertical {
    display: flex;
    flex-direction: column;
}

.vertical-container {
    width: 133px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    transition: 0.5s;
    height: 340px;
}
.prev-short,
.next-short {
    position: absolute;
    top: unset;
    bottom: -27% !important;
    transform: translateY(-50%);
    border-radius: 0px !important;
    display: block !important;
    width: 45px !important;
    height: 45px !important;
    line-height:23px;
}
.prev-short {
    left: 40px !important;
    transition: all 1s ease;
    top: -56px;
    transform: rotate(90deg);
}
.next-short {
    right: 40px !important;
    transition: all 1s ease;
    transform: rotate(90deg);
    bottom: -58px !important;
}
.custom-flex{
    display:flex;
}
.master-padd {
    padding: 2px 25px 2px 25px;
}
.data-table-view table thead th {
    border: 1px solid #bcbcbc !important;
    text-align:center;
}
.data-table-view table tbody td {
    border: 1px solid #bcbcbc !important;
}
.data-table-view .dataTables_wrapper .dataTables_filter {
    text-align: left;
    margin-bottom: 10px;
}



.playlist-vertical {
    /*display: flex;
    flex-direction: row;
    align-items: center;*/
    display: flex;
    justify-content: space-between;
}
.thumb-vertical {
    display: flex;
    flex-direction: column;
}
.vertical-container {
    width: 133px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    transition: 0.5s;
    height: 340px;
}

.video-emitter {
    position: absolute;
    margin: 0 auto;
    width: 92%;
    height: auto;
    border-radius: 9999px;
    /* background-image: url(../images/om.png); */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.video-wrapper {
    overflow: hidden;
    padding: 8rem 0;*/
    /* display: none; */
    /*position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: rgb(24 24 24 / 74%);
    width: 100%;
    height: 100%;
}*/

.video-wrapper {
    background-color: #faedc5 !important;
    background-image: url(https://res.cloudinary.com/masterek/image/upload/c_fill,g_auto,dpr_auto,w_auto,q_auto/MasterEK_Banner3.png);
    overflow: hidden;
    padding: 8rem 0;
    /* display: none; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.video-input input{
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 32px;
    background-color: transparent;
    border: 1px solid #757575;
}
.telugu-content img{
    width:100% !important;
}
.telugu-content video {
    width: 100% !important;
}

.custom-center {
    text-align: center;
}

.master-cus-img img {
    width: 160px;
    height: fit-content;
}

.center-leftright {
    padding-left: 4rem;
    padding-right: 4rem;
}

.card-center-title {
    color: darkred;
    font-size: 21px;
}
.cancel-popup {
    position: absolute;
    right: 0;
    content: "";
    font-size: 21px !important;
}

.mobile-border {
    border-top: 0px !important;
}
.event-height{
    height:340px;
}
.form_main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    padding: 30px 40px 30px 40px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.062);
    position: relative;
    overflow: hidden;
    height: 370px;
}

.form_main::before {
    position: absolute;
    content: "";
    width: 326px;
    height: 326px;
    /*background-color: rgb(209, 193, 255);*/
    background-color: rgb(255 224 193);
    transform: rotate(45deg);
    left: -122px;
    bottom: 30px;
    z-index: 1;
    border-radius: 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.082);
}
.book-margins {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}
.heading {
    font-size: 2em;
    color: #2e2e2e;
    font-weight: 700;
    margin: 5px 0 10px 0;
    z-index: 2;
}

.inputContainer {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.inputIcon {
    position: absolute;
    left: 3px;
}

.inputField {
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgb(173, 173, 173);
    margin: 10px 0;
    color: black;
    font-size: 15px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 10px 10px 10px 30px !important;
}
.copy-button {
    position: absolute;
    top: 1px;
    right: -17px;
    color: #fd8111;
    background: none;
    border: none;
}

.inputField:focus {
    outline: none;
    border-bottom: 2px solid rgb(199, 114, 255);
}

.inputField::placeholder {
    color: rgb(80, 80, 80);
    font-size: 1em;
    font-weight: 500;
}
.lecture-25 {
    padding: 25px;
}
.sub-new {
    z-index: 2;
    position: relative;
    width: 100%;
    border: none;
    /*background-color: rgb(162, 104, 255);*/
    background-color: #fd8111;
    height: 40px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px;
    cursor: pointer;
}

.sub-new:hover {
    background-color: rgb(126, 84, 255);
}

.forgotLink {
    z-index: 2;
    font-size: .7em;
    font-weight: 500;
    color: rgb(44, 24, 128);
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 20px;
}

.video-gallerys .nav-pills .nav-link.active {
    color: #fff;
    background-color: #fd8111;
}
.video-gallerys .nav-link {
    color: #000;
}

.mobile-admin {
    display: none;
}
.mat-mobile-label {
    display: none;
}

.mobile-lab {
    display: none;
}

.mat-mobile-width {
    width: 100%;
}
.user-widths{
    max-width:60%;
}
.mobile-toggle-view {
    display: none;
}
@keyframes rotateLoader {
    0%, 10% {
        transform: rotate(-153deg);
    }

    90%, 100% {
        transform: rotate(0deg);
    }
}

@keyframes ballMoveX {
    0%, 10% {
        transform: translateX(0)
    }

    90%, 100% {
        transform: translateX(32px)
    }
}

/*loader-start*/
 @keyframes pgfill {
    0%{
        background-image: linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0);
    }

    25% {
        background-image: linear-gradient(#ff9700 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0);
    }

    50% {
        background-image: linear-gradient(#ff9700 20px, transparent 0), linear-gradient(#ff9700 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0);
    }

    75% {
        background-image: linear-gradient(#ff9700 20px, transparent 0), linear-gradient(#ff9700 20px, transparent 0), linear-gradient(#ff9700 20px, transparent 0), linear-gradient(#FFF 20px, transparent 0);
    }

    100% {
        background-image: linear-gradient(#ff9700 20px, transparent 0), linear-gradient(#ff9700 20px, transparent 0), linear-gradient(#ff9700 20px, transparent 0), linear-gradient(#ff9700 20px, transparent 0);
    }

}

/*loader-end*/



.recent-img-150 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.rencentupdate-type {
    color: #ff6f00;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    display: block;
    text-decoration: underline;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.recenytext-recent {
    font-size: 18px;
    text-align: left;
    color: #8A1603;
    font-weight: 400;
    font-style: italic;
    display: block;
    width: 235px;
}
.border-cls {
    border: 1px solid #797979;
    padding: 2px;
    border-radius: 66px 10px 10px 66px;
}
.readmore {
    background: #ff6f00;
    color: #fff;
    display: inline-block;
    border: 0px;
    margin-top: 25px;
    padding: 2px 10px 3px 10px;
    border-radius: 15px;
}
.readmore:hover {
    background: #bd1c10
}
.recentclick-image {
    font-size: 15px;
    padding: 0;
    display: inline-block;
    color: #181818;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.recent-hover:hover {
    background: antiquewhite;
    border-radius: 66px 10px 10px 66px;
}
.padding-shadow {
    background: antiquewhite;
    padding: 12px 0px 12px 0px;
}
.rencented-type {
    color: #ff6f00;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0;
    margin-left: -9px;
    margin-right: -9px;
}
.click-to-bottom {
    color: blue;
    text-decoration: none;
    cursor: pointer;
    font-weight:600;
    font-size:18px;
    display:inline-block;
}
.click-to-bottom:hover {
    text-decoration: underline;
}
.privacy-text {
    font-size: 17px;
    color: #4a4a4a;
    margin:0;
}
.privacy-left {
    padding-left: 20px;
}
.sub-privacy {
    display: inline-block;
    color: #2f2f2f;
    font-weight: 500;
    font-size: 18px;

}







/*responsive - start*/
@media only screen and (max-width:767px) {
    .audio-flex .d-flex {
        display: unset !important;
    }

    .custom-width {
        width: 100% !important;
    }

    .meditation-banner {
        height: auto;
    }

    .margin-25 {
        margin-bottom: 25px;
    }

    .margintop-35 {
        margin-top: 35px;
    }

    .playlist-container {
        width: 100%;
    }

    .playlist-vertical {
        display: unset;
    }

    .thumb-vertical {
        flex-direction: row;
    }

    .vertical-container {
        width: 100%;
        height: auto;
    }

    .meditation-text {
        font-size: 21px;
    }

    .navbar-light .navbar-toggler {
        border: 0px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url('../images/bar.png') !important;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0px;
        font-size: 16px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .content-mission {
        font-size: 17px;
    }

    .content-ul {
        font-size: 17px;
    }

    .recent-video-txt {
        font-size: 20px;
    }

    .prev-btn, .next-btn {
        display: block;
        transform: unset;
        top: 35px;
    }

    .prev-short, .next-short {
        display: inline-block !important;
        top: 37px;
    }
    .prev-short {
        left: -8px !important;
    }
    .next-short {
        right: -8px !important;
    }

    .right-custom-border {
        border-right: 0px;
    }

    .mobile-border {
        border-top: 1px solid rgb(255, 255, 255);
    }

    .login-admin {
        display: none;
    }

    .mobile-admin {
        display: block;
    }

    .scrolling-text {
        width: 50%;
    }

    .master-banner {
        margin-right: 0px;
    }

    .maditation-para p {
        font-size: 16px;
    }

    .elipise-text {
        height: 98px;
    }

    .custom-canvas .offcanvas {
        width: 100% !important;
    }

    .custom-canvas .offcanvas-bottom {
        right: 0px !important;
        height: 100vh !important;
        top: 23px;
    }

    .zoom-in-out-box {
        margin: 11px;
    }

    .footer-wid {
        width: 100% !important;
    }

    .common-text {
        font-size: 17px;
    }

    .content-ul li span {
        padding-left: 0px;
    }

    .custom-flex {
        display: unset !important;
    }

    .master-padd {
        padding: 2px 15px 2px 15px;
    }

    .master-cus-img img {
        width: 130px !important;
        display: inline-block;
    }

    .just-center {
        justify-content: center !important;
    }

    .input-custom {
        width: 70%;
    }

    .custom-abtcenter .form-control {
        width: 100%;
    }

    .custom-abtcenter:before {
        right: 11%;
    }

    .centers-org-bg {
        padding: 15px;
        padding-left: 15px;
    }

    .center-leftright {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .quarters-details {
        padding: 15px;
        font-size: 15px;
    }
    .card-center-title {
        color: darkred;
        font-size: 18px !important;
    }
    .text-para-homoeo {
        font-size: 17px;
    }
    .footer-wid {
        width: 100% !important;
    }
    .container-max{
        max-width:100% !important;
    }
    .social-icons {
        text-align: left;
    }
    .page-item.active .page-link {
        background: #fd8111 !important;
        border-color: #fd8111 !important;
    }
    .pagination-sm .page-link {
        padding: 4px 10px !important;
    }
    .margin-b-top {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .margin-b{
        margin-bottom:10px;
    }
    .custom-abtcenter {
        margin: 0 auto;
    }
    .event-description img {
        width: 100%;
        height: 300px;
    }
    .mobile-center{
        text-align:center;
    }
    .smart-text {
        font-size: 18px !important;
    }
    .mat-mobile-label {
        display: inline-block;
        width: 50%;
        margin-bottom: 0 !important;
        font-weight: 600;
        text-align: left;
    }
    .margin-9 {
        margin-top: 0px;
    }
    .mobile-lab {
        display: inline-block;
        font-weight: 600;
        margin-right: 3px;
    }
    .lecture-25 {
        padding: 3px;
    }
    .mat-mobile-width {
        display: inline-block;
        width: 50%;
    }
    .mobdisphone {
        display: none;
    }
    .order-list-table table tbody tr td {
        display: flow-root !important;
        text-align: right !important;
        word-break: break-all !important;
    }
    .calender-img{
        width:100%;
    }
    .pendrive-click-here {
        position: unset;
        width: auto;
        margin: 10px 20px 0px 20px;
    }
    .input-section .form-control {
        width: 90%;
    }
    .left-right-space {
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-left-pl {
        padding-left: 0px;
    }
    .custom-containers{
        width:100% !important;
    }
    .videocard {
        height: auto;
        box-shadow: 0px 1px 6px 0px rgba(158,158,158,1);
    }
    .videocard:hover {
        height: auto;
    }
    .mb-bottom{
        margin-bottom:20px;
    }
    .mt-top{
        margin-top:0px;
    }
    .minus-top {
        margin-top: 0px !important;
    }
    .mar-2{
        margin:2px;
    }
    .account-details {
        width: 100%;
    }
    .bank-details-content {
        padding: 5px;
        margin: 22px 0px;
        overflow: auto;
    }
    .event-notifi {
        font-size: 15px;
        font-weight: 600;
    }
    .transfor-amount {
        font-size: 1.5rem;
    }
    .event-tops {
        margin-top: 5px;
    }
    .edit-table-gallery table tbody td {
        font-size: 17px;
    }
    .text-notification textarea {
        width:100% !important;
    }
    .notification-text {
        font-size: 21px;
        padding-left: 0px;
    }
    .mob-notification{
        font-size:16px;
    }
    .resp-input{
        width:100%;
        width:100%;
    }
    .update-padding-rem {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /*mobile start*/
    .mobile-toggle-view {
        display: block;
    }
    .navbar-collapse{
        display:none;
    }
    .mobile-toggle-panel {
        position: fixed;
        right: -66%;
        opacity: 1;
        transition: 1s;
        top: 0;
        width: 65%;
        background-color: #fff;
        overflow: hidden;
        z-index: 1001;
        box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
        overflow-y: scroll;
        /* bottom: 0; */
        height: 100vh;
    }
    
    .menuactive {
        right: 0px;
        transition: 1s;
    }
    .cancel-time {
        color: #ffffff;
        background: #ff9800d4;
        padding: 8px 8px;
    }
    .time-cross {
        font-size: 22px !important;
        cursor: pointer;
        float: right;
        vertical-align: middle;
    }
    .nav-list-mobile ul {
        margin: 0;
        padding: 0;
    }
    .nav-list-mobile ul li {
        position: relative;
    }
    .nav-list-mobile ul li a {
        border-bottom: 1px solid #dce0e0;
        color: #004274;
        background-color: #ffffff;
        padding: 10px 10px 10px 10px;
        font-weight: 500;
        text-decoration: none;
    }
    .down-angle {
        position: absolute;
        height: 40px;
        width: 45px;
        line-height: 45px;
        top: 0;
        right: 0;
        z-index: 2;
        text-align: center;
    }
    .down-angle .fa{
        font-size:22px;
    }
    .sub-menu-mobile li {
        border-bottom: 0px;
    }
    .sub-menu-mobile li a span {
        display: block;
        font-weight: 400;
        text-decoration: none;
        text-transform: capitalize;
    }
    .sub-menu-mobile li a {
        color: #222;
        text-decoration: none;
        padding: 11px 15px 11px 30px !important;
        display: block;
        font-size: 14px;
        font-weight: 400 !important;
    }
    .sub-sub-menu-mobile li a {
        padding: 11px 15px 11px 44px !important;
    }
    .menu-overly {
        background-color: rgba(0,0,0,.5);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1000;
        height: 100vh;
    }
    .books-overflow {
        overflow-y: scroll;
    }
    .books-pills {
        display: flex;
        flex-wrap: initial !important;
        flex-direction: row;
    }
    .books-tabs .books-pills .nav-link {
        width: max-content;
    }
    .carousel-400{
        height:350px !important;
    }
    .event-wrap-pd {
        padding: 0px;
    }
    .calendar-content {
        padding: 5px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .table-header .col {
        padding-left: 11px !important;
        padding-right: 0px !important;
    }
    .recenytext-recent {
        width: 100%;
        font-size: 16px;
    }
    .policy-text a {
        font-size: 14px;
    }
    .copy-right {
        font-size: 14px;
    }
    .footer-nav h5{
        font-size:17px !important;
    }
    .redio-ek-p p {
        font-size: 16px !important;
    }
    .schedule-times h4 {
        font-size: 16px;
    }
    .schedule-times h4 span {
        font-size: 15px;
    }
    .common-btn {
        min-height: 33px;
        min-width: 77px;
        line-height: 19px;
        padding: 6px 6px;
        display: inline-block;
    }
    .playbutton {
        width: 110px;
    }
    .not-found {
        position: unset;
        transform: none;
    }
    .rencented-type {
        font-size: 20px;
    }
    .recent-img-150 {
        width: 105px;
        height: 105px;
    }
    .recentclick-image {
        font-size: 14px;
        height: 42px;
    }
    .col-size {
        padding: 10px !important;
    }
    .list-view {
        height: auto;
        padding: 10px 10px;
    }
    .copy-center{
        text-align:center !important;
        display:block !important;
    }
    #correspondingImage {
        height: auto;
    }
}
/*767-mobile-end*/

@media only screen and (min-device-width : 767.99px) and (max-device-width : 790.98px) {
    .submenu {
        min-width: 150px;
    }
}
@media only screen and (min-device-width : 766.99px) and (max-device-width : 1022.98px) {
    .custom-width {
        width: 100% !important;
    }

    .container-max {
        max-width: 100% !important;
    }

    .social-icons {
        text-align: left;
    }

    .prev-short, .next-short {
        display: inline-block !important;
        top: 37px;
        transform: unset;
    }

    .prev-short {
        left: -8px !important;
    }

    .next-short {
        right: -8px !important;
    }

    .center-leftright {
        padding-left: 10px;
        padding-right: 10px;
    }

    .quarters-details {
        height: 335px;
    }

    .margin-b {
        margin-bottom: 10px;
    }

    .input-section .form-control {
        width: 100%;
    }

    .custom-canvas .offcanvas {
        width: 70% !important;
    }

    .left-right-space {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card-update {
        margin-bottom: 85px;
    }

    .submenu {
        left:-85px;
    }
}

@media only screen and (min-device-width : 1023px) and (max-device-width : 1199.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin: 0 4px;
    }

    .container-max {
        max-width: 100% !important;
    }
}

@media only screen and (max-width:1023.98px) {
    .footer-wid {
        width: 100% !important;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0 2px;
        font-size: 17px;
    }

    .navbar-light .navbar-nav .nav-item {
        padding: 0px 6px;
    }

    .playlist-container {
        width: 100%;
    }

    .playlist-vertical {
        display: unset;
    }

    .thumb-vertical {
        flex-direction: row;
    }

    .vertical-container {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1535.98px) and (orientation : landscape) {
    .footer-wid {
        width: 100% !important;
    }
}

@media only screen and (min-device-width : 574.99px) and (max-device-width : 766.98px) {
    .mobile-admin {
        display: none;
    }

    .login-admin {
        display: block;
    }

    .card-update {
        margin-bottom: 85px;
    }

    .submenu {
        display: none;
        visibility: unset;
        left: -95px;
        min-width: 150px;
    }
    .navbar-light .navbar-nav .nav-link {
        margin: 0 2px;
        font-size: 14px;
    }
    nav ul li:hover .submenu {
        display: block;
        visibility: unset;
    }
}

@media only screen and (min-device-width : 320.99px) and (max-device-width : 576.98px) {
    .card-update {
        margin-bottom: 85px;
    }
}

@media only screen and (min-device-width : 320.99px) and (max-device-width : 379.98px) {
    audio {
        width: 100%;
    }

    .audio-width {
        width: 100%;
    }
}

@media only screen and (min-device-width : 240.99px) and (max-device-width : 379.98px) {
    .pagination-overflow {
        overflow: auto;
    }
}
@media only screen and (min-device-width : 1023.99px) and (max-device-width : 1089.98px) {
    .submenu {
        left:-40px;
    }
}
@media only screen and (min-device-width : 1199.99px) and (max-device-width : 1275.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin: 0 12px;
    }
}
/*responsive - end*/


    