/* large desktop :2160px. */
@media (min-width: 2160px) and (max-width: 3840px) {

	.container-fluid {
		padding: 0px 100px !important;
	}

	.banner-text-section h1 {
		left: 100px
	}

	.why-choose-section-left {
		padding: 100px 0px 100px 120px;
		margin: 0px;
	}

}


/* large desktop :2001px. */
@media (min-width: 2001px) and (max-width: 2160px) {}

/* large desktop :1400px. */
@media (min-width: 1400px) and (max-width: 2000px) {

	.contactus-left h3 {
		left: 30px;
		bottom: 60px;

	}




}


/* desktop 1200px to 1600px */
@media (min-width: 1200px) and (max-width: 1399px) {

.navigation .stellarnav ul > li {
	padding: 0;
	margin: 0 18px 0 0;
}

	.navigation {
		padding: 8px 0px;
	}
	
	.banner {

	height: 100%;
}


	.about-section-right {
		padding: 0% 0% 0% 2%;
	}


	.about-section-left-img1 {
		height: 540px;
	}

	.about-section-left-img2 {
		height: 540px;
	}

	.why-choose-section-right {
		padding: 0px;
		margin: 0px;
		overflow: hidden;
		height: 765px;
	}


	.blog-box {
		padding: 30px 25px;
	}
	
	.navigation .stellarnav ul > li > a {
  font: normal normal normal 15px/17px Outfit; }



.about-section-right h2 { font: normal normal normal 60px/60px Silver Delight; }

.blog-section h2 { font: normal normal normal 60px/60px Silver Delight; } 

.blog-box p { font: normal normal normal 17px/27px Outfit; }

.footer-menu ul {

	gap: 5px;

}

.footer-menu ul li a::after { margin: 0px 5px; }

.footer-menu {
	padding: 15px 0px;

}


}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
    
    
    .navigation .stellarnav ul > li > a {
  font: normal normal normal 11px/16px Outfit; }
    
    
   .navigation .stellarnav ul > li {
	padding: 0;
	margin: 0 20px 0 0;
} 
    
 .banner-text-section h1 { font: normal normal normal 60px/14px Silver Delight; left: 50px;
  bottom: 70px; }   
    
 .logo {
	padding: 0px;
	margin: 15px 0px;
}   
    
 .about-section-right h2 { font: normal normal normal 50px/50px Silver Delight; }
 
 
 .why-choose-section-right { height:739px; }
 
 
 .footer-menu ul li a { font: normal normal normal 12px/12px Outfit; }
 
 .footer-menu ul { gap: 4px; }
 
 
.footer-menu ul li a::after { margin: 0px 7px; }

