body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: "Poppins", sans-serif;
	overflow-x:hidden;
   }   
.container-fluid {
	padding: 0px 40px !important;
	}
.logo {
	width: 126px;
	margin: 2px 0px 1px 0px;
	padding: 0px 0px;
	position: relative;
    }
.logo img {
	width: 100%;
	}
.main-nav.scroll .logo {
	width: 122px;
	margin: 12px 0px;
	}
.main-nav.scroll .rightlink {
	margin-top: 16px;
	}
.stellarnav.mobile.right > ul {
	z-index: 99;
	background: #f0d04d;
    }

.main-nav {
	margin: 0px 0px;
	padding: 23px 0px;
	width: 100%;
	height: auto;
	background: #ffffff00;
	transition: all 0.1s ease 0s;
	z-index: 999;
	box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.00);
    position: absolute;
	}  
.main-nav.scroll {
	background-color: #000;
	height: 71px;
	padding: 3px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
	}
.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
	}
.stellarnav ul {
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 34px;
	}
.stellarnav > ul > li > a {
	padding: 0px 0px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
    }
.stellarnav > ul > li > a:hover {
	color:#ADFFDD;
	text-decoration: none;
	}
.stellarnav > ul > li > a.active {
	color:#ADFFDD !important;
	text-decoration: none;
	font-weight: 500;
	}
.main-nav-socialicon {
	margin:20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
	}
.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
	}
.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
	}
.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
	}
.stellarnav li.has-sub a {
	padding-right: 0px !important;
	}
.main-nav .stellarnav li li a:hover {
	background: #f9f9f9;
	color: #000;
	}	
.main-nav .stellarnav li li a.active {
	background: #f9f9f9;
	color: #000;
	}
.stellarnav li.has-sub > a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
	}
.rightlink {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: end;
	margin-top: 7px;
	}
	
