:root {
	--white-heading: #FFFAF3;
	--primary-color: #403349;
	--secondary-color : #6D5D7A;
	--highlighted-primary-color: #BF9334;
	--highlighted-secondary-color: #F0C45F;
  }
body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-size: 22px;
	line-height: 1.5;
	color: #1E1E1E;
	letter-spacing: 0.02em;
}
h2 {
	font-weight: 700;
}
h3 {
	font-weight: 600;
}
hr {
	margin-top: 30px;
	margin-bottom: 50px;
}
p {
	margin-bottom: 30px;
}
.btn {
	white-space: normal;
}
.info-txt {
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: 300;
}
.custom-wrap,
.img-bx {
	width: 100%;
}
.highlighted-txt {
	color: var(--highlighted-primary-color);
	font-weight: 700;
}
.highlighted-txt-2 {
	color: var(--highlighted-secondary-color);
}
.highlighted-bg {
	background-color: var(--highlighted-primary-color);
	color: #fff;
	padding: 4px 8px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
ul.custom-list-style-disc {
	padding-left: 25px;
}
ul.custom-list-style-disc li {
	margin-bottom: 30px;
	list-style: none;
	position: relative;
}
ul.custom-list-style-disc li::before {
	content: "";
	background-color: var(--highlighted-secondary-color);
	font-weight: 700;
	left: -20px;
	top: 11px;
	height: 10px;
	width: 10px;
	position: absolute;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.bg-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.border-radius {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
}
.border-radius-40 {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	overflow: hidden;
}
.img-border img {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	position: relative;
}
.img-border:before,
.img-border:after {
	width: 250px;
	height: 225px;
	content: "";
	position: absolute;
	background-color: #DDAB3F;
	display: block;
	z-index: -1;
}
.img-border:before {
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	top: -3px;
	right: -3px;
}
.img-border:after {
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	bottom: -3px;
	left: -3px;
}

/* light box */
.light-box {
	background-color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* dark box */
.dark-box,
.dark-box-2 {
	color: var(--white-heading);
	background-color: #503D45;
	padding: 70px 50px 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	margin-top: 30px;
	margin-bottom: 70px;
}

/* heading style line */
.heading-style-line:before {
	content: "";
	height: 1px;
	width: 30%;
	position: absolute;
	background-color: #bf9334;
	display: block;
	bottom: 0;
	left: 0;
}

/* heading style line center */
.heading-style-line-center:before {
	content: "";
	height: 1px;
	position: absolute;
	background-color: #F6BF42;
	display: block;
	bottom: 0;
	width: 32%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

/* heading style line start end */
.heading-style-start-end-line:before,
.heading-style-start-end-line:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	height: 1px;
	width: 5000px;
	background-color: #BF9334;
}
.heading-style-start-end-line:before {
	right: calc(100% + 30px);
}
.heading-style-start-end-line:after {
	left: calc(100% + 30px);
}

/* heading style gradient */
.heading-style-gradient {
	background: linear-gradient(89.9deg, #26283A 16.81%, #755B66 79.84%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* headings */
.heading-style-1,
.heading-style-2 {
	color: var(--white-heading);
	margin-bottom: 40px;
}

/* heading style 1 */
.heading-style-1 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
}

/* heading style 2 */
.heading-style-2 {
	font-size: 36px;
}

/* section */
.section {
	padding-top: 70px;
	padding-bottom: 40px;
	position: relative;
}
.section .container {
	position: relative;
	z-index: 1;
}

/* form control */
.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: #3F2F36;
	padding: 5px 0;
	font-size: 18px;
	color: #3F2F36;
	position: relative;
	z-index: 1;
}
.form-control:focus {
	border-color: #3F2F36;
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #21535A;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #21535A;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #21535A;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #21535A;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.form-label {
	position: absolute;
	top: 65%;
	left: 10px;
	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;
}
.btn-1 {
	font-size: 24px;
	letter-spacing: 0.45px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #bf9334;
	padding: 15px 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 30px;
}
.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-weight: 400;
	font-size: 15px;
	text-transform: lowercase;
}
.special-txt {
	margin-bottom: 30px;
	position: relative;
	font-size: 22px;
}
.special-txt-2 {
	background-color: #5E4754;
	border-radius: 50px;
	font-size: 21px;
	letter-spacing: 0.63px;
	display: inline-block;
	padding: 15px 50px;
	width: 100%;
	color: #fff;
	margin-bottom: 30px;
	text-underline-offset: 7px;
	width: auto;
}
.special-txt-2 span {
	font-weight: 700;
}

/* pop up register form */
.pop-up-register-form {
	background-color: var(--white-heading);
	padding: 30px 15px 15px;
	border: 1px solid #BF9334;
	width: 314px;
	font-size: 15px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	color: #3F2F36;
	box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.pop-up-register-form input[type="checkbox"] {
	float: left;
	margin-top: 2px;
}
.pop-up-register-form p {
	margin-bottom: 20px;
}
.pop-up-register-form .close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.pop-up-register-form .close:before,
.close:after {
	position: absolute;
	left: -10px;
	content: " ";
	height: 20px;
	width: 2px;
	background-color: #bf9334;
}
.pop-up-register-form .close:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.pop-up-register-form .close:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.pop-up-register-form .form-control {
	color: #1E1E1E;
	font-size: 15px;
	border-color: #BF9334;
}
.pop-up-register-form .form-control:focus {
	color: #1E1E1E;
}
.pop-up-register-form .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #1E1E1E;
}
.pop-up-register-form .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #1E1E1E;
}
.pop-up-register-form .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #1E1E1E;
}
.pop-up-register-form .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #1E1E1E;
}
.pop-up-register-form .recommend-txt {
	font-size: 12px;
	display: block;
	overflow: hidden;
}
.pop-up-register-form .btn-1 {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 0;
	padding: 9px 0;
	display: block;
	letter-spacing: 0;
}

/* pop up */
#myModal .modal-dialog {
	max-width: 1170px;
}
#myModal .modal-dialog .modal-content {
	background: linear-gradient(180deg, #FFF8E6 0%, #FFF8E7 4.13%, #FFFBF0 37.52%, #FFF8E6 75.04%);
	box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	border: none;
}
.pop-up .heading-style-2 {
	font-size: 31px;
	color: var(--secondary-color);
}
.pop-up .highlighted-txt {
	color: #DDAE48;
}
.pop-up .modal-body {
	max-width: 940px;
	padding: 50px 0 20px;
}
.pop-up .modal-body p {
	font-size: 24px;
	letter-spacing: normal;
}
.pop-up .plans-pricing-block p {
	margin-bottom: 20px;
}
.pop-up .plans-pricing-block .pp-col {
	margin-bottom: 35px;
	border-radius: 20px;
}
.pop-up .plans-pricing-block .pp-col .pp-best-value {
	font-size: 50px;
	padding: 13px 14px;
	border-radius: 20px 20px 0 0;
}
.pop-up .plans-pricing-block .pp-col .pp-best-value.most-popular {
    background-color: #D6D6D6;
	font-size: 40px;
	padding: 20px 14px;
}
.pop-up .plans-pricing-block .pp-col .pp-content {
    padding: 25px 15px 10px;
	min-height: 1105px;
}
.pop-up .plans-pricing-block .pp-col .pp-content .month {
	font-size: 32px;
	font-weight: 700;
	text-transform: none;
	line-height: normal;
}
.pop-up .plans-pricing-block .pp-col .pp-content .percentage-off {
	font-size: 47px;
	color: #B80058;
	font-weight: 800;
}
.pop-up .plans-pricing-block .pp-col .pp-content .saving-price {
	font-size: 95px;
	margin-bottom: 0;
	line-height: normal;
}
.pop-up .plans-pricing-block .pp-col .pp-content .bottle-1 {
    max-width: 412px;
	min-height: 0;
}
.pop-up .plans-pricing-block .pp-col .pp-content .bottle-3 {
    max-width: 282px;
}
.pop-up .plans-pricing-block .pp-col .pp-content .add-order img {
	width: 125px;
	top: 50%;
}
.pop-up .plans-pricing-block .pp-col .pp-content .add-order a {
    font-size: 30px;
	margin-left: 110px;
}
.pop-up .plans-pricing-block .pp-col .pp-content .money-back {
	font-size: 18px;
}
.pop-up .plans-pricing-block .pp-col .pp-content .total-price {
    font-size: 28px;
}
.pop-up .plans-pricing-block .pp-col .pp-content .total-price span {
	font-size: 24px;
}
.pop-up .plans-pricing-block .pp-col .pp-footer {
    font-size: 35px;
    padding: 26px;
	border-radius: 0 0 20px 20px;
}
.pop-up .btn-2 {
	background-color: #685875;
	font-size: 22px;
	color: #fff;
	padding: 18px 105px;
	margin-bottom: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.pop-up .btn-2:hover {
	background-color: #584963;
}

/* book pop up form */
.book-pop-up-form {
	font-size: 19px;
	font-weight: 300;
	color: #3F2F36;
}
.book-pop-up-form .heading-style {
	font-size: 31px;
	font-weight: 700;
	margin-bottom: 30px;
	background: linear-gradient(89.9deg, #26283A 16.81%, #755B66 79.84%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.book-pop-up-form .highlighted-txt {
	-webkit-text-fill-color: #BF9334;
	display: inline-block;
}
.book-pop-up-form input[type="checkbox"] {
	float: left;
	margin-top: 2px;
}
.book-pop-up-form p {
	margin-bottom: 30px;
}
.book-pop-up-form .btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
}
.book-pop-up-form .img-fluid {
	width: 144px;
}
.book-pop-up-form .form-control {
	font-size: 20px;
	border-width: 1px;
	padding: 12px 30px;
	border-color: #BF9334;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.book-pop-up-form .recommend-txt {
	font-size: 14px;
	display: block;
	overflow: hidden;
	padding-bottom: 30px;
}
.book-pop-up-form .btn-1 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 0;
	padding: 13px 40px;
	display: inline-block;
	letter-spacing: 0.03em;
}
.top-bar,
.foot-bar {
	position: fixed;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 9999;
	visibility: hidden;
	transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
}
.top-bar {
	background-color: #755B66;
	font-size: 22px;
	padding: 20px 0;
	color: #fff;
	top: 0;
}
.top-bar .CTA-button .btn-1 {
	font-size: 20px;
	padding: 10px 20px;
	font-weight: 400;
}
.foot-bar {
	bottom: 0;
	background: linear-gradient(0deg, rgba(48, 48, 48, 0.56) 0%, rgba(48, 48, 48, 0.00) 100%);
}
.foot-bar .CTA-button .btn-1 {
	font-weight: 400;
	width: 100%;
}
.zonia-section .is-sticky.top-bar,
.zonia-section .is-sticky.foot-bar {
	opacity: 1;
	visibility: visible;
}

/* Info Bar */
.info-bar {
	background-color: #685875;
	font-size: 23px;
	color: #FFF7E0;
}
.info-bar .heading-style-1 {
	font-size: 43px;
}

