@media (max-width:767.99px) {
.navbar {
	  padding: 10px 20px;
	}
  	.overflow {
	  overflow: hidden;
	}
  	/* .headerOverlay {
	  position: fixed;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  z-index: 500;
	  background-color: rgba(0, 0, 0, 0.6);
	  opacity: 0;
	  visibility: hidden;
	  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	} */
	.active_overlay {
	  opacity: 1;
	  visibility: visible;
	}
	.header-toggle-btn {
		display: flex; 
	}
	.header-toggle-btn.open {
		top: -27px;
		right: 17px;
	}
	.navbar .menu-items {
		position: fixed;
		height: 100%;
		max-height: initial;
		overflow-y: auto;
		width: 100%;
		top: 0;
		left: 0;
		background: #FFEED4;
		display: block;
		transform: translateX(-100%);
		transition: 0.3s ease-out;
		padding-bottom: 20px;
		z-index: 1;
		overflow: hidden;
	}
	.menu-items.open {
	  transform: translateY(0);
	}
	.navbar-menus {
		text-align: center;
	} 
	.menu-items li a {
	  padding: 10px 1rem;
	  display: block;
	  font-size: 18px;
	}
	.menu-items .dropdown-right .right-arrow {
	  transform: rotate(90deg);
	}
	.menu-item {
	  padding: 1rem 1rem;
	}
	/* navbar-dropdown */
	.menu-items .dropdown-menu {
		opacity: 1;
		visibility: visible;
		margin-left: -18px; 
		max-height: 0;
		transform: scaleY(0);
		transform-origin: left;
		overflow: hidden;
		transition: all 0.5s ease;
		display: block;
		margin:0 auto ;
	}
 
	.expand-nav-btn.open + .dropdown-menu {
		position: relative;
		max-height: 100%;
		transform: scaleY(1);
	}
	.dropdown-menu li {
	  margin: 0;
	}
	.dropdown-menu li:last-child {
	  border-bottom: none;
	}
	.dropdown-menu li a {
	  font-size: 1rem;
	}   
	.temple-common-btn:hover .hover-button { 
		left: 0;
		right: 0;
	}
	.temple-common-btn {
		margin-top: 15px;
		padding: 0 !important;
	} 
	.desktop-version-btns {
		display: none;
	}
	.mobile-version-btns { 
		justify-content: center;
	}
	.header-navbar {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mobile-title-line {
		text-align: center;
		padding: 20px 0;
	} 
	.navbar .menu-item {
		padding: 10px 20px;
		font-size: 16px; 
	}
	.header-btns-lists {
		display: grid; 
	}
	.header-btns-lists li {
		margin: 0 auto;
	}
	.expand-nav-btn.open {
		color: var(--bs-orange);
	}
	.profile-dropdown .profile-expand {
		background: linear-gradient(0deg, #FFA200 0%, #FFD500 100%);
		border-radius: 100px;
		padding: 5px 30px 5px 20px;
		transition: 0.5s all ease-in-out;
		display: flex;
		align-items: center;
		gap: 5px;
	} 
	.profile-expand.open {
		border-radius: 7px;
	}
  }
@media (min-width:768px) {
	.header-navbar {
		display: flex;
		justify-content: center;
	}
	.mobile-version-logo { 
		display: none; 
	} 
	.navbar .menu-item {
		padding: 23px 14px;
		font-size: 15px;
	}
	.navbar-menus li {
		display: inline-block;
	}
	.header-btns span {
		font-size: 14px;
	}
	.navbar .dropdown-menu { 
		width: 150px;
		top: 117px; 
	}
	.navbar .navbar-dropdown:hover .dropdown-menu {
		top: 50px;
	}
	.header-btns-lists {
		display: flex;
		align-items: center;
		gap: 5px;
		margin-right: -68px;
	}
	.desktop-version-btns .bottom-common-btn:first-child {
		margin-left: auto;
	}
	.bottom-common-btn span {
		position: absolute;
		right: 0;
		left: 0;
		margin: 0 auto;
		text-align: center;
		bottom: 19px;
		color: #fff;
		font-weight: 600;
		font-size: 14px;
	} 
.mobile-version-btns, .mobile-title-line{
		display: none;
	}
	.profile-expand img { 
		border: 2px solid #FFA700;
	}
	.profile-dropdown .dropdown-menu {
		left: auto;
	}
	.profile-name {
		display: none;
	}
	.profile-expand {
		padding: 0 !important;
	}
}
@media (min-width:992px) {
.navbar .menu-item {
	padding: 23px 20px;
	font-size: 16px;
}
}
@media (min-width:1200px) {
	.navbar .menu-item {
		padding: 23px 30px;
		font-size: 16px;
		text-transform: uppercase;
	}
	.header-btns span {
		font-size: 15px;
	}
}
@media (min-width:1400px) {
	.navbar .menu-item { 
		font-size: 16px;
	}  
	.logo-img { 
		top: -17px; 
		width: 140px;
	}
	.header-btns-lists { 
		margin-right: -35px;
	}
}
@media (min-width:1600px) {
.navbar .menu-item {
	padding: 23px 20px;
	font-size: 16px; 
}
.header-btns-lists {
	margin-right: 0px;
}
}
@media (min-width:480px) {
    /*------ Full Section ------*/
    .swamni-column {
        bottom: 25px;
    }

}
@media (min-width:768px) {
    .fs-42{
        font-size: 28px;
    }
    .fs-25{
        font-size: 20px;
    }
    .fs-20{
        font-size: 18px;
    }
}
 
@media (min-width:992px) {
    .fs-42{
        font-size: 32px;
    }
    .fs-25{
        font-size: 24px;
    }
    .fs-20{
        font-size: 20px;
    }
}
@media (min-width:1200px) {
    .fs-42{
        font-size: 36px;
    }
    .fs-25{
        font-size: 25px;
    } 
}
@media (min-width:1400px) {
    .fs-42{
        font-size: 42px;
    }
}

