:root {
    --header-height: 3rem;
    --nav-width: 70px;
    --allCategory-color-click: #252525;
    --allCategory-background-color: #ddd;
    --black-color: black;
    --cyan-color: #26b8f3;
    --first-background-color: #e9e9e9;
    --first-color-light: #afa5d9;
    --white-color: white;
    --blue-color: #002e6e;
    --body-font: "Poppins", Poppins, Arial, sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100;
    --heading-font-homepage: "Open Sans", Helvetica, Arial, sans-serif;
    --satsang-card-font: "Open Sans", Helvetica, Arial, sans-serif;
    --time: arial, sans-serif;
    --update-card: "Open Sans", Helvetica, Arial, sans-serif;
}

/* .mainContent {
    padding-left: 200px;
    padding-right: 200px;
} */

@media only screen and (max-width: 600px) {
    .mainContent {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .mainContent {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .mainContent {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .mainContent {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .mainContent {
        padding-left: 200px;
        padding-right: 200px;
    }
}

.fav-header-gray {
    color: rgb(156, 155, 155);
}

.fav-header-red {
    color: red;
}

/* Home Page ViewMore Button Css Start */

.viewMore {
    border-radius: 25px;
    border: 2px solid #1abc9c;
    color: #1abc9c;
}

.viewMore:hover {
    background-color: #1abc9c;
    color: #ffffff;
}

/* Home Page ViewMore Button Css End */

/* Video Module Category Slider Css  Start*/

.category {
    border-radius: 5px;
    background-color: #ebebeb;
}

/* Video Module Category Slider Css  End*/

/* Home Page Video And Update Text css start */
.smvsVideoDetail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--heading-font-homepage);
    color: var(--black-color);
    font-size: 16px;
    line-height: 25px;
}

.smvsVideoDetail:hover {
    color: var(--cyan-color);
}

.update {
    color: var(--black-color);
}

.update:hover {
    color: var(--cyan-color);
}

.announcementMain {
    background-color: var(--first-background-color);
}

.announcement {
    letter-spacing: 1px;
    line-height: 54px;
    color: #303030;
    text-transform: none;
    font-size: 30px !important;
    font-family: var(--heading-font-homepage);
    font-weight: 500;
}

.announcementTitleEng {
    font-size: 20px !important;
    font-family: var(--heading-font-homepage);
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
    /* background: var(--cyan-color); */
    text-shadow: none;
    color: var(--black-color);
}

.announcementTitleEng:hover {
    color: var(--cyan-color);
}

.redeMore {
    padding: 5px 9px;
    border-radius: 2em !important;
    background-color: white;
}

.redeMore:hover {
    background-color: #1abc9c !important;
    border-width: 2px;
    border-style: solid;
    border-color: #1abc9c;
}

/* footer css */
.footer-main {
    background-color: #f7f7f7;
}

.contactUs {
    color: #494949 !important;
    /* font-family: open sans; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 28px;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.address {
    font-family: arial, sans-serif;
    color: #494949 !important;
    font-size: 13px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.iconfooter {
    border-radius: 5px;
    font-size: 13px;
    padding-top: 4px;
}
.address.iconfooter {
    width: auto;
    height: 36.6px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    font-size: 13px; 
    color: #494949 !important;
    text-decoration: none;
}

/* Home Page Video And Update Text css end */

.satsang {
    font-family: var(--satsang-card-font);
    font-size: 16px;
    color: var(--black-color);
}

.time {
    font-family: var(--time);
    font-size: small;
}

.updatecard {
    font-family: var(--update-card);
    color: var(--black-color);
    font-size: 18px;
}

/* Publication In Book Module Font style */
.bookTitle {
    font-family: var(--update-card);
}

.bookTitleEng {
    color: var(--black-color);
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
}

.bookTitleEng:hover {
    color: var(--cyan-color);
}

.ghanshyamAnkTitleEng {
    color: var(--black-color);
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
}

.ghanshyamAnkTitleEng:hover {
    color: var(--cyan-color);
}

.ringtone {
    color: var(--black-color);
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
}

.ringtone:hover {
    color: var(--cyan-color);
}

.audioplayer {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--heading-font-homepage);
    color: var(--black-color);
}

.meditationCategoryNameEng {
    font-family: var(--satsang-card-font);
    font-size: 16px;
    color: var(--black-color);
}

.meditationCategoryNameEng:hover {
    color: var(--cyan-color);
}

/* .meditationTitle {
    font-size: 20px !important;
    font-family: var(--heading-font-homepage);
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;

    text-shadow: none;
    color: var(--black-color);
} */
/* background: var(--cyan-color); */

.bookMain {
    font-size: 20px !important;
    font-family: var(--heading-font-homepage);
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
    /* background: var(--cyan-color); */
    text-shadow: none;
    color: var(--black-color);
}

.bookMain:hover {
    color: var(--cyan-color);
}
.publicationTitle:hover {
    color: var(--cyan-color);
}

.publicationTitle {
    font-family: " Open Sans", Helvetica, Arial, sans-serif !important;
    color: var(--black-color);
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px 0 !important;
    text-rendering: optimizelegibility !important;
    font-size: 18px;
}

.murtiMan {
    font-size: 20px !important;
    font-family: var(--heading-font-homepage);
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-rendering: optimizelegibility;
    /* background: var(--cyan-color); */
    text-shadow: none;
    color: var(--black-color);
}

.murtiMan:hover {
    color: var(--cyan-color);
}

.eventDetail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--heading-font-homepage);
    color: var(--black-color);
}