/*=============	Modal Area CSS =============*/
	.modal {
		z-index: 9999;
		top: 100px;
		}
	.modal-body {
		position: relative;
		flex: 1 1 auto;
		padding: 12px 65px 41px 65px;
		}
	.modal-cardtext {
		margin: 0px 0px;
		padding: 0px 0px;
		position: relative;
		width: 100%;
		z-index: 9;
		}
	.modal-cardtext .input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		margin: 11px auto;
		}
	.modal-cardtext .input-group {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		margin: 11px auto;
		}
	.modal-cardtext .btn {
		display: inline-block;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background: #FCB040 !important;
		border: 1px solid transparent;
		padding: 18px 32px;
		font-size: 19px;
		border-radius: 0px 33px 33px 0px;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
	.modal-cardtext .form-control {
		display: block;
		padding: 21px 36px;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 33px;
		  border-top-right-radius: 33px;
		  border-bottom-right-radius: 33px;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
	/*=============	Modal Area CSS End =============*/
	.rightlink .input-group {
		width: 50%;
		}
	.rightlink .form-control {
		display: block;
		padding: .375rem 18px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.5;
		color: #212529;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #000000;
		border-right: 0px solid #000000;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 22px;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
	.rightlink .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
		margin-left: -1px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		}
	.rightlink .btn {
		display: inline-block;
		font-weight: 400;
		line-height: 1.5;
		color: #212529;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 1px solid #000000f7;
		border-left: 0px solid #000000f7;
		padding: .375rem 18px;
		font-size: 19px;
		margin-left: -1px;
		border-radius: 22px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}
.usercard a {
	border: #fff 1px solid;
	width: 35px;
	position: relative;
	height: 35px;
	border-radius: 50px;
	text-align: center;
	padding: 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.usercard a img {
	width: 15px;
	}
.usercard {
	position: relative;
	}
	
.caunt {
	position: absolute;
	top: -2px;
	right: -5px;
	font-size: 13px;
	background: #60AD33;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2px 0px;
	font-size: 13px;
	}

.banner-section {
	margin:0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;	
	z-index: 99;
	}
.banner-section .owl-carousel .owl-nav{
	display: none;
	}
.banner-section .owl-dots {
	display: block;
	}
.banner-section .owl-dots {
	display: block;
	position: absolute;
	bottom: 21px;
	text-align: center;
	width: 100%;
	}
.banner-section .owl-theme .owl-dots .owl-dot.active span {
	background: #ADFFDD !important;
	border:#ADFFDD !important;
	width: 20px;
	}
.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 5px 3px;
	background: #C2C2C2;
	border:#C2C2C2 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	}
.banner-section .owl-nav .owl-prev {	
	background: transparent;
	top: 50%;
	position: absolute;
	left: 142px;
	opacity: 1;
	width: 32px;
	border: #716c6c 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #888282 !important;
	font-size: 20px !important;
	text-align: center;
	}
.banner-section .owl-nav .owl-next {
	background: transparent;
	top: 50%;
	position: absolute;
	right: 142px;
	opacity: 1;
	width: 32px;
	border: #716c6c 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #888282 !important;
	font-size: 20px !important;
	text-align: center;
   }  
.banner-section .bannertop {
	position: absolute;
	width: 100%;
	height: 34%;
	left: 0;
	right: 0;
	top: 0px;
	cursor: pointer;
	background-image: linear-gradient(180deg, #0d0c0c, #0000);
	z-index: 99;
	}
.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	cursor: pointer;
	background: #0000006e;
	}
.bannercarousel-text {
	position: absolute;
	top: 32%;
	width: 100%;
	left: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0px;
	}
.bannercarousel-text h2 {
	margin: 0px 0px;
	padding: 0px 6%;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 67px;
    }

.sciencemeets-section {
	margin: 0px 0px;
	padding: 50px 0px;
	width: 100%;
	background: #fff url(../images/sciencemeetsbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 500px;
	overflow: hidden;
}
.sciencemeets-section p {
  margin: 0px 0px 40px 0px;
  padding: 0px 8%;
  position: relative;
  font-size: 17px;
  color: #1B1B1B;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  text-align: center;
  }
.sciencemeetleft{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-self: start;
    }
.sciencemeetleft p {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 17px;
  color: #1B1B1B;
  font-weight: 400;
  line-height: 25px;
  width: 92%;
  text-align: left;
}
.sciencemeetimg{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 12px 50px 12px 50px;	
    }
.sciencemeetimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.sciencemeetimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }

.busineinnovation-section{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.busineinnovation-section .row:nth-child(even) {
   flex-direction: row-reverse;
   }
.businescard01{
	margin: 0px 0px;
	padding: 60px 100px;
	position: relative;
	width: 100%;	
	background: #ffffff;
    }
.businescard01 .businescard-text {
	padding: 0px 0px 0px 40px;
    }
.businescard02 .businescard-text {
	padding: 0px 0px 0px 0px !important;
    }
.businescard02 {
	width: 100%;
	background: #fff url(../images/businescardbg1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    }
.businescard04 {
	width: 100%;
	background: #fff url(../images/businescardbg2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
   }
.businescard-text{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-self: start;
    }
.businescard-text p {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 17px;
  color: #1B1B1B;
  font-weight: 400;
  line-height: 25px;
  width: 92%;
  text-align: left;
}
.businescard-img{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 12px 50px 12px 50px;	
    }
.businescard-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.businescard-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
.signnewslettercard{
	display: flex;
	align-items: center;
	justify-content: space-between;
     }
.signnewsletter{
	margin: 0px 0px;
	padding: 50px 0px;
	position: relative;
	width: 100%;
	background: #F9F3F0;
    }
.signnewsletter h3 {
	margin: 0px 0px 20px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: left;
	color: #02331F;
	font-size: 40px;
	font-weight: 600;
	line-height: 21px;
	display: block;
	}
.signnewsletter h6 {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 14px;
  color: #1B1B1B;
  font-weight: 400;
  line-height: 25px;
  width: 92%;
  text-align: left;
}
.newsletterleft {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
}
.subscribe{
	margin: 0px 0px;
	padding: 0px 0px;
	background: transparent;
	position: relative;
	width:auto;
	display: flex;
	align-items: center;
	justify-content: end;
	}
.subscribe .form-control {
	display: block;
	width: 100%;
	padding: 13px 23px;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	color: #3A3A3A;
	background: #fff;
	border: 1px solid #A3A3A3;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 24px 0px 0px 24px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-style: italic;
	}

.subscribe .form-control:focus {
	color: #212529;
	background: #fff;
	border-color: #ced4da00;
	outline: 0;
	box-shadow: unset;
	}
.submitbtn {
	margin: 14px 0px;
	padding: 27px 29px;
	background: #024D2E;
	border-radius: 0px 24px 24px 0px;
	color: #ffffff;
	height: 45px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0px;
	font-size: 18px;
	font-weight: 600;
	text-transform: unset;
	}
.submitbtn:hover {
	background: #016b3f;
	color: #ffffff;
	}




/* ---- Inner Pages Css----- */
.breadcumb {
	margin: 0px 0px;
	position: relative;
    }
.positioned-icons {
	position: relative;
	}
.positioned-icons img.about-three-dot {
	left: 154px;
	bottom: -54px;
	position: absolute;
	z-index: 9;
	width: 180px;
	}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
  }
.breadcumb img {
display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  height: 250px;
  max-height: 250px;
	}
.breadcumb #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(11, 9, 9, 0.67);
}
.hero-content-upper {
    padding-top: 6%;
   }
.hero-content-upper h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: auto;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: block;
  }
.hero-content {
  position: absolute;
  color: #ffffff;
  top: 44px;
  left: 0%;
  width: 100%;
  }

.contactuscard-section {
	margin: 0px 0px;
	padding: 65px 0px;
	width: 100%;
	background: #fff url(../images/contactusbg1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    }
.containerimg{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 95%;
	height: 100%;
	overflow: hidden;
	border-radius: 12px 50px 12px 50px;	
    }
.containerimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.containerimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
.dropus-line{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.dropus-line h3 {
	margin: 0px 0px 30px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: left;
	color: #02331F;
	font-size: 40px;
	font-weight: 600;
	line-height: 21px;
	display: block;
}	
.dropus-line p {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 17px;
	color: #1B1B1B;
	font-weight: 400;
	line-height: 25px;
	width: auto;
	text-align: left;
}
.dropus-text {
	margin: 30px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 14px;
}
.dropus-text h6 {
	font-weight: 500;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #1B1B1B;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 0px
    }
.dropus-text h6 a {
	color: #1B1B1B;
	text-decoration: none;
    }  
.dropus-text h6 a:hover {
	color: #25af76;
	text-decoration: none;
    }
.dropus-text h6 .info-text {
	width: 80%;
	display: flex;
    }
.dropus-text h6 span {
	width: 33px;
	height: auto;
	margin-right: 0px;
    }
.dropus-text h6 span img {
	width: 25px;
	object-fit: contain;
    }


.quoteform{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.quoteform .form-control {
	display: block;
	width: 100%;
	padding: 14px 18px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #4A4A4A;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #A1A1A1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 7px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 14px;
}
.subbtn {
	margin: 0px 0px;
	padding: 11px 35px;
	position: relative;
	background: #024D2E;
	border: 0px;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	border-radius: 41px;
    }
.subbtn:hover {
	background: #016b3f;
    }

.retreattypes-section {
	margin: 0px 0px;
	padding: 65px 0px 17px 0px;
	width: 100%;
	background: #fff url(../images/retreatbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    }
.retreattypes-section .row:nth-child(even) {
   flex-direction: row-reverse;
   }
.retreattypes-section h4 {
margin: 0px 0px 22px 0px;
  padding: 0px 3%;
  position: relative;
  font-size: 29px;
  color: #02331F;
  font-weight: 600;
  line-height: 26px;
  width: 100%;
  text-align: center;
    }
.retreattypes-section p {
	margin: 0px 0px 37px 0px;
	padding: 0px 2%;
	position: relative;
	font-size: 17px;
	color: #1B1B1B;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
	text-align: center;
    }
.personal-wellnessleft{
	margin: 0px 0px;
	padding: 30px 0px 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
   }
.personal-wellnessleft2 {
	padding-left: 14px;
    }
.personal-wellnessleft h3 {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 35px;
	color: #02331F;
	font-weight: 500;
	line-height: 36px;
	width: 100%;
	text-align: left;
    }
.personal-wellnessleft p {
  margin: 0px 0px 16px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 16px;
  color: #1B1B1B;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  text-align: left;
}
.personal-wellnesimg{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 372px;
	overflow: hidden;
	border-radius: 12px 50px 12px 50px;	
    }
.personal-wellnesimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.personal-wellnesimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }

.personal-wellnessleft ul {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
	}
.personal-wellnessleft li {
	margin:	0px 0px 17px 0px;
	padding:0px 0px 0px 24px;
	width: 100%;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #1B1B1B;
	line-height: 24px;
	list-style: none;
	}
.personal-wellnessleft li::before {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 5px;
	background-size: 100% 100%;
	}

.wellnespartnerships{
	margin: 0px 0px;
	padding: 30px 0px;
	position: relative;
	width: 100%;
    }
.wellnespartnerships .row:nth-child(even) {
   flex-direction:unset !important;
   }
.wellnespartnerships h5 {
margin: 0px 0px 16px 0px;
  padding: 0px 3%;
  position: relative;
  font-size: 27px;
  color: #02331F;
  font-weight: 600;
  line-height: 26px;
  width: 100%;
  text-align: center;
}
.wellnespartnerships h3 {
  margin: 0px 0px 14px 0px;
  padding: 0px 19%;
  position: relative;
  font-size: 30px;
  color: #024D2E;
  font-weight: 600;
  line-height: 39px;
  width: 100%;
  text-align: center;
}
.wellnespartnerships p {
  margin: 0px 0px 20px 0px;
  padding: 0px 9%;
  position: relative;
  font-size: 17px;
  color: #1B1B1B;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  text-align: center;
}

.wellnespartnerships ul {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
	}
.wellnespartnerships li {
	margin:	0px 0px 17px 0px;
	padding:0px 0px 0px 24px;
	width: 100%;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #1B1B1B;
	line-height: 24px;
	list-style: none;
	}
.wellnespartnerships li::before {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 5px;
	background-size: 100% 100%;
	}
.wellnespartnerships h6 {
	margin: 15px 0px 20px 0px;
	padding: 0px 9%;
	position: relative;
	font-size: 17px;
	color: #1B1B1B;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
	text-align: center;
    }
.wellnespartnerships h6 span {
	display: block;
	}

.aboutuscard-section{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.aboutuscard-section .row:nth-child(even) {
   flex-direction: row-reverse;
   }
.aboutuscard01 {
	margin: 0px 0px;
	padding: 60px 100px;
	position: relative;
	width: 100%;
	background: #fff url(../images/Aboutbg01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
   }
.aboutuscard02 {
	background: #fff url(../images/Aboutbg02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
   }
.aboutuscard-text{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
    }
.aboutuscard-text h3 {
	margin: 0px 0px 17px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 30px;
	color: #02331F;
	font-weight: 600;
	line-height: 25px;
	width: 100%;
	text-align: left;
}
.aboutuscard-text p {
	margin: 0px 0px 19px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 16px;
	color: #1B1B1B;
	font-weight: 400;
	line-height: 25px;
	width: 100%;
	text-align: left;
	}

.aboutuscard-img{
	margin: 0px 0px 35px 27px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 459px;
	overflow: hidden;
	border-radius: 12px 50px 12px 50px;
    }
.aboutuscard-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.aboutuscard-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
.aboutuscard-img2 {
	margin: 0px 0px 35px 0px;
	padding: 0px 0px;
	position: relative;
	width: 95%;
	height: 574px;
	overflow: hidden;
	border-radius: 12px 50px 12px 50px;
	}
.aboutuscard-img2 img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.4s ease;
    }
.aboutuscard-img2:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }

.reflections-section {
	margin: 0px 0px;
	padding: 60px 0px;
	position: relative;
	width: 100%;
	background: #fff url(../images/businescardbg1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    }
.demandworkshops {
	background: #fff url(../images/sciencemeetsbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    }
.reflectionsparallel{
	background: #fff !important;
    }
.reflections-section h3 {
	margin: 0px 0px 26px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 30px;
	color: #02331F;
	font-weight: 600;
	line-height: 25px;
	width: 100%;
	text-align: center;
}

.reflections-secti{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;	
	width: 100%;
    }
.reflectionsimg{
	margin: 0px 0px 14px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 244px;
	overflow: hidden;
	border-radius: 12px
    }
.reflectionsimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.reflectionsimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.reflections-secti h5 {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  line-height: 25px;
  width: 100%;
  text-align: left;
}
.reflections-secti h5 a {
	text-decoration: none;
	color: #000000;
    }
.reflections-secti h5 a:hover {
	text-decoration: underline;
	color: #000000;
    }
.reflections-secti h6 {
  margin: 0px 0px 28px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 19px;
  color: #1B1B1B;
  font-weight: 600;
  line-height: 25px;
  width: 100%;
  text-align: left;
}
.cartbtn {
	margin: 0px 0px;
	padding: 9px 17px;
	position: relative;
	background: #024D2E;
	border: 0px;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	border-radius: 41px;
	text-decoration: none;
    }
.cartbtn:hover {
	background: #016b3f;
	color: #fff;
    }
.cardbin-section{
	margin: 0px 0px;
	padding: 56px 0px 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    }

.viewbtn {
	margin: 0px 0px;
	padding: 13px 29px;
	position: relative;
	background: transparent;
	border: #024D2E 2px solid;
	font-size: 18px;
	color: #024D2E;
	font-weight: 500;
	border-radius: 41px;
	text-decoration: none;
    }
.viewbtn:hover {
	background: #024D2E;
	color: #fff;
    }

.shopdetalis{
	margin: 0px 0px;
	position: relative;
	width: 100%;
    }
.shopdetalis .cardbin-section {
	padding: 37px 0px 0px 0px;
}
.shopdetalis h3 {
  margin: 0px 0px 26px 0px;
  padding: 0px 20%;
  position: relative;
  font-size: 23px;
  color: #024D2E;
  font-weight: 500;
  line-height: 32px;
  width: 100%;
  text-align: center;
}
.shopdetalis h4 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 26px;
  color: #000000;
  font-weight: 600;
  line-height: 25px;
  width: 100%;
  text-align: center;
}
.signbtn {
	margin: 0px 0px;
	padding: 10px 24px;
	position: relative;
	background: #024D2E;
	border: 0px;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	border-radius: 41px;
	text-decoration: none;
    }
.signbtn:hover {
	background: #016b3f;
	color: #fff;
    }

.shopdetalis2{
	margin: 0px 0px;
	position: relative;
	width: 100%;
    }
.shopdetalis2 h3 {
  margin: 0px 0px 22px 0px;
  padding: 0px 20%;
  position: relative;
  font-size: 26px;
  color: #024D2E;
  font-weight: 600;
  line-height: 32px;
  width: 100%;
  text-align: center;
}
.shopdetalis2 p {
  margin: 0px 0px 18px 0px;
  padding: 0px 1%;
  position: relative;
  font-size: 16px;
  color: #1B1B1B;
  font-weight: 400;
  line-height: 27px;
  width: 100%;
  text-align: center;
}

/*================================================
vedio Button Area CSS
=================================================*/
.sml-work-box2 {
	width: 100%;
	height: auto;
	border-radius: 25px;
	margin: 17px 0px 0px 0px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
    }
.sml-work-box2 img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 25px;
    }
.sml-work-box2:hover img {
	transform: scale(1.1);
    }

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.play-button a::before {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #F7941D;
	border: 1px solid #F7941D;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: video-play 3s infinite linear;
	animation: video-play 3s infinite linear;
}

.play-button a i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding-left: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--whiteColor);
	background-color: #fff;
	border: 1px solid #fff;
	position: relative;
	font-size: 30px;
}

.play-button a i {
	color: #000000c9;
	font-size: 27px;
}

@-webkit-keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@-webkit-keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@-webkit-keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

@keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

/*================================================
vedio Button Area CSS
=================================================*/

.shopdetalis3{
	margin: 0px 0px;
	position: relative;
	width: 100%;
    }
.shopdetalis3 h3 {
  margin: 0px 0px 22px 0px;
  padding: 0px 20%;
  position: relative;
  font-size: 26px;
  color: #024D2E;
  font-weight: 600;
  line-height: 32px;
  width: 100%;
  text-align: center;
}
.shopdetalis3 p {
  margin: 0px 0px 18px 0px;
  padding: 0px 1%;
  position: relative;
  font-size: 16px;
  color: #1B1B1B;
  font-weight: 400;
  line-height: 27px;
  width: 100%;
  text-align: center;
}

.shopdetalis4{
	margin: 0px 0px;
	position: relative;
	width: 100%;
    }
.shopdetalis4 h3 {
  margin: 0px 0px 22px 0px;
  padding: 0px 20%;
  position: relative;
  font-size: 26px;
  color: #024D2E;
  font-weight: 600;
  line-height: 32px;
  width: 100%;
  text-align: center;
}
.shopdetalis4 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  background-size: 100% 100%;
  width: 23px;
  height: 23px;
  border: #000 1px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopdetalis4 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.shopdetalis4 .accordion-button::after {
  transition: all 0.5s;
}
.shopdetalis4 .accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125) !important;
	margin-bottom: 13px;
	border-radius: 8px !important;
	overflow: hidden !important;
}
.shopdetalis4 .accordion-body {
	padding: 0rem 1.25rem 1rem 1.25rem;
	background: #f3f2ef;
}
.shopdetalis4 .accordion-body p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3A3A3A;
}
.shopdetalis4 .accordion-button:not(.collapsed) {
	color: #000000;
	background-color: #f3f2ef;
	box-shadow: inset 0 0px 0 rgba(0,0,0,.0);
}
.shopdetalis4 .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 17px;
	color: #151515;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	font-weight: 600;
}