.footer-menu {
	padding: 10px 0px;

}
    
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

	.stellarnav>ul>li>a:hover {
		color: #20A1FF !important;
		border-bottom: 1px solid rgba(210, 176, 176, 0.15) !important;
	}

	.stellarnav>ul>li>a.active {
		color: #20A1FF !important;
		border-bottom: 1px solid rgba(210, 176, 176, 0.15) !important;
	}

	.main-nav.scroll {
		height: auto;
		padding: 5px 0px;
	}

	.stellarnav ul {
		margin: 0px 0px 0px 0px;
	}

	.navigation .stellarnav ul>li {
		padding: 0px 10px;
		margin: 0 0;
		width: 100%;
	}

	.navigation .stellarnav ul>li>a {
		font-size: 15px;
		color: #000000;
		padding: 12px 7px;
		border-bottom: 1px solid rgba(0, 0, 0, .15) !important;
	}

	.navigation .stellarnav ul>li>a:hover {
		color: #fff !important;
	}

	.navigation .stellarnav ul>li>a.active {
		color: #fff !important;
	}

	.navigation .stellarnav {
		width: auto;
		font-size: 0px;
	}

	.header .logo {
		width: 100%;
		padding: 0px 12px;
	}

	.stellarnav {
		justify-content: end;
		align-items: center;
	}

	.menu-toggle {
		display: block !important;
		text-align: center;
	}

	.stellarnav .menu-toggle span.bars {
		top: 0px;
	}

	.stellarnav .menu-toggle {
		padding: 6px;
		text-align: right;
	}

	.stellarnav .menu-toggle span.bars span {
		width: 30px;
		height: 4px;
		margin: 0 0 4px;
		background: #00674F !important;
	}

	.stellarnav.mobile.right>ul {
		z-index: 99999;
		background: #50c878;
	}

	.main-nav .stellarnav ul ul {
		width: 100%;
		background: #d8e5ee;
		padding: 12px 6px;
	}

	.stellarnav>ul>li>a:hover {
		color: #fff;
	}

	.stellarnav>ul>li>a.active {
		color: #fff !important;
	}

	.stellarnav .icon-close::after {
		border-bottom: solid 3px #f82424;
	}

	.stellarnav .icon-close::before {
		border-bottom: solid 3px #f82424;
	}

	.stellarnav a.dd-toggle .icon-plus::after {
		border-bottom: solid 3px #fff;
	}

	.stellarnav a.dd-toggle .icon-plus::before {
		border-bottom: solid 3px #fff;
	}

	.stellarnav.mobile li a {
		color: #fff;
		border-bottom: 1px solid rgba(210, 176, 176, 0.15);
	}

	.stellarnav .menu-toggle span.bars {
		top: 2px !important;
	}

	/* ==================================================================== */

	/*=================coustom-css============================== */


	.container-fluid {
		padding: 0px 20px !important;
	}


	.navigation {
		padding: 18px 0px;
		justify-content: end;
		gap: 20px;
		align-items: center;
		flex-wrap: wrap;
	}


	.logo {
		margin: 12px 0px 0px;
	}

	.logo img {
		width: 100%;
	}


	.membership-butn {
		font: normal normal normal 14px/14px Outfit;
		padding: 10px 25px;
	}

	.banner {
		padding: 0px;
		margin: 0px;
		position: relative;
		height: calc(51vh - 96px);
	}

	.banner video {
		width: 100%;
		object-fit: cover;
		height: auto;
	}

	.banner-text-section h1 {

		font: normal normal normal 40px/40px Silver Delight;
		letter-spacing: 0px;
		left: 20px;
		bottom: 28px;
		width: 90%;
		text-align: left;
	}


	.texture-bg-section {
		padding: 40px 0px;
	}

	.about-section-left {
		gap: 10px;
		display: flex;
		justify-content: space-between;
		gap: 10px;
	}

	.about-section-left-img1 {
		height: auto;
		width: 50%;
	}

	.about-section-left-img2 {
		height: auto;
		width: 50%;
		margin: 10px 0px 0px 0px;
	}

	.about-section-right {
		padding: 40px 0px 0px 0px;
	}

	.about-section-right h2 {
		font: normal normal normal 40px/40px Silver Delight;
		margin: 0px 0px 20px 0px;
	}

	.about-section-right p {
		font: normal normal normal 18px/28px Outfit;
		margin: 0px 0px 10px 0px;
	}


	.why-choose-section {
		background-size: 100% 100%;
		min-height: auto;
	}


	.why-choose-section-left {
		padding: 40px 20px;
		margin: 0px;
	}


	.why-choose-section-left h2 {
		font: normal normal normal 40px/40px Silver Delight;
		margin: 0px 0px 15px 0px;
	}


	.why-choose-section-left h3 {
		font: normal normal normal 25px/30px Outfit;
		margin: 0px 0px 15px 0px;
	}


	.why-choose-section-left ul li {
		font: normal normal normal 20px/40px Outfit;
	}


	.blog-section h2 {
		font: normal normal normal 40px/40px Silver Delight;
	}


	.blog-section-inner {
		margin: 30px 0px 20px 0px;
	}

	.blog-box {
		padding: 20px 20px;
	}


	.blog-box p {
		font: normal normal normal 18px/28px Outfit;
	}

	.blog-box h3 {
		font: normal normal normal 24px/24px Silver Delight;
	}

	.blog-box h6 {
		font: normal normal normal 16px/26px Outfit;
	}


	.footer-menu {
		padding: 15px 0px 0px;
		margin: 0px auto;
	}


	.footer-logo-section {
		margin: 0px auto;
		text-align: center;
	}

	.footer-logo-section img {
		width: 25%;
		text-align: center;
		margin: 10px auto;
	}


	.footer-menu ul {
		padding: 0px;
		flex-wrap: wrap;
		justify-content: center;
	}


	.footer-menu ul li {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		line-height: 14px;
	}


	.footer-bottom-left {
		text-align: left;
	}


	.footer-bottom-right {
		text-align: right;
	}

	.footer-bottom p {
		font: normal normal normal 14px/24px Outfit;
	}

	.footer-bottom {
		padding: 10px 0px;
	}

	.footer-top {
		padding: 20px 0px 30px;

	}


	/* ======================home===========================================*/

	/* ======================inner-pages=====================================*/

	.breadcumb img {
		height: auto;
	}


	.hero-content-upper h2 {
		font-size: 40px;
	}

	.hero-content {
		top: 10%;
	}

	.earthasymbiosis-text {
		margin: 0px 0px 30px 0px;
	}


	.earthasymbiosis-text ul {
		padding: 0px 20px;
	}

	.earthasymbiosis-text li {
		font: normal normal normal 18px/28px Outfit;
		margin: 0px 0px 10px 0px;
	}


	.facts-img {
		height: auto;
	}

	.facts-img img {
		margin-bottom: 15px;
	}


	.diversity-section p {
		font: normal normal normal 18px/28px Outfit;
	}


	.earthasymbiosis-img {
		height: auto;
	}

	.ideasleft p {
		font: normal normal normal 18px/28px Outfit;
	}


	.meditationleft {
		height: auto;
	}


	.meditationleft img {
		margin: 0px 0px 15px 0px;
	}

	.meditationright p {
		font: normal normal normal 18px/28px Outfit;
		margin: 0px 0px 10px 0px;
	}


	.ideasright {
		height: auto;
	}

	.ideasright img {
		margin: 0px 0px 15px 0px;
	}

	.contactus-left {
		margin: 0px 0px 20px 0px;
		height: auto;
	}

	.contactus-left h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.quoteform h2 {
		font-size: 30px;
	}

	.quoteform .form-control {
		padding: 9px 18px;
		font-size: 18px;
		margin-bottom: 10px;
	}


	.submitbtn {
		padding: 12px 35px;
		font: normal normal normal 20px/20px Outfit;
	}


	/* ======================inner-pages=====================================*/


}


