html {
	font-size: 16px;
}
body {
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	line-height: 1.4;
	color: #333;
	letter-spacing: -0.01em;
}
hr {
	margin-top: 30px;
	margin-bottom: 50px;
}
p {
	margin-bottom: 30px;
}

/* main website css override */
.btn {
	white-space: normal;
}
#pop-element {
	display: none;
}
.section {
	padding-top: 70px;
	padding-bottom: 35px;
	position: relative;
}
.section .container {
	position: relative;
	z-index: 1;
}
.heading-style {
	font-size: 50px;
	font-weight: 700;
	color: #333;
	padding-bottom: 45px;
	line-height: 1.1;
}
.embed-wrapper {
	position: relative;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.highlighted-text {
	color: #2f7e73;
	font-weight: 700;
}
.bg-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* Form controls */
.form-control {
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-width: 0 0 1px;
	border-color: #bf9334;
	padding: 5px 0;
	color: #ffffff;
}
.form-control:focus {
	color: #ffffff;
	background-color: transparent;
	border-color: #bf9334;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-label {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}
.form-control:focus ~ .form-label,
.form-control:not(:placeholder-shown).form-control:not(:focus) ~ .form-label {
	top: 0;
	left: 0;
	font-size: 14px;
	z-index: 0;
}
.form-control {
	position: relative;
	z-index: 1;
}
.btn-1 {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #bf9334;
	padding: 18px 55px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	margin-bottom: 40px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
:not(.btn-check) + .btn:active,
.btn:first-child:active {
	color: #ffffff;
	background-color: #b2872b;
	border-color: transparent;
}
.btn-1 span {
	display: block;
	font-size: 16px;
	font-weight: 200;
	text-transform: initial;
}
.btn-2 {
	color: #ffffff;
	background-color: #6593a1;
	padding: 17px 40px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	margin-bottom: 35px;
	font-size: 18px;
}
.btn-2:hover,
.btn-2:focus {
	color: #ffffff;
	background-color: #588593;
}
.btn-2 .btn-style {
	border-bottom: 1px solid #ffffff;
}
ul.tick-list {
	margin-bottom: 20px;
}
ul.tick-list li {
	padding-left: 12px;
	padding-bottom: 30px;
	list-style: none;
	position: relative;
}
ul.tick-list li::before {
	content: " ";
	/* background: url("/toxin-free/images/restore-detox-page/checkmark.png") center / 34px no-repeat; */
	width: 34px;
	height: 30px;
	position: absolute;
	top: 0;
	left: -32px;
}

/* top bar */
.top-bar {
	background-color: #3d605f;
	font-weight: 400;
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
	color: #c9ce9b;
}
.top-bar span {
	font-weight: 700;
	display: block;
}

/* section 1 */
.section-1 {
	background-image: url("/toxin-free/images/restore-detox-page/banner-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 35px;
}
.section-1 .heading-style {
	color: #fff;
}
.section-1 .heading-style span {
	text-transform: uppercase;
	color: #c9ce9b;
}

/* section 2 */
.section-2 {
	background-color: #f5f7e5;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 95px;
}
.br-20 {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.section-2 .box-contain,
.section-3 .box-contain-2 {
	background-color: #fff;
	box-shadow: 3px 4px 40px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 3px 4px 40px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 3px 4px 40px 0px rgba(0, 0, 0, 0.16);
	margin-top: -155px;
	padding: 30px 80px;
	margin-bottom: 40px;
}
.section-3 .box-contain-2 {
	background-color: #eff0e5;
	font-size: 36px;
	color: #3d605f;
	padding-top: 50px;
	padding-bottom: 50px;
}
.section-3 .box-contain-2 span {
	color: #333;
}
.section-2 .mlr-negative {
	margin: 0 -85px;
}
.plans-pricing {
	margin-bottom: 50px;
}
.plans-pricing .pp-best-value {
	background-color: #aa8a3f;
	font-weight: 800;
	font-size: 45px;
	padding: 14px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.025em;
	color: #fff;
	border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-ms-border-radius: 20px 20px 0 0;
	-o-border-radius: 20px 20px 0 0;
}
.plans-pricing .pp-head {
	background-color: #336765;
	padding: 15px 20px;
	color: #fff;
}
.plans-pricing .pp-head .pp-canceled-price .pp-title {
	padding-left: 10px;
}
.plans-pricing .pp-head .pp-canceled-price .pp-title,
.plans-pricing .pp-head .pp-recent-price .pp-title,
.plans-pricing .pp-head .pp-quantity {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
}
.plans-pricing .pp-head .pp-canceled-price .pp-amount,
.plans-pricing .pp-head .pp-recent-price .pp-amount {
	font-size: 43px;
	font-weight: 800;
	position: relative;
	display: block;
	line-height: 0.9;
}
.plans-pricing .pp-head .pp-canceled-price .pp-amount sub,
.plans-pricing .pp-head .pp-recent-price .pp-amount sub {
	vertical-align: super;
	font-size: 20px;
	font-weight: 400;
}
.plans-pricing .pp-head .pp-canceled-price .pp-amount::before {
	background-color: #ff006c;
	height: 2px;
	width: 80px;
	content: " ";
	position: absolute;
	top: 50%;
	transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
}
.plans-pricing .pp-head .pp-recent-price .pp-title {
	font-size: 19px;
	padding-left: 25px;
}
.plans-pricing .pp-head .pp-recent-price .pp-amount {
	font-size: 65px;
}
.plans-pricing .pp-head .pp-recent-price .pp-amount sub {
	font-size: 40px;
}
.plans-pricing .pp-head .pp-quantity {
	text-transform: inherit;
	padding-left: 25px;
}
.plans-pricing .pp-content {
	padding: 10px 20px 20px;
	background-color: #fff;
}
.plans-pricing .pp-content .img-height {
	min-height: 368px;
}
.plans-pricing .pp-content .month {
	font-family: "Open Sans", sans-serif;
	font-size: 35px;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
	color: #aa8a3f;
	margin-bottom: 30px;
}
.plans-pricing .pp-content .saving-price {
	font-size: 44px;
	font-weight: 800;
	text-transform: uppercase;
	color: #19543a;
	margin-bottom: 30px;
}
.plans-pricing .pp-content .saving-price span {
	font-weight: 400;
}
.plans-pricing .pp-content .add-order img {
	position: absolute;
	left: 0;
	width: 109px;
	height: 111px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.plans-pricing .pp-content .add-order a {
	font-size: 26px;
	font-weight: 700;
	padding: 13px 30px 13px 30px;
	margin-left: 90px;
	margin-bottom: 52px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #060d29;
	letter-spacing: 0.025em;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	text-decoration: none;
	background-color: rgb(255, 240, 1);
	background: -moz-linear-gradient(
		90deg,
		rgba(255, 240, 1, 1) 0%,
		rgba(255, 200, 7, 1) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(255, 240, 1, 1) 0%,
		rgba(255, 200, 7, 1) 100%
	);
	background: linear-gradient(
		90deg,
		rgba(255, 240, 1, 1) 0%,
		rgba(255, 200, 7, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff001",endColorstr="#ffc807",GradientType=1);
}
.plans-pricing .pp-content .add-order a:hover {
	background: -moz-linear-gradient(
		90deg,
		rgba(255, 200, 7, 1) 0%,
		rgba(255, 240, 1, 1) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(255, 200, 7, 1) 0%,
		rgba(255, 240, 1, 1) 100%
	);
	background: linear-gradient(
		90deg,
		rgba(255, 200, 7, 1) 0%,
		rgba(255, 240, 1, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc807",endColorstr="#fff001",GradientType=1);
}
.plans-pricing .pp-content .total-price {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #333;
}
.plans-pricing .pp-content .total-price span {
	font-size: 27px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: normal;
	text-transform: lowercase;
	color: #333;
	margin-bottom: 10px;
	display: block;
}
.plans-pricing .pp-footer {
	background-color: #374142;
	font-size: 33px;
	padding: 23px;
	letter-spacing: normal;
	color: #fff;
	border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-ms-border-radius: 0px 0px 20px 20px;
	-o-border-radius: 0px 0px 20px 20px;
}
.plans-pricing .pp-footer img {
	padding-right: 30px;
	margin-top: -8px;
}
.section-2.v-2 {
	padding-top: 50px;
	padding-bottom: 40px;
}
.section-2.v-2 .heading-style {
	color: #3d605f;
	padding-bottom: 50px;
}
.section-2.v-2 .heading-style span {
	color: #aa8a3f;
}
.section-2.v-2 .plans-pricing {
	margin-bottom: 40px;
}
.section-2 .box-contain-3,
.section-2.v-2 .box-contain-3 {
	background-color: #497471;
	font-size: 20px;
	color: #fff;
	margin-top: 0;
	padding: 20px 40px;
	text-decoration: underline;
	display: inline-block;
}
.section-2.v-2 .box-contain-3:hover {
	background-color: #355e5b;
}
.section-2.v-3 {
	padding-bottom: 120px;
}
.section-2.v-4 {
	background-color: #e7efef;
}
.section-2.v-4 .plans-pricing {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	box-shadow: -5px 6px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: -5px 6px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -5px 6px 5px rgba(0, 0, 0, 0.25);
}
.section-2.v-4 .box-contain-3 {
	margin-bottom: 40px;
}
.section-2.v-4 .accordion {
	margin-bottom: 60px;
}
.accordion .accordion-item {
	margin-bottom: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	box-shadow: 0px 4px 5px rgb(0 0 0 / 25%);
	-webkit-box-shadow: 0px 4px 5px rgb(0 0 0 / 25%);
	-moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}
.accordion h2 button {
	cursor: pointer;
	color: #3d605f;
	font-weight: 700;
	font-size: 33px;
	padding: 24px 110px 24px 40px;
}
.accordion h2 button:focus {
	outline: none;
}
.accordion-button:not(.collapsed) {
	box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
}
.accordion-button::after {
	background-image: none;
	width: 20px;
	height: 20px;
	border-bottom: 5px solid #3d605f;
	border-left: 5px solid #3d605f;
	position: absolute;
	top: 50%;
	right: 45px;
	transform: translateY(-70%) rotate(-45deg);
	-webkit-transform: translateY(-70%) rotate(-45deg);
	-moz-transform: translateY(-70%) rotate(-45deg);
	-ms-transform: translateY(-70%) rotate(-45deg);
	-o-transform: translateY(-70%) rotate(-45deg);
}
.accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: translateY(-40%) rotate(135deg);
	-webkit-transform: translateY(-40%) rotate(135deg);
	-moz-transform: translateY(-40%) rotate(135deg);
	-ms-transform: translateY(-40%) rotate(135deg);
	-o-transform: translateY(-40%) rotate(135deg);
}
.accordion .accordion-button:not(.collapsed) {
	color: #3d605f;
	background-color: transparent;
}
.accordion .accordion-body {
	background-color: #fff;
	padding: 40px 40px 0;
	border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	-ms-border-radius: 0 0 20px 20px;
	-o-border-radius: 0 0 20px 20px;
}
.citation-list {
	margin-bottom: 40px;
}
.citation-list li {
	margin-bottom: 15px;
}
.citation-list li a {
	word-wrap: break-word;
}

/* section 3 */
.section-3 {
	background-position: right -200px;
	background-repeat: no-repeat;
	background-size: cover;
}
.px-container {
	padding-left: 110px;
	padding-right: 110px;
}
.section-3 p {
	margin-bottom: 40px;
}
.section-3 .box-contain {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

/* section 4 */
.section-4 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 36px;
	padding: 50px 0;
}
.section-4 .bg-overlay {
	background: rgba(55, 65, 66, 0.9);
}

/* section 5 */
.section-5 {
	padding: 40px 0;
	background-image: url("/toxin-free/images/restore-detox-page/pattern-bg.png");
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}
.section-5 .pa-item-1,
.section-5 .pa-item-2,
.section-5 .pa-item-3 {
	position: absolute;
	opacity: 0.04;
	-moz-opacity: 0.04;
	filter: alpha(opacity=4);
	z-index: 0;
}
.section-5 .pa-item-1 {
	top: 860px;
	width: 196px;
	left: -46px;
}
.section-5 .pa-item-2 {
	top: 1105px;
	width: 154px;
	left: 225px;
}
.section-5 .pa-item-3 {
	top: 810px;
	width: 183px;
	right: 40px;
}
.section-5 .mx-negative {
	margin-left: -200px;
	margin-right: -200px;
}
.section-5 .grid-img {
	width: 100%;
	max-width: 1544px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 1rem;
}
.section-5 .box-contain {
	background-color: #eff0e5;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: -226px;
	box-shadow: 8px 11px 46px 0px rgba(0, 0, 0, 0.24);
	-webkit-box-shadow: 8px 11px 46px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 8px 11px 46px 0px rgba(0, 0, 0, 0.24);
}
.section-5 .text-style-2 {
	font-size: 36px;
	font-weight: 700;
}
.section-5 .container-small-view img {
	width: 100%;
}

/* section 6 */
.section-6 {
	padding: 230px 0 50px;
	background-color: #3d605f;
	overflow: hidden;
}
.section-6 .pa-item-1,
.section-6 .pa-item-2 {
	position: absolute;
}
.section-6 .pa-item-1 {
	bottom: 0;
	width: 333px;
	left: 0;
}
.section-6 .pa-item-2 {
	bottom: -180px;
	width: 483px;
	right: -15px;
}
.section-6 .txt-style-1 {
	font-size: 50px;
	line-height: 1.2;
	color: #eff0e5;
	margin-bottom: 40px;
}
.section-6 .txt-style-1 span {
	font-weight: 700;
}
.section-6 .txt-style-2,
.section-6 .txt-style-3 {
	font-size: 30px;
	color: #c9ce9b;
	margin-bottom: 30px;
}
.section-6 .txt-style-3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 0;
}

/* section 7 */
.section-7 {
	padding: 80px 0 20px;
	background-color: #e7efef;
	overflow: auto;
}
.section-7 .pa-item-1,
.section-7 .pa-item-2,
.section-7 .pa-item-3,
.section-7 .pa-item-4,
.section-7 .pa-item-5,
.section-7 .pa-item-6,
.section-7 .pa-item-7,
.section-7 .pa-item-8 {
	position: absolute;
	z-index: 0;
}
.section-7 .pa-item-1 {
	width: 654px;
	top: 260px;
	right: 0;
}
.section-7 .pa-item-2 {
	width: 616px;
	top: 1180px;
	left: 0;
}
.section-7 .pa-item-3 {
	width: 741px;
	top: 2290px;
	right: 0;
}
.section-7 .pa-item-4 {
	width: 686px;
	top: 2870px;
	left: 0;
}
.section-7 .pa-item-5 {
	width: 699px;
	bottom: 3040px;
	right: 0;
}
.section-7 .pa-item-6 {
	width: 708px;
	bottom: 2075px;
	left: 0;
}
.section-7 .pa-item-7 {
	width: 956px;
	bottom: 970px;
	right: 0;
}
.section-7 .pa-item-8 {
	width: 621px;
	bottom: 80px;
	left: 0;
}
.section-7 .box-contain img {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.section-7 .box-contain {
	padding-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 60px;
	overflow: auto;
	background-color: #fff;
	box-shadow: 3px 4px 72px 0px rgba(0, 0, 0, 0.38);
	-webkit-box-shadow: 3px 4px 72px 0px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 3px 4px 72px 0px rgba(0, 0, 0, 0.38);
}
.section-7 .sd-agent {
	font-size: 37px;
	font-weight: 700;
	color: #aa8a3f;
	line-height: 1.1;
	text-transform: uppercase;
	flex: 0 0 auto;
	width: 15%;
}
.section-7 .post-num {
	font-size: 147px;
	color: #aa8a3f;
	line-height: 0.8;
	padding-right: 10px;
	flex: 0 0 auto;
	width: 10%;
}
.section-7 .post-title {
	font-size: 50px;
	font-weight: 700;
	color: #3d605f;
	line-height: 1.2;
	border-left: 1px solid #ddd;
	padding-left: 15px;
	flex: 0 0 auto;
	width: 75%;
}
.section-7 .post-title span {
	font-size: 48px;
	font-weight: 400;
	display: block;
}
.section-7 ul {
	margin-bottom: 30px;
}
.section-7 ul li {
	font-weight: 700;
	font-size: 30px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.section-7 ul li sup {
	font-size: 17px;
}
.section-7 .featured-img {
	margin-left: -85px;
	margin-right: -85px;
}

/* section 8 */
.section-8 {
	padding: 60px 0 0;
	background-color: #fff;
	background-image: url("/toxin-free/images/restore-detox-page/section-8-bg.png");
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.section-8 .box-contain {
	padding: 60px 0 45px;
	margin: 0 -145px;
	position: relative;
}
.section-8 .bg-overlay {
	background-image: url("/toxin-free/images/restore-detox-page/section-8-bg-2.png");
	background-color: rgba(245, 247, 229, 0.7);
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.section-8 .box-contain .heading-txt {
	font-size: 50px;
}
.section-8 .box-contain .logo-seperator {
	padding: 70px 0 75px 60px;
}
.section-8 .box-contain .manufactured-logo {
	background-color: #fff;
	padding: 30px 100px;
	margin-left: -25px;
	border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-ms-border-radius: 0 20px 20px 0;
	-o-border-radius: 0 20px 20px 0;
}
/* section 9 */
.section-9 {
	padding: 50px 0;
	background: rgb(245, 247, 229);
	background: -moz-linear-gradient(
		0deg,
		rgba(245, 247, 229, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
	background: -webkit-linear-gradient(
		0deg,
		rgba(245, 247, 229, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
	background: linear-gradient(
		0deg,
		rgba(245, 247, 229, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f7e5",endColorstr="#ffffff",GradientType=1);
}
.section-9 .heading-txt {
	font-size: 30px;
}
.section-9 .post-item,
.section-9 .post-item img {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.section-9 .post-item {
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 3px 4px 40px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 3px 4px 40px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 3px 4px 40px 0px rgba(0, 0, 0, 0.16);
}
.section-9 .content {
	padding: 40px 40px 10px;
	overflow: auto;
}

/* section 10 */
.section-10 {
	padding: 70px 0 180px;
	background-color: #fff;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-10 .heading-txt {
	font-size: 50px;
}
.section-10 .box-contain {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	overflow: auto;
	box-shadow: 7px 9px 72px 0px rgba(85, 121, 54, 0.38);
	-webkit-box-shadow: 7px 9px 72px 0px rgba(85, 121, 54, 0.38);
	-moz-box-shadow: 7px 9px 72px 0px rgba(85, 121, 54, 0.38);
}
.section-10 .box-contain span.bg-txt {
	background-color: #f5f7e5;
	padding: 0 8px;
}
ul.arrow-list {
	padding-left: 0;
}
ul.arrow-list li::before {
	display: block;
	content: "";
	width: 17px;
	height: 17px;
	border-top: 3px solid #b3cd98;
	border-left: 3px solid #b3cd98;
	position: absolute;
	left: 13px;
	top: 14px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}
ul.arrow-list li::after {
	content: "";
	display: block;
	width: 32px;
	height: 3px;
	background-color: #b3cd98;
	left: 0;
	top: 21px;
	position: absolute;
}
ul.arrow-list li {
	padding: 5px 0 5px 60px;
	list-style: none;
	position: relative;
}
.section-10 .box-contain-2 {
	background-color: #336765;
	padding: 30px 55px 55px;
	margin-bottom: -350px;
	color: #fff;
	font-size: 36px;
}
.section-10 .box-contain-2 .warning {
	text-transform: uppercase;
	color: #c3ca99;
	font-weight: 700;
	display: block;
}

/* section 11 */
.section-11 {
	padding: 210px 0 0;
}
.section-11 .pa-item-1,
.section-11 .pa-item-2 {
	position: absolute;
	z-index: 0;
}
.section-11 .pa-item-1 {
	bottom: 273px;
	width: 486px;
	left: -225px;
}
.section-11 .pa-item-2 {
	top: 193px;
	width: 525px;
	right: -284px;
}
.section-11 .heading-txt {
	font-size: 36px;
	font-weight: 700;
}
.section-11 ul.arrow-list {
	padding-left: 0;
	padding-bottom: 50px;
	margin-bottom: 0;
	border-top: 3px solid #e8ebca;
}
.section-11 ul.arrow-list li {
	padding: 35px 35px 35px 75px;
	list-style: none;
	position: relative;
	border-bottom: 3px solid #e8ebca;
}
.section-11 ul.arrow-list li::before {
	border-color: #000;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
	-webkit-transform: translateY(-50%) rotate(135deg);
	-moz-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	-o-transform: translateY(-50%) rotate(135deg);
}
.section-11 ul.arrow-list li::after {
	background-color: #000;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.section-11 .mb-negative {
	margin-bottom: -150px;
}

/* section 12 */
.section-12 {
	padding: 200px 0 40px;
	overflow: auto;
	background-color: #f5f7e5;
}
.section-12 .highlighted-txt {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.section-12 .bg-txt {
	padding: 0 8px;
	background-color: #ceb16d;
}
.section-12 .products-list {
	background-color: #fff;
	padding: 70px 64px 40px;
	margin-bottom: 60px;
}
.section-12 .products-list .product-item {
	padding: 0 2%;
	margin-bottom: 30px;
}
.section-12 .product-desc {
	font-size: 20px;
}
.section-12 .product-name,
.section-12 .product-price {
	background-color: #fff;
	padding: 0 4px;
}
.section-12 .dot-pattern {
	padding-top: 8px;
	border-bottom: 2px dotted #bbbbbb;
}
.section-12 .product-price {
	float: right;
}
.section-11.v-2 {
	padding-top: 40px;
}
.section-11.v-2 .pa-item-1 {
	top: 753px;
	width: 421px;
	left: -175px;
}
.section-11.v-2 .pa-item-2 {
	top: 143px;
	width: 324px;
	right: -84px;
}
/* section 13 */
.section-13 {
	background-color: #fff;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 290px;
}
.section-13 .box-contain {
	background-color: #eaeee0;
	padding-top: 50px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	margin-top: -150px;
	overflow: auto;
}
.section-13 .bg-overlay {
	background: linear-gradient(
		178.41deg,
		#fbfcf4 14.53%,
		rgba(196, 196, 196, 0.1) 95.82%
	);
}

/* section 14 */
.section-14 {
	background-color: #eaeee0;
}
.section-14 .box-contain {
	background-color: #fff;
	padding: 60px 60px 20px;
	margin-bottom: 40px;
	margin-top: -360px;
	overflow: auto;
}
.section-14 .box-contain-2 {
	background-color: #fff;
	padding: 40px;
	overflow: auto;
}

/* footer section */
.footer-bar {
	background-color: #304e4d;
	color: #fff;
	font-size: 19px;
	padding-top: 35px;
	padding-bottom: 5px;
}
.footer-navigation ul {
	padding-left: 0;
	list-style-type: none;
	display: flex;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.footer-navigation ul li + li:before {
	content: "|";
	margin-left: 12px;
	margin-right: 12px;
}
.footer-navigation ul li a {
	color: #fff;
	text-decoration: none;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}
.footer-navigation ul li a:hover {
	text-decoration: underline;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1140px;
	}
}

@media (max-width: 1199px) {
	.plans-pricing .pp-content .month {
		font-size: 34px;
	}
	.accordion h2 button {
		font-size: 29px;
	}
}

@media only screen and (max-width: 991px) {
	.container-small-view {
		max-width: 720px;
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		width: 100%;
		padding-right: calc(var(--bs-gutter-x) * 0.5);
		padding-left: calc(var(--bs-gutter-x) * 0.5);
		margin-right: auto;
		margin-left: auto;
	}
	.section-1 {
		background-image: url("/toxin-free/images/restore-detox-page/sm-banner-bg.jpg");
	}
	.section-2 .mlr-negative {
		margin-right: calc(-0.5 * var(--bs-gutter-x));
		margin-left: calc(-0.5 * var(--bs-gutter-x));
	}
	.section-2 .box-contain {
		padding: 0;
	}
	.logo-seperator {
		border-bottom: 2px solid #f5f7e5;
	}
	.section-3 {
		background-position: right -300px;
	}
	.section-5 {
		background-size: cover;
	}
	.section-5 .mx-negative {
		margin-left: 0;
		margin-right: 0;
	}
	.section-7 .sd-agent {
		font-size: 24px;
		width: 85%;
	}
	.section-7 .post-num {
		font-size: 92px;
		width: 15%;
	}
	.section-7 .post-title {
		font-size: 30px;
		width: 100%;
		border-top: 1px solid #ddd;
		border-left: 0;
		padding-left: 0;
		padding-top: 15px;
		margin-top: 15px;
		text-align: center;
	}
	.section-7 .post-title span {
		font-size: 30px;
	}
	.section-8 .box-contain {
		margin: 0;
		padding-left: 60px;
		padding-right: 60px;
	}
	.section-8 {
		background-image: url("/toxin-free/images/restore-detox-page/sm-section-8-bg.png");
		background-position: center 1130px;
	}
	.section-8 .bg-overlay {
		background-image: none;
	}
	.section-8 .box-contain .logo-seperator {
		padding: 50px 0;
		text-align: center;
	}
	.section-8 .box-contain .manufactured-logo {
		padding: 30px;
		margin-left: 0;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
	}
	.section-11 .mb-negative {
		margin-bottom: -80px;
	}
	.section-5 .grid-img {
		max-width: 720px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 20px;
	}
	p,
	.section-3 p {
		margin-bottom: 25px;
	}
	hr {
		margin-bottom: 30px;
	}
	ul.tick-list li {
		padding-left: 4px;
		padding-bottom: 20px;
	}
	ul.tick-list li::before {
		background-size: 24px 20px;
	}
	.form-control-lg {
		font-size: inherit;
	}
	.btn-1 {
		font-size: 20px;
		margin-bottom: 20px;
		padding-right: 15px;
		padding-left: 15px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}
	.btn-2 {
		font-size: 15px;
		padding: 20px 15px;
		margin-bottom: 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
	.container-small-view {
		max-width: 540px;
	}
	.top-bar {
		font-size: 18px;
		padding: 10px 0;
	}
	.top-bar span {
		display: inline;
	}
	.section {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.section-1 {
		padding-bottom: 0;
	}
	.heading-style {
		font-size: 28px;
		padding-bottom: 20px;
	}
	.section-2 .box-contain {
		margin-top: -80px;
		margin-bottom: 20px;
	}
	.section-2 .box-contain .col-10 .img-fluid:first-child {
		width: 130px;
	}
	.section-2 .box-contain .col-10 .img-fluid:last-child {
		width: 100px;
	}
	.plans-pricing {
		margin-bottom: 20px;
	}
	.plans-pricing .pp-best-value {
		font-size: 37px;
	}
	.plans-pricing .pp-head .pp-canceled-price .pp-title,
	.plans-pricing .pp-head .pp-quantity {
		font-size: 13px;
	}
	.plans-pricing .pp-head .pp-recent-price .pp-title {
		font-size: 16px;
	}
	.plans-pricing .pp-head .pp-canceled-price .pp-amount {
		font-size: 36px;
	}
	.plans-pricing .pp-head .pp-recent-price .pp-amount {
		font-size: 54px;
	}
	.plans-pricing .pp-content .month {
		font-size: 31px;
	}
	.plans-pricing .pp-content .img-height {
		min-height: inherit;
	}
	.plans-pricing .pp-content .saving-price {
		font-size: 37px;
	}
	.plans-pricing .pp-content .add-order a {
		font-size: 22px;
		letter-spacing: 0.015em;
		padding-left: 20px;
		padding-right: 20px;
	}
	.plans-pricing .pp-footer img {
		padding-right: 20px;
	}
	.plans-pricing .pp-content .total-price {
		font-size: 23px;
	}
	.plans-pricing .pp-content .total-price span {
		font-size: 22px;
	}
	.section-3 .box-contain-2 {
		margin-top: -80px;
		padding: 20px;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.plans-pricing .pp-footer {
		font-size: 28px;
	}
	.section-3 {
		padding-bottom: 0;
		background-position: left -290px;
	}
	.px-container,
	.section-5 .box-contain .px-container {
		padding-left: 12px;
		padding-right: 12px;
	}
	.section-3 .box-contain {
		padding-top: 12px;
		padding-bottom: 12px;
		margin-bottom: 0;
	}
	.section-4 {
		font-size: 22px;
	}
	.section-5 .pa-item-2 {
		top: inherit;
		bottom: 120px;
		width: 125px;
		left: inherit;
		right: -50px;
		z-index: 2;
	}
	.section-5 .pa-item-3 {
		top: 990px;
		width: 122px;
		right: -5px;
	}
	.section-5 .text-style-2 {
		font-size: 24px;
		line-height: 1.2;
	}
	.section-5 .px-container,
	.section-8 .px-container,
	.section-11 .px-container,
	.section-12 .px-container,
	.section-14 .px-container {
		padding-left: 0;
		padding-right: 0;
	}
	.section-5 .box-contain {
		padding-top: 12px;
		padding-bottom: 12px;
		z-index: 0;
		position: relative;
	}
	.section-5 .grid-img {
		max-width: 540px;
	}
	.section-6 {
		padding: 230px 0 0;
		background: url("/toxin-free/images/restore-detox-page/sm-smoke.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.section-6 .txt-style-1 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.section-6 .txt-style-2,
	.section-6 .txt-style-3 {
		font-size: 19px;
		margin-bottom: 20px;
	}
	.section-6 .txt-style-3 {
		font-size: 23px;
	}
	.section-7 {
		padding-bottom: 0;
	}
	.section-7 .box-contain {
		padding-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 0;
		overflow: auto;
		box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.38);
		-webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.38);
		-moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.38);
	}
	.section-7 .featured-img {
		margin-left: -12px;
		margin-right: -12px;
	}
	.section-7 ul {
		margin-bottom: 0;
	}
	.section-7 ul li {
		font-weight: 700;
		font-size: 24px;
		padding-left: 0;
		padding-bottom: 25px;
	}
	.section-8 {
		padding-bottom: 0;
		background-position: center 910px;
	}
	.section-8 .box-contain {
		padding: 10px 0;
	}
	.section-8 .box-contain .heading-txt,
	.section-10 .heading-txt {
		font-size: 32px;
	}
	.section-8 .box-contain .sm-width-50 {
		width: 50%;
	}
	.section-8 .box-contain .logo-seperator {
		padding: 20px 10px 10px;
	}
	.section-8 .box-contain .manufactured-logo {
		padding: 20px;
	}
	.section-9 {
		padding-bottom: 0;
	}
	.section-9 .heading-txt {
		font-size: 20px;
	}
	.section-9 .content {
		padding: 20px 30px 0;
	}
	.section-9 .post-item {
		margin-bottom: 20px;
	}
	.section-10 .box-contain {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.section-10 .box-contain ul li {
		padding-left: 45px;
	}
	.section-10 .box-contain-2 {
		padding: 15px;
		margin-bottom: -175px;
		font-size: 24px;
	}
	.section-11 {
		padding-top: 170px;
		padding-bottom: 0;
	}
	.section-11 .pa-item-1 {
		bottom: 634px;
		width: 150px;
		left: -93px;
		transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-o-transform: rotate(-15deg);
	}
	.section-11 .pa-item-2 {
		top: 280px;
		width: 160px;
		right: -110px;
		transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		-moz-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		-o-transform: rotate(-30deg);
	}
	.section-11 .mb-negative {
		margin-bottom: -90px;
	}
	.section-11 .heading-txt {
		font-size: 24px;
	}
	.section-11 ul.arrow-list {
		padding-bottom: 20px;
	}
	.section-11 ul.arrow-list li {
		padding: 15px 15px 15px 45px;
	}
	.section-12 {
		padding: 110px 0 0;
	}
	.section-12 .highlighted-txt {
		font-size: 24px;
	}
	.section-12 .products-list {
		padding: 15px;
		margin-bottom: 20px;
	}
	ul.arrow-list li::before {
		top: 13px;
		width: 15px;
		height: 15px;
		left: 9px;
	}
	ul.arrow-list li::after {
		top: 19px;
		width: 24px;
	}
	.section-11 ul.arrow-list li::before,
	.section-11 ul.arrow-list li::after {
		top: 29px;
	}
	.section-2.v-2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section-2.v-2 .heading-style {
		font-size: 25px;
		padding-bottom: 30px;
	}
	.section-2.v-2 .plans-pricing {
		margin-bottom: 30px;
	}
	.section-2.v-2 .box-contain-3 {
		font-size: 15px;
		padding: 20px;
	}
	.section-2.v-3 {
		padding-bottom: 30px;
	}
	.section-2.v-4 {
		padding-bottom: 0;
		overflow: auto;
	}
	.section-2.v-4 .accordion,
	.section-2.v-4 .box-contain-3 {
		margin-bottom: 30px;
	}
	.section-2.v-4 #accordionExample-2 {
		margin: 0;
	}
	.section-2.v-4 h2 button {
		font-size: 20px;
		padding: 30px 50px 30px 20px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}
	.accordion-button::after {
		width: 12px;
		height: 12px;
		border-bottom-width: 3px;
		border-left-width: 3px;
		right: 20px;
	}
	.accordion .accordion-item {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}
	.accordion .accordion-body {
		padding: 30px 20px 0;
	}
	.section-11.v-2 {
		padding-top: 20px;
	}
	.section-11.v-2 .pa-item-1 {
		top: inherit;
		bottom: -25px;
		width: 200px;
		left: -60px;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
	}
	.section-11.v-2 .pa-item-2 {
		top: 60px;
		width: 220px;
		right: -69px;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
	}
	.section-11.v-2 ul.arrow-list,
	.section-11.v-2 ul.arrow-list li {
		border-width: 1px;
	}
	.section-13 {
		padding-bottom: 380px;
	}
	.section-13 .box-contain {
		background-color: #eaeee0;
		padding-top: 20px;
		padding-bottom: 0;
		margin-bottom: 20px;
		margin-top: 0;
	}
	.section-14 .box-contain {
		padding: 20px 15px 0;
		margin-bottom: 20px;
		margin-top: -400px;
	}
	.section-14 .box-contain-2 {
		padding: 20px;
	}
	.footer-bar {
		font-size: 12px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer-bar .row {
		flex-direction: column;
		align-items: center;
	}
	.footer-bar .site-info p,
	.footer-navigation ul {
		margin-bottom: 3px;
	}
	.footer-navigation ul {
		padding-bottom: 10px;
	}
	.footer-bar .site-info {
		order: 1;
	}
}

@media only screen and (max-width: 575px) {
	.section-7 .post-title.long-title {
		font-size: 26px;
	}
	.section-7 .post-title span {
		font-size: 28px;
	}
}


.buy-restore-detox, .skip-upsell{
	cursor: pointer;
}