.frequentlycard{
	margin: 0px 0px;
	padding: 60px 0px 0px 0px;
	position: relative;
	width: 100%;
    }
.frequentlycard-img{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 97%;
	height: 371px;
	overflow: hidden;
	border-radius: 12px;	
    }
.frequentlycard-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.frequentlycard-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }
.frequentlycard-text{
	margin: 0px 0px;
	padding: 22px 0px;
	position: relative;
	width: 100%;
    }
.frequentlycard-text h5 {
margin: 0px 0px 14px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 30px;
  color: #024D2E;
  font-weight: 600;
  line-height: 25px;
  width: 100%;
  text-align: left;
}
.frequentlycard-text h5 a {
	text-decoration: none;
	color: #000000;
    }
.frequentlycard-text h5 a:hover {
	text-decoration: underline;
	color: #000000;
    }
.frequentlycard-text h6 {
margin: 21px 0px 10px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 22px;
  color: #1B1B1B;
  font-weight: 600;
  line-height: 25px;
  width: 100%;
  text-align: left;
}
.frequentlycard-text p {
margin: 0px 0px 49px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 16px;
  color: #1B1B1B;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
  text-align: left;
}
.addcart_btn {
	margin: 0px 0px;
	padding: 11px 23px;
	position: relative;
	background: #024D2E;
	border: 0px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	border-radius: 41px;
	text-decoration: none;
    }