.eventDetail:hover {
    color: var(--cyan-color);
}

.allCategory {
    background-color: var(--allCategory-background-color);
}

.allCategory:hover {
    background-color: var(--allCategory-background-color);
}

/* .allCategory:focus {
    background-color: var(--allCategory-color-click);
    color: var(--white-color);
} */

.showDetails:hover {
    background-color: #eb6752;
    border: none;
}

.center-world {
    /* background-color: var(--first-background-color); */
    border-radius: 15px;
}

.whiteBg {
    background-color: var(--white-color);
}

.lightBg {
    background-color: var(--first-background-color);
}

.satsangRecommend {
    background-color: var(--first-background-color);
}

.satsangLatest {
    background-color: var(--first-background-color);
}

.audioRecommend {
    background-color: var(--first-background-color);
}

.audioLatest {
    background-color: var(--first-background-color);
}

.calendar {
    font-family: var(--heading-font-homepage) !important;
    color: var(--black-color) !important;
    font-size: 16px !important;
    line-height: 25px !important;
}

.calendar:hover {
    color: var(--cyan-color) !important;
}

/* pragyan 23-5 start */

.fw-300 {
    font-weight: 300;
}

.font-regular,
.fw-400 {
    font-weight: 400;
}

.font-medium,
.fw-500 {
    font-weight: 500;
}

.font-semibold,
.fw-600 {
    font-weight: 600;
}

.font-bold,
.fw-700 {
    font-weight: 700;
}

.body-color {
    color: #212529;
}

.sticky-top .bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    font-size: 16px !important;
}
.md-font {
    font-size: 14px;
    line-height: 24px;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
.profile-background {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*pagination css start*/
.page-item.active .page-link {
    background-color: #26b8f3;
    border-color: initial;
    color: #ffffff;
    border-radius: 50%;
}
.page-item .page-link {
    border-color: initial;
    padding: 0 7px;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #111111;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-color: initial;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin: 3px 3px;
    transition: none;
}
.page-item:not(:first-child) .page-link {
    margin-left: 3px;
    margin-right: 3px;
}
@media (max-width: 380px) {
    .page-item:not(:first-child) .page-link {
        margin-left: 0px;
        margin-right: 0px;
    }
    
}
.page-link:hover,
.page-link:focus {
    background-color: #26b8f3;
    border-color: initial;
    color: #ffffff;
    box-shadow: none;
    border-radius: 50%;
    transition: none;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    background: #ffffff;
    border: 0;
    color: #111;
}
.page-item.disabled {
    opacity: 0.4;
}
/*pagination css end*/
.moretext {
    display: none;
    margin-bottom: 10px;
}
.moreless-button {
    color: #212529;
    text-decoration: none;
}
.moreless-button:hover {
    color: var(--cyan-color);
}
.moreless-button-article {
    color: #212529;
    text-decoration: none;
}
.moreless-button-article:hover {
    color: var(--cyan-color);
}

.table-update-page tr th {
    background-color: #e6e6e6;
    border-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: center;
}
.table-update-page tbody,
td,
tfoot,
th,
thead,
tr {
    vertical-align: middle;
}
.bg-light-grey {
    background-color: #e6e6e6;
}
.update-section-sapcing {
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 600;
}
.update-section-accordion .accordion-item {
    border: 0;
    color: black;

}
.update-section-accordion .accordion-button {
    background-color: #e6e6e6;
    border-radius: 10px;
    margin-bottom: 5px;
    box-shadow: none;
    border: 1px solid #e6e6e6;
    color: black;

}
.update-section-accordion .accordion-body p {
    margin-bottom: 8px;
    border-bottom: 1px solid #212529;
    padding-bottom: 8px;
    cursor: pointer;
}
.update-section-accordion .accordion-body p:last-child {
    border-bottom: 0;
}

.update-section-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
}

.update-section-accordion .accordion-body {
    padding-top: 0;
    padding-bottom: 0;

}
.update-section-accordion
    .accordion-item:last-of-type
    .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.update-section-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
.form-control {
    margin-bottom: 10px;
}
.dropdown-menu-bg .dropdown-item:focus,
.dropdown-menu-bg .dropdown-item:hover,
.dropdown-menu-bg .dropdown-item:active {
    background-color: #fff;
}
.book-list-text {
    border: 2px solid;
}
.btn-white,
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    background-color: white !important;
    padding: 2px 6px;
    line-height: 18px;
    height: 25px;
}
.book-list-spacing {
    padding-bottom: 6px;
}
/* search hover css start */
.search-box {
    display: flex;
    align-items: center;
    padding: 0 3px;
    border-radius: 10px;
    background: #fff;
    height: 27px;
}
.search-box .ic_btn:hover {
    background: initial;
    color: #fff;
}
.search-box:hover {
    background: #fff;
}
.search-box:hover .search-txt {
    width: 240px;
    padding: 0 10px;
}
.search-txt {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    color: #1a1729;
    transition: 0.5s;
    font-size: 15px;
    width: 0px;
}
.search-btn {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s;
}
.search-btn.ic_btn {
    padding: 0px;
}
/* search hover css end */
.book-text-overflow {
    height: 500px;
    overflow: auto;
}
/*scrollbar css start*/

