﻿@media (width >=1301px) {
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (width <=1300px) {

    #carouselExampleDark>img:nth-child(1),
    #carouselExampleDark>img:nth-child(2) {
        width: 170px;
    }

    #carouselExampleDark>img:nth-child(3),
    #carouselExampleDark>img:nth-child(4) {
        width: 90px;
        top: 100px !important;
    }
}

@media (width <=767px) {

    #carouselExampleDark>img:nth-child(1),
    #carouselExampleDark>img:nth-child(2) {
        width: 120px;
    }

    #carouselExampleDark>img:nth-child(3),
    #carouselExampleDark>img:nth-child(4) {
        width: 60px;
        top: 50px !important;
    }
}

@media (width <=576px) {
    #carouselExampleDark>img:nth-child(1),
    #carouselExampleDark>img:nth-child(2) {
        width: 70px;
    }

    #carouselExampleDark>img:nth-child(3),
    #carouselExampleDark>img:nth-child(4) {
        width: 30px;
        top: 20px !important;
    }
}

/* LAKSHMI CSS */

@media screen and (max-width:1820px){

}

@media screen and (max-width:1700px){
	
	/* HEADER CSS */

/* FOOTER CSS */


}


@media screen and (max-width:1370px){
	
.container {
	padding-right: 15px;
	padding-left: 15px;
}

/* HEADER CSS */

/* FOOTER CSS */

}


@media only screen and (max-width:1300px){
	/* HEADER CSS */
.navbar a, .navbar a:focus { font-size:12px; padding:4px 10px;}

	
}
@media only screen and (max-width:1244px){
	
/* HOME PAGE CSS */

.grid-section {
    grid-template-columns: none;
    grid-gap: 10px;
}
.grid-middle {
    grid-column: 1 / span 2;
    grid-row: 1;
}

/* FOOTER CSS */

}

@media only screen and (max-width:1199px){


/* HEADER CSS */

.h-title {
    font-size:25px;
}
/* FOOTER CSS */

.footer-block { padding:25px;}
.fbox2{margin-left:0px;}
.fbox3 { display: initial;}
.fmap iframe { width: 100%;}
.subscribe-box input {width: 100%;}
.fsocial-icons {margin-top: 20px;text-align: initial;}
}