.addcart_btn:hover {
	background: #016b3f;
	color: #fff;
    }

.reviewcard{
	margin: 0px 0px 11px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 17px;
    }
.reviewstar {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 3px;
}
.reviewstar a{
	font-size: 11px;
	color: #FBC02D;
	text-decoration: none;
    }
.reviewstar a:hover{
	font-size: 11px;
	color: #FBC02D;
	text-decoration: none;
    }
.frequentlycard-text h4 {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 15px;
  color: #024D2E;
  font-weight: 500;
  line-height: 25px;
  width:auto;
  text-align: left;
}
.upcomingevens-section{
	margin: 0px 0px;
	padding: 60px 0px;
	position: relative;
	width: 100%;
	background: #fff url(../images/sciencemeetsbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    }
.upcomingevencard{
	margin: 0px 0px;
	padding: 15px 15px;
	position: relative;
	background: #F9F3F0;
	border: #B8ADA8 1px solid;
	border-radius: 16px;
    }
.upcomingevenimg{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 259px;
	overflow: hidden;
	border-radius: 20px;
    }
.upcomingevenimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
    }
.upcomingevenimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    }


.upcomingeventext{
	margin: 0px 0px;
	padding: 0px 11px 6px 11px;
	position: relative;
	width: 100%;
    }
.upcomingeventext h3 {
  margin: 10px 0px 10px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 23px;
  color: #000000;
  font-weight: 600;
  line-height: 25px;
  width: 100%;
  text-align: left;
}
.upcomingeventext p {
  margin: 0px 0px 19px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 15px;
  color: #1B1B1B;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  text-align: left;
  }
.upcomingeventext h6 {
  margin: 16px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 19px;
  color: #02331F;
  font-weight: 500;
  line-height: 25px;
  width: 100%;
  text-align: left;
}
.calculator-icon {
	width: 20px;
    }
.calculator-icon img{
	width: 18px;
    }

.readlink {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  font-size: 17px;
  color: #024D2E;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 4px;
  text-decoration: none;
   }
.readlink:hover {
  color: #028b52;
  text-decoration: none;
   }
.spiritualjourney-section{
	margin: 0px 0px;
	padding: 130px 0px 0px 0px;
	position: relative;
	width: 100%;
	background: #022c1b;
    }
.spiritualjourney-section h2 {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: auto;
  font-size: 51px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.spiritualjourney-section h5 {
	margin: 10px 0px 10px 0px;
	padding: 0px 17%;
	position: relative;
	font-size: 30px;
	color: #ffffff;
	font-weight: 400;
	line-height: 39px;
	width: 100%;
	text-align: center;
	}
.vediosection{
	margin: 38px 0px -66px 0px;
	padding: 0px 0px;
	position: relative;
	background: transparent;
	width: 100%;
	height: 621px;
	overflow: hidden;
	border-radius: 17px;
	z-index: 9;
    }
.vediosection video {
	border-radius: 15px;
	height: auto;
	}
/* .topbanner-video {
	margin: 34px auto;
	padding: 0px 0px;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	height: 650px !important;
	position: relative;
	}
.topbanner-video video {
	border-radius: 15px;
	height: auto;
	} */

.retreatspresent-section {
	margin: 0px 0px;
	padding: 111px 0px 15px 0px;
	position: relative;
	width: 100%;
	background: #fff url(../images/westedenbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.retreatspresent-section h2 {
  margin: 0px 0px 22px 0px;
  padding: 0px 0%;
  position: relative;
  font-size: 33px;
  color: #02331F;
  font-weight: 600;
  line-height: 26px;
  width: 100%;
  text-align: center;
}
.retreatspresent-section h5 {
	margin: 0px 0px 9px 0px;
	padding: 0px 0;
	position: relative;
	font-size: 22px;
	color: #000000;
	font-weight: 600;
	line-height: 26px;
	width: 100%;
	text-align: center;
    }
.retreatspresent-section h6 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0%;
	position: relative;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	line-height: 18px;
	width: 100%;
	text-align: center;
    }
.transformational-secti{
	margin: 0px 0px;
	padding: 30px 0px;
	position: relative;
	border-bottom: #D9D9D9 2px solid;
	display: flex;
	align-items: center;
	justify-content: space-between;
    }
.daytransform{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
    }
.daytransform-text h4 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	font-size: 18px;
	color: #000000;
	font-weight: 700;
	line-height: 25px;
	width: 100%;
	text-align: left;
    }
.daytransform-text h4 span{
	color: #000000;
	font-weight: 500;
	display: block;
    }
.daytransform-icon {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 40px;
	height: 40px;
    }
.daytransform-icon img {
	width: 100%;
    }


.programoverview {
	margin: 0px 0px;
	padding: 43px 0px 23px 0px;
	position: relative;
	width: 100%;
	}
.programoverview .common-heading p {
	margin: 13px 0px 32px 0px;
	padding: 0px 11%;
	color: #202020;
	text-align: center;
	font-weight: 500;
	}