/* restore sleep new-section  */
.restore-sleep-new-section {
	padding: 0;
	filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.3));
	-webkit-filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.3));
}
.restore-sleep-new-section .clip-banner {
	position: relative;
	background: linear-gradient(180deg, #FFF8E6 48.65%, #FFF8E7 50.67%, #FFFBF0 67.02%, #FFF8E6 85.38%);
	margin-top: -145px;
	padding-top: 205px;
	padding-bottom: 150px;
	clip-path: polygon(100% 0%,100% 94%,50% 100%,0% 94%,0% 0%);
}
.restore-sleep-new-section .heading-style-1,
.restore-sleep-new-section .heading-style-2 {
	color: var(--secondary-color);
}
.restore-sleep-new-section .light-box {
	box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	margin-top: 10px;
}
.restore-sleep-new-section .position-img {
	left: 0;
	top: 361px;
	width: 1342px;
}
/* end restore sleep new-section */

/* restore sleep style-1 */
.restore-sleep-style-1 {
	padding: 0;
	z-index: 1;
	filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.3));
	-webkit-filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.3));
}
.restore-sleep-style-1 .clip-banner {
	position: relative;
	padding-top: 50px;
	padding-bottom: 110px;
	color: var(--white-heading);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: polygon(100% 0%,100% 85%,50% 100%,0% 85%,0% 0%)
}
.restore-sleep-style-1 .clip-banner .bg-overlay {
	background: linear-gradient(180deg, #332934 23.46%, rgba(75, 56, 76, 0.8) 63.02%);
}
.restore-sleep-style-1 .heading-style-1 {
	color: #FFF7E0;
}

.restore-sleep-style-1 .cnt-left p {
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 0.03em;
}
.restore-sleep-style-1 .register-form {
	background-color: var(--white-heading);
	color: #3F2F36;
	padding: 35px 35px 45px;
	margin-bottom: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	position: relative;
}
.register-form #form-target {
	position: absolute;
	top: -230px;
}
.restore-sleep-style-1 .register-form .form-logo {
	width: 100%;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.restore-sleep-style-1 .register-form p {
	font-size: 18px;
	line-height: 1.45;
	margin-bottom: 30px;
}
.restore-sleep-style-1 .register-form .form-label {
	font-size: 22px;
	font-weight: 300;
	left: 5px;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.restore-sleep-style-1 .register-form .form-control:focus ~ .form-label,
.restore-sleep-style-1 .register-form .form-control:not(:placeholder-shown).form-control:not(:focus) ~ .form-label {
	top: -3px;
	left: 0;
	font-size: 14px;
}
.restore-sleep-style-1 .register-form input[type="checkbox"] {
	float: left;
	margin-top: 4px;
}
.restore-sleep-style-1 .register-form .recommend-txt {
	font-size: 14px;
	display: block;
	overflow: hidden;
}
.embed-wrapper {
	position: relative;
	max-width: 923px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.restore-sleep-style-1 .btn-1 {
	padding-left: 12px;
	padding-right: 12px;
}
/* end restore sleep style-1 */

/* restore sleep style-2 */
.restore-sleep-style-2 {
	background-color: #FFFCF7;
	margin-top: -145px;
	padding-top: 205px;
	z-index: -1;
}
.restore-sleep-style-2 .heading-style-2 {
	color: var(--secondary-color);
}
.restore-sleep-style-2 .position-img {
	width: 483px;
	right: -180px;
	top: 80px;
	opacity: 0.1;
}
.restore-sleep-style-2 .position-img .img-fluid {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.restore-sleep-style-2 .position-img-2 {
	width: 600px;
	left: -30px;
	bottom: -40px;
}
/* end restore sleep style-2 */

/* restore sleep style-3 */
.restore-sleep-style-3 {
	color: var(--white-heading);
}
.restore-sleep-style-3 .bg-overlay {
	background: linear-gradient(90deg, #47436A 55%, rgba(71, 67, 106, 0.8) 100%);
}
.restore-sleep-style-3 .position-img {
	width: 790px;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
.restore-sleep-style-3 .highlighted-txt {
	font-size: 30px;
	color: var(--highlighted-secondary-color);
	margin-bottom: 30px;
}
.restore-sleep-style-3 ul {
	padding-left: 18px;
}
.restore-sleep-style-3 ul li {
	margin-bottom: 30px;
}
/* end restore sleep style-3 */
/* restore sleep style-4 */
.restore-sleep-style-4 {
	background: linear-gradient(180deg, #FFF8E6 0%, #FFFBF0 37.52%, #FFF8E6 75.04%);
	padding-bottom: 140px;
}
.restore-sleep-style-4 .position-img {
	width: 309px;
	right: 30px;
	bottom: 430px;
	opacity: 0.15;
}
.restore-sleep-style-4 .heading-style-2 {
	color: var(--secondary-color);
}
.restore-sleep-style-4 .media-wrap {
	max-width: 453px;
}
.restore-sleep-style-4 .dark-box {
	background-color: #685875;
	padding: 50px 50px 20px;
	margin: 0;
}
/* end sleep style-4 */

/* restore sleep style-5 */
.restore-sleep-style-5 {
	background-color: #FFFBF6;
}
.restore-sleep-style-5 .media-wrap {
	max-width: 560px;
	margin-top: -140px;
}
.restore-sleep-style-5 .heading-style-2,
.restore-sleep-style-5 .highlighted-txt {
	color: var(--secondary-color);
}
.restore-sleep-style-5 .dark-box {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.restore-sleep-style-5 .dark-box ul {
	margin-bottom: 30px;
}
.restore-sleep-style-5 .dark-box ul li {
	list-style: none;
}
.restore-sleep-style-5 .dark-box .bg-overlay {
	background: linear-gradient(90deg, #685875 50%, rgba(104, 88, 117, 0.7) 100%);
}
.restore-sleep-style-5 .dark-box .position-img {
	width: 650px;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
.restore-sleep-style-5 .highlighted-txt-2 {
	font-size: 36px;
}
/* end restore sleep style-5 */

/* restore sleep style-6 */
.restore-sleep-style-6 {
	background-color: #F2F1FB;
	padding-top: 360px;
	margin-top: -360px;
}
.restore-sleep-style-6 .position-img {
	width: 596px;
	right: 0;
	top: 430px;
}
.restore-sleep-style-6 .heading-style-2,
.restore-sleep-style-6 .highlighted-txt,
.restore-sleep-style-6 .highlighted-txt-2 {
	color: var(--primary-color);
}
.restore-sleep-style-6 .highlighted-txt-2 {
    font-size: 30px;
    margin-bottom: 30px;
}
/* end restore sleep style-6 */

/* restore sleep style-7 */
.restore-sleep-style-7 .bg-overlay {
	background: linear-gradient(90deg, rgba(250, 249, 244, 0.58) 0%, #FAF9F4 29.03%);
}
.restore-sleep-style-7 .position-img {
	width: 792px;
	left: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
.restore-sleep-style-7 .heading-style-1,
.restore-sleep-style-7 .highlighted-txt {
	color: var(--primary-color);
}
.restore-sleep-style-7 .highlighted-txt {
	font-size: 30px;
	margin-bottom: 30px;
}
/* restore sleep style-7 */

/* restore sleep style-8 */
.restore-sleep-style-8 {
	background: linear-gradient(180deg, #FFF6DF 0%, #FFF9E8 37.52%, #FFF6DF 75.04%);
}
.restore-sleep-style-8 .heading-style-2 {
	color: var(--primary-color);
}
.restore-sleep-style-8 .dark-box {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.restore-sleep-style-8 .dark-box .bg-overlay {
	background: linear-gradient(90deg, #2E2434 60%, rgba(46, 36, 52, 0.51) 100%);
}
.restore-sleep-style-8 .dark-box .position-img {
	width: 515px;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
.restore-sleep-style-8 .dark-box .heading-style-2 {
	color: var(--white-heading);
}
/* end restore sleep style-8 */

/* restore sleep style-9 */
.restore-sleep-style-9 {
	background: linear-gradient(180deg, #45394F 0%, #2E2434 25%);
	padding-top: 400px;
	padding-bottom: 70px;
	margin-top: -400px;
}
.restore-sleep-style-9 .position-img,
.restore-sleep-style-9 .position-img-2 {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.restore-sleep-style-9 .position-img {
	top: 1100px;
}
.restore-sleep-style-9 .position-img-2 {
	bottom: 0;
}
.restore-sleep-style-9 .dark-box {
	background: linear-gradient(180deg, #685875 0%, rgba(104, 88, 117, 0.6) 100%);
	margin-top: 125px;
	padding-top: 90px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
.restore-sleep-style-9 .dark-box .article-number {
	width: 164px;
	height: 164px;
	display: block;
	background-color: #3C3044;
	border: 22px solid #685875;
	position: absolute;
	color: var(--white-heading);
	font-size: 100px;
	line-height: 1.2;
	font-weight: 700;
	top: -82px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	border-radius: 100px;
	text-align: center;
}
/* end restore sleep style-9 */
/* restore sleep style-9 variant-2 variant-3  */
.restore-sleep-style-9.restore-sleep-style-9-variant-2,
.restore-sleep-style-9.restore-sleep-style-9-variant-3 {
	background: linear-gradient(180deg, #FFF8E6 0%, #FFFBF0 26.85%, #FFF8E6 75.04%);
	padding-top: 70px;
	padding-bottom: 40px;
}
.restore-sleep-style-9.restore-sleep-style-9-variant-2 .heading-style-2 {
	color: var(--secondary-color);
}
.restore-sleep-style-9.restore-sleep-style-9-variant-2 .dark-box,
.restore-sleep-style-9.restore-sleep-style-9-variant-3 .dark-box {
	background: linear-gradient(180deg, #685875 0%, #2E2434 100%);
}
.restore-sleep-style-9.restore-sleep-style-9-variant-2 .dark-box .article-number {
	border-color: #635470;
}
.restore-sleep-style-9.restore-sleep-style-9-variant-2 .highlighted-txt {
	color: var(--secondary-color);
	margin-bottom: 30px;
}
.restore-sleep-style-9.restore-sleep-style-9-variant-2 .position-img-3 {
	width: 428px;
	top: 250px;
	right: 0;
}
.restore-sleep-style-9.restore-sleep-style-9-variant-2 .position-img-4 {
	width: 366px;
	top: 1839px;
	left: -170px;
}
.restore-sleep-style-9.restore-sleep-style-9-variant-2 .position-img-5 {
	width: 494px;
	top: 3639px;
	right: -120px;
	transform: rotate(19.39deg);
	-webkit-transform: rotate(19.39deg);
	-moz-transform: rotate(19.39deg);
	-ms-transform: rotate(19.39deg);
	-o-transform: rotate(19.39deg);
}
.restore-sleep-style-9.restore-sleep-style-9-variant-2 .position-img-6 {
	width: 643px;
	bottom: 759px;
	left: -236px;
}
.restore-sleep-style-9.restore-sleep-style-9-variant-2 .position-img-7 {
	width: 697px;
	bottom: 0;
	right: -237px;
}
.restore-sleep-style-9.restore-sleep-style-9-variant-3 {
	background: #EAE7FA;
}
.restore-sleep-style-9.restore-sleep-style-9-variant-3 .heading-style-1,
.restore-sleep-style-9.restore-sleep-style-9-variant-3 .highlighted-txt {
	color: var(--primary-color);
}
.restore-sleep-style-9.restore-sleep-style-9-variant-3 .dark-box .article-number {
	border-color: #635470;
}
.restore-sleep-style-9.restore-sleep-style-9-variant-3 .dark-box .article-title {
	background-color: #645571;
	padding: 22px 0 22px 22px;
	position: absolute;
	top: -57px;
	left: 50%;
	transform: translateX(-120%);
	-webkit-transform: translateX(-120%);
	-moz-transform: translateX(-120%);
	-ms-transform: translateX(-120%);
	-o-transform: translateX(-120%);
	border-radius: 20px 0 0 20px;
}
.restore-sleep-style-9.restore-sleep-style-9-variant-3 .dark-box .article-title span {
	display: block;
	background-color: #3C3044;
	margin-right: -22px;
	padding: 10px 30px 10px 30px;
	color: var(--white-heading);
	font-size: 42px;
	line-height: 1.2;
	font-weight: 700;
	border-radius: 20px 0 0 20px;
}
.restore-sleep-style-9.restore-sleep-style-9-variant-3 .dark-box .heading-style-1 {
	color: var(--white-heading);
	margin-bottom: 15px;
}
.restore-sleep-style-9.restore-sleep-style-9-variant-3 .position-img-8 {
	width: 386px;
	bottom: 230px;
	left: -53px;
	transform: rotate(-24.89deg);
	-webkit-transform: rotate(-24.89deg);
	-moz-transform: rotate(-24.89deg);
	-ms-transform: rotate(-24.89deg);
	-o-transform: rotate(-24.89deg);
}
/* end restore sleep style-9 variant-2 variant-3 */

/* restore sleep style-10 */
.restore-sleep-style-10 {
	padding: 0;
    filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.3));
	z-index: 1;
}
.restore-sleep-style-10 .clip-banner {
	position: relative;
	background: linear-gradient(180deg, #FFF8E6 -13.51%, #FFFDF7 24.1%);
	padding-top: 70px;
	padding-bottom: 170px;
	clip-path: polygon(100% -50%,100% 89%,50% 100%,0% 89%,0% 0%);
}
.restore-sleep-style-10 .position-img {
	bottom: 0;
	width: 100%;
}
.restore-sleep-style-10 .media-wrap {
	max-width: 560px;
	margin-top: -140px;
}
.restore-sleep-style-10 .heading-style-1,
.restore-sleep-style-10 .heading-style-2,
.restore-sleep-style-10 .highlighted-txt {
	color: var(--primary-color);
}
.restore-sleep-style-10 .light-box {
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
	box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.3);
	padding: 70px 50px 40px;
}
.restore-sleep-style-10 .highlighted-txt {
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1.2;
}
/* end restore sleep style-10 */

/* restore sleep style-11 */
.restore-sleep-style-11 {
	background: linear-gradient(180deg, #FFFDF7 0%, #FDF9E6 29.18%, #FFF8E6 75.04%);
	padding-top: 230px;
	margin-top: -170px;
}
.restore-sleep-style-11 .position-img {
	left: 0;
	bottom: 0;
	width: 1342px;
}
.potent-forms .heading-style-1 {
	color: var(--secondary-color);
}
.potent-forms .logo-seperator {
	padding-bottom: 40px;
	max-width: 492px;
}
.potent-forms .manufactured-logo {
	padding: 50px;
	margin-right: -25px;
	border-radius: 20px 0 0 20px;
	background: rgba(255, 255, 254, 0.8);
	box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.3);
}
.potent-forms .manufactured-logo .restore-sleep-fda-logo {
	max-width: 262px;
}
.potent-forms .manufactured-logo .restore-sleep-gmp-logo {
	max-width: 186px;
}
.potent-forms .media-wrap {
	max-width: 344px;
}
.restore-sleep-style-11 .light-box {
	padding: 70px 70px 40px;
	background: rgba(255, 255, 254, 0.8);
	box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.3);
}
.restore-sleep-style-11 .highlighted-txt {
	color: var(--secondary-color);
}
/* end restore sleep style-11 */

/* restore sleep style-11 variant-2 */
.restore-sleep-style-11.restore-sleep-style-11-variant-2 {
	margin-top: 0;
	padding-top: 70px;
	background: linear-gradient(180deg, #EDE5CE 0%, #FEFAEB 53.26%, #EEE6CB 103.42%);
}
/* end restore sleep style-11 variant-2 */

/* restore sleep style-12 */
.restore-sleep-style-12 {
	background: linear-gradient(0deg, #685875 0%, #2E2434 100%);
	color: var(--white-heading);
}
.restore-sleep-style-12 .media-wrap {
	max-width: 619px;
}
.restore-sleep-style-12 .dark-box {
	background-color: #2E2434;
	margin-bottom: 30px;
	border-radius: 40px;
}
.restore-sleep-style-12 .dark-box .item {
	font-size: 23px;
	line-height: 1.3;
	background-color: #685875;
	padding: 40px;
	min-height: 100%;
	overflow: auto;
}
.restore-sleep-style-12 .dark-box .item .item-icon {
	max-width: 170px;
}
/* end restore sleep style-12 */

/* restore sleep style-13 */
.restore-sleep-style-13 {
	background-color: #FFFAF3;
	padding-top: 560px;
	margin-top: -570px;
}
.restore-sleep-style-13 .position-img {
	right: -58px;
	bottom: 0;
	width: 985px;
}
.restore-sleep-style-13 .heading-style-2 {
	color: var(--secondary-color);
}
/* end restore sleep style-13 */

/* restore sleep style-14 */
.restore-sleep-style-14 {
	background-color: #685875;
	color: var(--white-heading);
}
.restore-sleep-style-14 .media-wrap {
	max-width: 421px;
}
.restore-sleep-style-14 ul {
	padding-left: 20px;
}
.restore-sleep-style-14 ul li {
	margin-bottom: 30px;
}
.restore-sleep-style-14 .highlighted-txt {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 30px;
	color: var(--highlighted-secondary-color);
}
.product-block .dark-box {
	background-color: #3C3044;
	border-radius: 40px;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
.product-block .product-item {
	background-color: #685875;
	padding: 30px 40px;
	height: 100%;
}
.product-block .product-item .product-img img {
	max-width: 50px;
}
.product-block .product-item .product-name {
	font-size: 20px;
}
/* end restore sleep style-14 */

/* restore sleep style-15 */
.restore-sleep-style-15 {
	background: linear-gradient(180deg, #FFF8E6 0%, #FFF8E7 4.13%, #FFFBF0 37.52%, #FFF8E6 75.04%);
	margin-top: -620px;
	padding-top: 610px;
}
.restore-sleep-style-15 .position-img {
	right: -66px;
	width: 731px;
	bottom: 1730px;
}
.restore-sleep-style-15 .heading-secondary {
	font-size: 23px;
	margin-bottom: 40px;
}
.restore-sleep-style-15 .heading-secondary,
.restore-sleep-style-15 .highlighted-txt,
.restore-sleep-style-15 .heading-style-1,
.restore-sleep-style-15 .heading-style-2 {
	color: var(--secondary-color);
}
.restore-sleep-style-15 .highlighted-txt-2 {
	color: #DDAE48;
}
.restore-sleep-style-15 .heading-style-2 {
	font-size: 30px;
}
.restore-sleep-style-15 .light-box {
	box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.3);
	border-radius: 40px;
	padding: 60px 60px 30px;
	margin-bottom: 70px;
}
.restore-sleep-style-15 ul li {
	margin-bottom: 30px;
	position: relative;
	list-style: none;
	padding-left: 45px;
}
.restore-sleep-style-15 ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 35px;
	background-image: url('images/check-mark-icon.webp');
	background-repeat: no-repeat;
	background-size: cover;
}
.plans-pricing-block .pp-col {
	margin-bottom: 50px;
	box-shadow: 0px 5.58828px 13.9707px 2.79414px rgba(0, 0, 0, 0.15);
	border-radius: 18px;
}
.plans-pricing-block .pp-col .pp-best-value {
	background-color: #DDAE48;
	font-weight: 800;
	font-size: 44px;
	padding: 20px 14px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-radius: 18px 18px 0 0;
	-webkit-border-radius: 18px 18px 0 0;
	-moz-border-radius: 18px 18px 0 0;
	-ms-border-radius: 18px 18px 0 0;
	-o-border-radius: 18px 18px 0 0;
}
.plans-pricing-block .pp-col .pp-head {
	background-color: #685875;
	padding: 12px 20px;
	color: #fff;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}
.plans-pricing-block .pp-col .pp-head .pp-canceled-price .pp-title,
.plans-pricing-block .pp-col .pp-head .pp-recent-price .pp-title {
	font-size: 20px;
	text-transform: uppercase;
	display: block;
}
.plans-pricing-block .pp-col .pp-head .pp-canceled-price .pp-amount,
.plans-pricing-block .pp-col .pp-head .pp-recent-price .pp-amount {
	font-size: 40px;
	font-weight: 800;
	position: relative;
	display: block;
	line-height: 0.9;
}
.plans-pricing-block .pp-col .pp-head .pp-canceled-price .pp-amount sub,
.plans-pricing-block .pp-col .pp-head .pp-recent-price .pp-amount sub {
	vertical-align: super;
	font-size: 20px;
	font-weight: 400;
}
.plans-pricing-block .pp-col .pp-head .pp-canceled-price::before {
	z-index: 1;
	background-color: #FB6E6E;
	height: 4px;
	width: 105px;
	content: " ";
	position: absolute;
	top: 50%;
	transform: rotate(-25deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
}
.plans-pricing-block .pp-col .pp-head .pp-recent-price .pp-amount {
	font-size: 48px;
}
.plans-pricing-block .pp-col .pp-head .pp-recent-price .pp-amount sub {
	font-size: 40px;
}
.plans-pricing-block .pp-col .pp-head .pp-quantity {
	font-size: 16px;
	display: block;
}
.plans-pricing-block .pp-col .pp-content {
	padding: 25px 15px;
	background-color: #fff;
	min-height: 790px;
}
.plans-pricing-block .pp-col .pp-content .img-size {
	min-height: 290px;
}
.plans-pricing-block .pp-col .pp-content .bottle-1 {
	max-width: 150px;
}
.plans-pricing-block .pp-col .pp-content .bottle-3 {
	max-width: 210px;
}
.plans-pricing-block .pp-col .pp-content .bottle-6 {
	max-width: 290px;
}
.plans-pricing-block .pp-col .pp-content .month {
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	color: #685875;
	margin-bottom: 30px;
}
.plans-pricing-block .pp-col .pp-content .saving-price {
	font-size: 45px;
	font-weight: 800;
	text-transform: uppercase;
	color: #685875;
	margin-bottom: 50px;
}
.plans-pricing-block .pp-col .pp-content .add-order img {
	position: absolute;
	left: 0;
	width: 109px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.plans-pricing-block .pp-col .pp-content .add-order a {
	font-size: 27px;
	font-weight: 700;
	padding: 13px 15px;
	margin-left: 90px;
	margin-bottom: 44px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	border-radius: 9px;
	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-block .pp-col .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-block .pp-col .pp-content .money-back {
	font-size: 16px;
	margin-bottom: 10px;
}
.plans-pricing-block .pp-col .pp-content .payment-option {
	max-width: 222px;
}
.plans-pricing-block .pp-col .pp-content .total-price {
	font-size: 27px;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #3C3044;
}
.plans-pricing-block .pp-col .pp-content .total-price span {
	font-size: 22px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: normal;
	text-transform: lowercase;
	color: #3C3044;
	margin-bottom: 10px;
	display: block;
}
.plans-pricing-block .pp-col .pp-footer {
	background-color: #3C3044;
	font-size: 32px;
	padding: 22px;
	letter-spacing: normal;
	color: #fff;
	border-radius: 0px 0px 18px 18px;
	-webkit-border-radius: 0px 0px 18px 18px;
	-moz-border-radius: 0px 0px 18px 18px;
	-ms-border-radius: 0px 0px 18px 18px;
	-o-border-radius: 0px 0px 18px 18px;
}
.plans-pricing-block .pp-col .pp-footer img {
	max-width: 36px;
	margin-right: 15px;
	margin-top: -8px;
}
.plans-pricing-block .box-contain {
	background-color: #685875;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	padding: 20px 40px;
	text-decoration: underline;
	display: block;
}
.plans-pricing-block .box-contain:hover {
	background-color: #736181;
}
/* end restore sleep style-15 */

/* restore sleep style-16 */
.restore-sleep-style-16 {
	background: linear-gradient(0deg, #685875 0%, #2E2434 100%);
	color: var(--white-heading);
}
.restore-sleep-style-16 .media-wrap {
	max-width: 290px;
}
.restore-sleep-style-16 .dark-box {
	background-color: #312737;
	padding-bottom: 40px;
	border-radius: 40px;
	margin-bottom: 30px;
}
.restore-sleep-style-16 .highlighted-txt {
	font-size: 30px;
	color: var(--highlighted-secondary-color);
	margin-bottom: 30px;
}
/* end restore sleep style-16 */

/* restore sleep style-17 */
.restore-sleep-style-17 {
	background: linear-gradient(180deg, #FFF6DF 0%, #FFF9E8 37.52%, #FFF6DF 75.04%);
	margin-top: -300px;
	padding-top: 300px;
}
.restore-sleep-style-17 .heading-style-1,
.restore-sleep-style-17 .heading-style-2 {
	color: var(--secondary-color);
}
.restore-sleep-style-17 .position-img {
	right: 0;
	top: 227px;
	width: 488px;
}
.restore-sleep-style-17 .dark-box {
	background-color: #45394F;
	padding-bottom: 40px;
	border-radius: 40px;
}
.accordion .accordion-item {
	margin-bottom: 30px;
	border-radius: 40px;
	box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	border: none;
}
.accordion .accordion-header .accordion-button {
	cursor: pointer;
	color: var(--secondary-color);
	font-weight: 700;
	font-size: 30px;
	padding: 50px;
}
.accordion .accordion-header .accordion-button:focus {
	outline: none;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	box-shadow: none;
}
.accordion-button::after {
	background-image: none;
	width: 17px;
	height: 17px;
	border-bottom: 4px solid var(--secondary-color);
	border-left: 4px solid var(--secondary-color);
	position: absolute;
	top: 50%;
	right: 100px;
	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: var(--secondary-color);
	background-color: transparent;
}
.accordion .accordion-body {
	background-color: #fff;
	padding: 0 140px 20px;
}
.accordion.citation .accordion-header .accordion-button {
	font-weight: 700;
	font-size: 45px;
	display: block;
	text-align: center;
}
.citation-list li {
	margin-bottom: 15px;
	font-size: 20px;
}
.citation-list li a {
	word-wrap: break-word;
	color: #1E1E1E;
	text-decoration: none;
}
.citation-list li a:hover {
	color: #DDAE48;
}
/* end restore sleep style-17 */

/* restore sleep upsell style-1 */
.restore-sleep-upsell-style-1 .heading-style-2 {
	font-size: 35px;
	line-height: 1.2;
	color: #FAD44D;
	font-weight: 700;
}
.text-bx {
	background-color: var(--secondary-color);
	border-radius: 10px;
	padding: 0 10px;
	display: inline-block;
}
.restore-sleep-upsell-style-1 p {
	font-size: 24px;
}
.restore-sleep-upsell-style-1 .txt-decoration-underline {
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 2px;
}
/* end restore sleep upsell style-1 */

/* restore sleep upsell style-2 */
.restore-sleep-upsell-style-2 {
	background-color: #FFF5DF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: inherit;
}
.restore-sleep-upsell-style-2 .heading-style-1 {
	color: var(--secondary-color);
}
.restore-sleep-upsell-style-2 .light-box {
	box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.3);
	border-radius: 40px;
	padding: 60px 60px 30px;
	margin-bottom: 30px;
}
.restore-sleep-upsell-style-2 .light-box p {
	font-size: 25px;
}
.restore-sleep-upsell-style-2 .light-box .text-bx {
	color: #FFF7E1;
	padding: 0 8px;
}
.color-box {
	background: linear-gradient(90deg, #FFDB5D 0%, #F3C831 100%);
	padding: 20px;
	letter-spacing: normal;
	margin-bottom: 30px;
	color: #352B3B;
	display: block;
	text-decoration: none;
	max-width: 685px;
	width: 100%;
	margin-inline: auto;
}
a.color-box:hover {
	background: linear-gradient(90deg, #F3C831 0%, #ebc231 100%);
}
.color-box .heading-style-2 {
	color: #352B3B;
	font-size: 30px;
}
.restore-sleep-upsell-style-2 .color-box p {
	font-size: 21px;
}
.restore-sleep-upsell-style-2 .box-contain,
.restore-sleep-upsell-style-6 .box-contain {
	background-color: #685875;
	font-size: 20px;
	color: #fff;
	padding: 20px 40px;
	text-decoration: underline;
	display: inline-block;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}
.restore-sleep-upsell-style-2 .box-contain:hover,
.restore-sleep-upsell-style-6 .box-contain:hover {
	background-color: #736181;
}
.star-badge {
	width: 285px;
	height: 285px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 30px;
	color: #352B3B;
	padding-top: 50px;
}
.star-badge .save-money {
	font-size: 55px;
	line-height: normal;
	font-weight: 800;
	display: inline-block;
}
.restore-sleep-upsell-style-2 .star-badge {
	position: absolute;
	top: -45px;
	left: -104px;
}
/* end restore sleep upsell style-2 */

/* end restore sleep upsell style-3 */
.restore-sleep-upsell-style-3 {
	background: linear-gradient(180deg, #FFFDF7 0%, #FDF9E6 53%, #FFFDF7 100%);
}
.restore-sleep-upsell-style-3 .position-img-1 {
	width: 400px;
	top: 234px;
	right: -140px;
	transform: rotate(-13.46deg);
}
.restore-sleep-upsell-style-3 .position-img-2 {
	width: 402px;
	bottom: 900px;
	left: -58px;
}
.restore-sleep-upsell-style-3.restore-sleep-downsell-style-3 .position-img-2 {
	top: auto;
	bottom: 108px;
	transform: rotate(27.65deg);
	-webkit-transform: rotate(27.65deg);
	-moz-transform: rotate(27.65deg);
	-ms-transform: rotate(27.65deg);
	-o-transform: rotate(27.65deg);
}
.restore-sleep-upsell-style-3 .heading-style-2,
.restore-sleep-upsell-style-3 .highlighted-txt {
	color: var(--secondary-color);
}
.restore-sleep-upsell-style-3 .heading-style-2 {
	font-size: 30px;
}
.restore-sleep-upsell-style-3 .text-bx {
	color: #FFFCF7;
}
.restore-sleep-upsell-style-3 .dark-box {
	background-color: #685875;
	border-radius: 40px;
	overflow: hidden;
	padding: 50px 100px 20px;
}
.restore-sleep-upsell-style-3 .dark-box .bg-overlay {
	background: linear-gradient(90deg, #685875 57.69%, rgba(104, 88, 117, 0.51) 100%);
}
.restore-sleep-upsell-style-3 .dark-box .position-img {
	width: 515px;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
.restore-sleep-upsell-style-3 .dark-box ul {
	list-style: none;
	padding-left: 0;
}
.restore-sleep-upsell-style-3 .dark-box ul li {
	padding-bottom: 20px;
	position: relative;
	padding-left: 45px;
}
.restore-sleep-upsell-style-3 .dark-box ul.arrow-list li:before {
	display: block;
	content: "";
	width: 17px;
	height: 17px;
	border-top: 3px solid #FAD44D;
	border-left: 3px solid #FAD44D;
	position: absolute;
	left: 10px;
	top: 9px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}
.restore-sleep-upsell-style-3 .dark-box ul.arrow-list li:after {
	content: "";
	display: block;
	width: 27px;
	height: 3px;
	background-color: #FAD44D;
	left: 0;
	top: 16px;
	position: absolute;
}
/* end restore sleep upsell style-3 */
/* restore sleep upsell style-3 variant-2 */
.restore-sleep-upsell-style-3.restore-sleep-upsell-style-3-variant-2 {
	background: #F2F1FB;
}
.restore-sleep-upsell-style-3.restore-sleep-upsell-style-3-variant-2 .highlighted-txt {
	color: var(--primary-color);
}
.restore-sleep-upsell-style-3.restore-sleep-upsell-style-3-variant-2 .dark-box {
	background-color: #2E2434;
	margin-bottom: 30px;
}
.restore-sleep-upsell-style-3.restore-sleep-upsell-style-3-variant-2 .dark-box .heading-style-2 {
	color: #FAD44D;
}
/* end restore sleep upsell style-3 variant-2 */

/* restore sleep upsell style-4 */
.restore-sleep-upsell-style-4 {
	background: linear-gradient(0deg, #685875 0%, #2E2434 100%);
	padding-top: 50px;
	padding-bottom: 20px;
}
.restore-sleep-upsell-style-4 .heading-style-2 {
	color: #FAD44D;
	font-size: 30px;
}
/* restore sleep upsell style-4 */

/* restore sleep upsell style-5 */
.restore-sleep-upsell-style-5 {
	background: linear-gradient(180deg, #FFF8E6 0%, #FFFDF7 58.29%, #FFF8E6 98.13%);
	margin-top: -367px;
	padding-top: 367px;
}
.restore-sleep-upsell-style-5.restore-sleep-downsell-style-5 {
	margin-top: -257px;
	padding-top: 257px;
}
.restore-sleep-upsell-style-5 .heading-style-1,
.restore-sleep-upsell-style-5 .heading-style-2 {
	color: var(--secondary-color);
}
.restore-sleep-upsell-style-5 .text-bx {
	color: #FFFCF3;
}
.restore-sleep-upsell-style-5 .highlighted-txt {
	color: var(--secondary-color);
}
.restore-sleep-upsell-style-5 .heading-style-2 {
	font-size: 30px;
}
.restore-sleep-upsell-style-5 .light-box {
	box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.restore-sleep-upsell-style-5 .light-box .heading-style-2 {
	color: #1E1E1E;
}
.restore-sleep-upsell-style-5 .light-box .highlighted-txt {
	color: #DDAE48;
}
/* restore sleep upsell style-5 */

/* restore sleep upsell style-6 */
.restore-sleep-upsell-style-6 {
	background: linear-gradient(180deg, #685875 0%, #2E2434 100%);
	color: var(--white-heading);
	margin-top: -240px;
	padding-top: 240px;
	padding-bottom: 180px;
}
.restore-sleep-upsell-style-6 .dark-box {
	background-color: #2E2434;
	color: var(--white-heading);
	padding-top: 50px;
	padding-bottom: 50px;
	border-radius: 20px;
}
.restore-sleep-upsell-style-6 ul {
	padding-left: 0;
	list-style: none;
}
.restore-sleep-upsell-style-6 ul li {
	margin-bottom: 20px;
	font-size: 30px;
	padding-left: 45px;
	position: relative;
}
.restore-sleep-upsell-style-6 .dark-box ul.plus-list li:before,
.restore-sleep-upsell-style-6 .dark-box ul.plus-list li:after {
	display: block;
	content: "";
	width: 30px;
	height: 6px;
	position: absolute;
	background-color: #FAD44D;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.restore-sleep-upsell-style-6 .dark-box ul.plus-list li:after {
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
}
/* restore sleep upsell style-6 */

/* restore sleep upsell style-7 */
.restore-sleep-upsell-style-7 {
	background: linear-gradient(180deg, #FFF6DF 0%, #FFF9E8 37.52%, #FFF6DF 75.04%);
}
.restore-sleep-upsell-style-7 .position-img {
	top: 0;
	right: -124px;
	width: 1027px;
}
.restore-sleep-upsell-style-7 .light-box {
	box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
	margin-top: -210px;
	margin-bottom: 70px;
	padding: 50px 70px 10px;
}
.restore-sleep-upsell-style-7.restore-sleep-downsell-style-7 .light-box {
	margin-bottom: 30px;
}
.restore-sleep-upsell-style-7 .light-box .highlighted-txt {
	color: var(--secondary-color);
}
.restore-sleep-upsell-style-7 .accordion .accordion-body {
	background-color: #fff;
	padding: 0 70px 35px;
}
.restore-sleep-upsell-style-7 .accordion-button::after {
	right: 65px;
}
/* end restore sleep upsell style-7 */

/* style 2 */
.style-2 {
	background-color: var(--white-heading);
}
.style-2 .custom-wrap {
	max-width: 1368px;
}
.style-2 .heading-style {
	font-size: 35px;
	line-height: 1.35;
}
.style-2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.style-2 ul li  {
	padding-bottom: 40px;
}
.style-2 .img-bx {
	max-width: 325px;
}

/* style 3 */
.style-3 {
	background-color: #593F4B;
}
.style-3 .logos-list {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 30px;
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}
.logo-1-wrap {
	width: 100%;
	max-width: 86px;
}
.logo-2-wrap {
	width: 100%;
	max-width: 79px;
}
.logo-3-wrap {
	width: 100%;
	max-width: 56px;
}
.logo-4-wrap {
	width: 100%;
	max-width: 106px;
}
.logo-5-wrap {
	width: 100%;
	max-width: 113px;
}
.logo-6-wrap {
	width: 100%;
	max-width: 124px;
}
.logo-7-wrap {
	width: 100%;
	max-width: 81px;
}
.logo-8-wrap {
	width: 100%;
	max-width: 115px;
}
.logo-9-wrap {
	width: 100%;
	max-width: 81px;
}
.logo-10-wrap {
	width: 100%;
	max-width: 140px;
}
.logo-11-wrap {
	width: 100%;
	max-width: 97px;
}

/* style 4 */
.style-4 {
	background-color: var(--white-heading);
}
.style-4 .custom-wrap {
	max-width: 1000px;
}
.style-4 .position-img {
	position: absolute;
	bottom: 90px;
	right: -400px;
	width: 755px;
	transform: rotate(-170.563deg);
	-webkit-transform: rotate(-170.563deg);
	-moz-transform: rotate(-170.563deg);
	-ms-transform: rotate(-170.563deg);
	-o-transform: rotate(-170.563deg);
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}
.style-4 .img-bx {
	max-width: 593px;
}

/* style 5 */
.style-5 {
	background-color: #785864;
	color: var(--white-heading);
	background-position: top center;
	background-size: cover;
	position: relative;
}
.style-5 .custom-wrap {
	max-width: 1060px;
}
.style-5 p .highlighted-txt {
	color: #F6BF42;
}
.style-5 .border-box {
	font-size: 17px;
	font-weight: 600;
	border: 1px solid #F6BF42;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 25px 15px 25px;
	margin-bottom: 40px;
	min-height: 230px;
}
.style-5 .border-box span {
	font-size: 65px;
	font-weight: 700;
	display: block;
}
.style-5 .border-box .heading-style-line-center:before {
	width: 50px;
}
.style-5 .dark-box p {
	font-size: 30px;
}
.style-5 .disease-type {
	font-size: 25px;
	line-height: 1.35;
}
.style-5 .disease-type img {
	height: 115px;
}
.style-5 .btn-1 {
	background-color: #DDAB3F;
}

/* style 6 */
.style-6 {
	background-color: #F4EFDF;
}
.style-6 .custom-wrap {
	max-width: 1185px;
}
.style-6 .position-img {
	position: absolute;
	width: 780px;
	background-image: url('images/highway.webp');
	background-size: 80%;
	background-position: right top;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	right: 0;
}
.style-6 .dark-box {
	padding-bottom: 60px ;
	padding-left: 150px;
	background-blend-mode: multiply;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 755px;
	margin-bottom: 40px;
}
.style-6 .dark-box .heading-style-1 {
	font-weight: 600;
}
.style-6 .dark-box .heading-style-1:before {
	background-color: #F6BF42;
}

/* style 7 */
.style-7 {
	background-color: #FAF9F4;
	margin-top: -390px;
	padding-top: 380px;
	background-size: 747px;
	background-blend-mode: multiply;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.style-7 .heading-style-1 {
	color: #1E1E1E;
}

/* style 8 */
.style-8 {
	background-color: #503D45;
	color: var(--white-heading);
	letter-spacing: 0.81px;
	font-size: 22px;
}
.style-8 .avatar {
	background-color: #c4c4c4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	width: 209px;
	height: 209px;
	display: block;
	margin-bottom: 40px;
	position: relative;
}
.style-8 .name {
	font-size: 27px;
	font-weight: 700;
	text-transform: uppercase;
}
.style-8 .name.heading-style-line:before {
	width: 100px;
	background-color: #F6BF42;
}
.style-8 .img-border:before,
.style-8 .img-border:after {
	width: 70px;
	height: 64px;
}
.style-8 .img-border:before {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	top: -2px;
	right: -2px;
}
.style-8 .img-border:after {
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	bottom: -2px;
	left: -2px;
}
/* Style 8 v2 */
.style-8.v2 {
	background-color: #5B4652;
}
.style-8.v2 .avatar {
	border-radius: 100%;
	width: 209px;
	height: 209px;
	margin-bottom: 0;
}
.style-8.v2 .img-border img {
	border-radius: 100%;
}
.style-8.v2 .img-border:before,
.style-8.v2 .img-border:after {
	width: 104px;
	height: 104px;
}
.style-8.v2 .img-border:before {
	top: -3px;
	right: -3px;
	border-top-right-radius: 100%;
}
.style-8.v2 .img-border:after {
	bottom: -4px;
	left: -4px;
	border-bottom-left-radius: 100%;
}
.style-8.v2 .heading-style-2 {
	font-size: 30px;
}

/* style 9 */
.style-9 {
	background-color: var(--white-heading);
	background-repeat: no-repeat;
	background-position: left top;
	background-blend-mode: multiply;
	background-size: 747px;
}
.style-9 .custom-wrap {
	max-width: 1280px;
}
.style-9 .heading-style-1 {
	font-size: 35px;
	letter-spacing: 0.7px;
}

/* style 10 */
.style-10 {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 1374px;
	background-color: #F4EFDF;
}
.style-10 .custom-wrap {
	max-width: 1237px;
}
.style-10 .dark-box {
	background-color: #372C31;
	background-blend-mode: multiply;
	padding-left: 120px;
	padding-right: 180px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 449px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.style-10 .dark-box .highlighted-txt {
	color: #F6BF42;
}

/* style 11 */
.style-11 {
	background-color: var(--white-heading);
	background-position: left 280px;
	background-repeat: no-repeat;
	background-size: 280px;
	background-image: url('images/style-11-bg.webp');
}
.style-11 .custom-wrap {
	max-width: 1000px;
}
.style-11 .heading-style-line-center:before {
	background-color: #BF9334;
}
.style-11 .dark-box {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	background-size: 326px ;
	margin-bottom: 50px;
	padding: 40px 100px 20px;
	overflow: auto;
}

/* style 12 */
.style-12 {
	color: var(--white-heading);
}
.style-12 .bg-overlay {
	background: linear-gradient(184.52deg, #372C31 3.66%, #755B66 96.34%);
	transform: matrix(1, 0, 0, -1, 0, 0);
}
.style-12 .position-img,
.style-12 .position-img-2 {
	position: absolute;
	width: 434px;
}
.style-12 .position-img {
	top: 122px;
	left: -207px;
}
.style-12 .position-img-2 {
	bottom: 102px;
	right: -207px;
}
.style-12 ul li {
	padding-bottom: 35px;
}
.style-12 ul li .highlighted-txt {
	color: #DDAB3F;
}
.style-12 .btn-1 {
	background-color: #DDAB3F;
}

/* style 13 */
.style-13 {
	background-color: #F4EFDF;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.style-13 .heading-style-1 .highlighted-txt {
	font-style: italic;
	text-transform: uppercase;
	-webkit-text-fill-color: #BF9334;
}
.style-13 .heading-style-line-center:before {
	background-color: #BF9334;
}
.style-13 .episode .heading-style {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 30px;
	letter-spacing: normal;
}
.style-13 .episode ul.custom-list-style-disc li::before {
	background-color: #BF9334;
}
.style-13 .episode .episode-number {
	font-size: 30px;
	margin-bottom: -20px;
	position: relative;
}
.style-13 .episode .episode-number span {
	width: 120px;
	height: 120px;
	margin-left: 10px;
	display: inline-block;
	background: linear-gradient(89.9deg, #372C31 16.81%, #755B66 79.84%);
	font-size: 80px;
	font-weight: 700;
	color: var(--white-heading);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-text-fill-color: var(--white-heading);
	text-align: center;
}
.style-13 .episode .episode-photo {
	width: 200px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}
.style-13 .episode .episode-author-content {
	font-size: 20px;
}
.style-13 .episode .episode-author-content p {
	margin-bottom: 20px;
}
.style-13 .episode .episode-author {
	font-size: 24px;
	color: #BF9334;
	font-weight: 700;
}
.style-13 .episode .episode-author.heading-style-line:before {
	width: 50px;
	background-color: #DDAB3F;
}
.style-13 .episode .episode-author-designation {
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 40px;
}
.style-13 .special-txt {
	font-size: 21px;
}

/* style 14 */
.style-14 {
	background-color: #F0E5C5;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-blend-mode: multiply;
}
.style-14 .position-img {
	position: absolute;
	width: 860px;
	background-image:url('images/style-14-position-img.webp');
	background-size: cover;
	top: 0;
	bottom: 0;
	left: 0;
}
.style-14 .heading-style-line-center:before {
	background-color: #BF9334;
}
.style-14 .dark-box {
	padding: 35px 60px;
}
.style-14 .dark-box span {
	font-size: 40px;
	padding-right: 30px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.style-14 .dark-box span::before {
	width: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background-color: #DDAB3F;
	height: 1px;
	display: block;
	content: "";
}
.style-14 .dark-box span::after {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 2px;
	top: 21px;
	border-top: 1px solid #DDAB3F;
	border-right: 1px solid #DDAB3F;
	display: block;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

/* style 15 */
.style-15 {
	background: linear-gradient(184.52deg, #372C31 3.66%, #755B66 96.34%);
	color: var(--white-heading);
	margin-top: -375px;
	padding-top: 365px;
}
.style-15 .heading-style-1 .highlighted-txt {
	font-style: italic;
	text-transform: uppercase;
	-webkit-text-fill-color: #F6BF42;
	display: inline-block;
}
.style-15 .list-expert .expert-col {
	margin-bottom: 40px;
}
.style-15 .list-expert .expert-item {
	background-color: #342A2F;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
	min-height: 100%;
}
.style-15 .list-expert .expert-item .experts-content {
	padding: 15px;
}
.style-15 .list-expert .expert-item .experts-name.heading-style-line-center::before {
	width: 27px;
}
.style-15 .list-expert .expert-item .experts-name {
	font-size: 20px;
	font-weight: 600;
	color: var(--white-heading);
}
.style-15 .list-expert .expert-item .experts-name span {
	font-size: 19px;
}
.style-15 .list-expert .expert-item .experts-designation {
	font-size: 17px;
	color: #fff;
}
.style-15 .light-box {
	color: #1E1E1E;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 263px;
	padding: 70px;
	margin-top: 0;
}
.style-15 .img-border:before {
	-webkit-border-radius: 20px 0 0 0;
	-moz-border-radius: 20px 0 0 0;
	border-radius: 20px 0 0 0;
	right: auto;
	left: -3px;
}
.style-15 .img-border:after {
	-webkit-border-radius: 0 0 20px 0;
	-moz-border-radius: 0 0 20px 0;
	border-radius: 0 0 20px 0;
	left: auto;
	right: -3px;
}
.style-15 .light-box .btn-1 {
	background-color: #BF9333;
}
.style-15 .special-txt {
	font-size: 21px;
}

/* style 16 */
.style-16 {
	background-image: url('images/couple.webp');
	background-color: #F4EFDF;
	background-position: right bottom;
	background-size: 920px;
	background-repeat: no-repeat;
	margin-top: -370px;
	padding-top: 360px;
}
.style-16 .position-img {
	position: absolute;
	width: 487px;
	height: 666px;
	background-color: #F4EFDF;
	background-blend-mode: multiply;
	background-image: url('images/style-16-position-img.webp');
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}

/* style 17 */
.style-17 {
	background-color: #F1F7F7;
	margin-top: -160px;
	padding-top: 170px;
	font-size: 22px;
}
.style-17 .position-img {
	width: 732px;
	bottom: 147px;
	left: -225px;
}
.style-17 .heading-style-1 {
	color: var(--primary-color);
}
.style-17 .paragraph-style-1 {
	margin-bottom: 30px;
	font-weight: 400;
}
.style-17 .highlighted-txt {
	color: #493E56;
}
.style-17 .highlighted-txt-2 {
	color: var(--highlighted-primary-color);
}
.style-17 .mini-class-item {
	background-color: #FFFEF9;
	box-shadow: -4px 4px 10px 0px rgba(0, 0, 0, 0.10);
	border-radius: 100%;
	width: 300px;
	height: 300px;
	text-align: center;
}
.style-17  .mini-class-item .digit {
	color: #B98098;
	font-weight: 600;
	font-size: 70px;
	line-height: 0.95;
	display: block;
}
.style-17  .mini-class-item .transcript {
	font-size: 23px;
	color: #5E4754;
}
.style-17  .mini-class-item .download {
	color: #B98098;
	font-weight: 300;
	text-decoration: none;
}
.style-17 #target-CTA {
	position: absolute;
	top: calc(-100vh + 120px);
	left: 0;
}
/* style 17 v2 */
.style-17.v2 {
	margin-top: -690px;
	padding-top: 680px;
}
/* style 17 v3 */
.style-17.v3 {
	background-color: #F4EFDF;
	padding-top: 70px;
}
.style-17.v3 .heading-style-2 {
	font-size: 27px;
	color: #5E4754;
}
.style-17.v3 .position-img {
	opacity: 0.05;
	width: 758px;
	bottom: auto;
	top: 173px;
	left: calc(-758px / 2)
}
/* style 17 v4 */
.style-17.v4 {
	margin-top: -260px;
	padding-top: 250px;
}

/* style 18 */
.style-18 {
	background-color: #EFEEE2;
}
.style-18 .heading-style-1 {
	color: var(--primary-color);
}
.style-18 .heading-style-2,
.style-18 .highlighted-txt,
.style-18 .highlighted-txt-2 {
	color: var(--secondary-color);
}
.style-18 .heading-style-2.highlighted-txt {
	color: var(--highlighted-primary-color);
}
.style-18 .highlighted-txt-2:not(.style-18 .light-box .highlighted-txt-2) {
	font-size: 27px;
}
.style-18 .light-box {
	background-color: #FAFCFC;
	padding: 40px 80px 20px 20px;
}
.style-18 .light-box .media-wrap {
	max-width: 527px;
}

/* style 19 */
.style-19 {
	background: linear-gradient(180deg, #372D41 66.46%, #395562 100%);
	color: #fff;
	margin-top: -435px;
	padding-top: 425px;
}
.style-19 .custom-wrap {
	max-width: 655px;
}
.style-19 .position-img {
	width: 820px;
	top: 85px;
	right: -240px ;
	transform: rotate(-64.422deg);
	-webkit-transform: rotate(-64.422deg);
	-moz-transform: rotate(-64.422deg);
	-ms-transform: rotate(-64.422deg);
	-o-transform: rotate(-64.422deg);
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

/* style 20 */
.style-20 {
	color: #fff;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.style-20 .bg-overlay {
	background: linear-gradient(180deg, rgba(58, 85, 99, 0.99) 56.86%, rgba(58, 85, 99, 0.85) 100%);
}

/* style 21 */
.style-21 {
	background-color: #EDEDEA;
	overflow: hidden;
}
.style-21 .position-img {
	width: 760px;
	top: -60px;
	right: -280px;
	transform: rotate(-159.579deg);
	-webkit-transform: rotate(-159.579deg);
	-moz-transform: rotate(-159.579deg);
	-ms-transform: rotate(-159.579deg);
	-o-transform: rotate(-159.579deg);
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
}
.style-21 .heading-style-1,
.style-21 .light-box .heading-style-2 {
	color: var(--primary-color);
}
.style-21 .media-wrap {
	max-width: 488px;
}
.style-21 .highlighted-txt-3 {
	color: var(--primary-color);
	font-size: 27px;
}
.style-21 .light-box:not(.style-21.v2 .light-box) {
	background-image: url(images/style-21-light-box-img.webp);
	padding: 50px 120px 20px;
	margin-bottom: 70px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 947px;
}
.style-21 .light-box .custom-wrap {
	max-width: 733px;
}
.style-21 .light-box .highlighted-txt {
	color: var(--secondary-color);
}
.style-21 .light-box .highlighted-txt-2 {
	color: var(--highlighted-primary-color);
}
/* style 21 v2 */
.style-21.v2 {
	background-color: #F5F5F5;
}
.style-21.v2 .position-img {
	width: 828px;
	top: 80px;
	right: -510px;
	transform: rotate(145.723deg);
	-webkit-transform: rotate(145.723deg);
	-moz-transform: rotate(145.723deg);
	-ms-transform: rotate(145.723deg);
	-o-transform: rotate(145.723deg);
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}
.style-21.v2 .light-box {
	margin-top: 20px;
	padding: 50px 50px 20px;
}
.style-21.v2 .light-box .highlighted-txt {
	font-size: 27px;
}
.style-21.v2 ul.custom-list-style-disc li::before {
	background-color: var(--highlighted-primary-color);
}

/* style 22 */
.style-22 {
	background-color: var(--primary-color);
	color: var(--white-heading);
}
.style-22 .statistic {
	font-size: 21px;
	text-align: center;
}
.style-22 .custom-wrap {
	max-width: 1135px;
}
.circle-wrap {
	width: 240px;
	height: 240px;
	background: transparent;
	border-radius: 50%;
}
.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
	width: 240px;
	height: 240px;
	position: absolute;
	border-radius: 50%;
}
.circle-wrap .circle .mask {
	clip: rect(0px, 240px, 240px, 120px);
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.circle-wrap .circle .mask .fill {
	clip: rect(0px, 120px, 240px, 0px);
	background-color: #DDAB3F;
}
.circle-wrap .circle-1 .fill {
	transform: rotate(126deg);
}
.circle-wrap .circle-2 .fill {
	transform: rotate(70deg);
	-webkit-transform: rotate(70deg);
	-moz-transform: rotate(70deg);
	-ms-transform: rotate(70deg);
	-o-transform: rotate(70deg);
}
.circle-wrap .circle-3 .fill {
	transform: rotate(126deg);
}
.circle-wrap .inside-circle {
	width: 220px;
	height: 220px;
	padding-top: 75px;
	border-radius: 50%;
	background: #2C2434;
	color: #DDAB3F;
	line-height: 0.6;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
	z-index: 100;
	font-weight: 700;
	font-size: 60px;
}
.circle-wrap .inside-circle span {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 700;
	display: block;
}

/* style 23 */
.style-23 {
	background-color: #EFEEE2;
}
.style-23 .position-img {
	width: 612px;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.style-23 .highlighted-txt-2 {
	color: var(--primary-color);
	font-size: 27px;
	margin-bottom: 30px;
}
.style-23 .custom-wrap {
	max-width: 693px;
}
.style-23 .highlighted-txt {
	color: var(--secondary-color);
}
.style-23 ul.custom-list-style-disc li::before {
	background-color: var(--highlighted-primary-color);
	top: 12px;
}

/* style 24 */
.style-24 {
	background-color: #3A5563;
	color: var(--white-heading);
}
.style-24 .heading-style-2 {
	font-size: 27px;
}
.style-24 .dark-box {
	background-color: #293C46;
	margin-bottom: 50px;
}
.style-24 .lessons {
	padding-top: 30px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 46%;
}
.style-24 .lessons .bg-overlay {
	background: linear-gradient(174.13deg, #3A5563 25%, rgba(58, 85, 99, 0.79) 80.4%);
}
.style-24 .lessons .custom-wrap {
	max-width: 830px;
}

/* style 25 */
.style-25 {
	background-color: #EFEEE2;
}
.style-25 .heading-style-1 {
	color: var(--primary-color);
}
.style-25 .heading-style-2,
.style-25 .highlighted-txt-2 {
	color: var(--secondary-color);
	margin-bottom: 20px;
}
.style-25 .highlighted-txt {
	font-size: 40px;
	margin-bottom: 40px;
}
.style-25 .highlighted-txt span {
	font-size: 35px;
}
.style-25 .highlighted-txt-2 {
	font-size: 27px
}
.style-25 .light-box {
	padding: 30px 20px 0;
	font-size: 22px;
	letter-spacing: normal;
	line-height: 1.36;
	min-height: 100%;
	position: relative;
}
.style-25 .light-box:before {
	content: "";
	top: -50px;
	left: 50%;
	width: calc(100% + 3rem);
	border-top: 25px solid #635372;
	border-left: 25px solid #635372;
	border-right: 25px solid #635372;
	background-color: transparent;
	opacity: 0.16;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	height: 90px;
	position: absolute;
	z-index: -1;
}
.style-25 .light-box.timeline-bar-bottom:before {
	content: "";
	top: auto;
	bottom: -50px;
	left: 50%;
	width: calc(100% + 3rem);
	border-top: none;
	border-left: 25px solid #635372;
	border-right: 25px solid #635372;
	border-bottom: 25px solid #635372;
}
.style-25 .light-box.timeline-bar-none:before {
	content: none;
}
.style-25 .light-box .heading-style-1 {
	color: var(--secondary-color);
}

/* style 26 */
.style-26 {
	margin-top: -280px;
	color: var(--white-heading);
	background: linear-gradient(180deg, #2B404A 14.67%, #507385 89.45%);
	padding-top: 270px;
}
.style-26 .bg-overlay {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.style-26 .custom-wrap {
	max-width: 1110px;
}
/* style 26 v2 */
.style-26.v2 {
	margin-top: -320px;
	padding-top: 310px;
	background: linear-gradient(0deg, #2B404A 0%, #2B404A 100%);
}
.style-26.v2 .media-wrap {
	max-width: 397px;
}

/* style 27 */
.style-27 {
	background: linear-gradient(180deg, #EFEEE2 1.03%, #FFF 54.64%, #EFEEE2 100%);
}
.style-27 .heading-style-1 {
	color: var(--primary-color);
}
.style-27 .custom-wrap {
	max-width: 490px;
}
.style-27 .animated-logo {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* style 28 */
.style-28 {
	background-color: #FBFBF8;
}
.style-28 .position-img {
	width: 1250px;
	top: 80px;
	left: -690px;
	transform: matrix(-0.62, -0.78, -0.78, 0.62, 0, 0);
	-webkit-transform: matrix(-0.62, -0.78, -0.78, 0.62, 0, 0);
	-moz-transform: matrix(-0.62, -0.78, -0.78, 0.62, 0, 0);
	-ms-transform: matrix(-0.62, -0.78, -0.78, 0.62, 0, 0);
	-o-transform: matrix(-0.62, -0.78, -0.78, 0.62, 0, 0);
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.style-28 .heading-style-1 {
	color: var(--primary-color);
}
.style-28 .dark-box {
	background-color: #293C46;
	margin-bottom: 30px;
	padding-top: 50px;
	padding-bottom: 5px;
	z-index: 0;
}
.style-28 .dark-box:before {
	content: '';
	position: absolute;
	bottom: -23px;
	left: 20px;
	height: 50px;
	width: calc(50% - 20px);
	background: #293C46;
	transform: skew(0deg, 4deg);
	z-index: 1;
}
.style-28 .dark-box:after {
	content: '';
	position: absolute;
	bottom: -23px;
	right: 20px;
	height: 50px;
	width: calc(50% - 20px);
	background: #293C46;
	transform: skew(0deg, -4deg);
	z-index: 1;
}

/* style 29 */
.style-29 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--white-heading);
	margin-top: -300px;
	padding-top: 350px;
}
.style-29 .media-wrap {
	max-width: 270px;
}
.style-29 .heading-style-2 {
	font-size: 27px;
	line-height: 1.44;
	margin-bottom: 30px;
}
.style-29 .bg-overlay {
	background: linear-gradient(180deg, rgba(59, 86, 100, 0.92) 0%, #3B5664 68.3%, #3B5664 68.3%);
}
.style-29 .without-circle {
	height: 300px;
	width: 300px;
	background: #202F38;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
	border: 15px solid rgba(48, 67, 79, 0.90);
}
.style-29 .without-circle::before {
	content: "";
	height: 15px;
	width: calc(100% + 5px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	background: rgba(48, 67, 79, 0.5);
	position: absolute;
	z-index: 1;
}
.style-29 .without-circle span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	padding: 10px;
	width: 100%;
	font-size: 27px;
}
.style-29 .dark-box {
	background-color: #2A3D47;
	margin-bottom: 30px;
	padding-top: 50px;
	padding-bottom: 20px;
}
.style-29 .dark-box .media-wrap {
	max-width: 486px;
}
.style-29 .dark-box .heading-style-1 {
	font-size: 35px;
}

/* style 30 */
.style-30 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.style-30 .heading-style-1 {
	color: var(--primary-color);
}
.style-30 .custom-wrap {
	max-width: 1225px;
}
.style-30 .media-wrap {
	max-width: 495px;
}

/* style 31 */
.style-31 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--white-heading);
}
.style-31 .bg-overlay {
	background: linear-gradient(0deg, rgba(55, 41, 47, 0.80) 0.18%, rgba(120, 88, 100, 0.80) 61.95%);
}
.style-31 .light-box {
	margin-top: 0;
	color: #1E1E1E;
	padding: 50px;
}
.style-31 .zonia-services {
	height: 250px;
	width: 250px;
	margin-bottom: 40px;
	background: linear-gradient(5deg, #372C31 13.41%, #755B66 89%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
}
.style-31 .zonia-services span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	padding: 10px;
	width: 100%;
	font-size: 22px;
}
.style-31 .circle-check,
.style-31 .circle-cross {
	position: relative;
	padding: 0 0 0 40px;
}
.style-31 .circle-check:before,
.style-31 .circle-cross:before {
	border: 3px solid #528B77;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	height: 27px;
	width: 27px;
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.style-31 .circle-cross:before,
.style-31 .circle-cross span:before,
.style-31 .circle-cross span:after {
	border-color: #B94141;
}
.style-31 .circle-check span:before {
	content: "";
	position: absolute;
	height: 15px;
	width: 7px;
	border-bottom: 3px solid #528B77;
	border-right: 3px solid #528B77;
	left: 10px;
	top: calc(50% - 1px);
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
}
.style-31 .circle-cross span:before,
.style-31 .circle-cross span:after {
	content: "";
	position: absolute;
	height: 17px;
	width: 1px;
	border-right-width: 3px;
	border-right-style: solid;
	left: 12px;
	top: 50%;
}
.style-31 .circle-cross span:before {
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	-o-transform: translateY(-50%) rotate(45deg);
}
.style-31 .circle-cross span:after {
	transform: translateY(-50%) rotate(315deg);
	-webkit-transform: translateY(-50%) rotate(315deg);
	-moz-transform: translateY(-50%) rotate(315deg);
	-ms-transform: translateY(-50%) rotate(315deg);
	-o-transform: translateY(-50%) rotate(315deg);
}

/* style 32 */
.style-32 {
	background-color: #EDE6D8;
}
.style-32.color-alter {
	background-color: #F8F4ED;
}
.style-32 .heading-style-1 {
	color: var(--primary-color);
}
.style-32 .highlighted-txt {
	color: var(--secondary-color);
}
.style-32 .heading-style-2 {
	color: var(--secondary-color);
	letter-spacing: normal;
	line-height: 1.3;
}
.style-32 .position-img {
	position: absolute;
	padding: 0;
	max-width: 523px;
	left: 50px;
	top: 25px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-filter: alpha(opacity=70);
}
.style-32 .position-img-2 {
	position: absolute;
	width: 500px;
	right: -185px;
	bottom: 230px;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-filter: alpha(opacity=40);
}
.style-32 .position-img-3 {
	position: absolute;
	width: 260px;
	bottom: 240px;
	left: -80px;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-filter: alpha(opacity=40);
}
.style-32 .media-wrap {
	max-width: 50%;
}
.style-32 .embed-wrapper {
	position: relative;
	margin: inherit;
	z-index: 2;
	top: 40px;
}
.style-32 .custom-wrap {
	max-width: calc(50% + 70px);
}
.style-32 .mx-negative {
	margin-left: -70px;
}
.style-32 .light-box {
	background-color: #fff;
	padding: 40px 40px 10px 90px;
	margin-top: 0;
	position: relative;
	z-index: 1;
	overflow: auto;
}
.style-32.color-alter .mx-negative {
	margin-right: -70px;
	margin-left: inherit;
}
.style-32.color-alter .light-box {
	padding: 40px 90px 10px 40px;
}
.style-32 .light-box-2 {
	background-color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding: 40px 40px 10px;
	margin-top: 40px;
	margin-bottom: 30px;
	max-width: 1040px;
}

/* style 33 */
.style-33 {
	background: linear-gradient(180deg, #293C46 0%, #4D6C7D 100%);
	color: var(--white-heading);
	padding-bottom: 0;
}
.style-33 .bg-overlay {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: calc(100% - 140px);
	opacity: 0.03;
	-moz-opacity: 0.03;
	filter: alpha(opacity=3);
}
.style-33 .custom-wrap {
	max-width: 1040px;
}
.style-33 .custom-wrap .row {
	--bs-gutter-x: 5.5rem;
}
.style-33 .custom-wrap .heading-style-2 {
	margin-bottom: 20px;
}
.style-33 .custom-wrap .media-wrap {
	max-width: 427px;
}

/* style 34 */
.style-34 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.style-34 .heading-style-1,
.style-34.v2 .heading-style-2 {
	color: var(--primary-color);
}
.style-34 .bg-overlay {
	background: linear-gradient(180deg, #EDEDEA 21.77%, rgba(237, 237, 234, 0.70) 55.95%, #EDEDEA 82.14%);
}
.style-34 .light-box {
	background-image: url(images/style-34-light-box-bg-img.webp);
	padding: 50px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 300px;
}
.style-34 .light-box ul.custom-list-style-disc li::before {
	background-color: var(--highlighted-primary-color);
}
.style-34 .highlighted-txt {
	color: var(--secondary-color);
}
/* style 34 v2 */
.style-34.v2 {
	background-color: #EFEEE2;
}
.style-34.v2 .heading-style-2 {
	font-size: 27px;
}
.style-34.v2 .light-box {
	background-image: none;
}
/* style 34 v3 v4 v5 */
.style-34.v3,
.style-34.v4 {
	background: linear-gradient(180deg, #2B404A 14.67%, #507385 89.45%);
}
.style-34.v3,
.style-34.v4,
.style-34.v5,
.style-34.v3 .heading-style-1,
.style-34.v4 .heading-style-1,
.style-34.v5 .heading-style-1 {
	color: var(--white-heading);
}
.style-34.v3 .dark-box,
.style-34.v4 .dark-box {
	background-color: #2B414B;
	padding: 50px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
/* style 34 v3 */
.style-34.v3 {
	margin-top: -550px;
	padding-top: 540px;
}
.style-34.v3 .position-img {
	width: 1475px;
	right: -750px;
	top: 120px;
	opacity: 0.05;
	-moz-opacity: 0.05;
	filter: alpha(opacity=5);
	-webkit-filter: alpha(opacity=5);
}
.style-34.v3 .media-wrap {
	max-width: 397px;
}
/* style 34 v4 */
.style-34.v4 .media-wrap {
	max-width: 488px;
}
.style-34.v4 .dark-box .heading-style-2 {
	font-size: 27px;
}
.style-34.v4 .dark-box .media-wrap {
	max-width: 444px;
}
/* style 34 v5 */
.style-34.v5 {
	background: linear-gradient(0deg, #2B404A 0%, #2B404A 100%);
	margin-top: -325px;
	padding-top: 315px;
}
.style-34.v5 .media-wrap {
	max-width: 380px;
}

/* style 35 */
.style-35 {
	background-color: #EFEEE2;
	margin-top: -370px;
	padding-top: 370px;
}
.style-35 .light-box {
	padding: 105px 50px;
}
.style-35 .highlighted-txt {
	color: var(--secondary-color);
}

/* style 36 */
.style-36 {
	background-color: #EFEEE2;
}
.style-36 .heading-style-1 {
	color: var(--primary-color);
}
.style-36 .light-box {
	padding: 50px;
	padding-bottom: 20px;
}
.style-36 ul.custom-list-style-disc li::before {
	background-color: var(--highlighted-primary-color);
}
.style-36 .highlighted-txt {
	color: var(--secondary-color);
}
.style-36 .light-box .highlighted-txt-2 {
	color: var(--highlighted-primary-color);
}
/* style 36 v2 */
.style-36.v2 .media-wrap {
	max-width: 495px;
}
.style-36.v2 .heading-style-2,
.style-36.v2 .highlighted-txt {
	color: var(--primary-color);
}
.style-36.v2 .light-box  {
	background-image: url(images/style-36-v2-light-box-bg-img.webp);
	position: relative;
	overflow: hidden;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}
.style-36.v2 .light-box .highlighted-txt {
	color: var(--highlighted-primary-color);
}
.style-36.v2 .light-box .highlighted-txt-2 {
	color: var(--secondary-color);
	font-size: 27px;
}
.style-36.v2 .light-box .bg-overlay {
	background: linear-gradient(90deg, #FFF 64.63%, rgba(255, 255, 255, 0.70) 99.88%);
}
/* style 36 v3 v4 */
.style-36.v3 .heading-style-2,
.style-36.v4 .heading-style-2 {
	color: var(--primary-color);
}
.style-36.v3 .heading-style-2 {
	font-size: 27px;
}
/* style 36 v4 */
.style-36.v4 .media-wrap {
	max-width: 495px;
}
.style-36.v4 .light-box {
	font-size: 22px;
}
.style-36.v4 .light-box .media-wrap {
	max-width: 396px;
}

/* style 37 */
.style-37 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -270px;
	padding-top: 260px;
	color: var(--white-heading);
}
.style-37 .bg-overlay {
	background: linear-gradient(270deg, rgba(80, 115, 133, 0.60) 0%, rgba(80, 115, 133, 0.80) 7.11%, #507385 16.21%, #507385 85.39%, rgba(80, 115, 133, 0.80) 92.99%, rgba(80, 115, 133, 0.60) 100%);
}

/* style 39 */
.style-39 {
	background-color: #755B66;
	color: #fff;
}
.style-39 .position-img {
    width: 1751px;
    top: 230px;
    right: -330px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.style-39 .position-img-2 {
	width: 1751px;
	bottom: 470px;
	left: -430px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.style-39 .highlighted-txt {
	font-size: 27px;
	line-height: 1.5;
	margin-bottom: 40px;
	letter-spacing: 0.8px;
	font-weight: 300;
	color: #fff;
}
.style-39 .dark-box,
.style-39.v2 .dark-box-2 {
	background-color: #33272D;
	padding: 30px 30px 0;
	overflow: auto;
	margin-bottom: 30px;
}
/* style 39 v2 */
.style-39.v2 {
	background-color: #4A3641;
}
.style-39.v2 .position-img {
	width: 700px;
	top: 0;
	left: 0;
	opacity: 0.03;
	right: auto;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}
.style-39.v2 .position-img-2 {
	width: 700px;
	bottom: 0;
	right: 0;
	opacity: 0.03;
	left: auto;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.style-39.v2 .special-txt-2 {
	background-color: #33272D;
}
.style-39.v2 .heading-style-2 {
	font-size: 30px;
	line-height: 1.5;
}
.style-39.v2 .dark-box-2 {
	padding: 50px 50px 20px;
	margin-top: 10px;
	margin-bottom: 50px;
}
.style-39.v2 .dark-box-2 .heading-style-1 {
	font-size: 36px;
	margin-bottom: 20px;
}
.style-39.v2 .dark-box-2 .heading-style-2 {
	font-size: 35px;
	margin-bottom: 20px;
}
.style-39.v2 .dark-box-2 .price {
	color: #F7D689;
	font-size: 77px;
}
.style-39.v2 .highlighted-bg {
	background-color: #DCAD48;
}
/* style 39 v3 */
.style-39.v3 {
	background-color: #FAF9F4;
	color: #1e1e1e;
}
.style-39.v3 .light-box {
	background-color: #F4EFDF;
	padding: 50px 75px 20px;
	margin-top: 140px;
	margin-bottom: 50px;
}
.style-39.v3 .light-box-2 {
	background-color: #F4EFDF;
	padding: 40px 40px 20px;
	margin-bottom: 30px;
	border-radius: 20px;
}
.style-39.v3 .heading-style-2,
.style-39.v3 .highlighted-txt-2 {
	color: #5E4754;
}
.style-39.v3 .light-box-2 .heading-style-2 {
	margin-bottom: 20px;
}
.style-39.v3 .highlighted-txt {
	color: #BF9334;
	font-size: 35px;
}
.style-39.v3 .avatar {
	border-radius: 100%;
	width: 300px;
	height: 300px;
	overflow: hidden;
}
.style-39.v3 .guarantee {
	width: 275px;
	height: 280px;
	margin-top: -190px;
}

/* style 40 */
.style-40 {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #FFFAF0;
}
.style-40.alter {
	background-color: #FBF3E3;
}
.style-40 .heading-style-2 {
	color: #5E4754;
}
.style-40 .episode-number {
    margin-bottom: -15px;
    position: relative;
}
.style-40 .episode-number h5 {
	font-size: 25px;
	font-weight: normal;
	color: #5E4754;
	margin-bottom: 0;
	margin-inline: 10px;
}
.style-40 .episode-number span {
	width: 85px;
    height: 85px;
    display: flex;
	align-items: center;
	justify-content: center;
    background-color: #5E4754;
    font-size: 50px;
    font-weight: 600;
    color: #F4EFDF;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    text-align: center;
    z-index: 1;
}
.style-40 .with {
	color: #5E4754;
	font-size: 24px;
	margin-bottom: 20px;
}
.style-40 ul.custom-list-style-disc li::before {
	background-color: var(--highlighted-primary-color);
}

/* footer */
.footer-bar {
	background: #45394F;
	color: #fff;
	font-size: 21px;
	padding-top: 35px;
	padding-bottom: 5px;
	letter-spacing: 0.6px;
}
.footer-bar p {
	margin-bottom: 30px;
}
.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;
}
.footer-navigation ul li a:hover {
	text-decoration: underline;
}

@media (max-width: 1600px) {
	.style-5 .disease-type {
		font-size: 21px;
	}
	.style-21 .position-img {
		right: -400px;
	}
	.style-24 .lessons .bg-overlay {
		background: linear-gradient(174.13deg, #3A5563 35%, rgba(58, 85, 99, 0.79) 80.4%);
	}
}

@media (max-width: 1400px) {
	.restore-sleep-style-12 .media-wrap {
		max-width: 480px;
	}
	.plans-pricing-block .pp-col .pp-best-value {
		font-size: 33px;
	}
	.plans-pricing-block .pp-col .pp-content .month {
		font-size: 25px;
	}
	.plans-pricing-block .pp-col .pp-content .saving-price {
		font-size: 35px;
	}
	.plans-pricing-block .pp-col .pp-content .add-order a {
		font-size: 23px;
	}
	.plans-pricing-block .pp-col .pp-content .total-price {
		font-size: 23px;
	}
	.plans-pricing-block .pp-col .pp-content .total-price span {
		font-size: 19px;
	}
	.plans-pricing-block .pp-col .pp-content {
		min-height: 755px;
	}
	.plans-pricing-block .pp-col .pp-footer {
		font-size: 24px;
	}
	.style-5 .disease-type {
		font-size: 19px;
	}
	.style-5 .dark-box {
		padding-inline: 15px;
	}
	.style-23 .position-img {
		right: -200px;
	}
	.style-24 .lessons {
		background-size: 53%;
	}
	.style-24 .lessons .bg-overlay {
		background: linear-gradient(174.13deg, #3A5563 30%, rgba(58, 85, 99, 0.79) 80.4%);
	}
}

@media (max-width: 1199px) {
	.heading-style-line-md:before {
		content: "";
		height: 1px;
		width: 30%;
		position: absolute;
		background-color: var(--white-heading);
		display: block;
		bottom: 0;
		left: 0;
	}
	.restore-sleep-style-2 .mx-negative {
		margin-top: -30px;
		margin-bottom: -40px;
	}
	.restore-sleep-style-2 .position-img-2 {
		width: 500px;
	}
	.restore-sleep-style-5 .media-wrap,
	.restore-sleep-style-10 .media-wrap {
		max-width: 430px;
	}
	.restore-sleep-style-12 .media-wrap {
		max-width: 460px;
	}
	.accordion .accordion-header .accordion-button {
		padding: 40px;
	}
	.accordion-button::after {
		right: 40px;
	}
	.accordion .accordion-body {
		padding: 0 40px 10px;
	}
	.plans-pricing-block .pp-col .pp-content .add-order a {
		font-size: 17px;
		margin-left: 80px;
	}
	.plans-pricing-block .pp-col .pp-content .add-order img {
		width: 90px;
	}
	.style-5 .disease-type {
		font-size: 16px;
	}
	.dark-box,
	.restore-sleep-style-10 .light-box,
	.restore-sleep-style-17 .dark-box,
	.restore-sleep-upsell-style-2 .light-box,
	.restore-sleep-upsell-style-7 .light-box,
	.restore-sleep-upsell-style-3 .dark-box,
	.restore-sleep-upsell-style-5 .light-box,
	.restore-sleep-upsell-style-6 .dark-box,
	.style-18 .light-box,
	.style-21 .light-box:not(.style-21.v2 .light-box),
	.style-21.v2 .light-box,
	.style-28 .dark-box.animated-logo,
	.style-29 .dark-box,
	.style-32 .light-box,
	.style-34 .light-box,
	.style-34.v3 .dark-box,
	.style-34.v4 .dark-box,
	.style-36 .light-box {
		padding: 40px 40px 10px 40px;
	}
	.star-badge {
		width: 260px;
		height: 260px;
		padding-top: 40px;
	}
	.star-badge .save-money {
		font-size: 50px;
	}
	.restore-sleep-upsell-style-7 .accordion .accordion-body {
		padding: 0 40px 25px;
	}
	.section.style-20 {
		padding-top: 0;
	}
	.style-17.v3 .position-img {
		top: 420px;
	}
	.style-20 .dark-box-md {
		padding-top: 0;
		background-color: #24353E;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		padding: 40px;
		margin-bottom: 30px;
	}
	.style-21 .position-img {
		right: -510px;
	}
	.style-21 .light-box .custom-wrap,
	.style-23 .custom-wrap,
	.style-24 .lessons .custom-wrap,
	.style-32 .media-wrap,
	.style-32 .custom-wrap {
		max-width: 100%;
	}
	.style-21.v2 .position-img {
		right: -660px;
	}
	.style-24 .lessons {
		background-size: 57%;
	}
	.style-27 .custom-wrap {
		max-width: 400px;
	}
	.style-28 .position-img {
		top: 150px;
		left: -790px;
	}
	.style-28 .dark-box:before,
	.style-28 .dark-box:after {
		bottom: -16px;
	}
	.style-28 .dark-box .heading-style-2 .highlighted-txt-2 {
		color: var(--white-heading);
	}
	.style-29 {
		padding-top: 320px;
	}
	.style-30 .media-wrap {
		max-width: 445px;
	}
	.style-31 .light-box {
		padding-bottom: 20px;
	}
	.style-32 .embed-wrapper {
		top: 0;
	}
	.style-32 .mx-negative,
	.style-32.color-alter .mx-negative {
		margin-left: 0;
		margin-right: 0;
	}
	.style-32 .light-box {
		-webkit-border-radius: 20px;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 20px;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-radius: 20px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.style-34.v3 .media-wrap,
	.style-34.v4 .media-wrap,
	.style-36.v2 .media-wrap,
	.style-36.v4 .media-wrap {
		max-width: 420px;
	}
	.style-34.v4 .dark-box .media-wrap {
		max-width: 355px;
	}
}

@media only screen and (max-width: 991px) {
	.info-bar .heading-style-1 {
		font-size: 31px;
	}
	.register-form #form-target {
		top: -30px;
	}
	.restore-sleep-new-section .clip-banner {
		padding-bottom: 90px;
		clip-path: polygon(100% 0%,100% 98%,50% 100%,0% 98%,0% 0%);
	}
	.restore-sleep-style-1 .register-form input[type="checkbox"] {
		margin-top: 5px;
	}
	.restore-sleep-style-4 {
		padding-bottom: 80px;
	}
	.restore-sleep-style-4 .dark-box {
		padding-top: 350px;
		margin-top: -310px;
	}
	.border-radius-40,
	.restore-sleep-style-5 .dark-box,
	.restore-sleep-style-8 .dark-box,
	.restore-sleep-style-9 .dark-box,
	.restore-sleep-style-10 .light-box,
	.restore-sleep-style-12 .dark-box,
	.product-block .dark-box,
	.restore-sleep-style-16 .dark-box,
	.restore-sleep-style-17 .dark-box,
	.restore-sleep-style-15 .light-box,
	.accordion .accordion-item,
	.restore-sleep-upsell-style-2 .light-box,
	.restore-sleep-upsell-style-7 .light-box,
	.restore-sleep-upsell-style-3 .dark-box {
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
	}
	.restore-sleep-style-5 .dark-box .position-img {
		right: -180px;
	}
	.restore-sleep-style-9.restore-sleep-style-9-variant-3 .dark-box .article-number,
	.restore-sleep-style-9.restore-sleep-style-9-variant-3 .dark-box .article-title {
		left: 70%;
	}
	.restore-sleep-style-10 .clip-banner {
		padding-bottom: 90px;
		clip-path: polygon(100% -50%,100% 95%,50% 100%,0% 95%,0% 0%);
	}
	.potent-forms .manufactured-logo .restore-sleep-fda-logo {
		max-width: 140px;
	}
	.potent-forms .manufactured-logo .restore-sleep-gmp-logo {
		max-width: 110px;
	}
	.restore-sleep-style-15 .light-box {
		padding: 40px 40px 10px;
	}
	.plans-pricing-block .pp-col .pp-content .add-order img {
		width: 140px;
	}
	.restore-sleep-upsell-style-2 .star-badge {
		left: -40px;
		width: 210px;
		height: 210px;
		font-size: 25px;
		line-height: 1.4;
	}
	.restore-sleep-upsell-style-2 .star-badge .save-money {
		font-size: 40px;
		line-height: 1.1;
	}
	.restore-sleep-upsell-style-3 .dark-box .position-img {
		right: -130px;
	}
	.restore-sleep-upsell-style-5 .light-box .img-bx {
		margin-bottom: -130px;
	}
	.restore-sleep-upsell-style-6 {
		margin-top: -160px;
		padding-top: 230px;
		padding-bottom: 180px;
	}
	.restore-sleep-upsell-style-6 .star-badge {
		margin-bottom: -135px;
	}
	.restore-sleep-upsell-style-6 .dark-box {
		margin-bottom: 170px;
	}
	.heading-style-start-end-line:before {
		right: calc(100% - 55px);
	}
	.heading-style-start-end-line:after {
		left: calc(100% - 55px);
	}
	.style-5 .border-box {
		min-height: 250px;
	}
	.style-5 .disease-type {
		font-size: 20px;
	}
	.style-5 .dark-box {
		padding-inline: 30px;
	}
	.style-6 .dark-box,
	.style-10 .dark-box {
		padding-left: 50px;
		padding-bottom: 50px;
	}
	.style-7 .heading-style-line-center:before {
		left: 0;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
	}
	.style-11,
	.style-36.v2 .light-box {
		background-image: none;
	}
	.style-13 .episode .episode-author.heading-style-line:before {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
	.style-13 .bg-content .bg-content-wrap {
		background: linear-gradient(89.9deg, #26283A 16.81%, #755B66 79.84%);
		border-radius: 0 0 12px 12px;
		color: var(--white-heading);
		padding: 15px 15px 20px;
		margin-bottom: 40px;
	}
	.style-13 .bg-content .bg-content-wrap .highlighted-txt {
		color: var(--highlighted-secondary-color);
	}
	.style-13 .episode .bg-content .bg-content-wrap ul.custom-list-style-disc li::before {
		background-color: var(--highlighted-secondary-color);
	}
	.style-13 .bg-content .bg-content-wrap .heading-style-gradient {
		background: inherit;
		-webkit-text-fill-color: inherit;
		color: var(--white-heading);
		margin-top: 0;
	}
	.style-13 .bg-content .bg-content-wrap .episode-author-designation {
		padding-bottom: 0;
	}
	.style-13 .episode .episode-author-designation {
		padding-bottom: 50px;
	}
	.style-6 .position-img,
	.style-14 .position-img {
		display: none;
	}
	.style-15 .list-expert .expert-col {
		margin-bottom: 25px;
	}
	.style-16 {
		background-image: none;
	}
	.pop-up-register-form {
		display: none !important;
	}
	.style-17.v3 .position-img {
		top: 440px;
	}
	.style-19 .position-img {
		right: -500px;
		transform: rotate(-83.423deg);
		-webkit-transform: rotate(-83.423deg);
		-moz-transform: rotate(-83.423deg);
		-ms-transform: rotate(-83.423deg);
		-o-transform: rotate(-83.423deg);
	}
	.style-21 .light-box:not(.style-21.v2 .light-box) {
		background-image: none;
	}
	.style-24 .lessons .bg-overlay {
		background: linear-gradient(174.13deg, #3A5563 45%, rgba(58, 85, 99, 0.79) 80.4%);
	}
	.style-25 .light-box:before,
	.style-25 .light-box.timeline-bar-bottom:before {
		top: auto;
		bottom: -50px;
		width: 0;
		left: calc(50% - 12.5px);
		border-top: none;
		border-left: 25px solid #635372;
		border-right: none;
		border-bottom: none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}
	.style-26 .custom-wrap,
	.style-29 .dark-box .media-wrap,
	.style-34.v3 .media-wrap {
		max-width: 100%;
	}
	.style-26 .custom-wrap .img-fluid {
		width: 80%;
	}
	.style-28 .dark-box:before,
	.style-28 .dark-box:after {
		bottom: -12px;
		height: 25px;
	}
	.style-31 .light-box {
		padding-bottom: 30px;
	}
	.style-33 .custom-wrap .row {
		--bs-gutter-x: 1.5rem;
	}
	.style-33 {
		padding-bottom: 40px;
	}
	.style-34 .light-box {
		background-image: none;
	}
	.style-34.v2 .light-box .highlighted-txt {
		color: var(--highlighted-primary-color);
	}
	.style-34.v5 .media-wrap {
		max-width: 60%;
	}
}

@media only screen and (max-width: 767px) {
	body,
	.restore-sleep-style-1 .cnt-left p,
	.restore-sleep-style-3 .highlighted-txt,
	.restore-sleep-style-14 .highlighted-txt,
	.restore-sleep-style-15 .heading-style-2,
	.restore-sleep-style-15 .heading-secondary,
	.product-block .product-item .product-name,
	.restore-sleep-style-16 .highlighted-txt,
	.accordion .accordion-header .accordion-button,
	.restore-sleep-upsell-style-2 .light-box p,
	.restore-sleep-upsell-style-2 .color-box .heading-style-2,
	.restore-sleep-upsell-style-3 .heading-style-2,
	.restore-sleep-upsell-style-4 .heading-style-2,
	.restore-sleep-upsell-style-5 .heading-style-2,
	.restore-sleep-upsell-style-6 .color-box .heading-style-2,
	.style-2 .heading-style,
	.style-5 .dark-box p,
	.style-8,
	.style-13 .episode .heading-style,
	.style-13 .episode .episode-author,
	.style-15 .list-expert .expert-item .experts-name,
	.style-17  .mini-class-item .transcript,
	.style-18 .highlighted-txt-2:not(.style-18 .light-box .highlighted-txt-2),
	.style-21.v2 .light-box .highlighted-txt,
	.style-22 .statistic,
	.style-23 .highlighted-txt-2,
	.style-24 .heading-style-2,
	.style-25 .light-box,
	.style-29 .heading-style-2,
	.style-34.v2 .heading-style-2,
	.style-34.v4 .dark-box .heading-style-2,
	.style-36.v3 .heading-style-2 {
		font-size: 19px;
	}
	.container {
		--bs-gutter-x: 2.5rem;
	}
	h3 {
		font-weight: 500;
	}
	p,
	.embed-wrapper,
	.heading-style-1,
	.heading-style-2,
	.restore-sleep-style-1 .heading-style-2,
	.restore-sleep-style-1 .register-form p,
	.restore-sleep-style-3 .highlighted-txt,
	.restore-sleep-style-3 ul li,
	.restore-sleep-style-6 .highlighted-txt-2,
	.restore-sleep-style-7 .highlighted-txt,
	.restore-sleep-style-10 .highlighted-txt,
	.restore-sleep-style-12 .dark-box,
	.restore-sleep-style-14 ul li,
	.restore-sleep-style-14 .highlighted-txt,
	.product-block .dark-box,
	.restore-sleep-style-16 .dark-box,
	.restore-sleep-style-16 .highlighted-txt,
	.restore-sleep-style-15 .heading-secondary,
	.restore-sleep-style-15 .light-box,
	.restore-sleep-style-15 ul li,
	.restore-sleep-style-17 .dark-box,
	.accordion .accordion-item,
	.restore-sleep-upsell-style-2 .light-box,
	.color-box,
	.style-13 .episode .heading-style,
	.style-25 .highlighted-txt,
	.style-29 .heading-style-2 {
		margin-bottom: 20px;
	}
	.heading-style-1,
	.heading-style-2 {
		line-height: 1.3;
	}
	.heading-style-2,
	.restore-sleep-style-1 .register-form p {
		line-height: 1.39;
	}
	.btn-1 {
		width: 100%;
		padding: 12px 5px;
		margin-bottom: 20px;
		font-size: 19px;
		font-weight: 500;
		border-radius: 3.382px;
		-webkit-border-radius: 3.382px;
		-moz-border-radius: 3.382px;
		-ms-border-radius: 3.382px;
		-o-border-radius: 3.382px;
	}
	.btn-1 span {
		font-size: 12px;
	}
	.style-13 .episode .episode-author-content {
		font-size: 15px;
	}
	.info-txt {
		font-size: 15px;
		letter-spacing: 0.45px;
		margin-bottom: 20px;
	}
	.special-txt {
		font-size: 15px;
		margin-bottom: 20px;
		letter-spacing: 0.45px;
	}
	.special-txt-2 {
		font-size: 14px;
		margin-bottom: 25px;
		text-underline-offset: 5px;
		padding-inline: 12px;
	}
	.highlighted-bg {
		padding: 2px 5px;
	}
	.img-border:before,
	.img-border:after {
		width: 157px;
		height: 140px;
	}
	.img-border:before {
		top: -2px;
		right: -2px;
	}
	.img-border:after {
		bottom: -2px;
		left: -2px;
	}
	.section,
	.style-40 .video-content-wrap,
	.restore-sleep-style-9.restore-sleep-style-9-variant-2,
	.restore-sleep-style-9.restore-sleep-style-9-variant-3,
	.restore-sleep-style-11.restore-sleep-style-11-variant-2 {
		padding-top: 25px;
		padding-bottom: 5px;
	}
	.heading-style-1 {
		font-size: 23px;
	}
	.heading-style-2,
	.restore-sleep-style-5 .highlighted-txt-2,
	.restore-sleep-style-6 .highlighted-txt-2,
	.restore-sleep-style-7 .highlighted-txt,
	.restore-sleep-style-10 .highlighted-txt,
	.style-8.v2 .heading-style-2,
	.style-25 .highlighted-txt,
	.style-25 .highlighted-txt span,
	.style-25 .highlighted-txt-2,
	.style-29 .dark-box .heading-style-1,
	.style-39.v2 .heading-style-2,
	.style-39.v2 .dark-box-2 .heading-style-2 {
		font-size: 20px;
	}
	.style-40 .with {
		font-size: 18px;
	}
	.heading-style-start-end-line:before,
	.heading-style-start-end-line:after {
		width: 50px;
	}
	.heading-style-start-end-line:before {
		right: calc(100% - 35px);
	}
	.heading-style-start-end-line:after {
		left: calc(100% - 35px);
	}
	.form-control-lg {
		font-size: inherit;
	}
	.light-box,
	.dark-box,
	.dark-box-2,
	.border-radius,
	.style-32 .light-box-2,
	.style-39.v3 .light-box-2 {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}
	.info-bar {
		font-size: 15px;
	}
	.info-bar .heading-style-1 {
		font-size: 22px;
	}
	.info-bar .width-sm {
		width: 16px;
	}
	.restore-sleep-new-section .clip-banner {
		margin-top: -35px;
		padding-top: 55px;
		padding-bottom: 30px;
		clip-path: polygon(100% 0%,100% 99%,50% 100%,0% 99%,0% 0%);
	}
	.restore-sleep-new-section .light-box {
		margin-top: 0;
		background: rgba(255, 255, 254, 0.6);
	}
	.restore-sleep-style-1,
	.restore-sleep-new-section {
		padding: 0;
	}
	.restore-sleep-style-1 .clip-banner {
		padding-top: 25px;
		padding-bottom: 20px;
		clip-path: polygon(100% 0%,100% 93%,50% 100%,0% 93%,0% 0%)
	}
	.restore-sleep-style-1 .register-form p,
	.restore-sleep-style-1 .register-form .form-control,
	.restore-sleep-style-1 .register-form .form-label {
		font-size: 14px;
	}
	.restore-sleep-style-1 .register-form {
		padding: 30px 10px 30px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
	}
	.restore-sleep-style-1 .register-form .form-logo {
		max-width: 410px;
	}
	.restore-sleep-style-2 {
		margin-top: -50px;
		padding-top: 70px;
	}
	.restore-sleep-style-2 .position-img {
		width: 250px;
		right: -100px;
		top: 195px;
	}
	.restore-sleep-style-2 .mx-negative {
		margin-bottom: -5px;
	}
	.restore-sleep-style-3 .position-img {
		width: 630px;
		right: -230px;
	}
	.restore-sleep-style-4 {
		padding-bottom: 45px;
	}
	.restore-sleep-style-4 .position-img {
		width: 150px;
		right: -10px;
		bottom: 430px;
	}
	.restore-sleep-style-4 .media-wrap {
		max-width: 250px;
	}
	.restore-sleep-style-4 .dark-box {
		padding: 190px 10px 0;
		margin-top: -170px;
	}
	.restore-sleep-style-5 .media-wrap {
		max-width: 100%;
		margin-top: -65px;
	}
	.restore-sleep-style-5 .dark-box,
	.restore-sleep-style-8 .dark-box {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.restore-sleep-style-5 .dark-box ul {
		margin-bottom: 20px;
		padding-left: 10px;
	}
	.restore-sleep-style-6 {
		padding-top: 360px;
		margin-top: -360px;
	}
	.restore-sleep-style-9 {
		padding-top: 400px;
		margin-top: -400px;
	}
	.restore-sleep-style-9 .dark-box {
		margin-bottom: 20px;
		padding-top: 50px;
		margin-top: 75px;
	}
	.restore-sleep-style-9 .dark-box .article-number {
		width: 100px;
		height: 100px;
		border-width: 13px;
		font-size: 60px;
		top: -50px;
	}
	.restore-sleep-style-9.restore-sleep-style-9-variant-2 .position-img-3 {
		width: 227px;
		top: 127px;
		right: -60px;
	}
	.restore-sleep-style-9.restore-sleep-style-9-variant-2 .position-img-4 {
		width: 219px;
		top: 2245px;
		left: -100px;
	}
	.restore-sleep-style-9.restore-sleep-style-9-variant-2 .position-img-5 {
		width: 403px;
		top: 3795px;
		right: -200px;
	}
	.restore-sleep-style-9.restore-sleep-style-9-variant-2 .position-img-6 {
		width: 424px;
		bottom: 985px;
		left: -141px;
	}
	.restore-sleep-style-9.restore-sleep-style-9-variant-2 .position-img-7 {
		width: 357px;
		bottom: 0;
		right: -153px;
	}
	.restore-sleep-style-9.restore-sleep-style-9-variant-3 .dark-box .article-number,
	.restore-sleep-style-9.restore-sleep-style-9-variant-3 .dark-box .article-title {
		left: 68%;
	}
	.restore-sleep-style-9.restore-sleep-style-9-variant-3 .dark-box .article-title {
		padding: 13px 0 13px 13px;
		top: -40px;
		border-radius: 14px 0 0 14px;
		transform: translateX(-114%);
		-webkit-transform: translateX(-114%);
		-moz-transform: translateX(-114%);
		-ms-transform: translateX(-114%);
		-o-transform: translateX(-114%);
	}
	.restore-sleep-style-9.restore-sleep-style-9-variant-3 .dark-box .article-title span {
		margin-right: -13px;
		padding: 10px 20px 10px 20px;
		font-size: 29px;
		border-radius: 14px 0 0 14px;
	}
	.restore-sleep-style-9.restore-sleep-style-9-variant-3 .position-img-8 {
		width: 193px;
		bottom: 505px;
		left: -23px;
	}
	.restore-sleep-style-10 {
		padding: 0;
	}
	.restore-sleep-style-10 .clip-banner {
		padding-top: 25px;
		padding-bottom: 40px;
		clip-path: polygon(100% -50%,100% 97%,50% 100%,0% 97%,0% 0%);
	}
	.potent-forms .manufactured-logo {
		margin-right: 0;
		margin-top: -90px;
		padding: 125px 25px 15px;
		border-radius: 20px;
	}
	.potent-forms .manufactured-logo .restore-sleep-fda-logo {
		max-width: 220px;
	}
	.potent-forms .manufactured-logo .restore-sleep-gmp-logo {
		max-width: 170px;
	}
	.potent-forms .media-wrap {
		max-width: 170px;
	}
	.restore-sleep-style-11 {
		padding-top: 70px;
		margin-top: -50px;
	}
	.potent-forms .manufactured-logo .restore-sleep-fda-logo {
		max-width: 130px;
	}
	.potent-forms .manufactured-logo .restore-sleep-gmp-logo {
		max-width: 100px;
	}
	.restore-sleep-style-12 .media-wrap {
		max-width: 285px;
	}
	.restore-sleep-style-12 .dark-box .item {
		padding: 20px;
	}
	.restore-sleep-style-12 .dark-box .item .item-icon {
		max-width: 100px;
		margin-bottom: 10px;
	}
	.restore-sleep-style-13 {
		padding-top: 890px;
		margin-top: -900px;
	}
	.product-block .product-item {
		padding: 27px;
	}
	.restore-sleep-style-15 {
		margin-top: -620px;
		padding-top: 610px;
	}
	.restore-sleep-style-15 ul li {
		padding-left: 25px;
	}
	.restore-sleep-style-15 ul li:before {
		width: 15px;
		height: 13px;
		top: 7px;
	}
	.plans-pricing-block .pp-col .pp-content {
		min-height: 0;
	}
	.plans-pricing-block .pp-col .pp-best-value {
		font-size: 40px;
	}
	.plans-pricing-block .pp-col .pp-content .add-order img {
		width: 100px;
	}
	.plans-pricing-block .pp-col .pp-content .add-order a {
		font-size: 23px;
	}
	.plans-pricing-block .pp-col {
		margin-bottom: 30px;
	}
	.restore-sleep-style-17 {
		margin-top: -400px;
		padding-top: 390px;
	}
	.restore-sleep-style-17 .position-img {
		top: 350px;
		width: 246px;
	}
	.accordion .accordion-header .accordion-button {
		padding: 25px 20px;
	}
	.accordion-button::after {
		right: 20px;
	}
	.accordion-button::after {
		width: 12px;
		height: 12px;
		border-bottom-width: 3px;
		border-left-width: 3px;
	}
	.accordion .accordion-body {
		padding: 0 20px 5px;
	}
	.accordion.citation .accordion-header .accordion-button {
		font-size: 23px;
	}
	.restore-sleep-upsell-style-1 .txt-decoration-underline {
		text-underline-offset: 6px;
	}
	.text-bx {
		border-radius: 5px;
		padding: 0 5px;
	}
	.restore-sleep-upsell-style-1 p {
		font-size: 14px;
	}
	.star-badge,
	.restore-sleep-upsell-style-2 .star-badge {
		width: 130px;
		height: 130px;
		font-size: 16px;
		padding-top: 24px;
	}
	.star-badge .save-money,
	.restore-sleep-upsell-style-2 .star-badge .save-money {
		font-size: 25px;
	}
	.restore-sleep-upsell-style-2 .star-badge {
		top: -10px;
		left: -30px;
	}
	.restore-sleep-upsell-style-2 .color-box p,
	.restore-sleep-upsell-style-6 .color-box p {
		font-size: 11px;
	}
	.restore-sleep-upsell-style-2 .box-contain,
	.restore-sleep-upsell-style-6 .box-contain {
		font-size: 15px;
	}
	.restore-sleep-upsell-style-2 .heading-style-2,
	.restore-sleep-upsell-style-6 .heading-style-2 {
		font-size: 22px;
	}
	.restore-sleep-upsell-style-7 .light-box {
		margin-top: -90px;
	}
	.restore-sleep-upsell-style-7 .accordion .accordion-body {
		padding: 0 25px 10px;
	}
	.restore-sleep-upsell-style-3 .dark-box .position-img {
		right: -120px;
	}
	.restore-sleep-upsell-style-5 {
		margin-top: -367px;
		padding-top: 367px;
	}
	.restore-sleep-upsell-style-6 {
		margin-top: -100px;
		padding-top: 210px;
		padding-bottom: 65px;
	}
	.pop-up .modal-body {
		padding: 25px 10px 5px;
	}
	.pop-up .plans-pricing-block .pp-col {
		margin-bottom: 20px;
	}
	.pop-up .plans-pricing-block .pp-col .pp-best-value {
		border-radius: 10px 10px 0 0;
	}
	.pop-up .plans-pricing-block .pp-col .pp-footer {
		border-radius: 0 0 10px 10px;
	}
	.pop-up .heading-style-2,
	.pop-up .plans-pricing-block .pp-col .pp-content .month,
	.pop-up .plans-pricing-block .pp-col .pp-footer  {
		font-size: 25px;
	}
	.pop-up .modal-body p,
	.pop-up .plans-pricing-block .pp-col .pp-content .total-price span {
		font-size: 18px;
	}
	.pop-up .plans-pricing-block .pp-col .pp-best-value,
	.pop-up .plans-pricing-block .pp-col .pp-content .percentage-off {
		font-size: 34px;
	}
	.pop-up .plans-pricing-block .pp-col .pp-best-value.most-popular {
		font-size: 30px;
	}
	.pop-up .plans-pricing-block .pp-col .pp-content {
		min-height: 0;
	}
	.pop-up .plans-pricing-block .pp-col .pp-content .saving-price {
		font-size: 70px;
	}
	.pop-up .plans-pricing-block p,
	.pop-up .plans-pricing-block .pp-col .pp-content .total-price {
		font-size: 22px;
	}
	.pop-up .plans-pricing-block .pp-col .pp-content .add-order img {
		width: 100px;
	}
	.pop-up .plans-pricing-block .pp-col .pp-content .add-order a {
		font-size: 22px;
		margin-left: 80px;
	}
	.pop-up .btn-2 {
		padding: 11px;
	}
	.style-2 ul li {
		padding-bottom: 20px;
	}
	.style-3 .logos-list {
		margin-bottom: 20px;
	}
	.style-3 .logos-list li.col-auto:nth-child(1) {
		max-width: 90px;
	}
	.style-3 .logos-list li.col-auto:nth-child(2) {
		max-width: 80px;
	}
	.style-3 .logos-list li.col-auto:nth-child(3) {
		max-width: 70px;
	}
	.style-3 .logos-list li.col-auto:nth-child(4) {
		max-width: 110px;
	}
	.style-3 .logos-list li.col-auto:nth-child(5) {
		max-width: 110px;
	}
	.style-3 .logos-list li.col-auto:nth-child(6) {
		max-width: 120px;
	}
	.style-3 .logos-list li.col-auto:nth-child(7) {
		max-width: 90px;
	}
	.style-3 .logos-list li.col-auto:nth-child(8) {
		max-width: 100px;
	}
	.style-3 .logos-list li.col-auto:nth-child(9) {
		max-width: 80px;
	}
	.style-3 .logos-list li.col-auto:nth-child(10) {
		max-width: 120px;
	}
	.style-3 .logos-list li.col-auto:nth-child(11) {
		max-width: 90px;
	}
	.style-4 .position-img {
		bottom: -100px;
		right: -450px;
		width: 565px;
		transform: rotate(285deg);
		-webkit-transform: rotate(285deg);
		-moz-transform: rotate(285deg);
		-ms-transform: rotate(285deg);
		-o-transform: rotate(285deg);
	}
	.style-5 .border-box {
		min-height: 200px;
		margin-bottom: 30px;
	}
	.style-5 .border-box span {
		font-size: 55px;
	}
	.dark-box,
	.dark-box-2,
	.restore-sleep-style-10 .light-box,
	.restore-sleep-style-11 .light-box,
	.style-6 .dark-box,
	.style-10 .dark-box,
	.style-11 .dark-box,
	.style-14 .dark-box,
	.light-box,
	.style-15 .light-box,
	.style-39.v3 .light-box,
	.style-39.v3 .light-box-2 {
		padding: 25px 10px 5px;
		margin-top: 10px;
		margin-bottom: 40px;
	}
	.restore-sleep-style-10 .light-box,
	.restore-sleep-style-11 .light-box,
	.restore-sleep-upsell-style-7 .light-box,
	.restore-sleep-upsell-style-7.restore-sleep-downsell-style-7 .light-box,
	.restore-sleep-upsell-style-3 .dark-box,
	.restore-sleep-upsell-style-3.restore-sleep-upsell-style-3-variant-2 .dark-box,
	.style-6 .dark-box,
	.style-10 .dark-box,
	.style-11 .dark-box,
	.light-box,
	.style-15 .light-box,
	.style-21 .light-box:not(.style-21.v2 .light-box),
	.style-24 .dark-box,
	.style-31 .zonia-services,
	ul.custom-list-style-disc li,
	.style-34.v3 .dark-box,
	.style-34.v4 .dark-box,
	.style-39.v3 .light-box,
	.style-39.v3 .light-box-2 {
		margin-bottom: 20px;
	}
	.style-5 .disease-type {
		font-size: 18px;
	}
	.style-7 {
		margin-top: -220px;
		padding-top: 215px;
		background-size: 391px;
	}
	.style-9 {
		background-size: 390px;
	}
	.style-9 .heading-style-1 {
		text-align: center;
	}
	.style-12 .position-img {
		top: 400px;
	}
	.style-12 .position-img-2 {
		bottom: 718px;
	}
	.style-13 .episode .episode-number {
		font-size: 30px;
		margin-bottom: -10px;
	}
	.style-13 .episode .episode-number span {
		font-size: 46px;
		width: 70px;
		height: 70px;
	}
	.style-13 .special-txt,
	.style-15 .special-txt {
		font-size: 16px;
	}
	.style-14 {
		background-size: 322px;
	}
	.style-14 .dark-box {
		text-align: center;
	}
	.style-14 .dark-box span {
		font-size: 35px;
		padding-right: 0;
		padding-bottom: 30px;
		display: block;
	}
	.style-14 .dark-box span::before {
		width: 1px;
		bottom: 4px;
		right: 50%;
		top: auto;
		transform: translateX(calc(-50% - 1px));
		-webkit-transform: translateX(calc(-50% - 1px));
		-moz-transform: translateX(calc(-50% - 1px));
		-ms-transform: translateX(calc(-50% - 1px));
		-o-transform: translateX(calc(-50% - 1px));
		background-color: #DDAB3F;
		height: 20px;
	}
	.style-14 .dark-box span::after {
		right: 50%;
		top: auto;
		bottom: 0;
		transform: rotate(135deg) translateX(-50%);
		-webkit-transform: rotate(135deg) translateX(-50%);
		-moz-transform: rotate(135deg) translateX(-50%);
	}
	.style-15 .list-expert .expert-item .experts-content {
		padding-inline: 12px;
	}
	.style-15 .list-expert .expert-item .experts-designation {
		font-size: 16px;
	}
	.style-16 {
		margin-top: -400px;
		padding-top: 395px;
	}
	.restore-sleep-style-1 .heading-style-2 {
		font-size: 18px;
	}
	.style-17 {
		font-size: 18px;
		margin-top: -125px;
		padding-top: 125px;
	}
	.style-17 .position-img {
		width: 325px;
		bottom: 287px;
		left: -163px;
	}
	.style-17 #target-CTA {
		top: calc(-100vh + 90px);
	}
	.style-17.v2 {
		margin-top: -1040px;
		padding-top: 1025px;
	}
	.style-17.v3 {
		padding-top: 25px;
	}
	.style-17.v3 .heading-style-2 {
		font-size: 20px;
	}
	.style-17.v3 .position-img {
		width: 455px;
		top: 350px;
		left: calc(-455px / 2);
	}
	.style-17 .mini-class-item {
		background-color: transparent;
		box-shadow: none;
		border-radius: 0;
		width: auto;
		height: auto;
		text-align: center;
	}
	.style-17  .mini-class-item .digit {
		font-size: 55px;
		font-weight: 700;
	}
	.style-17.v4 {
		margin-top: -260px;
		padding-top: 250px;
	}
	.style-17.v4 {
		margin-top: -535px;
		padding-top: 525px;
	}
	.product-block .dark-box,
	.restore-sleep-style-15 .light-box,
	.plans-pricing-block .box-contain,
	.restore-sleep-style-16 .dark-box,
	.restore-sleep-style-17 .dark-box,
	.restore-sleep-upsell-style-2 .box-contain,
	.restore-sleep-upsell-style-6 .box-contain,
	.restore-sleep-upsell-style-2 .light-box,
	.restore-sleep-upsell-style-7 .light-box,
	.restore-sleep-upsell-style-3 .dark-box,
	.restore-sleep-upsell-style-5 .light-box,
	.restore-sleep-upsell-style-6 .dark-box,
	.style-18 .light-box,
	.style-21 .light-box:not(.style-21.v2 .light-box),
	.style-21.v2 .light-box,
	.style-28 .dark-box,
	.style-29 .dark-box,
	.style-31 .light-box,
	.style-32 .light-box,
	.style-32.color-alter .light-box,
	.style-32 .light-box-2,
	.style-34 .light-box,
	.style-34.v3 .dark-box,
	.style-34.v4 .dark-box,
	.style-36 .light-box,
	.style-25 .light-box {
		padding: 25px 10px 5px;
	}
	.plans-pricing-block .box-contain,
	.restore-sleep-upsell-style-2 .box-contain,
	.restore-sleep-upsell-style-6 .box-contain {
		padding: 15px 12px;
		font-size: 17px;
	}
	.restore-sleep-upsell-style-3 .position-img-1 {
		width: 158px;
		top: 46px;
		right: -40px;
		transform: rotate(-8.33deg);
	}
	.restore-sleep-upsell-style-3 .position-img-2 {
		width: 240px;
		top: 940px;
		bottom: auto;
		left: auto;
		right: -82px;
	}
	.restore-sleep-upsell-style-3 .position-img-2,
	.restore-sleep-upsell-style-3.restore-sleep-downsell-style-3 .position-img-2 {
		-webkit-transform: rotate(-25.81deg);
		-moz-transform: rotate(-25.81deg);
		-ms-transform: rotate(-25.81deg);
		-o-transform: rotate(-25.81deg);
		transform: rotate(-25.81deg);
	}
	.restore-sleep-upsell-style-6 .dark-box {
		margin-bottom: 125px;
	}
	.restore-sleep-upsell-style-6 ul li {
		font-size: 20px;
	}
	.restore-sleep-upsell-style-6 .star-badge {
		margin-bottom: -100px;
		width: 190px;
		height: 190px;
		padding-top: 40px;
	}
	.restore-sleep-upsell-style-6 .star-badge .save-money {
		font-size: 35px;
	}
	.restore-sleep-upsell-style-6 ul li {
		padding-left: 32px;
		line-height: 1.4;
	}
	.restore-sleep-upsell-style-6 .dark-box ul.plus-list li:before,
	.restore-sleep-upsell-style-6 .dark-box ul.plus-list li:after {
		width: 22px;
    	height: 4px;
	}
	.restore-sleep-upsell-style-6 .star-badge {
		width: 150px;
		height: 150px;
		padding-top: 30px;
	}
	.restore-sleep-upsell-style-6 .star-badge .save-money {
		font-size: 28px;
	}
	.style-19 {
		margin-top: -495px;
		padding-top: 490px;
	}
	.style-19 .position-img {
		width: 415px;
		top: 245px;
		right: -295px;
	}
	.style-20 .dark-box-md {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		padding:15px 10px;
		margin-bottom: 20px;
	}
	.style-21 .position-img {
		width: 426px;
		top: -130px;
		right: -290px;
		transform: rotate(-115.624deg);
		-webkit-transform: rotate(-115.624deg);
		-moz-transform: rotate(-115.624deg);
		-ms-transform: rotate(-115.624deg);
		-o-transform: rotate(-115.624deg);
	}
	.style-21 .highlighted-txt-3 {
		font-size: 20px;
	}
	.style-21.v2 .position-img {
		top: 730px;
	}
	.style-24 .lessons {
		padding-top: 10px;
		padding-bottom: 5px;
		background-size: 90%;
	}
	.style-24 .lessons .bg-overlay {
		background: linear-gradient(170deg, #3A5563 25%, rgba(58, 85, 99, 0.79) 95%);
	}
	.style-25 .light-box .heading-style-1 {
		font-size: 35px;
	}
	.style-26 {
		margin-top: -260px;
		padding-top: 255px;
	}
	.style-28 .dark-box:before,
	.style-28 .dark-box:after {
		bottom: -8px;
		height: 20px;
	}
	.style-29 {
		margin-top: -635px;
		padding-top: 640px;
	}
	.style-30 .media-wrap {
		max-width: 100%;
	}
	.style-32 .light-box {
		-webkit-border-radius: 10px;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius: 10px;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-radius: 10px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.style-32 .light-box-2 {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.style-33 .custom-wrap .media-wrap {
		max-width: 62%;
	}
	.style-35 {
		margin-top: -370px;
		padding-top: 370px;
	}
	.style-35 .light-box {
		padding: 80px 60px;
	}
	.style-37 {
		margin-top: -270px;
		padding-top: 260px;
	}
	.style-39 .position-img {
		width: 1372px;
		top: 780px;
		right: -500px;
	}
	.style-39 .position-img-2 {
		width: 1372px;
		bottom: 560px;
		left: -515px;
	}
	.style-39 .highlighted-txt {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 20px;
		font-weight: 400;
	}
	.style-39.v2 .position-img {
		width: 324px;
		top: 0;
		left: 0;
		right: auto;
		opacity: 0.05;
	}
	.style-39.v2 .position-img-2 {
		width: 324px;
		bottom: 0;
		right: 0;
		left: auto;
		opacity: 0.05;
	}
	.style-39.v2 .dark-box,
	.style-39.v2 .dark-box-2 {
		padding: 25px 13px 5px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.style-39.v2 .dark-box-2 {
		font-size: 16px;
	}
	.style-39.v2 .dark-box-2 .heading-style-1 {
		font-size: 25px;
	}
	.style-39.v2 .dark-box-2 .price {
		font-size: 50px;
	}
	.style-39.v2 .dark-box-2 .heading-style-2 {
		margin-bottom: 10px;
	}
	.style-39.v3 .light-box-2 .heading-style-2,
	.style-39.v3 .highlighted-txt {
		font-size: 23px;
	}
	.style-39.v3 .light-box {
		margin-top: 120px;
	}
	.style-39.v3 .guarantee {
		width: 254px;
		height: 259px;
		margin-top: -145px;
	}
	.style-39.v3 .avatar {
		width: 250px;
		height: 250px;
	}
	.style-15 {
		margin-top: -375px;
		padding-top: 365px;
	}
	.top-bar,
	.foot-bar .CTA-button .btn-1 {
		font-size: 18px;
	}
	.top-bar {
		padding: 15px 0;
	}
	.zonia-section .is-sticky.top-bar {
		opacity: 0;
		visibility: hidden;
	}
	.style-40 {
		padding-top: 0;
	}
	.style-40 .episode-number {
		margin-bottom: -10px;
	}
	.style-40 .episode-number span {
		height: 52px;
		width: 52px;
		font-size: 30px;
	}
	.style-40 .episode-number h5 {
		font-size: 16px;
		margin-inline: 8px;
	}
	.footer-bar {
		font-size: 15px;
		padding-top: 25px;
		padding-bottom: 20px;
	}
	.footer-bar .row {
		flex-direction: column;
		align-items: center;
	}
	.footer-bar .site-info p,
	.footer-navigation ul {
		margin-bottom: 5px;
	}
	.footer-navigation ul {
		padding-bottom: 10px;
	}
	.footer-bar .site-info {
		order: 1;
	}

	.box-contain.no-thanks-button {
		font-size: 15px;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 575px) {
	.book-pop-up-form .heading-style {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#myModal .modal-dialog {
		margin-left: 0;
		margin-right: 0;
	}
	.book-pop-up-form {
		font-size: 18px;
	}
	.book-pop-up-form .form-control {
		padding: 10px;
		font-size: 16px;
	}
	.book-pop-up-form .recommend-txt {
		padding-bottom: 0;
	}
	.book-pop-up-form .btn-1 {
		font-size: 20px;
		padding: 13px 15px;
		width: 100%;
	}
	.heading-style-1 {
		letter-spacing: 0.5px;
	}
	.restore-sleep-style-1 .cnt-left p {
		font-size: 19px;
		letter-spacing: 0;
	}
	.restore-sleep-style-1 .register-form .form-logo {
		max-width: 290px;
	}
	.restore-sleep-style-1 .register-form .form-control:focus ~ .form-label,
	.restore-sleep-style-1 .register-form .form-control:not(:placeholder-shown).form-control:not(:focus) ~ .form-label {
		top: -2px;
	}
	.product-block .product-item {
		font-size: 15px;
		padding: 25px 20px;
	}
	.product-block .product-item .product-img img {
		max-width: 33px;
		margin-right: 3px;
	}
	.product-block .product-item .product-name {
		font-size: 13px;
	}
	.plans-pricing-block .pp-col .pp-best-value {
		font-size: 38px;
	}
	.plans-pricing-block .pp-col .pp-head .pp-canceled-price .pp-title,
	.plans-pricing-block .pp-col .pp-head .pp-recent-price .pp-title {
		font-size: 17px;
	}
	.plans-pricing-block .pp-col .pp-head .pp-quantity {
		font-size: 13px;
	}
	.plans-pricing-block .pp-col .pp-head .pp-canceled-price .pp-amount,
	.plans-pricing-block .pp-col .pp-head .pp-recent-price .pp-amount {
		font-size: 34px;
	}
	.plans-pricing-block .pp-col .pp-content .month {
		margin-bottom: 15px;
	}
	.plans-pricing-block .pp-col .pp-content .add-order a {
		font-size: 21px;;
	}
	.plans-pricing-block .box-contain {
		letter-spacing: 0;
	}
	.citation-list li {
		font-size: 15px;
	}
	.style-3 .logos-list li.col-auto:nth-child(1) {
		max-width: 80px;
	}
	.style-3 .logos-list li.col-auto:nth-child(2) {
		max-width: 70px;
	}
	.style-3 .logos-list li.col-auto:nth-child(3) {
		max-width: 60px;
	}
	.style-3 .logos-list li.col-auto:nth-child(4),
	.style-3 .logos-list li.col-auto:nth-child(5) {
		max-width: 100px;
	}
	.style-3 .logos-list li.col-auto:nth-child(6) {
		max-width: 110px;
	}
	.style-3 .logos-list li.col-auto:nth-child(7) {
		max-width: 75px;
	}
	.style-3 .logos-list li.col-auto:nth-child(9) {
		max-width: 65px;
	}
	.style-3 .logos-list li.col-auto:nth-child(10) {
		max-width: 110px;
	}
	.style-3 .logos-list li.col-auto:nth-child(11) {
		max-width: 75px;
	}
	.style-4 p strong {
		color: #BF9334;
	}
	.style-3 .logos-list {
		--bs-gutter-y: 15px;
	}
	.style-5 .disease-type img {
		height: 90px;
	}
	.style-5 .dark-box {
		padding: 15px 15px 5px;
		margin-bottom: 25px;
	}
	.style-6 p {
		position: relative;
		z-index: 1;
	}
	.highway-img {
		position: relative;
		z-index: 0;
		margin-top: -40px;
		margin-left: calc(var(--bs-gutter-x) * -.5);
		margin-right: calc(var(--bs-gutter-x) * -.5);
		margin-bottom: -20px;
	}
	.btn-aft-crack {
		margin-top: -70px;
	}
	.style-6 .dark-box {
		padding: 20px 10px 15px;
		background-size: 120%;
		background-position: 100px 100%;
	}
	.style-6 .dark-box .heading-style-1 {
		font-size: 20px;
		letter-spacing: 0;
	}
	.style-9 .heading-style-1 {
		font-size: 23px;
	}
	.style-10 .dark-box {
		padding: 20px 10px 15px;
	}
	ul.custom-list-style-disc {
		padding-left: 20px;
	}
	ul.custom-list-style-disc li::before {
		width: 6px;
		height: 6px;
		left: -15px;
	}
	.style-10 .heading-style-1 {
		letter-spacing: 0;
	}
	.style-10 .custom-wrap + div .heading-style-line:before {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
	.style-12 ul {
		padding-left: 20px;
	}
	.style-12 ul li {
		padding-bottom: 25px;
	}
	.style-13 .episode .episode-author-content p {
		font-size: 15px;
	}
	.style-15 .heading-style-1 {
		letter-spacing: 0;
	}
	.expert-slider-wrapper {
		margin-inline: calc(-.5 * var(--bs-gutter-x));
		padding-inline: calc(var(--bs-gutter-x) * .5);
	}
	.style-17.v3 .position-img {
		top: 250px;
	}
	.style-17 .img-wrap {
		padding-left: 0px;
		padding-right: 6px;
	}
	.style-19 .position-img {
		right: -185px;
	}
	.footer-bar,
	.footer-bar .site-info p,
	.footer-navigation ul {
		font-size: 12px;
	}
	.footer-navigation ul {
		margin-bottom: 0;
	}
	.footer-navigation ul li + li:before {
		margin-inline: 7px;
	}
	.restore-sleep-upsell-style-2 .light-box p {
		font-size: 15px;
	}
	.restore-sleep-upsell-style-2 .color-box p,
	.restore-sleep-upsell-style-6 .color-box p {
		font-size: 11px;
	}
	.restore-sleep-upsell-style-2 .color-box,
	.restore-sleep-upsell-style-6 .color-box {
		padding: 15px 10px;
	}
	.restore-sleep-upsell-style-5 p {
		font-size: 15px;
	}

}
@media only screen and (max-width: 400px) {
	.style-34 .heading-style-1 {
		font-size: 20px;
	}
	.restore-sleep-style-9.restore-sleep-style-9-variant-3 .dark-box .article-number,
	.restore-sleep-style-9.restore-sleep-style-9-variant-3 .dark-box .article-title {
		left: 75%;
	}
	.restore-sleep-style-13 {
		padding-top: 1000px;
		margin-top: -1010px;
	}
	.restore-sleep-upsell-style-5 .light-box .img-bx {
		margin-bottom: -90px;
	}
	.restore-sleep-upsell-style-6 {
		padding-top: 170px;
	}
	.pop-up .plans-pricing-block .pp-col .pp-content .add-order img {
		width: 95px;
	}
	.pop-up .plans-pricing-block .pp-col .pp-content .add-order a {
		font-size: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	body {
		font-size: 21px;
	}
	.heading-style-1,
	.info-bar .heading-style-1 {
		font-size: 40px;
	}
	.heading-style-2 {
		font-size: 32px;
	}
	.style-18 .highlighted-txt-2:not(.style-18 .light-box .highlighted-txt-2) {
		font-size: 25px;
	}
	.style-22 .statistic {
		font-size: 19px;
	}
	.style-25 .highlighted-txt {
		font-size: 35px;
	}
	.style-25 .light-box {
		font-size: 20px;
	}
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
	.restore-sleep-style-1 .clip-banner {
		background-position-y: 130px;
	}
	.restore-sleep-upsell-style-1 .clip-banner {
		background-position-y: 0;
	}
}

@media (min-width: 992px) {
	.container.container-mobile-ctrl {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
	.restore-sleep-style-4 .dark-box {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.restore-sleep-style-2 .custom-wrap {
		max-width: 530px;
	}
	.restore-sleep-upsell-style-1 .clip-banner {
		background-position-y: -225px;
	}
}

@media (min-width: 1200px) {
	.style-18 .light-box ul li {
		font-style: italic;
	}
	.restore-sleep-style-2 .custom-wrap {
		max-width: 620px;
	}
	.restore-sleep-upsell-style-1 .clip-banner {
		background-position-y: -395px;
	}
}

@media (min-width: 1400px) {
	.restore-sleep-style-2 .custom-wrap {
		max-width: 757px;
	}
	.restore-sleep-upsell-style-1 .clip-banner {
		background-position-y: -645px;
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1300px;
	}
	/* .restore-sleep-style-1 .container, */
	.restore-sleep-style-3 .container,
	.restore-sleep-style-4 .container,
	.restore-sleep-style-10 .container,
	.restore-sleep-style-11 .container,
	.restore-sleep-style-13 .container,
	.restore-sleep-upsell-style-5 .container,
	.restore-sleep-upsell-style-6 .container,
	.restore-sleep-upsell-style-7 .container {
		max-width: 1170px;
	}
	.style-32 .container {
		max-width: 1425px;
	}
	.style-15 .list-expert .expert-col {
		max-width: 20%;
		width: 100%;
	}
	.style-17 .media-wrap {
		max-width: 1500px;
	}
	.top-bar .container,
	.style-40 .container {
		max-width: 1480px;
	}
}