* {
    /* scrollbar-color: transparent transparent; */
    /* scrollbar-width: thin; */
    /* scrollbar-height: thin; */
}
::-webkit-scrollbar{
    display: none;
}
body::-webkit-scrollbar {
    width: 10px;
    display: block;
    height: 3px;
    -moz-appearance: none !important;
}

body::-webkit-scrollbar-track,
body::-webkit-scrollbar-track-piece {
    /* background-color: #f8fafc;
    -moz-appearance: none !important;
    border: none !important;
    box-shadow: none;
        background: #f1f1f1; */
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;

}

body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb:vertical,
body::-webkit-scrollbar-thumb:horizontal,*::-webkit-scrollbar-thumb:hover {
    /* background-color: #515a5a;
    outline: none;
    border-radius: 4px;
    -moz-appearance: none !important; */
    border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #515a5a;
}

/*scrollbar css end*/
.progress {
    height: 4px;
}
.murti-card-bg {
    box-shadow: -1px 2px 2px 2px #d3d3d3;
    padding: 6px;
    border-radius: 8px;
}
.murti-card-bg img {
    background-color: var(--first-background-color);
    border-radius: 8px;
}
.card-text,
.card-text:hover,
.card-text:active,
.card-text:focus {
    color: #212529;
    text-decoration: none;
}
.event-img-size {
    height: 150px;
    width: 100%;
    object-fit: contain;
}
.search-btn-position {
    position: absolute;
    width: 240px;
    right: 0;
}

.scroll-container {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.scroll-container a {
    margin-right: 10px;
    text-wrap: nowrap;
}

.scroll-content {
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
}

.scroll-content::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.scroll-button {
    border: none;
    z-index: 2;
    background-color: transparent;
}

.scroll-button.left {
    position: absolute;
    left: 0;
}

.scroll-button.right {
    position: absolute;
    right: 0;
}

.rightblur:after,
.leftblur:before {
    content: "";
    position: absolute;
    right: 77px;
    width: 28px;
    top: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) -16%,
        rgb(255 255 255) 100%
    );
    z-index: 1;
}
.leftblur:before {
    right: auto;
    left: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(2, 0, 36, 0) 100%
    );
}
.rightblur:after {
    left: auto;
    right: 0;
}

.form-check-input {
    background-color: transparent;
    border: 1px solid #212529;
}
.form-check-input,
.form-check-input:hover,
.form-check-input:focus,
.form-check-input:active {
    box-shadow: none;
}

.search {
    background-color: #fff !important;
}

.heart-container {
    display: inline-block;
    cursor: pointer;
}

#heart {
    fill: none;
    stroke: #212529;
    stroke-width: 1px;
    transition: fill 0.3s;
}