.programoverview .common-heading h2{
	margin: 0px 0px 22px 0px;
  padding: 0px 0%;
  position: relative;
  font-size: 33px;
  color: #02331F;
  font-weight: 700;
  line-height: 26px;
  width: 100%;
  text-align: center;
}
.overview-text h5{
  margin: 0px 0px 9px 0px;
  padding: 0px 0%;
  position: relative;
  font-size: 29px;
  color: #000000;
  font-weight: 600;
  line-height: 26px;
  width: 100%;
  text-align: left
}
.overviewimg {
	margin: 0px 0px;
	padding: 0px 0px;
	border-radius: 30px;
	height: 423px;
	width: 100%;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	}
.overviewimg img {
	border-radius: 30px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	}    
.overviewimg img:hover {
	transform: scale(1.2);
	overflow: hidden;
	transition: 0.3sease-in-out;
	border-radius: 30px;
	}
ul.influncer-list {
	padding-top: 20px;
	position: relative;
	}
ul.influncer-list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding-bottom: 4px;
	position: relative;
	}
.list-right h6 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #2B7180;
	margin-bottom: 11px;
	text-align: left;
	}
.list-right h6::after {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/check2.png) no-repeat bottom center;
	position: absolute;
	left: -27px;
	top: 0px;
	}
.list-right p {
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #202020;
	}

.programoutline{
  margin: 6px 0px 0px 0px;
  padding: 31px 0px 0px 0px;
  width: 100%;
  background: #023321;
  height: 247px;
  border-radius: 23px;
  }
.programoutline .common-heading h2 {
	font-size: 35px;
	color: #fff;
	margin: 0px 0px 11px 0px;
	text-align: center;
	font-weight: 700;
    }
.programoutline .common-heading h5 {
	font-size: 24px;
	color: #fff;
	margin: 0px 0px 15px 0px;
	text-align: center;
	font-weight: 500;
    }
.programoutline .common-heading h6 {
	font-size: 21px;
	color: #fff;
	font-weight: 700;
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	}
.programoutline ul {
	margin: 24px 0px 0px 0px;
	padding: 0px 18px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.programoutline li {
	position: relative;
	list-style: none;
  }
.programoutline li a {
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #fff;
	padding: 0px 0px 12px 23px;
	letter-spacing: 0px;
	text-decoration: none;
	}
.programoutline li a:hover {
	text-decoration: underline;
	}
.programoutline li a::after {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/check03.png) no-repeat bottom center;
	position: absolute;
	left: 0px;
	top: 0px;
	}

.retreatschedule {
	margin: 25px 0px 0px 0px;
	padding: 31px 18px 26px 19px;
	width: 100%;
	background: url(../images/retreatschedule-bg.png) no-repeat;
	background-size: 100% 100%;
	min-height: 260px;
	border-radius: 23px;
	}
.retreatschedule .common-heading h2 {
	font-size: 35px;
	color: #fff;
	margin: 0px 0px 11px 0px;
	text-align: center;
    font-weight: 700;
	}
.retreatschedule .common-heading h5 {
	font-size: 24px;
	color: #fff;
	margin: 0px 0px 15px 0px;
	text-align: center;
	}
.schedulecard{
	margin: 20px 0px 11px 0px;
	padding: 22px 23px;
	background: #ffffff26;
	border-radius: 10px;
	border: 1px solid #FFFFFF63;
    }
.schedulecard h3 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #fff;
	margin-bottom: 15px;
	}
.schedulecard h6 {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #fff;
	padding-left: 26px;
	margin-bottom: 15px;
	}
.schedulecard h6::after {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/check.png) no-repeat bottom center;
	position: absolute;
	left: 0px;
	top: 0px;
	}
.schedulecard ul{
	margin: 0px 0px;
	padding: 0px 0px 24px 53px;
	position: relative;
	width: 100%;
    }
.schedulecard li{
	margin: 0px 0px;
	padding: 2px 0px;
	position: relative;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #fff;
	list-style: circle;
	}
.schedulecard li::marker{
	font-size: 22px;
	color: #a7e621;
	line-height: 21px;
	}
.retreatguide-section {
	margin: 0px 0px;
	padding: 48px 0px 0px 0px;
	position: relative;
	width: 100%;
	}
.retreatguide-section .common-heading h2{
	margin: 0px 0px 22px 0px;
  padding: 0px 0%;
  position: relative;
  font-size: 33px;
  color: #02331F;
  font-weight: 700;
  line-height: 26px;
  width: 100%;
  text-align: center;
}
.retreatguide-section .common-heading p {
	margin: 0px 0px 35px 0px;
	font-size: 16px;
	text-align: center;
	}
.retreatguideimg {
	margin: 0px 0px;
	padding: 0px 0px;
	border-radius: 20px;
	height: 322px;
	width: 100%;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	}
.retreatguideimg img {
	border-radius: 20px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	}    
.retreatguideimg img:hover {
	transform: scale(1.2);
	overflow: hidden;
	transition: 0.3sease-in-out;
	border-radius: 20px;
	}
.retreatguidetext ul {
	margin: 25px 0px 0px 0px;
	padding: 0px 18px;
	position: relative;
	width: 100%;
	}
.retreatguidetext li {
	position: relative;
	list-style: none;
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #202020;
	padding: 0px 0px 12px 26px;
	letter-spacing: 0px;
	text-decoration: none
	}
.retreatguidetext li::after {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/check.png) no-repeat bottom center;
	position: absolute;
	left: 0px;
	top: 0px;
	}

.registration-details{
	margin: 0px 0px;
	padding: 42px 0px 16px 0px;
	position: relative
    }
.registration-details h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	font-size: 33px;
	font-weight: 700;
	color: #02331F;
	}
.retreatseries-section {
	margin: 6px 0px 66px 0px;
	padding: 31px 0px 0px 0px;
	width: 100%;
	background:#013220;
	height: 260px;
	border-radius: 23px;
	}
.retreatseries-section .common-heading h2 {
	font-size: 35px;
	color: #fff;
	margin: 0px 0px 11px 0px;
	text-align: center;
    font-weight: 700;
	}
.retreatseries-section .common-heading p {
	margin: 0px 0px 14px 0px;
	padding: 0px 3%;
	font-size: 15px;
	color: #D3F7FF;
	font-weight: 400;
	text-align: center;
	}
.retreatseries-section .common-heading h5 {
	margin: 18px 0px 8px 0px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	}
.retreatseries-section ul {
	margin: 30px 0px 0px 0px;
	padding: 0px 18px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	}
.retreatseries-section li {
	position: relative;
	list-style: none;
	}
.retreatseries-section li a {
	font-size: 20px;
	line-height: 23px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #fff;
	padding: 0px 0px 12px 23px;
	letter-spacing: 0px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 7px;
	}
.retreatseries-section li a:hover {
	text-decoration: underline;
	}
.participantinformation-main {
	margin: 0px 0px;
	padding:0px 0px;
	position: relative;
	width: 100%;
	background: #fff url(../images/westedenbg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.liabilitywaiver-section {
	margin: 0px 0px;
	padding: 60px 60px;
	position: relative;
	width: 100%;
    }
