@import url("./bootstrap-icons.css");

body, html {
    /* overflow-x: hidden !important; */
    font-family: 'Poppins';
}
.song {
	display: flex;
	align-items: center;
	font-size: 1.1em;
}
.pause {
    font-weight: 600;
	cursor:pointer;
    color: white;
}
.title-mantra{
    color: #ffffff;
    font-weight: bold;
    margin: 0 5px;
}
#cursor {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: -20px;
    margin-top: -20px;
    background: rgb(255, 154, 3);
    opacity: 0.3;
    border-radius: 50%;
    z-index: 99999;
    pointer-events: none;
    transition: transform 1s ease-in-out;
}

.sigma_preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.container-footer {
    padding: 0 2%;
}

.sigma_preloader img {
    width: 20rem;
    Animation: ani 2s linear infinite;
}

.slide-1-text {
    top: 40%;
    position: absolute;
    left: 15%;
}

.slide-1-text h1 {
    font-size: 30px;
    color: white;
}

.slide-1-text p {
    color: white;
}

.sigma_preloader {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #7E4555;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: 1s;

}
.mobi{    font-weight: 600;
    text-decoration: none;
    color: #bb2b22;}
.nav-logo img {
    margin-top: -6.5rem;
    width: 11rem;
}

@keyframes ani {
    0% {
        opacity: 0.2
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0.2
    }
}

header {
    padding: 5px 10%;
    background: #bb2b22;
}

.slideer {
    padding: 0 5%;
}

.slideer h1 {
    margin: 10rem 0 1rem 1rem;
    font-size: 49px;
    color: #db4242;
    font-weight: 800;
}

.slideer p {
    font-size: 20px;
    margin: 0 0 0 1rem;
    color: #ffffff;
}

@media (max-width:768px) {
    header {
        display: none;
    }

    .slideer h1 {
        margin: 14rem 0 1rem 1rem;
        font-size: 30px;
    }

    .lr-b {
        opacity: 0;
    }
}
.header-con{
    height: 1rem;
}
.header-con p {
    font-size: 14px;
    margin: 0 5px;
    color: #ffffff;
}

.header-nav {
    justify-content: center;
    display: flex;
}

.header-nav li a {
    font-size: 16px;
    margin-left: 2rem;
    color: #bb2b22;
    font-weight: 600;
    padding: 0;
}

.header-scl {
    justify-content: end;
    display: inline-flex;
}

.header-scl ul {
    padding: 0;
    display: inline-flex;
    list-style: none;
    margin: 0;
}

.header-scl ul li {
    margin: 6px 1rem;
}

.header-scl ul li a:hover {
    color: #000000;
}

.header-scl ul li a {
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.ctm-navsec {
    padding: 0;
}

.nv-sdw {
    box-shadow: 0px 10px 20px 0px rgb(53 82 99 / 9%);
}

.ctm-navbar {
    justify-content: center;
    display: inline-flex;
}
.header-con ul{
    margin-left: -6.5rem;
}
.ctm-navbar li a {
    margin-top: 2rem;
    text-transform: uppercase;
    font-size: 16px;
    /* margin-left: 0.5rem; */
    color: #bb2b22;
    font-weight: 600;
    padding: 0;
}

.ctm-navbar li a:hover {
    color: black;
}

.nav-shop ul {
    padding: 0;
    display: inline-flex;
    list-style: none;
    margin: 20px -7px;
}

.nav-shop ul li a {
    font-weight: 600;
    color: #bb2b22;
    text-decoration: none;
    font-size: 16px;
}

.nav-shop ul li a:hover {
    color: black;
}

.nav-shop ul li {
    margin: 6px 1rem;
}

.slider-bg {
    /* height: 58.7rem; */
    background: url(../img/slider/bg.png);
    background-size: cover;
    background-position: center center;
}

.slider-bg1 {
    width: 100%;
    height: 707px;
    background: url(../img/slider/slider1.png);
    background-size: cover;
    background-position: center center;
}

.slider-bg2 {

    width: 100%;
    height: 707px;
    background: url(../img/slider/slider2.png);
    background-size: cover;
    background-position: center center;
}


.quick-link h5 {
    color: #bb2b22;
}

.quick-link i {
    margin: 2px -25px;
    position: absolute;
    color: #bb2b22;
}

.quick-link ul {
    list-style: none;
}

.quick-link ul li {
    margin-left: -1rem;
    padding: 6px 0;
}

.quick-link ul li a {
    text-decoration: none;
    font-weight: 600;
    color: #515151;
}

.other-link h5 {
    margin-left: 1rem;
    color: #bb2b22;
}

.other-link i {
    color: #bb2b22;
}

.other-link ul {
    list-style: none;
}

.other-link ul li {
    margin-left: -1rem;
    padding: 6px 0;
}

.other-link ul li a {
    text-decoration: none;
    font-weight: 600;
    color: #515151;
}

.map h5,
.resent-post h5 {
    color: #bb2b22;
}

.resent-post ul {
    list-style: none;
}

.resent-post ul li {
    margin-left: -1rem;
    padding: 6px 0;
}

.blog-ftr span {
    font-size: 16px;
    color: #494949;
    font-weight: 600;
}

.blog-ftr p {
    font-size: 16px;
    color: #bb2b22;
    font-weight: 600;
}

.aboy-link ul {
    list-style: none;
}

.aboy-link h4 {
    color: #bb2b22;
    margin-left: 9px;
    /* text-align: center; */
}

.aboy-link i {
    font-size: 20px;
    margin: 6px -30px;
    position: absolute;
    color: #bb2b22;
}

.aboy-link li {
    line-height: 2rem;
    margin: 0 -3rem;
}

.aboy-link p {
    margin: 0 25px;
    font-weight: 600;
    color: #515151;
}

.other-link img {
    width: 14rem;
}

.bg-om {
    background-position: center center;
    background-image: url(../img/bg-om.png);
    height: 19rem;
    background-size: cover;
    background-position: center center;
}

.bg-om2 {
    background-image: url(../img/bg-om.png);
    width: 100%;
    height: 8.3rem;
    background-size: cover;
    background-position: center center;
}

.news-mandir-para ul {
    list-style: none;
}

.news-mandir-para li {
    width: 100%;
    display: inline-flex;
}

.news-mandir-para span {
    margin: 0 2rem;
}

.news-mandir-para span i {
    color: #bb2b22;
    padding: 0 5px;
}
.gallery {
    color: #333;
}

.gallery__title {
    font-size: 2em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #666;
}

.gallery__intro {
    margin: 0 0 2em;
}

.gallery__intro p {
    line-height: 1.5em;
}

.gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallery li {
    margin-bottom: 1em;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gallery li:hover {
    transform: scale(1.0221);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.gallery img {
    display: block;
    border-radius: 3px;
}

.m-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 1;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    pointer-events: none;
}

.m-lightbox.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 101;
    pointer-events: auto;
}

.m-lightbox__slider {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
}

.m-lightbox__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-lightbox__slide img {
    display: block;
    max-width: calc(100vw - 2em);
    max-height: 90vh;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@media (min-width: 768px) {
    .m-lightbox__slide img {
        width: 100%;
        margin-left: 2rem;
    }
}

.m-lightbox__slide.is-loaded.is-active img {
    opacity: 1;
}

.m-lightbox__slide.is-loaded.is-active .spinner {
    display: none;
}

.m-lightbox button {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 102;
    background: transparent;
    border: none;
    cursor: pointer;
}

.m-lightbox__close {
    top: 1em;
    right: 1em;
}

.m-lightbox__nextPrev {
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.m-lightbox__nextPrev.is-active {
    visibility: hidden;
    transform: scale(1);
    opacity: 1;
}

@media (min-width: 1024px) {
    .m-lightbox__nextPrev.is-active {
        visibility: visible;
    }
}

.m-lightbox__nextPrev svg {
    display: block;
    width: 100%;
    height: auto;
}

.m-lightbox__nextPrev--next {
    right: 1em;
}

.m-lightbox__nextPrev--prev {
    left: 1em;
}

.m-lightbox__nextPrev:hover {
    cursor: pointer;
}

.m-lightbox__counter {
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    color: #333;
    font-weight: 700;
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.spinner::before,
.spinner::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.spinner::after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.g-width img {
    padding: 10px 5px;
    width: 100%;
    height: 12rem;
    ;
}

.glry h3 {
    padding: 0 0 2rem 0;
    text-align: center;
    position: relative;
    margin: 0;
    color: #db4242;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.glry p {
    color: #7E4555;
    padding: 2rem 0 0 0;
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.abtbx h3 {
    padding: 0 0 2rem 0;
    text-align: center;
    position: relative;
    margin: 0;
    color: #db4242;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.abtbx p {
    color: #7E4555;
    padding: 2rem 0 0 0;
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.abt-de p {
    padding: 0 1rem;
    text-align: justify;
}

.abtpgbx h3 {
    margin-left: 15px;
    /* padding: 0 0 2rem 0; */
    text-align: start;
    position: relative;
    color: #db4242;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.abtpgbx p {
    margin-left: 15px;
    color: #7E4555;
    /* padding: 2rem 0 0 0; */
    text-align: start;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.abtpg-de p {
    padding: 0 1rem;
    text-align: justify;
}

.abtpg-de p b {
    color: #db4242;
}


.pjabx-con {
    height: 9rem;
    width: 19rem;
    background-color: #9e6d7b;
    margin: 0 10px;
    padding: 3rem;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.pjabx-con:hover {
    color: #9e6d7b;
    ;
    background-color: #ffffff;
}

.pjabx-con1 {
    height: 9rem;
    width: 19rem;
    background-color: #db4242;
    margin: 0 10px;
    padding: 3rem;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.pjabx-con1:hover {
    color: #db4242;
    background-color: #ffffff;
}

.pjbtpgabx h3 {
    padding: 0 0 2rem 0;
    text-align: center;
    position: relative;
    margin: 0;
    color: #db4242;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}


.pjbtpgabx p {
    color: #000000;
    padding: 2rem 0 0 0;
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.poojaabt-type img {
    width: 15rem;
    height: 15rem;
    border: 10px solid #db4242;
    ;
    border-radius: 150px;
    margin-left: 2rem;
}

.poojaabt-type img:hover {
    border: 10px solid #d8b558
}

.poojaabt-type h4 {
    text-align: center;
    font-size: 18px;
    color: #db4242;
    margin-top: 1rem;
}

.pjabx-con {
    height: 9rem;
    width: 19rem;
    background-color: #9e6d7b;
    margin: 0 10px;
    padding: 3rem;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.pjabx-con:hover {
    color: #9e6d7b;
    ;
    background-color: #ffffff;
}

.pjabx-con1 {
    height: 9rem;
    width: 19rem;
    background-color: #db4242;
    margin: 0 10px;
    padding: 3rem;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.pjabx-con1:hover {
    color: #db4242;
    background-color: #ffffff;
}

.pjabx h3 {
    padding: 0 0 2rem 0;
    text-align: center;
    position: relative;
    margin: 0;
    color: #db4242;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.pooja-bg {
    background-color: #ffebeb;
}

.pjabx p {
    color: #ffffff;
    padding: 2rem 0 0 0;
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.cmte h3 {
    padding: 0 0 2rem 0;
    position: relative;
    margin: 0;
    color: #db4242;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.cmte p {
    color: #7E4555;
    padding: 2rem 0 0 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.testiminoal {
    padding-top: 3rem;
}

.line-st {
    content: "";
    margin: 8px -6px;
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: #7E4555;
}

.line-lt {
    content: "";
    margin: 8px 6px;
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: #7E4555;
}

.line-mt {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    background-color: #7E4555;
}

.testiminoal h3 {
    padding: 0 0 2rem 0;
    text-align: center;
    position: relative;
    margin: 0;
    color: #db4242;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.cmmt-dgn {
    margin-top: 1rem;
    position: absolute;
}

.cmmt-para {
    text-align: justify;
    margin-left: 2rem;
}

.testiminoal p {
    color: #7E4555;
    padding: 2rem 0 0 0;
    text-align: center;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.test-indic button {
    height: 5px !important;
    width: 57px !important;
    margin-top: -10rem;
    background-color: #bb2b22 !important;
}








.sidemenu {
    border: none;
    background: transparent;
    color: #bb2b22;
    font-size: 16px;
}

.sidemenu:hover {
    color: black;
}

.sidemenu-close {
    margin-top: 6rem;
    border: none;
    background: transparent;
    color: #bb2b22;
    font-size: 30px;
}

.nav-shop {
    justify-content: end;
    display: flex;
}

.mob-nav {
    display: none;
}

@media (max-width:768px) {
    .nav-shop {
        display: none;
    }

    .mob-nav {
        margin: -2rem 1rem;
        font-size: 26px;
        border: none;
        background: transparent;
        color: #bb2b22;
        justify-content: end !important;
        display: inline-flex;
    }

    .mobnav-box {
        margin-top: 2rem;
        margin-left: 14rem;
    }

    .ctm-navsec {
        width: 23rem;
        padding: 1rem 10%;
    }

    .glry h3 {
        font-size: 35px;
    }

    .pjabx h3 {
        font-size: 35px;
    }


}

.testimonial-box {
    padding: 0 12%;
    width: 55rem;
    text-align: justify;
    height: 30rem;
}

.testimonial-box h3 {
    font-size: 25px;
    color: #bb2b22;
    margin: 0rem 1rem;
    justify-content: end;
    display: flex;
}

.testimonial-box h5 {
    font-size: 17px;
    color: #000000;
    margin: 0rem 1rem;
    justify-content: end;
    display: flex;
}

.testimonia-left {
    margin-left: 20rem;
}

.testimonia-right {
    right: 20rem !important;
}

.testimonia-prev-icon img {
    background-color: #bb2b22;
    width: 40px;
    height: 40px;
    padding: 5px;
}

.testimonia-next-icon img {
    background-color: #bb2b22;
    padding: 5px;
    width: 40px;
    height: 40px;
}


.off-box {
    padding: 2% 5%;
    background-color: #bb2b22;
}

.off-box1 {
    margin-top: -5rem;
    height: 6rem;
    background-color: #dab85c;
    border-radius: 10px;
    z-index: 222;
    position: relative;
}

.off-box1 a {
    text-align: center;
    text-decoration: none;
    color: white;
}

.off-box1 i {
    padding: 0 10px;
}

.off-box1 p {
    color: #970d05;
    font-weight: bold;
    opacity: 0.7;
    padding: 2rem 0;
    font-size: 17px;
}

.off-box1 p:hover {
    opacity: 1;
}

.live-dots i {
    font-size: 14px;
    color: red;
    transition: 0.3s;
    margin-right: 4px;
    animation: livedots 2s linear infinite;
}

@keyframes livedots {
    0% {

        opacity: 0.2
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0.2
    }
}

.padd {
    padding: 0 0px;
}

.news-mandir {
    height: 3rem;
    background-color: #dab85c;
}

.news-mandir h3 {
    padding-top: 7px;
    text-align: center;
    color: #bb2b22;
}

.news-mandir-para {
    height: 3rem;
    background-color: #dab85c66;
}

.news-mandir-para p {
    margin-top: 13px;
    color: rgb(0, 0, 0);
}

@media (max-width:768px) {
    .off-box1 {
        margin-top: 1rem;
        z-index: 1;
    }

    .off-box {
        padding: 4% 5%;
    }

    .testimonia-left {
        margin-left: 5rem !important;
        top: 16rem;
    }

    .testimonia-right {
        right: 5rem !important;
        top: 16rem;
    }

    .g-width img {
        width: 21rem;
    }

    .testimonial-box {
        width: 100%;
        padding: 0 3%;
        text-align: justify;
        height: 22rem;
    }
}

.cumte-indi button {
    background-color: #db4242 !important;
}

.cumte-say p {
    margin-left: 2rem;
}

.cumte-say h4 {
    display: flex;
    justify-content: end;
    color: #db4242;
    margin-left: 2rem;
    font-size: 18px;
}

.cumte-say h5 {
    display: flex;
    justify-content: end;
    margin-left: 2rem;
    font-size: 15px;
}

.cmt-prev-btn {
    margin-left: -4rem;
    margin-top: -4rem;
}

.cmt-prev-icon i {
    margin-left: 0rem;
    color: #db4242;
    font-size: 24px;
}

.cmt-next-btn {
    margin-right: -4rem;
    margin-top: -4rem;
}
.m-lightbox__slide img {
    height: auto;
    width: 50%;
    margin-left: 2rem;
}
.drp-menu {
    margin-top: 1rem;
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}



.drp-menu li a {
    margin-top: 0;
    padding: 0 0.5rem;
    width: 13rem;
}

.cumte-indi button {
    bottom: -43px;
    position: relative;
}



.cmt-next-icon i {
    margin-left: 1rem;
    color: #db4242;
    font-size: 24px;
}

.cmt-img1 {
    margin: 0rem 5rem;
}

.cmt-img1 h4 {
    text-align: end;
    font-size: 18px;
    color: #970d05;
    width: 15rem;
    margin-top: 1rem;
}

.cmt-img1 h5 {
    font-size: 15px;
    text-align: end;
    width: 15rem;
    margin-top: 0rem;
}

.cmt-img1 img {
    width: 15rem;
    height: 15rem;
    border: 5px solid #970d05;
}

.cmt-img2 {
    margin: 0rem 5rem;
}

.cmt-img2 h4 {
    text-align: end;
    font-size: 18px;
    color: #970d05;
    width: 15rem;
    margin-top: 1rem;
}

.cmt-img2 h5 {
    font-size: 15px;
    text-align: end;
    width: 15rem;
    margin-top: 0rem;
}

.cmt-img2 img {
    width: 15rem;
    height: 15rem;
    border: 5px solid #970d05;
}

.cmthead-bg {
    height: 15rem;
    background-image: url(../img/pagehead//cmthead-bg.png);
    z-index: 2;
    position: relative;
}

.poojahead-bg {
    height: 15rem;
    background-image: url(../img/pagehead/poojahead-bg.png);
    z-index: 2;
    position: relative;
}

.page-head p {
    font-size: 60px;
    text-align: center;
    color: white;
    top: 5rem;
    position: relative;
    font-weight: bold;
}

.nav-head {
    box-shadow: 1px 3px 5px grey;
    border-radius: 50px;
    left: 42%;
    padding: 1rem 0.5rem;
    background-color: white;
    margin-top: -2rem;
    z-index: 10;
    width: 20rem;
}

.nav-head span {
    margin: 0 0.5rem;
    color: #444444;
    font-size: 16px;
    font-weight: 600;
}

.nav-head a {
    text-decoration: none;
    color: #970d05;
    font-size: 16px;
    font-weight: 600;
}

.cmt-page img {
    border-radius: 5px 50px;
    width: 13rem;
    height: 18rem;
    border: 10px solid #970d05;
}

.cmt-page h4 {
    text-align: center;
    font-size: 18px;
    color: #970d05;
    margin-top: 1rem;
}

.cmt-page h5 {
    text-align: center;
    font-size: 15px;
}


.cmtmemextra-page img {
    border-radius: 100px;
    width: 13rem;
    height: 18rem;
    border: 10px solid #970d05;
}

.cmtmem-page img:hover {
    border: 10px solid #d8b558;
}

.cmt-page img:hover {
    border: 10px solid #d8b558;
}

.cmtmemextra-page h4 {
    text-align: center;
    font-size: 18px;
    color: #970d05;
    margin-top: 1rem;
}

.cmtmemextra-page h5 {
    text-align: center;
    font-size: 15px;
}

.cmtmem-page img {
    border-radius: 50px 5px;
    width: 13rem;
    height: 18rem;
    border: 10px solid #970d05;
}

.cmtmem-page h4 {
    text-align: center;
    font-size: 18px;
    color: #970d05;
    margin-top: 1rem;
}



.social-list ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

.social-list ul li a {
    text-decoration: none;
    opacity: 0.7;
    margin: 0 9px;
    display: inline-flex;
    font-size: 18px;
    color: #970d05;
}

.social-list ul li a:hover {
    opacity: 1;
    ;
}


@media (max-width:768px) {
    .pghead-bg {
        height: 8rem;
    }

    .page-head p {
        font-size: 30px;
        top: 2rem;
    }

    .nav-head {
        box-shadow: 1px 3px 5px grey;
        border-radius: 50px;
        left: 5%;
        padding: 6px 0.5rem;
        background-color: white;
        margin-top: -1rem;
        z-index: 10;
        width: 90%;
    }
}

.glr-flter_btn button {
    width: 5rem;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #970d05;
    background-color: transparent;
    color: #970d05;
    font-size: 16px;
    font-weight: 600;
}

.glr-flter_btn button:hover {
    background-color: #970d05;
    color: #ffffff;
}

.emty-box {
    content: "";
    width: 100px;
    height: 100px;
    background-color: #7E4555;
}

.emty-box2 {
    z-index: -1;
    left: 75%;
    content: "";
    width: 70px;
    height: 70px;
    background-color: #7E4555;
    position: relative;
    margin-top: 0rem;
}

.abut-img img {
    border: 10px solid #7E4555;
    margin: -3rem 3rem;
    width: 300px;
}

.abut-img {
    margin-top: 4rem;
}
.pooja-type {
    margin: 10px !important;
}
.pooja-type img {
    width: 100%;
    height: 12rem;
    border: 10px solid #db4242;
    border-radius: 150px;
    margin-left: 0;
}
/* .pooja-type{margin: 0rem 1rem;} */
.pooja-type img:hover {
    border: 10px solid #d8b558
}

.pooja-type h4 {
    background: #db4242;
    width: 100%;
    border-radius: 150px;
    height: 12rem;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
}
.pooja-type h4:hover{
    background: #aa1515;
}
@media (max-width:768px) {


    .abut-img img {
        margin: -3rem 3rem;
        width: 230px;
    }

    .emty-box {
        width: 80px;
        height: 80px;
    }

    .emty-box2 {
        z-index: -1;
        margin-left: 0rem;
    }

    .abut-img {
        margin-top: 0rem;
    }
}


.ctm-pj-container {
    padding: 0 5%;
}

.daily-pooja {
    height: 25rem;
    margin: 1rem;
    display: block;
    /* border: 1px solid #efefef; */
    padding: 40px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
    margin-bottom: 30px;
    background-color: #7E4555;
}

.daily-pooja img {
    border: 5px solid #efefef;
    width: 100px;
    border-radius: 10px;
}

.daily-pooja h4 {
    margin-top: 3rem;
    font-weight: 600;
    text-align: start;
    font-size: 24px;
    color: #ffffff;
    margin-top: 1rem;
}

.daily-pooja p {
    color: #ffffff;
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    margin-top: 1rem;
}

.st-pooja {
    height: 25rem;
    margin: 1rem;
    display: block;
    /* border: 1px solid #efefef; */
    padding: 40px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
    margin-bottom: 30px;
    background-color: #bb2b22;
}

.st-pooja img {
    border: 5px solid #efefef;
    width: 100px;
    border-radius: 10px;
}

.st-pooja h4 {
    margin-top: 3rem;
    font-weight: 600;
    text-align: start;
    font-size: 24px;
    color: #ffffff;
    margin-top: 1rem;
}

.st-pooja ul {
    list-style: none;
}

.st-pooja ul li {
    color: #ffffff;
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0.5rem;
}

.st-pooja ul li i {
    color: #ffffff;
    font-size: 20px;
    padding: 0 5px;
}

.mon-pooja {
    height: 25rem;
    margin: 1rem;
    display: block;
    /* border: 1px solid #efefef; */
    padding: 40px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
    margin-bottom: 30px;
    background-color: #bb2b22;
}

ul {
    list-style: none;
}

.mon-pooja img {
    border: 5px solid #efefef;
    width: 100px;
    border-radius: 10px;
}

.mon-pooja h4 {
    margin-top: 3rem;
    font-weight: 600;
    text-align: start;
    font-size: 24px;
    color: #ffffff;
    margin-top: 1rem;
}

.mon-pooja p {
    color: #ffffff;
    text-align: start;
    font-size: 14px;
    font-weight: 400;
}

.mon-pooja ul li {
    list-style: none;
    color: #ffffff;
    text-align: start;
    font-size: 14px;
    margin-top: 0.5rem;
    font-weight: 400;
}

.mon-pooja ul li i {
    color: #ffffff;
    font-size: 20px;
    padding: 0 5px;
}

.anual-pooja {
    height: 25rem;
    margin: 1rem;
    display: block;
    /* border: 1px solid #efefef; */
    padding: 40px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s;
    margin-bottom: 30px;
    background-color: #7E4555;
}

.anual-pooja img {
    border: 5px solid #efefef;
    width: 100px;
    border-radius: 10px;
}

.anual-pooja h4 {
    margin-top: 3rem;
    font-weight: 600;
    text-align: start;
    font-size: 24px;
    color: #ffffff;
    margin-top: 1rem;
}

.anual-pooja p {
    color: #ffffff;
    text-align: start;
    font-size: 14px;
    font-weight: 400;
}

.anual-pooja ul li {
    list-style: none;
    color: #ffffff;
    text-align: start;
    font-size: 14px;
    margin-top: 0.5rem;
    font-weight: 400;
}

.anual-pooja ul li i {
    color: #ffffff;
    font-size: 20px;
    padding: 0 5px;
}

.pooja-sch h3 {
    font-weight: bold;
    font-size: 25px;
    margin-left: 5rem;
    color: #db4242;
}

.pooja-sch p {
    margin-left: 5rem;
}

.pooja-sch ul li {
    padding: 0.5rem 0;
    margin-left: 3rem;
}

.pooja-sch i {
    color: #db4242;
}

.pooja-schedulebox {
    height: 28rem;
}

.pooja-schimg img {
    border-radius: 10px 100px;
    margin-left: 3rem;
    margin-top: 5rem;
    width: 17rem;
    border: 10px solid #db4242;
}

.pooja-month h4 {
    text-align: start;
    font-size: 18px;
    color: #970d05;
    margin-top: 1rem;
}

.pooja-month ul {
    list-style: none;
    margin: 0rem -3rem;

}

.pooja-month ul li {
    list-style: none;
    display: revert;
    margin: 0rem 1rem;

}

.pooja-month img {
    margin-top: 4rem;
    width: 21rem;
    box-shadow: -14px -19px 0px #7e4555;
}

.pooja-month {
    padding: 22px;
}

.mob-slide {
    display: none !important;
}

@media (max-width:768px) {
    .nv-sdw {
        box-shadow: none;
    }

    .mob-slide {
        display: block !important;
    }

    .slide-1-text {
        display: none;
    }

    .desk-slide {
        display: none !important;
    }

    .mob_nav ul {
        margin-left: -2rem;
    }

    .mob_nav ul li {
        padding-top: 0rem;
    }

    .mob_nav ul li i {
        padding: 1rem;
    }
    .pooja-type h4 {
        margin: 0 auto;
        width: 8rem;
        height: 8rem;
        margin-top: 0rem;
    }
    .mob_nav ul li a {
        font-weight: bold;
        text-decoration: none;
        font-size: 16px;
        color: #970d05;
        line-height: 0;
    }

    .bg-om2 {
        height: 7rem;
    }

    .mob-logo img {
        position: absolute;
        z-index: 22;
        margin: -4rem -17rem;
        width: 125px;
    }

    .close-btm {
        font-size: 45px;
        border: none;
        background-color: transparent;
        color: #970d05;
    }

    .mob-nav2 i {
        margin: 1rem 0;
        font-size: 30px;
    }

    .mob-nav12 {
        width: 25rem !important;
        height: 46.3rem;
    }

    .mob_drp-menu {
        line-height: 1px;
        border: none;
    }

    .mob_drp-menu li {
        margin-left: -1rem;
        margin-top: -2rem;
    }

    .mob_drp-menu li a {
        margin-top: 2rem;
        margin-left: 5rem;
    }

    .cmt-next-btn {
        display: none;
    }

    .cmt-img1 img {
        width: 21rem;
        height: 25rem;
    }

    .cmt-img1 {
        margin: 0rem;
    }

    .cmt-img1 h4 {
        text-align: end;
        font-size: 18px;
        color: #970d05;
        width: 100%;
        margin-top: 1rem;
    }

    .cmt-img1 h5 {
        font-size: 15px;
        text-align: end;
        width: 100%;
        margin-top: 0rem;
    }

    .cmt-img2 img {
        width: 21rem;
        height: 25rem;
        border: 5px solid #970d05;
    }

    .cmt-img2 {
        margin: 0rem;
    }

    .cmt-img2 h4 {
        text-align: end;
        font-size: 18px;
        color: #970d05;
        width: 100%;
        margin-top: 1rem;
    }

    .slr {
        height: 38.5rem;
    }

    .slr img {
        height: 38.5rem;
    }

    .slide-1-text {
        top: 39%;
        position: absolute;
        left: 12%;
        font-size: 14px;
    }

    .cmt-img2 h5 {
        font-size: 15px;
        text-align: end;
        width: 100%;
        margin-top: 0rem;
    }

    .cmte h3 {
        padding: 0 0 1rem 0;
        font-size: 35px;
        margin-bottom: 0px;
    }

    .pooja-sch h3 {
        margin-top: 2rem;
        font-size: 25px;
        margin-left: 1rem;
    }
    .quick-link ul li {
        margin-left: -1rem;
        padding: 6px 40px;
    }
    .aboy-link li {
        line-height: 2rem;
        margin: 0.5rem -1rem;
    }
    .pooja-sch p {
        margin-left: 1rem;
    }

    .pooja-sch ul li {
        margin-left: 0rem;
    }

    .pooja-schedulebox {
        height: auto;
    }


    /* .news-tab{
        margin-top: 9rem;
    } */
}


/* .frm label {
    color: #970d05;
    margin-top: 1rem;
} */
.frm input {
    background-color: #f8f3f3;
    margin-bottom: 1rem;
    font-size: 14px;
    padding: 0 1rem;
    width: 100%;
    border-radius: 10px;
    border: none;
    height: 3rem;

}

.frm textarea {
    font-size: 14px;
    background-color: #f8f3f3;
    padding: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 10px;
    border: none;
}

.frm-sub button {
    padding: 0.5rem 2rem;
    border: none;
    color: white;
    background-color: #970c0573;
}
    

.frm-sub button:hover {
    background-color: #970d05;
}

.error {
    margin-bottom: 1rem;
    color: red;
    font-size: 14px;
    margin-left: 0.5rem;
}

.show {
    display: block;
}

.con-box {
    box-shadow: 0px 4px 11px grey;
    position: relative;
    margin-top: -9rem;
    background: white;
    z-index: 333;
    padding: 3rem;
    border-radius: 1rem;
}

@media (max-width:768px) {
    .pooja-schedulebox {
        flex-direction: column-reverse;
      }
      .pooja-type img{
        width: 12rem;
        height: 12rem;
        border: 10px solid #db4242;
        border-radius: 150px;
    }
    .song {
        margin: 0 6px;
        font-size: 16px;
    }
    #cursor{
        display: none;
    }
    .title-mantra {
        color: #970d05;
    }
    .pause {
        color: #970d05;
    }
    .m-lightbox__slide img {
        height: auto;
        width: 100%;
        margin-left: 2rem;
    }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}