@media only screen and (max-width:1023px){

	/* common css  */

.rsp-lg-m-0 {margin: 0;}

.rsp-lg-mr-0 {margin-right: 0;}

.rsp-lg-ml-0 {margin-left: 0;}

.rsp-lg-mt-0p{margin-top:0px;}

.rsp-lg-mt-10p{margin-top:10px;}

.rsp-lg-mt-20p{margin-top:20px;}

.rsp-lg-mt-25p{margin-top:25px;}

.rsp-lg-mt-30p{margin-top:30px;}

.rsp-lg-mtb-20p{margin-top:20px;margin-bottom:20px;}

.rsp-lg-mtb-25p{margin-top:25px;margin-bottom:25px;}

.rsp-lg-mlr-auto{margin-left:auto; margin-right:auto;}

.rsp-lg-mb-20p {margin-bottom: 20px;}

.rsp-lg-mb-25p {margin-bottom: 25px;}

.rsp-lg-mb-40p {margin-bottom: 40px;}

.rsp-lg-p-0 {padding: 0;}

.rsp-lg-pr-0 {padding-right: 0;}

.rsp-lg-ptb-25p{padding-top:25px;padding-bottom:25px;} 

.wh-lg-init {white-space: initial;}

.rsp-lg-dis-block {display: block !important;}

.rsp-lg-txt-center {text-align:center;}

.rsp-lg-flex-dir {flex-direction: column-reverse;}

.rsp-lg-ht-auto{height: auto;}

/* common titles css  */

/* HEADER CSS */

/* HEADER-BOTTOM CSS  */

.header-nav { background-image:none;padding:0px;	}
.navbar a, .navbar a:focus {
    padding: 7px;
}


/* .center-logo {
    height: 90px;
} */
.center-logo {
    height: 100px;
    /* margin-bottom: -31px; */
  }
  .main_logo {
    height: 34px;
  }
  .container.ss .h-bg2.htext-part::after {width: 140px;}
  .h-bg2 {background-image: linear-gradient(#f01231, #b5012e);}
.left-logo, .right-logo {
    height: 115px;
}
.h-title {
    font-size: 20px;
    letter-spacing: 0;
}
.h-subtitle {
    font-size: 12px;
}

.login-btn {
    margin-bottom: 10px;
}
.login-btn a, .cart-btn a {
    display: inline-block;
	padding: 7px 18px 
}

.cart-btn a {color:#440803;}
.h-bg1, .h-bg2{
	background-size:cover;
}

/* FOOTER CSS */
.footer-block { padding:15px;}


}




@media only screen and (max-width:991px){ 

/* COMMON CSS */

.common-section {
    padding-top: 25px;
    padding-bottom: 25px;
}
.pt-gap{
	padding-top:25px;
}
.pb-gap{
	padding-bottom:25px;
}

/* HEADER CSS */

/* HOME PAGE CSS */

.main-bg-block { 
	background-color: #a42942;
    background-image: none;
}

.welcome-sec {padding:10px 0px 10px;}
.welcome-title {font-size:21px;}
.welcome-title span {font-size: 14px;}
.w-dgn:after {background-size: 100%;}
.daily-hd { padding: 15px; font-size: 20px;}
.scard-boxx {padding: 15px 15px 25px 15px;}
.scard-grid { column-gap: 10px; row-gap: 10px;}
.sch-title, .scard-title {font-size: 12px;}
.scard-title span {font-size: 11px;}

/* FOOTER CSS */
.footer-sec {
    margin-top: -8px;
}
.copy-right-block {
    padding: 15px 0px;
}


/* INNER PAGES COMMON CSS */

.inner-grid-section {
    grid-template-columns:repeat(1,1fr);
}

}

@media screen and (max-width:900px){ 

}

@media screen and (max-width:767px){ 

/* common css  */

.rsp-m-0 {margin: 0;} .rsp-m-5p {margin: 5px;} 

.rsp-mt-10p {margin-top:10px;} 

.rsp-mt-15p {margin-top:15px;} 

.rsp-mt-20p {margin-top:20px !important;} 

.rsp-mt-25p {margin-top: 25px;}

.rsp-mtb-20p{margin-top:20px;margin-bottom:20px;} 

.rsp-mtb-25p{margin-top:25px;margin-bottom:25px;} 

.rsp-mtb-40p{margin-top:40px;margin-bottom:40px;} 

.rsp-mt-0 {margin-top: 0px;}

.rsp-mb-0 {margin-bottom: 0px;}

.rsp-mb-20p {margin-bottom: 20px;}

.rsp-mb-25p {margin-bottom: 25px;}

.rsp-p-0 {padding: 0;} .rsp-pr-15p{padding-right:15px;} .rsp-pl-15p{padding-left:15px;}

.rsp-pt-10p{padding-top:10px;}

.rsp-pt-20p{padding-top:20px;}

.rsp-ptb-15p{padding-top:15px;padding-bottom:15px;} 

.rsp-ptb-20p{padding-top:20px;padding-bottom:20px;} 

.rsp-ptb-25p{padding-top:25px;padding-bottom:25px;} 

.rsp-ptb-30p{padding-top:30px;padding-bottom:30px;}

.rsp-pt-0 {padding-top: 0;}

.rsp-pb-0 {padding-bottom: 0;}

.rsp-pb-20p{padding-bottom:20px;} .rsp-pb-25p{padding-bottom:25px;} .rsp-pb-30p{padding-bottom:30px;} .rsp-pb-40p{padding-bottom:40px;}

.rsp-w-100{width:100% !important;}

.rsp-ht-auto{height: auto;}

.rsp-margin-auto{margin: auto;}

.wh-md-init {white-space: initial;}

.rsp-md-flex-dir {flex-direction: column-reverse;}

.rsp-m-txt-center {text-align:center !important;} 

.rsp-m-txt-initial {text-align:initial !important;}

.rsp-m-dis-block {display: block !important;}

.rsp-m-justify-initial {justify-content:initial;}

.rsp-m-justify-space {justify-content: space-between;}

.rsp-m-justify-center {justify-content: center;}

/* COMMON CSS */

/* HEADER CSS */

/* logo css */
.center-logo { height:90px;}
.left-logo-part, .right-logo-part {display:none;}
.h-title {font-size:15px;letter-spacing: 0;}
.h-subtitle {font-size:10px;}

/* HOME PAGE CSS */

.welcome-subtitle {font-size:16px;padding-bottom: 10px;}
.w-dgn:before {width: 100%;}
.w-dgn:after {background-image: none;}
.sch-block {grid-template-columns: repeat(3,1fr); row-gap: 15px;}

/* FOOTER CSS */

/* INNER PAGES COMMON CSS */
.inner-grid-section { gap:10px;}
.pad-gap{padding:10px;}

.inner-bx, .side-grid{padding:0px;}



}

@media screen and (max-width:640px){




}

@media screen and (max-width:575px){
	
/* common css  */

.rsp-sm-dis-block {display: block !important;}

.rsp-sm-mt-10p {margin-top:10px;} 

.rsp-sm-mt-15p {margin-top:15px;} 

.rsp-sm-mr-0 {margin-right:0;} 

.rsp-sm-pt-20p {padding-top:20px;}

.rsp-sm-flex-dir {flex-direction: column-reverse;}

.rsp-sm-txt-initial{text-align:initial;}

.rsp-sm-txt-center{text-align:center;}

.rsp-sm-margin-auto{margin: auto;}

.rsp-sm-font16{font-size:16px;}

/* common css */


/* HEADER CSS */
.header-logo{height:13vh; object-fit: cover;}
.h-subtitle {
    font-size: 8px;
    line-height: 14px;
}

/* HOME PAGE CSS */
	
/* .grid-middle {grid-column: 1 / span 1;} */
/* .grid-right-content, .grid-left-content { width: 325px; margin: auto;} */

.left-ban-icon, .right-ban-icon {
    height: 155px;
}

.scard-grid {
    grid-template-columns: repeat(2,1fr);
}
.table-hd-blk { padding: 10px 10px;}
.event-btns-blk button {font-size: 11px;padding: 3px 10px;margin-right: 0;}
.daily-event-li table td, .daily-event-li table th {padding: 0px 5px; font-size: 13px;}
.eve-hd {font-size: 14px !important;line-height: 22px;}
.sch-block {grid-template-columns: repeat(2,1fr);}

}

@media screen and (max-width:500px){

.scard-icon {height: 125px;}

/* FOOTER CSS */
.f-dtl{display:block !important;}

/* INNER PAGES COMMON CSS */


}


@media screen and (min-width:576px) and (max-width:767px){
	


}


@media screen and (min-width:768px) and (max-width:1244px){
	

.grid-right-content, .grid-left-content { width: 325px; margin: auto;}


}

@media screen and (min-width:992px) and (max-width:1244px){
	
	/* HEADER CSS */
	

/* HOME PAGE CSS */


}

@media screen and (min-width:992px) and (max-width:1023px){
	

}





@media only screen and (max-width:1244px){
	
	
}



/* MEGA MENU RESPONSIVE COMMON CODE CSS */


@media (width <=991px) {
	
    .nav-item.dropdown {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
	    /* .nav-dropdown > li > a, */
    /* .megamenu-list > li > a { */
        /* color: #fff !important; */
    /* } */

    /* .nav-dropdown > li > a:hover { */
        /* background-color: transparent; */
        /* color: #fff; */
    /* } */


    /* .navbar-nav > li:hover, */
    /* .navbar-nav > li.active { */
        /* background:#1C1E59; */
    /* } */
    /* .navbar-nav > li:hover a, */
    /* .navbar-nav > li.active a { */
        /* background:#1C1E59; */
        /* color: #fff !important; */
    /* } */

	    /* .nav-menu > li:hover, */
    /* .nav-dropdown { */
        /* background-color: #ab0d0f !important; */
        /* background-image: none !important; */
    /* } */

}


            /* Sri responsive */  
@media screen and (min-width:1499px) {
    .aws-inner-grid-two {grid-template-columns: 1fr 320px !important;gap: 30px !important;}
    .inner-page .container {max-width: 1230px !important;}
    .aws-right-sec .darshan-card.tm-card {padding: 30px 55px;}
    .inner-page .aws-left-sec p {font-size: 15px;line-height: 26px;letter-spacing: 0.25px;}
    .aws-inner-content {padding-left: 30px !important;}
}
@media screen and (max-width:1499px) {
    #offcanvasRightLabel {font-size: 24px;}
    .offcanvas.offcanvas-end.cart-canvas td h4 {font-size: 18px !important;}
    .offcanvas.offcanvas-end.cart-canvas td {font-size: 14px !important;}
    .offcanvas.offcanvas-end.cart-canvas .eve-ico img {width: 70px;height: 70px;}
    .offcanvas.offcanvas-end.cart-canvas .pulse::before {height: 80px;width: 80px;}
    .cart-canvas .ls-1p a i.bi-x {font-size: 20px;}
    .cart-canvas .table-hd-blk, .cart-canvas .daily-event-li tbody td {padding-block: 15px;}
    .aws-inner-grid-two {grid-template-columns: 1fr 350px !important;}
    .darshan-card a img {height: 35px;}
    .aws-right-sec .darshan-title {font-size: 20px;}
    .darshan-card.tm-card div img {height: 30px;}
    .aws-right-sec .darshan-title {font-size: 18px;}
    .right-side-timing-sec .tm-card p {font-size: 12px;line-height: 150%;}
    .aws-right-sec .darshan-card.tm-card {padding: 30px 40px;}
    .aws-right-sec .darshan-card.tm-card::before {top: 56%;}
    .welcome-subtitle {padding-bottom: 3px;}
    .blog_content .d-flex.justify-content-between.align-items-center {flex-direction: column;}
}

@media screen and (max-width:1450px) {
    .container {max-width: 1080px !important;}
    /* .center-logo {height: 100px;} */
    .navbar a, .navbar a:focus {font-size: 12px;padding-inline: 9px;}
    .log-blk {margin-left: auto;}
    .left-logo, .right-logo {height: 120px;}
    .h-title {font-size: 34px;letter-spacing: 0.5px;}
    .h-subtitle {font-size: 16px;}
    /* .daily-block > div:first-child {overflow-x: auto;min-width: 695px;} */
    .daily-event-li table td, .daily-event-li table th {font-size: 12px; line-height:18px; font-weight:bold;}
    .daily-event-li table td.eve-hd{font-size: 13px !important; font-weight:bold;}
    .daily-event-li table td.eve-hd span{font-size: 12px !important;}
    .eve-ico img {width: 50px;height: 50px;}
    .pulse::before {height: 70px;width: 70px;top: 2px;left: 2px;}
    .temple-events-sec .row> div >a {height: 100%;display: block;}
    .srvc-card .srvc-ct p br {display: none;}
    .srvc-card .srvc-ct p {padding-right: 40px;}
    .namalu-dgn {height: 45px;}
}
@media screen and (max-width:1350px) {
    #offcanvasRightLabel {font-size: 20px;}
    .offcanvas.offcanvas-end.cart-canvas td h4 {font-size: 16px !important;}
    .offcanvas.offcanvas-end.cart-canvas td {font-size: 12px !important;line-height: 20px;}
    .cart-canvas .ls-1p a i.bi-x {padding: 3px 7px;}
    .cart-canvas .offcanvas-header .btn-close {width: 10px;height: 10px;}
    .offcanvas.offcanvas-end.cart-canvas .offcanvas-footer .check-box label {font-size: 13px;}
    .cart-canvas input[type="checkbox"] + label::before {width: 16px;height: 16px;}
    .cart-canvas input[type="checkbox"]:checked + label::after {font-size: 14px;line-height: 14px;width: 14px;height: 14px;}
    .amount-sec div {font-size: 18px;}
    .amount-sec {padding-block: 10px;margin-bottom: 7px;}
    .blog-box{height: 100%;}
}
@media screen and (max-width:1320px) {
    .navbar a, .navbar a:focus {padding-inline:9px;}
    #vvv table tr td {font-size: 11px;}
    .panchagam-heading h2.grid-title {font-size: 20px;letter-spacing: 0;margin-top: 5px;}
    .panchagam-heading img {height: 35px;}
    .aws-inner-grid-two {grid-template-columns: 1fr 300px !important;}
}
@media screen and (max-width:1250px) {
    .grid-right-content, .grid-left-content {width: 100%;}
    .blog-box {height: 100%;}
}
@media screen and (max-width:1230px) {
 
}
@media screen and (max-width:1200px) {
    .container {max-width: 991px !important;}
    .log-blk {margin-left: auto;}
    .navbar a, .navbar a:focus {font-size: 12px;}
    .footer-content .fsocial-icons > span {letter-spacing: 0;}
    .inner_page .body-x-dec{display: none;}
}
@media screen and (max-width:1024px) {
    .container.ss {max-width: 750px !important;}
    .hcal-btn a {font-size: 11px;display: inline;}
    .left-logo, .right-logo {height: 90px;}
    .hcal-btn a img {height: 18px;}
    .left-logo-card.d-flex.gap-3.gap-lg-5, .right-logo-card.d-flex.gap-3.gap-lg-5 {gap: 12px !important;}
    .h-title {font-size: 30px;}
    .header-nav {border: none;}
    .body-x-dec {height: 450px;}
    .table-responsive.daily-event-li table tr {display: flex;flex-direction: column;}
    .table-hd-blk, .daily-event-li tbody td {border-bottom: none;}
    .table-hd-blk, .daily-event-li tbody td:last-child {border-bottom: 1px dotted #50545c;}
    .table-hd-blk, .daily-event-li tbody td span {display: inline-block !important;}
    .daily-event-li table tbody tr td.eve-hd {margin-left: 20px;}
    .grid-right-content, .grid-left-content {max-width: 300px;}
    .table-hd-blk, .daily-event-li tbody td:last-child .ls-1p {margin-bottom: 20px;}
    .daily-event-li tbody tr:last-child td, .daily-event-li tbody td:first-child {padding-top: 10px;}
    .contentscroll2 {max-height: 355px;}
    .gallery__icon {height: 137px;}
    .aws-app-menu{display: block;}
    .aws-inner-grid-two {grid-template-columns: 1fr 300px !important;}
    .aws-inner-grid-two {display: block !important;}
    .right-side-timing-sec {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;gap: 20px;}
      .right-side-timing-sec::before, .right-side-timing-sec::after {display: none;}
/* responsive menu set */

/* .mobile-nav-show {
    top: auto;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: #111;
    border-radius: 50px;
    padding-right: 10px;
  } */
  #navbar {
    right: 50%;
    max-width: 98%;
    transform: translateX(50%);
    top: 100%;
    border-top-left-radius: 15px;
    overflow: auto;
    border-top-right-radius: 15px;
  }
  .mobile-nav-active .navbar {top: 14% !important;left: auto;}
  .mobile-nav-hide {top: 16%;right: 4%;}
  .navbar ul {background: #111;}

  .aws-app-menu {
    padding: 7px 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
    background: #000;
  }
  .aws-app-menu > div {justify-content: space-between;}
  .aws-app-menu > div * {
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    color: #fff;
    line-height: 11px;
    text-transform: uppercase;
  }
  .aws-app-menu > div i {font-size: 20px;}
  .copy-right-block.rsp-m-txt-center {padding-bottom: 70px;}
/*  */

  /* responsive menu set close */
  .navbar a, .navbar a:focus {font-size: 14px;}
  .log-blk .login-btn a {padding-inline: 30px;}
  .log-blk .cart-btn a {padding-inline: 20px;}
  .log-blk {display: flex;gap: 10px;margin-top: 15px;}
  .main-bg.pb-3.pb-md-5 {padding-bottom: 20px !important;}
  .cart-canvas .daily-event-li tbody td {border-bottom: 1px dotted #50545c !important;}
  .header.fixed_menu {
    position: relative;
    top: 0;
    transform: unset;}
}
@media screen and (max-width:992px) {
    .main-content-inner {border-radius: 0;}
    .temple-events-sec {padding-bottom: 70px;}
    .w-dgn::before {max-width: 427px;}
    .main-content-sec > .container{width: 100%;padding: 0;}
    .update-content marquee{right: 0;}
    .latest-hd {background: #ffe994;position: relative;z-index: 1;}
    .text-center.ss h2 {font-size: 24px;}
    .blog-v2 .blog-box .blog-outline {background-repeat: round;}
    .blog-content .blog-content2 {justify-content: space-between;}
}
@media screen and (max-width:900px) {
    .daily-block {display: block;}
    .daily-block > div:last-child {border-left: none;}
    .inner-top-set {margin-top: -5px;}
}
@media screen and (max-width:768px) {
    .darshan-card.tm-card::before {display: none;}
    .panchangam-inner {display: inline-flex;}
    .scard-boxx.pos-relative {max-width: 500px;margin: auto;}
    .text-center.ss {top: -25px;}
    /* .scard-boxx::before, .scard-boxx::after {display: none;} */
    .panchangam-data {text-align: center;}
    .body-x-dec {display: none;}
    .temple-events-sec {padding-bottom: 55px;}
    .h-br {height: 8px;}
    .main_logo {height: 30px;}
    /* .center-logo {margin-bottom: -31px;} */
    .scard-boxx::after {width: 75%;top: -75px;background-image: linear-gradient(#f2d460, #fff0);}
    .common-section.inner-sett {padding-top: 50px;}
.common-section.inner-sett .row{--bs-gutter-y: 100px !important;}
.container.ss .h-bg2.htext-part::after {top: -9px;}
}
@media screen and (max-width: 766px) {
    .center-logo {
      /* margin-bottom: -28px; */
    }
  }
@media screen and (max-width:700px) {
    .h-title {font-size: 24px;}
    .scard-box.inner_set.sqr .table.awst-table tr {display: flex;flex-direction: column;align-items: center;}
    .main .img_container {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width:576px) {
    /* .center-logo {height: 67px;margin-bottom: 0;} */
    .h-title {font-size: 20px;margin-bottom: 0;}
    .h-subtitle {font-size: 13px;}
    .namalu-dgn {margin-top: 20px;height: 35px;}
    .calendar-header.pos-relative {right: auto;left: 50%;transform: translateX(-50%);padding-bottom: 10px;}
    .daily-data .head-flex {display: block;}
    .daily-hd {padding-bottom: 10px;}
    .daily-event-li table td {padding-left: 10px;}
    .text-center.ss h2 {font-size: 26px;}
    .inner-page .calendar-header.pos-relative {left: 0;transform: translateX(-10px);padding: 0;}
    .inner-top-set {margin-top: -10px;padding-top: 15px;}
    .latest-hd {font-size: 12px;}
    .wservice-card {flex-direction: column;}
    .contentscroll2{
        max-height:none !important
    }
    .view-btn a {
       
        font-family: 'Poppins-Medium';
    }
}
@media screen and (max-width:500px) {
    .head-flex.inner-top-set {flex-direction: column;gap: 10px;}
    .inner-cnt {padding-top: 0;}
    .rqs-line h4 {font-size: 14px;}
    .latest-post.text-justify.pos-relative.mx-4 {margin-inline: 10px !important;}
    .banner-sec {padding: 0;}
    .banner-br::before {padding: 10px;border-image-slice: 30;border-image-width: 20px;}
    .banner-sec.p-vw.mt-20p {margin-top: 15px;}
    .main_logo {height: 25px;}
    .cmn-inner-form.login-form.border_left_set {padding: 30px !important;}
    .awst-page-title {font-size: 18px;line-height: 22px;}
    .section-title {font-size: 20px;}
}
@media screen and (max-width:475px) {
    .center-logo {
        height: 60px;
      }
      #vvv table tr td {
        font-size: 14px;
        padding-block: 15px;
      }
      .grid-right-content, .grid-left-content {
        max-width: 100%;
      }
      #vvv table td p {
        line-height: 26px;
      }
      .daily-block > div:first-child {
        box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
      }
      .scard-boxx::before {
        height: 60px;
        top: -30px;
      }
}
@media screen and (max-width:450px) {
    .h-title {font-size: 16px;line-height: 24px;}
    .h-subtitle {font-size: 10px;}
    /* .center-logo {height: 60px;} */
    .darshan-title {font-size: 22px;}
    .welcome-title, .daily-hd, .section-title2, .text-center.ss h2 {font-size: 22px;}
    .pulse {padding-inline: 0;}
    .w-dgn::before {height: 12px;}
    .v-overlay .text img {height: 20px;}
    .v-overlay .text {display: flex;justify-content: center;align-items: center;}
    .darshan-card.tm-card {position: relative;border-radius: 10px;}
    .scard-box2 .section-title {font-size: 16px;}
    
}
@media screen and (max-width:576px) {
    /* .center-logo {height: 54px;} */
    .h-title {font-size: 15px;}
    .htext-part {padding: 7px 0px;}
    .darshan-title {font-size: 18px;}
    .darshan-card.tm-card .row > div .darshan-title.ss {margin-top: 20px;}
    .w-dgn::before {height: 15px;}
    .welcome-title {font-size: 20px;}
    /* .namalu-dgn {margin-top: 10px;height: 50px;} */
    .home-event-sec {padding-block: 30px;}
    .header-text h4 {font-size: 16px;}
    .gallery__icon {height: auto;}
    .v-overlay .text img {height: 15px;}
    .v-overlay .text {font-size: 0;padding-block: 5px;}
    .srvc-card .srvc-icon-bar .srvc-icon {height: auto;}
    .text-center.ss h2 {font-size: 22px;}
    .main_logo {height: 23px;}
    .center-logo {
        /* margin-bottom: -25px; */
        height: 80px;}
    .container.ss .h-bg2.htext-part::after {width: 100px;}
    .cart-canvas .table-hd-blk, .cart-canvas .daily-event-li tbody td .pulse img {height: 55px;}
    .offcanvas.offcanvas-end.cart-canvas td.eve-mainico {padding-right: 10px;}
    .cart-canvas .offcanvas-body {padding-inline: 0;}
    .cart-canvas .ls-1p a i.bi-x {padding: 1px 5px;}
    .home-event-sec .daily-event-li .eve-mainico{
        position: absolute;
        padding-top: 0px !important;
    }
    .daily-event-li tr{
        position: relative;
        padding-block: 10px;
    }
    .daily-event-li tr>td:not(:first-child){
        margin-left: 80px !important;
    }
    .table-hd-blk, .daily-event-li tbody td {
        white-space: normal !important;
    }
    .table-hd-blk, .daily-event-li tbody td:last-child .ls-1p {
        margin-bottom: 10px;
    }
    .daily-event-li  tbody tr:last-child td{
        /* padding-top: 0px; */
    }
    .daily-event-li .eve-hd {
        font-size: 14px !important;

        font-family: 'Poppins-Regular';
        line-height: 21px;
    }
    .table-hd-blk, .daily-event-li tbody td:last-child {
        border-bottom: 1px dotted #50545c;
        padding-left: 0;
        padding-top: 10px;
    }
   
 
}
@media screen and (max-width:350px) {
    .darshan-card > a img {height: 30px;}
    .darshan-title {font-size: 16px;}
    .btn-size.btn-pd {padding: 7px 25px;letter-spacing: 0.5px;}
    .darshan-card.text-center > div.text-center.mt-20p {margin-top: 12px;}
    .welcome-title {margin-bottom: 35px;}
    .text-center.ss h2 {font-size: 18px;}
    .center-logo {
        /* margin-bottom: -22px; */
        height: 70px;}
    .container.ss .h-bg2.htext-part::after {width: 90px;}
    .main_logo {height: 21px;}
    .welcome-title, .daily-hd, .section-title2, .text-center.ss h2 {font-size: 20px;}
    .blog-content .blog-content2 {flex-wrap: wrap;}
    
}
/* Hide on small devices and up (≥576px) */
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
}

/* Show as block on small devices and up (≥576px) */
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}
@media screen and (max-width:576px){
.latest-content .news a {
  font-size: 12px !important;
  padding-left: 10px !important;}

.img-float-right {
 float: unset !important;
  width: 100% !important;
  position: relative !important;
  bottom: 20px !important;
margin: 0 !important;

}
.face-text p {

    line-height: 20px !important;
}

.text-colour {
  padding: 10px 5px !important;
}
.person-img img{
width: 100%;
  height: 300px !important;
  object-fit: contain !important;
}
.person-img{
width: 100% !important;
}
}

.table-respinive,
.table-responsive,
.table-scroll {
  width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 6px 8px;  
}
 
 
.pooja-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
 
 
.pooja-table th,
.pooja-table td {
  padding: 10px 12px;
  word-break: break-word;
}
 
 
@media (max-width: 400px) {
  .table-respinive .pooja-table {
    min-width:227px;  
    font-size: 13px;
  }
  .pooja-table th,
  .pooja-table td { padding: 8px 10px; }
}
 
 
@media (max-width: 360px) {
 
  .table-respinive .pooja-table,
  .table-respinive .pooja-table thead,
  .table-respinive .pooja-table tbody,
  .table-respinive .pooja-table th,
  .table-respinive .pooja-table td,
  .table-respinive .pooja-table tr {
    display: block;
    width: 100%;
  }
 
 
  .table-respinive .pooja-table thead { display: none; }
 
  .table-respinive .pooja-table tbody tr {
    margin-bottom: 12px;
    padding: 8px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background: #fff;
  }
 
   
  .table-respinive .pooja-table tbody tr td {
    display: flex;
    align-items: flex-start;
    padding: 6px 6px;
    border: none;
  }
 
  .table-respinive .pooja-table tbody tr td::before {
    content: attr(data-label);
    flex: 0 0 42%;
    font-weight: 600;
    padding-right: 10px;
    color: #222;
  }
 
 
  .table-respinive .pooja-table tbody tr td > * {
    flex: 1 1 58%;
    min-width: 0;
  }
 
 
  @media (max-width: 325px) {
    .table-respinive .pooja-table { font-size: 12px; }
    .table-respinive .pooja-table tbody tr td::before { flex-basis: 45%; font-size: 12px; }
  }
}
 
 
.accordion-body,
.card-body {
  overflow: visible !important;
  padding: 12px !important;
}
 @media screen and (min-width: 576px) {
.latest-sec.pos-relative {
  position: absolute !important;
  bottom: 10px;
  width: 100%;
  left: 0;
}
.home-grid-section {
  padding-bottom: 70px !important;
}
.latest-block {
  border: 1px solid #bd2501;
  padding-block: 7px 3px;
  border-radius: 30px;
  background: #ffffffb8
}
}