.participantinformation-section {
	padding: 0px 24px;
}
.liabilitywaiver-section .common-heading h5 {
	margin: 0px 0px 8px 0px;
	padding: 0px 9%;
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	line-height: 29px;
	text-align: center;
	}
.liabilitywaiver-section  .common-heading h2 {
	margin: 0px 0px 9px 0px;
	padding: 0px 0px;
	font-size: 33px;
	font-weight: 600;
	color: #02331F;
	text-align: center;
	}
.liabilitywaiver-card{
	margin: 0px 0px;
	padding: 35px 0px;
	position: relative;
	width: 100%;
    }
.liabilitywaiver-card h6 {
	position: relative;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #7F9A45;
	margin-bottom: 5px;
	}
.liabilitywaiver-card h6::after {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/check03.png) no-repeat bottom center;
	position: absolute;
	left: -27px;
	top: 0px;
	}
.liabilitywaiver-card ul {
	margin: 0px 0px;
	padding: 0px 0px 24px 17px;
	position: relative;
	width: 100%;
	}
.liabilitywaiver-card li{
	margin: 0px 0px;
	padding: 2px 0px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #202020;
	list-style: circle;
	}
.liabilitywaiver-card li::marker{
	font-size: 25px;
	color: #80461C;
	line-height: 25px;
	}
.transformational-retreat{
	margin: 0px 0px;
	padding: 25px 0px 25px 0px;
	position: relative;
	width: 100%;
	border-bottom: #e1e1e1 1px solid;
	display: flex;
	align-items: center;
	justify-content: space-between;
    }
.transfcard {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 12px;
	}
.transfcard-icon {
	width: 40px;
	height: 40px;
	}
.transfcard-icon img {
	width: 100%;
	}
.transfcard-text h6 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 23px;
	}
.transfcard-text h6 span{
	font-weight: 700;
	color: #000000;
	display: block;
	}

.registrationtop{

   }
.registrationtop .transformational-retreat {
	justify-content: center !important;
	gap: 62px;
    }
.registrationtop .transfcard-text h6 {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	}
.registrationtop .transfcard-icon {
	width: 36px;
	height: 36px;
	}
.participantinformation-section .common-heading h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px;
	font-size: 30px;
	font-weight: 700;
	color: #02331F;
	text-align: center;
}
.participant-form .form-group {
	margin-bottom: 20px;
	}
.participant-form label {
	display: inline-block;
	font-size: 17px;
	margin-bottom: 6px;
	color: #3E3E3E;
    font-weight: 500;
	}
.participant-form {
	margin: 0px 0px;
	padding: 18px 0px;
	position: relative;
	width: 100%;
	}
.participant-form .form-control {
	display: block;
	width: 100%;
	padding: 14px 19px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #A1A1A1;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #A1A1A1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: 0px 3px 4px 0px #0000001A;
	}
.participant .common-heading h4 {
	margin: 9px 0px 24px 0px;
	padding: 0px 0px;
	font-size: 17px;
	font-weight: 500;
	color: #202020;
	line-height: 24px;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	text-align: center;
	}
.participant .usedtext {
	margin: 28px 0px 14px 0px;
	padding: 0px 0px;
	font-size: 19px;
	font-weight: 400;
	color: #000000;
	line-height: 22px;
	display: flex;
	align-items: flex-start;
	gap: 5px;
	justify-content: start;
	}
.participant .form-check-inline {
	font-weight: 400;
	font-size: 16px;
	}
.participant .form-check-input {
	width: 20px;
	height: 20px;
	margin-top: 1px;
	}
.participant .form-control2 {
	display: block;
	width: 207px;
	padding: 4px 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #A1A1A1;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #A1A1A1B2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: 0px 3px 4px 0px #0000001A;
	}
.participant h6 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #02331F;
	margin-bottom: 5px;
	}
.participant h6::after {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/check04.png) no-repeat bottom center;
	position: absolute;
	left: -27px;
	top: 0px;
	}
.participant .common-heading h5 {
	margin: 8px 0px 27px 0px;
	font-size: 20px;
	text-align: center;
	}
.participant  ul {
	margin: 0px 0px;
	padding: 0px 0px 24px 17px;
	position: relative;
	width: 100%;
	}
.participant li{
	margin: 0px 0px;
	padding: 2px 0px;
	position: relative;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #202020;
	list-style: circle;
	}
.participant li::marker{
	font-size: 24px;
	color: #A84E0F;
	line-height: 23px;
	}
.participant-form .form-control02 {
		display: block;
		width: 100%;
		position: relative;
		padding: 15px 0px 15px 21px !important;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
		color: #A1A1A1;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #A1A1A1B2;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 8px;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
.participant-form .form-control02::file-selector-button {
		padding: 8px 15px !important;
		-webkit-margin-end: .75rem;
		margin-inline-end: .75rem;
		color: #fff;
		background-color: #02331F;
		pointer-events: none;
		border-color: inherit;
		border-style: solid;
		border-width: 0;
		border-inline-end-width: 1px;
		border-radius: 5px;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		position: absolute;
		top: 10px;
		right: -7px;
		font-size: 0px;
		width: 130px;
        height: 45px;
	}
.participant-form .form-control02:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #004b2d;
	}
.custom-filecard {
	position: relative;
	}
.custom-filecard h3{ 
  position: absolute;
   font-size: 17px;
  right: 21px;
  bottom: 10px;
  color: #fff;
  }
.formsdigitally{
	margin: 0px 0px;
	padding: 6px 0px 52px 0px;
	position: relative;
	width: 100%;
    }
.formsdigitally h3 {
	margin: 8px 0px 6px 0px;
	font-size: 22px;
	text-align: left;
	font-weight: 700;
	}
.formsdigitally p {
	margin: 0px 0px 48px 0px;
	padding: 2px 0px;
	position: relative;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #202020;
	text-align: left;
	}

.booknow-btn{
	margin: 0px 0px;
	padding: 15px 26px;
	position: relative;
	background: #024D2E;
	border: 0px;
	font-size: 19px;
	color: #fff;
	font-weight: 600;
	border-radius: 7px;
	text-decoration: none;
    }
.booknow-btn:hover {
	background: #016b3f;
	color: #fff;
    }




.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #0eb06e;
	border: 1px solid #0eb06e;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}
.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #08dd88;
	border: 1px solid #08dd88;
}
.footer {
	margin: 0px 0px;
	padding: 59px 0px 0px 0px;
	width: 100%;
	position: relative;
    background: #02331F;
	position: relative;
    }
.footer-logo-area {
	margin: 0px 0px 36px 0px;
	padding: 0px 0px;
	width: 168px;
	position: relative;
	z-index: 99;
	}
.footer-logo-area img {
	width: 100%;
	object-fit: cover;
	}
.footer-links h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: left;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 21px;
	display: block;
	}
.footer-links h5 {
	margin: 24px 0px 15px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	text-align: left;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 29px;
	display: block;
	}
.footer-links h5 span {
	display: block;
	color: #00A79D;
	font-size: 17px;
	font-weight: 500700;
	}