/* Tablet desktop :320px. */
@media (min-width: 320px) and (max-width: 767px) {


	.stellarnav>ul>li>a:hover {
		color: #20A1FF !important;
		border-bottom: 1px solid rgba(210, 176, 176, 0.15) !important;
	}

	.stellarnav>ul>li>a.active {
		color: #20A1FF !important;
		border-bottom: 1px solid rgba(210, 176, 176, 0.15) !important;
	}

	.main-nav.scroll {
		height: auto;
		padding: 5px 0px;
	}

	.stellarnav ul {
		margin: 0px 0px 0px 0px;
	}

	.navigation .stellarnav ul>li {
		padding: 0px 10px;
		margin: 0 0;
		width: 100%;
	}

	.navigation .stellarnav ul>li>a {
		font-size: 15px;
		color: #000000;
		padding: 12px 7px;
		border-bottom: 1px solid rgba(0, 0, 0, .15) !important;
	}

	.navigation .stellarnav ul>li>a:hover {
		color: #50c878 !important;
	}

	.navigation .stellarnav ul>li>a.active {
		color:#50c878 !important;
	}
.navigation .stellarnav ul>li:last-child{
    padding-top:10px;
}
	.navigation .stellarnav {
		width: auto;
		font-size: 0px;
	}

	.header .logo {
		width: 100%;
		padding: 0px 12px;
	}

	.stellarnav {
		justify-content: end;
		align-items: center;
	}

	.menu-toggle {
		display: block !important;
		text-align: center;
	}

	.stellarnav .menu-toggle span.bars {
		top: 0px;
	}

	.stellarnav .menu-toggle {
		padding: 6px;
		text-align: right;
	}

	.stellarnav .menu-toggle span.bars span {
		width: 30px;
		height: 4px;
		margin: 0 0 4px;
		background: #00674F !important;
	}

	.stellarnav.mobile.right>ul {
		z-index: 99999;
		background: #fff;
	}
    .navigation .stellarnav.mobile ul>li>a.active::after{
        display:none;
    }
	.main-nav .stellarnav ul ul {
		width: 100%;
		background: #d8e5ee;
		padding: 12px 6px;
	}

	.stellarnav>ul>li>a:hover {
		color: #fff;
	}

	.stellarnav>ul>li>a.active {
		color: #fff !important;
	}

	.stellarnav .icon-close::after {
		border-bottom: solid 3px #f82424;
	}

	.stellarnav .icon-close::before {
		border-bottom: solid 3px #f82424;
	}

	.stellarnav a.dd-toggle .icon-plus::after {
		border-bottom: solid 3px #fff;
	}

	.stellarnav a.dd-toggle .icon-plus::before {
		border-bottom: solid 3px #fff;
	}

	.stellarnav.mobile li a {
		color: #fff;
		border-bottom: 1px solid rgba(210, 176, 176, 0.15);
	}

	.stellarnav .menu-toggle span.bars {
		top: 2px !important;
	}

	/* ==================================================================== */


	/* ======================home===========================================*/

	.container-fluid {
		padding: 0px 20px !important;
	}

	.navigation {
		padding: 0px;
		justify-content: end;
		gap: 12px;
		align-items: center;
		flex-wrap: wrap;
	}

	.logo {
		margin: 12px 0px 0px;
	}

	.logo img {
		width: 100%;
	}


	.membership-butn {
		font: normal normal normal 14px/14px Outfit;
		padding: 10px 25px;
	}


.banner {
	padding: 0px;
	margin: 0px;
	position: relative;
	/*height: calc(61vh - 96px);*/
	height: 100%;
}

	.banner video {
		width: 100%;
		object-fit: cover;
		height: auto;
	}


.banner-text-section h1 {
	text-align: center;
	font: normal normal normal 26px/28px Silver Delight;
	letter-spacing: 0px;
	left: 0px;
	bottom: 28px;
	width: 100%;
}


	.texture-bg-section {
		padding: 20px 0px;
	}


	.about-section-left {
		gap: 10px;
		flex-wrap: wrap;
	}


	.about-section-left-img1 {
		height: auto;
		width: 100%;
	}

	.about-section-left-img2 {
		height: auto;
		width: 100%;
		margin: 10px 0px 0px 0px;
	}


	.about-section-right {
		padding: 20px 0px 0px 0px;
	}

	.about-section-right h2 {
		font: normal normal normal 30px/30px Silver Delight;
		margin: 0px 0px 10px 0px;
	}

	.about-section-right p {
		font: normal normal normal 16px/24px Outfit;
		margin: 0px 0px 10px 0px;
	}


	.why-choose-section {
		background-size: 100% 100%;
		min-height: auto;
	}


	.why-choose-section-left {
		padding: 40px 20px;
		margin: 0px;
	}


	.why-choose-section-left h2 {
		font: normal normal normal 30px/30px Silver Delight;
		margin: 0px 0px 10px 0px;
	}


	.why-choose-section-left h3 {
		font: normal normal normal 24px/24px Outfit;
		margin: 0px 0px 15px 0px;
	}


	.why-choose-section-left ul li {
		font: normal normal normal 18px/30px Outfit;
	}


	.blog-section h2 {
		font: normal normal normal 30px/30px Silver Delight;
	}


	.blog-section-inner {
		margin: 30px 0px 20px 0px;
	}

	.blog-box {
		padding: 20px 20px;
	}


	.blog-box p {
		font: normal normal normal 16px/24px Outfit;
	}

	.blog-box h3 {
		font: normal normal normal 22px/22px Silver Delight;
	}

	.blog-box h6 {
		font: normal normal normal 16px/26px Outfit;
	}


	.footer-menu {
		padding: 15px 0px 0px;
		margin: 0px auto;
	}


	.footer-logo-section {
		margin: 0px auto;
		text-align: center;
	}

	.footer-logo-section img {
		width: 70%;
		text-align: center;
		margin: 0px auto;
	}


	.footer-menu ul {
		padding: 0px;
		flex-wrap: wrap;
		justify-content: center;
	}


	.footer-menu ul li {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		line-height: 14px;
	}


	.footer-bottom-left {
		text-align: center;
	}


	.footer-bottom-right {
		text-align: center;
	}

	.footer-bottom p {
		font: normal normal normal 14px/24px Outfit;
	}

	.footer-bottom {
		padding: 10px 0px;
	}


	/* ======================home===========================================*/

	/* ======================inner-pages=====================================*/


	.breadcumb img {
		height: 120px;
	}

	.hero-content-upper h2 {
		font-size: 30px;
	}

	.hero-content {
		top: 20%;
	}

	.earthasymbiosis-text {
		margin: 0px 0px 30px 0px;
	}


	.earthasymbiosis-text ul {
		padding: 0px 20px;
	}

	.earthasymbiosis-text li {
		font: normal normal normal 16px/24px Outfit;
		margin: 0px 0px 4px 0px;
	}


	.facts-img {
		height: auto;
	}

	.facts-img img {
		margin-bottom: 15px;
	}


	.diversity-section p {
		font: normal normal normal 16px/24px Outfit;
	}


	.earthasymbiosis-img {
		height: auto;
	}

	.ideasleft p {
		font: normal normal normal 16px/24px Outfit;
	}


	.meditationleft {
		height: auto;
	}


	.meditationleft img {
		margin: 0px 0px 15px 0px;
	}

	.meditationright p {
		font: normal normal normal 16px/24px Outfit;
		margin: 0px 0px 10px 0px;
	}


	.ideasright {
		height: auto;
	}

	.ideasright img {
		margin: 0px 0px 15px 0px;
	}

	.contactus-left {
		margin: 0px 0px 20px 0px;
		height: auto;
	}

	.contactus-left h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.quoteform h2 {
		font-size: 30px;
	}

	.quoteform .form-control {
		padding: 9px 18px;
		font-size: 18px;
		margin-bottom: 10px;
	}


	.submitbtn {
		padding: 12px 35px;
		font: normal normal normal 20px/20px Outfit;
	}


	.meditationright.meditationfullwd {
		padding: 0px;
		margin: 10px 0px 0px;
	}


	/* ======================inner-pages=====================================*/

}