#heart:hover,
.heart-container.active #heart {
    fill: #ff0000;
}

.truncate-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.form-search,
.form-search:hover,
.form-search:active,
.form-search:focus {
    background-image: url(../images/ic-search.svg);
    background-repeat: no-repeat;
    background-position: left 7px center;
    background-size: 16px 16px;
    padding-left: 40px;
    height: 36px;
    border: 1px solid #dddddd;
    border-radius: 15px;
}

.form-select {
    background-image: url(../images/ic-arrow-down.svg);
}

.expandright {
    right: 10px !important;
    top: -2px;
}
.ps-26 {
    padding-left: 26px !important;
}

.introduction-arrow-prev {
    position: absolute;
    z-index: 10;
    transform: translate(0, 150%);
    left: 20px;
}

.introduction-arrow-next {
    position: absolute;
    right: 20px;
    transform: translate(0, -5.8em);
}
.read-more.btn {
    color: #1abc9c;
}
.read-more.btn:hover {
    color: #ffffff;
}
/* cms page start */
h2.video_detail_title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
}
iframe.iframeshadow {
    border: 2px solid #d1d1d1;
    border-width: 3px 2px 2px;
    box-shadow: 0 2px 0 2px #d1d1d1;
}
.cms-heading {
    margin-bottom: 20px;
}
.cms-heading h2 {
    color: #f97a60;
    font-size: 40px;
    line-height: 42px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.cms-heading p {
    font-size: 18px;
    color: #888;
    margin-bottom: 20px;
    line-height: 1.4;
}
.cms-heading:after {
    border-top: 3px solid #303030;
    display: block;
    margin-top: 10px;
    width: 30px;
    content: "";
}
.mt-20 {
    margin-top: 20px;
}
.mb-100 {margin-bottom: 100px;}
.cms-ringtone table {
    margin-bottom: 0;
}
.cms-ringtone td {
    border-bottom: 0;
    border-top: 1px solid #ddd;
}

.figure-container:hover img {
    filter: brightness(70%);
}

.figure-container {
    position: relative;
    cursor: pointer;
}
.figure-img {
    width: 100%;
    display: block;
}
.figure-caption,
.new-caption {
    position: absolute;
    left: 0;
    width: 100%;
    color: #000;
    text-align: center;
    padding: 10px;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.hover-text {
    position: absolute;
    top: 28%;
    left: 0%;
    color: white;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}
.new-caption {
    opacity: 0;
}
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.figure-container:hover .figure-caption {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.figure-container:hover .new-caption {
    opacity: 1;
    animation: fadeInBottom 0.3s ease forwards;
}
.figure-container:hover .hover-text {
    opacity: 1;
    animation: fadeInBottom 0.3s ease forwards;
}

.seperator.seperator-small,
.separator.seperator-small {
    width: 10%;
    margin: 5px auto;
}
.hdhbapji-background {
    background-image: url(../images/hdh-bapji-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.counter-overlay {
    background: #000000;
    inset: 0;
    opacity: 0.6;
    position: absolute;
}
.baneerzindex {
    z-index: 1;
}
.anadimukta-background {
    background-image: url(../images/anadimukta-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.counter-overlay-anadimukta {
    background: url(../images/overlay-pattern-1.png);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}

.counter span {
    font-size: 50px;
    line-height: 40px;
}

.essay-text-box {
    margin-bottom: 30px;
}
.essay-text-box h4 a {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    color: #111;
    text-decoration: none;
}
.font-60 {font-size:60pt;}
.scriptures-carousel .carousel-item img {
    height: 100vh;
    object-fit: cover;
}
.scriptures-carousel .carousel-caption {
        bottom: 35%;
}
 .scriptures-carousel .carousel-caption{
        margin-bottom: 0;
    }
/* cms page end */
.center-indiamap-width {
    width: 32%;
}
.center-abroadmap-width {
    width: 63%;
}
.height-res {
    height: 50px;
}
/* pragyan 23-5 end */
/* iPadPRO landscape style here */
@media only screen and (min-device-width: 1000px) and (max-device-width: 1100px) {
}
/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
    .mb-res-50 {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:768px) {
    .left-arrow-design {
        border: none;
        border-radius: 50%;
        width: 30px;
        display: inline-block;
        height: 30px;
        padding: 2px 6px;
        margin-right: 10px;
        color: #999999;
        background-color: white;

    }

    .right-arrow-design {
        color: #999999;
        background-color: white;
        border: none;
        border-radius: 50%;
        width: 30px;
        display: inline-block;
        height: 30px;
        padding: 2px 6px;
        margin-left: 10px;

    }
        .nextarrowsh {
            transform: translateY(-7em);
        }

        .prevarrowsh {
            transform: translateY(-7em);
        }
         .nextarrowevn {
            transform: translateY(-10em);
        }

        .prevarrowevn {
            transform: translateY(-10em);
        }
        .height-res {
            height: 50px;
        }
    }
/* Small mobile devices (S) - up to 320px */
@media (max-width: 320px) {
    .logo-res {max-width: 186px;}
}

/* Medium mobile devices (M) - 321px to 480px */
@media (min-width: 321px) and (max-width: 480px) {
    .logo-res {max-width: 220px;}
}

/* Large mobile devices (L) - 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) {
    .logo-res {max-width: 332px;}
}


/* mobile style here */
@media (max-width: 767.98px) {
    .bookcategory {
        text-align: center;
        margin-bottom: 10px;
    }
    .map-height-res {    height: 164px;}
    .ms-36 {    margin-left: -36px;}
    .center-indiamap-width {
    width: 57%;
}
.center-abroadmap-width {
    width: 100%;
}
    .carousel-control-next {
        right: 20px !important;
    }
    .mb-res {
        margin-bottom: 20px;
    }
    .mb-res-10 {
        margin-bottom: 10px;
    }
    .mb-res-50 {
        margin-bottom: 50px;
    }
    .font-60 {font-size:30pt;}
    /* .logo-res {max-width: 180px;} */
    .carousel-control-prev-icons { margin-left: -26px;}
    .table-update-page td {text-wrap: nowrap;}
    .bighref {
            font-size: 23px !important;
    line-height: 30px !important;
    }
    .Jivanpran { font-size: 23px !important;
    line-height: 30px !important;}
    .flex-column-reverse-res {
            flex-direction: column-reverse;
    }
    .m-b-35 {
            margin-bottom: 5rem;
    }
    .scriptures-carousel .carousel-caption{
            left: 20%;
            bottom: 14%;
    }
    .images {
                object-fit: cover;
    }
    .archive-dropdown.dropdown-menu {
                    right: 156px;
        left: auto !important;
    }
    .darshan-order {
    order: 1;
}
.darshan-order-1 {
    order: 2;
}
.darshan-order-2 {
    order: 3;
}
.shorts-arrow-res {
        display: flex;
    justify-content: end;
    margin-top: -18px;
}

 .shorts-arrow-res button {rotate: 90deg;}
 .shorts-arrow-res button:first-child {margin-right: 15px;}

}

/* arpita second scroll category css */
.scroll-container-second {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.scroll-container-second a {
    margin-right: 10px;
    text-wrap: nowrap;
}

.scroll-content-second {
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
}

.scroll-content-second::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.scroll-button-second {
    border: none;
    z-index: 2;
    background-color: transparent;
}

.scroll-button-second.left {
    position: absolute;
    left: 0;
}

.scroll-button-second.right {
    position: absolute;
    right: 0;
}

.rightblur-second:after,
.leftblur-second:before {
    content: "";
    position: absolute;
    right: 77px;
    width: 28px;
    top: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) -16%,
        rgb(255 255 255) 100%
    );
    z-index: 1;
}
.leftblur-second:before {
    right: auto;
    left: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(2, 0, 36, 0) 100%
    );
}
.rightblur-second:after {
    left: auto;
    right: 0;
}
/* arpita second scroll category css end */
/* arpita 20-06-2024*/
.a-attribute-remove{
    text-decoration: none;
    color: #000;
}
.update-data:visited {
    color: pink;
  }

.div-to-link
{
    cursor: pointer;
}

.infinite-scroll{
    /* justify-content: center; */
    justify-content: left;
}

.line-3-truncate-text
{

    display: -webkit-box !important;
    -webkit-line-clamp: 3; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4.6rem;
    line-height: 1.53rem;
    white-space: normal;
    overflow: hidden;
}


.line-3-truncate-text-philosophy
{

    display: -webkit-box !important;
    -webkit-line-clamp: 3; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3.6rem;
    line-height: 1.2rem;
    white-space: normal;
    overflow: hidden;
}

.slick-list.draggable
{
    /* float: left !important; */
}

.btn-shadow
{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.box-container-shadow
{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.common-container
{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.playlist-item{
    transition: all .5s;
}
.playlist-item:hover
{
    background-color: #d5d8dc;
}