.footer-links h4 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	position: relative;
	width: auto;
	font-family: "Cinzel", serif;
	text-align: left;
	color: #000;
	font-size: 23px;
	font-weight: 700;
	line-height: 21px;
	display: block;
		}
.footer-links h6 {
  margin: 0px 0px 18px 0px;
  padding: 0px 0px;
  text-align: left;
  letter-spacing: 0px;
  color: #DEDEDE;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
	}
.footer-links p {
	margin:	0px 0px;
	padding:0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #F0F0F0;
	font-size: 15px;
	width: auto;
	font-weight: 700;
	line-height: 25px;
	}
.support{}	
.support ul {
	margin: 0px;
	padding: 0;
	width: 100%;
	list-style: none;
	column-count: 1 !important;
	}
.support ul li {
	width: 100%;
	float: left;
	line-height: 33px;
	}
.support ul li a {
	display: inline-block;
	color: #E3ECE8;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	}
.support ul li a:hover {
	color:#ADFFDD;
	text-decoration: none;
	}
.footer-links ul {
	margin: 0px;
	padding: 0;
	width: 93%;
	list-style: none;
	column-count: 2;
	}
.footer-links ul li {
	width: 100%;
	float: left;
	line-height: 33px;
	}
.footer-links ul li a {
	display: inline-block;
	color: #E3ECE8;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	}
.footer-links ul li a:hover {
	color:#ADFFDD;
	text-decoration: none;
	}

.contactcard {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	justify-content: start;
	gap: 6px;
	}
	
.conticon {
	margin-top: 5px;
	}
.conticon img{
	width: 22px;
	}

.footer-right{
	float: right;
}
.contactcard h5 {
	margin: 3px 0px 10px 0px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #222222;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	width: 100%;
	}
.contactcard h5 a {
	color: #DEDEDE;
	text-decoration: none;
	}
.contactcard h5 a:hover {
	color: #ADFFDD;
	text-decoration: underline;
	}	
.footer-links h6 {
	margin: 1px 0px 10px 32px;
	padding: 0px 0px;
	text-align: left;
	letter-spacing: 0px;
	color: #222222;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
	width: 81%;
	}
.footer-links h6 a {
	color: #ADFFDD;
	text-decoration: underline;
	}
.footer-links h6 a:hover {
	color: #ADFFDD;
	text-decoration: none;
	}

.footersocial-sect{
	margin: 11px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 18px;
    }

.footersocial-visa {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 7px;
	}
.footersocial-visa a {
	margin: 0px 0px;
	padding: 2px 2px;
	font-size: 12px;
	color: #000;
	background: #fff;
	border-radius: 4px;
	line-height: 19px;
	text-align: center;
	border: #D3D3D3 1px solid;
	position: relative;
	overflow: hidden;
	}
.footersocial-visa a img {
    width: 51px;
	}
.footer-socialicon{
	margin: 0px 0px 1px 0px;
	padding: 0px 0px;
	width: auto;
	position: relative;
	z-index: 99;
	gap: 6px;
    display: flex;
    }
.footer-socialicon a img{ width: 35px;}
.footer-socialicon a{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	}
.footer-socialicon a:hover {
	transform: translateY(-5px);
	transition: 0.3s ease-in-out;
	}

.privacytext a:hover{
	color: #D6B75D;
	text-decoration: underline;
	}
.copyright {
	margin: 53px 0px 0px 0px;
	padding: 20px 0px;
	color: #fff;
	font-size: 15px;
	background: transparent;
	font-weight: 400;
	z-index: 99;
	position: relative;
	border-top: #ffffff1c 1px solid;
	}
.copyright a {
	color: #ADFFDD;
	text-decoration: none;
	}
.copyright a:hover {
	color: #ADFFDD;
	text-decoration: underline;
	}
.copytext-left {
    text-align: left;
	}
.copytext-right {
    text-align: right;
	}


 .woocommerce-product-gallery__trigger {
	right: 1.3em !important;
	top: 0.5em !important;
	width: 36px !important;
    }

.quantity {
	display: none;
    }
.woocommerce div.product {
	margin-top: 72px;
    }
 .woocommerce div.product form.cart .button {
	background: #024D2E;
	font-size: 21px;
	font-weight: 500;
	border-radius: 41px;
	padding: 15px 25px;
    }
.yith-wcwl-add-to-wishlist-button {
	cursor: pointer;
	font-size: 15px;
	color: #024d2e;
	text-decoration: none;
	border: #024d2e 1px solid;
	border-radius: 41px;
	padding: 9px 14px;
    }
.yith-wcwl-add-to-wishlist-button:hover {
	color: #024d2e;
	text-decoration: none;
	border: #024d2e 1px solid;
    }
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
	color: #024d2e;
	width: 23px;
    max-width: 23px;
    }
    
.related.products {
    width: 100%;
    padding-top: 118px;
    }
    
.related h2 {
    padding: 0px 0%;
      margin: 404px 0px 19px 0px;
      font-size: 32px;
      line-height: 55px;
      width: 100%;
      text-align: center;
      color: #024D2E;
      font-weight: 600;
    }
 .woocommerce .woocommerce-result-count {
	margin: 0 0 1em;
	font-size: 20px;
	color: #024D2E;
	font-weight: 500;
    }
.woocommerce .woocommerce-ordering select {
	vertical-align: top;
	border: #ccc 1px solid;
	background: #fbfbfb;
	padding: 11px 17px;
	border-radius: 41px;
	font-size: 15px;
	color: #868686;
    }
.wpcf7-form-control-wrap .form-control {
	padding: 12px 17px;
	color: #212529;
	border-radius: 8px;
    }
.sbtm {
	margin: 23px 0px 33px 0px;
	padding: 11px 31px;
	background: #024D2E;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	border: 0px;
	border-radius: 36px;
}
.page-id-72 .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: 1px solid #cfc8d8;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 10px;
	min-height: 420px;
	background: #fff6;
}
.page-id-72 .retreattypes-section p {
	font-size: 16px;
	color: #1B1B1B;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
}
.page-id-72 .woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	font-family: inherit;
	font-weight: 400;
	letter-spacing: normal;
	padding: 12px 18px;
	display: block;
	background-color: var(--wc-form-color-background,#fff);
	border: #ccc 1px solid;
	border-radius: 6px;
	color: var(--wc-form-color-text,#000);
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	line-height: normal;
	height: auto;
}
.page-id-72 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .page-id-72 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 14px 31px;
	font-weight: 500;
	border-radius: 41px;
	left: auto;
	color: #fff;
	background-color: #024D2E;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	font-size: 18px;
   }
.page-id-72 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	color: #fff;
	background-color: #016b3f;
    }
.page-id-72 .woocommerce-LostPassword a{
    color: #024d2e;
    text-decoration: underline;
    }
.page-id-72 .retreattypes-section p a{
    color: #024d2e;
    text-decoration: underline;
    }
.u-column2 h2{
    font-weight: 600;
    color: #024D2E;
    }
.u-column1 h2{
    font-weight: 600;
    color: #024D2E;
    }
    
.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%;
	border: #d7d6ee 1px solid;
	border-radius: 12px;
	padding: 19px 12px;
	background: #d7d6ee24;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  list-style: none;
  }

.woocommerce-MyAccount-navigation ul li a {
background: #A2CCBB !important;
  color: #024d2e;
  display: block;
  margin: 0 0 12px 0;
  padding: 11px 16px;
  font-size: 18px;
  border-radius: 5px;
  text-decoration: none;
  background: linear-gradient(90deg, #E4BA28 0%, #FFBF1F 100%);
  font-weight: 500;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #05824F !important;
	color: #ffffff;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background: #05824F !important;
	color: #ffffff;
}
 .woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	border: #d7d6ee 1px solid;
	background: #d7d6ee24;
	border-radius: 12px;
	padding: 19px 12px;
	height: 100%;
	min-height: 480px;
	margin-bottom: 32px;
}
.u-column1.col-1.woocommerce-Address {
    border: #ccc9 1px solid;
    padding: 17px 13px;
    margin-top: 12px;
    min-height: 284px;
    background:#ffffff69;
    border-radius: 10px;
}

.u-column2.col-2.woocommerce-Address {
    border: #ccc9 1px solid;
    padding: 17px 13px;
    margin-top: 12px;
    min-height: 284px;
    background: #ffffff69;
    border-radius: 10px;
}
.u-column1 h2 {
	font-weight: 600;
	color: #024D2E;
	font-size: 17px !important;
	width: auto !important;
}
.u-column2 h2 {
	font-weight: 600;
	color: #024D2E;
	font-size: 17px !important;
	width: auto !important;
}
.woocommerce-account .addresses .title .edit {
	float: right;
	padding: 8px 10px;
	border-radius: 23px;
	font-size: 11px;
	text-decoration: none;
	background: #05824F !important;
	color: #fff;
}
.woocommerce-Address-title.title {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 4px;
}
address {
	margin: 5px 0px;
	font-style: normal;
	line-height: inherit;
	font-size: 14px;
}

.woocommerce-MyAccount-content h2 {
	padding: 0px 0px;
	margin: 0px 0px 7px 0px;
	font-size: 25px;
	line-height: 39px;
	width: 100%;
	text-align: left;
	color: #024D2E;
	font-weight: 600;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
    padding: 5px 16px;
	background-color: var(--wc-form-color-background,#fff);
	border: var(--wc-form-border-width,1px) solid rgb(204, 204, 204);
	border-radius: 6px;
}
.woocommerce-address-fields p {
	margin: 22px 0px 37px 0px;
   }
 .woocommerce-address-fields .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .page-id-72 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 18px 31px;
	font-weight: 500;
	border-radius: 41px;
	left: auto;
	color: #fff;
	background-color: #024D2E;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	font-size: 18px;
}  
 .woocommerce-address-fields .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .page-id-72 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	margin-top: 16px;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
	box-sizing: border-box;
	margin: 0;
	border: #d7d6ee 1px solid;
    background: #d7d6ee24;
	border-radius: 8px;
}
.wc-block-components-product-metadata__description p {
	margin: 0px 0px 37px 0px;
	padding: 0px 0%;
	position: relative;
	font-size: 14px;
	color: #1B1B1B;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
	text-align: left;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th {
	font-weight: 700;
	font-size: 19px;
}
.is-large.wc-block-cart .wc-block-cart-items th {
	padding: 14px 11px 14px 15px !important;
	white-space: nowrap;
}
.wc-block-cart-item__wrap a{
 	color: #024D2E;   
    }
.wc-block-components-button{
    background: #024D2E;
  padding: 15px 22px;
  border-radius: 40px;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
   }
.wc-block-components-button:hover{
   background: #04975B !important;
   color: #ffffff;
   } 
.wp-block-woocommerce-cart-order-summary-block {
  border: #d7d6ee 1px solid;
  background: #d7d6ee24;
  border-radius: 8px;
  } 
  .wp-block-woocommerce-cart-order-summary-block {
	border: #d7d6ee 1px solid;
	background: #d7d6ee24;
	border-radius: 8px;
	padding: 15px;
    }
.wc-block-cart .wc-block-cart__totals-title {
	font-size: 19px;
     }
     .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	height: auto;
	padding: 12px;
	width: 50%;
	margin-bottom: 18px;
}
.wp-block-woocommerce-checkout-order-summary-block {
	border: 1px solid hsla(0,0%,7%,.11);
	border-radius: 8px !important;
	background: #d7d6ee24;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
	flex-grow: 1;
	font-weight: 600;
	margin: 0 0 8px 16px;
	text-align: left;
	border-radius: 9px;
}
.wc-block-components-form .wc-block-components-checkout-step {
	background: none;
	border: none;
	margin: 8px 0 42px 24px !important;
	padding: 0;
	position: relative;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
	appearance: none;
	background: none;
	border: #ccc 1px solid !important;
	border-radius: 6px !important;
	color: #2b2d2f;
	font-family: inherit;
	font-size: inherit;
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;
	height: 100%;
	letter-spacing: inherit;
	line-height: inherit;
	padding: 1em .5em 0;
	text-decoration: inherit;
	text-transform: inherit;
	width: 100%;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
	background-color: #fff;
	border: #ccc 1px solid !important;
	border-radius: 6px !important;
	box-sizing: border-box;
	color: #2b2d2f;
	font-family: inherit;
	font-size: 1em;
	height: 3.125em;
	line-height: 1em;
	margin: 0;
	min-height: 0;
	padding: 1em .5em;
	width: 100%;
}
.wc-block-components-checkout-step__container p {
	margin: 0px 0px 6px 0px;
	padding: 0px 0%;
	position: relative;
	font-size: 15px;
	color: #1B1B1B;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
	text-align: left;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
	border-top: 1px solid hsla(0,0%,7%,.11);
	padding: 13px 23px;
	font-size: 15px;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
	padding: 0px 19px;
   }
   .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	height: auto;
	padding: 12px;
	width: 50%;
}
.sciencemeets-section {
	min-height: 197px;
}
.aws-container .aws-search-field {
	width: 100%;
	max-width: 100%;
	color: #313131;
	padding: 19px 26px;
	line-height: 30px;
	display: block;
	font-size: 15px;
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	height: 100%;
	min-height: inherit;
	margin: 0 !important;
	border: 1px solid #d8d8d8;
	outline: 0;
	border-radius: 40px !important;
    }
.aws-container {
	width: 100%;
    }
.aws-container .aws-search-form {
	height: auto;
    }
.wishlist_table .product-add-to-cart a {
	display: table !important;
	margin: 0 auto 5px !important;
	text-align: center;
	background: #024D2E;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 10px 17px;
	border-radius: 23px;
    }    
.product-name a{
	color: #05824F;
	text-decoration: underline;
     }   
.woocommerce table.shop_table th {
	font-weight: 600;
	font-size: 16px;
    }

.page-id-178 .retreattypes-section {
	min-height: 437px;
    }
    .contactcard h5 a {
	word-wrap: break-word;
}
.footer-links {
	width: 100%;
}

   /*anup */