/* =============WB FONT START============= */

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../../fonts/Montserrat-Regular.woff2') format('woff2'),
		url('../../fonts/Montserrat-Regular.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Italic';
	src: url('../../fonts/Montserrat-Italic.woff2') format('woff2'),
		url('../../fonts/Montserrat-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../../fonts/Montserrat-Medium.woff2') format('woff2'),
		url('../../fonts/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-MediumItalic';
	src: url('../../fonts/Montserrat-MediumItalic.woff2') format('woff2'),
		url('../../fonts/Montserrat-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../../fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('../../fonts/Montserrat-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../../fonts/Montserrat-Bold.woff2') format('woff2'),
		url('../../fonts/Montserrat-Bold.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-BoldItalic';
	src: url('../../fonts/Montserrat-BoldItalic.woff2') format('woff2'),
		url('../../fonts/Montserrat-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-ExtraBold';
	src: url('../../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
		url('../../fonts/Montserrat-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-ExtraBoldItalic';
	src: url('../../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
		url('../../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}


/* =============WB FONT END============= */

/* common css start */
html {
	font-size: 16px;
	/* Default browser font size */
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	line-height: 1;
}

li {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

strong {
	font-family: 'Montserrat-Bold';
}



.row {
	margin-left: 0;
	margin-right: 0;
}

.row>div {
	padding: 0;
}

.main_hd {}

.cmn_scndhd {
	font-family: 'Montserrat-ExtraBold';
	font-size: 38px;
	line-height: 1.52;
	color: #000000;
	margin-bottom: 35px;
  margin-top: 0;
}

.cmn_para {
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	line-height: 1.52;
	color: #000000;
	margin-bottom: 39px;
}

.txt_bold {
	font-family: 'Montserrat-Bold';
}

.txt_Medium {
	font-family: 'Montserrat-Medium';
}

.txt_semibold {
	font-family: 'Montserrat-SemiBold';
}

.text_center {
	text-align: center;
}

.mrg_top_none {
	margin-top: 0;
}

.mrg_btm_none {
	margin-bottom: 0;
}


/* common css end */


/* header start */

header {}

header .navbar {
	padding: 8px 0;
	background-color: #ffffff;
	margin-bottom: 0;
}

.navbar-brand {
	width: 218px;
	max-width: 218px;
	padding: 11px 0 5px;
	height: auto;
}


.navbar-nav>li>a {
	padding: 0;
}

nav #od-btn-top a {
	width: 167px;
	max-width: 167px;
}

nav #od-btn-top a img {
	width: 100%;
}

/* header end */


/* Banner start */

.banner_sec {
	background: url(../images/bg_hero.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 89px 0 118px;
	text-align: center;
}

.banner_contentbox {
	position: relative;
	width: 717px;
	max-width: 717px;
	margin: 0 auto;
}

.banner_sec .main_hd {
	font-family: 'Montserrat-ExtraBold';
	font-size: 52px;
	line-height: 63px;
	color: #000000;
	margin: 0;
}

.banner_sec .main_hd span {
	color: #544395;
}

.banner_contentbox::before {
	position: absolute;
	content: '';
	background: url(../images/rectangle.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Banner end */


/* third sec start */

.third_sec {
	padding: 55px 0 49px;
}

.third_sec .smpl_para {
	max-width: 500px;
}

.thrdsec_boldpara {
	font-family: 'Montserrat-Regular';
	font-size: 24px;
	color: #000000;
}

.thrdsec_boldpara {
	font-family: 'Montserrat-Regular';
	font-size: 24px;
	color: #000000;
	line-height: 1.57;
	margin-bottom: 40px;
}

.thrdsecbtm_boldpara {
	color: #000000;
	line-height: 1.57;
	margin-bottom: 0;
}

.third_sec1img {
	float: right;
}

.thrdsec_ftrbox {
	display: flex;
	flex-wrap: wrap;
	background: #f0edfe;
	border: 1px solid #bdb4e2;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 22px;
	min-height: 184px;
	align-items: center;
}

.thrdsec_ftrbox.end {
	margin-bottom: 49px;
}

.thrdsec_ftrbox .image_comntainer {
	width: 249px;
	max-width: 249px;
	overflow: hidden;
}

.thrdsec_ftrbox .image_comntainer img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.thrdsec_ftrbox img {
	width: 249px;
	height: 180px;
	object-fit: cover;
}

.thrdsec_ftrbox .text_container {

	display: flex;
	flex-wrap: wrap;
	gap: 23px;
	padding: 0 0 0 50px;
	height: 100%;

}

.thrdsec_ftrbox .text_container p {
	margin-bottom: 0;
}

.thrdsec_ftrbox .text_container span {
	font-size: 40px;
	color: #000000;
	width: max-content;
}

.thrdsec_ftrbox .text_container p {
	width: 470px;
	max-width: 470px;
}

/* third sec end */


/* fourth sec start */

.frth_sec {
	background: #f7f3f3;
	padding: 68px 0 58px;
}

.frthsec_causebox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 48px;
}

.frthsec_causebox .cause_sngl {
	background: #ffffff;
	width: calc(50% - 20px);
	border-radius: 18px;
	overflow: hidden;
	border: 3px solid#ffffff;

}

.frthsec_causebox .cause_sngl .image_container {}

.frthsec_causebox .cause_sngl.left {}

.frthsec_causebox .cause_sngl.right {}

.frthsec_causebox .cause_sngl .image_container {}

.frthsec_causebox .cause_sngl .image_container img {
	width: 100%;
}

.frthsec_causebox .cause_sngl .text_box {
	padding: 43px 37px 37px;
}

.frthsec_causebox .cause_sngl .image_container {
	position: relative;
}

.cause_sngl_numb {
	position: absolute;
	background: #ff0000;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 4em;
	height: 4em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cause_sngl_numb span {
	font-family: 'Montserrat-Bold';
	font-size: 2.14286em;
	line-height: 1.1;
	color: #ffffff;
}

/* fourth sec end */

/* fifth sec start */

.fifth_sec {
	padding-top: 48px;
}

.fifth_sec .cmn_scndhd {
	margin-top: 0;
}

.fifthsec_stepbox {
	background: #ffffff;
	border-radius: 18px;
	overflow: hidden;
	border: 2px solid #3e2b87;
}

.fifthsec_stepbox.fi_ste2 {
	margin-bottom: -200px;
}

.stepboxinfo_backinmotionimg {
	float: right;
	margin-top: -85px;
	margin-left: 61px;
}

.stepbox_header {
	padding: 24px 22px;
	background-color: #3e2b87;
}

.stepbox_header p {
	font-family: 'Montserrat-Bold';
	font-size: 26px;
	margin-bottom: 0;
	color: #FFFFFF;
}

.stepbox_header p span {
	color: #ffc600;
}

.stepbox_body {
	padding: 32px 30px 38px;
}

.stepbox_info p {
	margin-bottom: 7px;
}

.stepbox_hl8 {
	background: #f0edfe;
	padding: 13px 11px;
	margin-bottom: 15px;
}

.stepbox_hl8 p {
	font-family: 'Montserrat-Bold';
	font-size: 24px;
	color: #000;
	margin-bottom: 0;
}

.ing_boxsngl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}



.ing_boxsngl::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% - 248px);
	height: 1px;
	background: #d0d0d0;
}

.ing_boxsngl.after_none::after {
	position: static;
	content: none;
}

.img_box {
	width: 248px;
}

.fifth_sec .ing_boxsngl .img_box img {
	max-width: 100%;
	margin-left: -8px;
}

.ing_contentbox {
	width: calc(100% - 248px);

}

.ing_snglhd {
	font-family: 'Montserrat-Bold';
	font-size: 22px;
	line-height: 1.2;
	color: #000000;
}

.ing_snglpara {
	font-family: 'Montserrat-Regular';
	font-size: 20px;
	line-height: 1.57;
	color: #000000;
}

.step1_row {
	margin-bottom: 50px;
}

.step_2_top_img_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.step_2_top_img_container .s2tic_sngl {
	overflow: hidden;
	border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


.step_2_top_img_container .s2tic_sngl img {}

.step_2_listing_ul {
	width: 532px;
	max-width: 532px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.step_2_listing_ul li {
	position: relative;
	font-family: 'Montserrat-SemiBold';
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	width: 100%;
	padding: 11px 11px 11px 53px;
	/* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
	box-shadow: 0px 2px 8px rgba(48, 0, 96, 0.44);
	border-radius: 50px;
	margin-bottom: 23px;
}

.step_2_listing_ul li::before {
	content: '';
	position: absolute;
	top: 11px;
	left: 11px;
	background: url(../images/tick.png);
	width: 29px;
	height: 29px;
}




/* fifth sec end */


/* Sixth sec start */

.sixth_sec {
	padding: 223px 0 50px;
	background: #f0edfe;
}

.sixth_right_img {
	float: right;
	width: 317px;
	border: 3px solid #ffffff;
	border-radius: 20px;
	margin-left: 20px;
}

.expect_ul {
	padding-left: 44px;
}

.expect_ul li {
	position: relative;
	font-family: 'Montserrat-SemiBold';
	font-size: 20px;
	line-height: 1.5;
	color: #000;
	-webkit-padding-start: 42px;
	margin-bottom: 40px;
}

.expect_ul li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	background: url(../images/tick.png);
	width: 29px;
	height: 29px;
}

.wyce_report_box {
	background: #3e2b87;
	padding: 44px 30px 30px 30px;
	border-radius: 20px;
	margin-bottom: 50px;
}

.wyce_report_hd {
	font-size: 24px;
	margin-bottom: 26px;
	color: #ffffff;
}

.benefit-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.benefit-item {
	/* border-top: 1px solid rgba(255, 255, 255, 0.2); */

	text-align: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-start;
}

.benefit-item:nth-child(1) {
	position: relative;
}

.benefit-item:nth-child(1)::after {
	position: absolute;
	content: '';
	background: #bdb4e2;
	width: 0.006em;
	height: 100%;
	top: 0;
	right: -21px;
	opacity: 0.3;
}

.benefit-item:nth-child(1)::before {
	position: absolute;
	content: '';
	background: #bdb4e2;
	width: 100%;
	height: 0.006em;
	bottom: -22px;
	left: 0;
	opacity: 0.3;
}

.benefit-item:nth-child(4) {
	position: relative;
}

.benefit-item:nth-child(4)::after {
	position: absolute;
	content: '';
	background: #bdb4e2;
	width: 0.006em;
	height: 100%;
	top: 0;
	left: -20px;
	opacity: 0.3;
}

.benefit-item:nth-child(4)::before {
	position: absolute;
	content: '';
	background: #bdb4e2;
	width: 100%;
	height: 0.006em;
	top: -19px;
	left: 0;
	opacity: 0.3;
}

.benefit-item img {
	width: 131px;
	height: 131px;
	border-radius: 50%;
	object-fit: cover;

}

.benefit-item p {
	font-family: 'Montserrat-SemiBold';
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
	width: calc(100% - 159px);
	text-align: left;
	color: #ffffff;
}

/* Sixth sec end */

/* seventh sec start */

.seventh_sec {
	padding: 50px 0 0;
}

.seventh_sec .cmn_scndhd {
  line-height: 1.25;
  margin-bottom: 21px;
}

.seventh_sec_top {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
  align-items: center;
}

.seventh_sec_top_left {
	width: 318px;
}

.seventh_sec_top_left img {
	width: 100%;
	height: auto;
}

.seventh_sec_top_right {
	width: calc(100% - (318px + 30px));
}

.seventh_sec_btm_list_box {
	background: #ffffff;
	padding: 48px 61px 48px 29px;
	border: 1px solid #bdb4e2;
	border-radius: 17px;
	margin-bottom: -76px;
}

.seventh_sec_btm_list_box p {}

.seventh_sec_btm_list_box ul {
	padding-left: 19px;
}

.seventh_sec_btm_list_box ul li {
	position: relative;
	font-family: 'Montserrat-SemiBold';
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
	color: #000;
	margin-bottom: 25px;
	padding-left: 40px;
}

.seventh_sec_btm_list_box ul li:last-child {
	margin-bottom: 0;
}

.seventh_sec_btm_list_box ul li::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	background: url(../images/tick.png);
	width: 29px;
	height: 29px;
}



/* seventh sec end */


/* eighth sec start */

.eighth_sec {
	background: url(../images/bg2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 123px 0 50px;
}

.eighth_sec p {
	color: #ffffff;
	width: 616px;
	max-width: 616px;
}

.eighth_sec .buy_now_btn_wrap {
	margin-top: 29px;
}

.buy_now_btn_wrap a {
	display: inline-block;
	width: 368px;
	max-width: 368px;
}

.buy_now_btn_wrap a img {
	width: 100%;
	height: auto;
}

/* eighth sec end */

/* ninth sec start */

.ninth_sec {
	padding: 50px 0 0;
}

.hwi_box {
	background: #ffffff;
	overflow: hidden;
	border: 1px solid #bdb4e2;
	border-radius: 17px;
	margin-bottom: -99px;
}

.hwi_hd_wrap {
	background: #f0edfe;
	padding: 11px 31px;
	margin-bottom: 10px;
}

.hwi_hd_wrap p {
	font-family: 'Montserrat-Bold';
	font-size: 1.751rem;
	line-height: 1.5;
	color: #000;
	margin-bottom: 0;
}

.hwi_list_ul {
	padding-left: 48px;
}

.hwi_list_ul.with_mrg_top {
	margin-top: 26px;
}

.hwi_list_ul li {
	position: relative;
	font-family: 'Montserrat-SemiBold';
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
	color: #000;
	margin-bottom: 29px;
	padding-left: 40px;
}

.hwi_list_ul li::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	background: url(../images/tick.png);
	width: 29px;
	height: 29px;
}

/* ninth sec end */


/* tenth sec start */

.tenth_sec {
	background: #f0edfe;
	padding: 151px 0 50px;
}

.tenthsec_mid_container_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 52px;
}

.micf_left {
	width: calc(100% - 422px);
}

.micf_right {
	width: 369px;
}

.back_motion_programs_container {
	display: flex;
	flex-wrap: wrap;
	column-gap: 49px;
	row-gap: 13px;
	justify-content: center;
	margin-bottom: 36px;
}

.bmpc_sngl {
	width: 111px;
	text-align: center;
}

.bmpc_sngl p {
	font-family: 'Montserrat-SemiBold';
	/* font-size: 1.251rem; */
	font-size: 1.16rem;
	line-height: 1.5;
	color: #000;
}



/* tenth sec end */


/* eleventh sec start */


.eleventh_sec {
	padding: 50px 0;
}

.eleventh_sec h2 {
	width: 614px;
	max-width: 614px;
	margin: 0 auto;
	margin-bottom: 35px;
}


.bonuses_box {
	border: 2px solid #3e2b87;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.bonuses_box.bnu_box_1 {
	margin-bottom: 21px;
}

.b_box_left {
	width: calc(100% - 239px);
	padding: 20px;
}

.b_box_right {
	width: 239px;
	background: #3e2b87;
}

.bnus_tag {
	display: inline-block;
	background: #ffc600;
	padding: 5px 13px;
	border-radius: 9px;
	margin-bottom: 23px;
}

.bnus_tag span {
	font-family: 'Montserrat-SemiBold';
	font-size: 1.374rem;
	color: #000;
}

.bnus_hd {
	color: #3e2b87;
	font-family: 'Montserrat-ExtraBoldItalic';
	font-size: 1.749rem;
	margin-bottom: 19px;
}

.bnus_hr {
	border-top: 1px solid #cecece;
}

.bnus_p {
	font-family: 'Montserrat-Regular';
	font-size: 1.249rem;
	line-height: 1.5;
	margin-bottom: 0;
	color: #000;
}

.b_box_right {
	position: relative;
}

.b_box_right img {
	position: absolute;
	top: 18px;
}

.bonuses_box.bnu_box_2 .b_box_right img {
	position: absolute;
	top: 79px;
	left: -114px;
}

.bonuses_box.bnu_box_2 .bnus_p {
	max-width: 474px;
}

/* eleventh sec end */


/* order1st sec start */

.order1st_sec {
	background: #f0edfe;
	padding: 54px 0;
}

.order_container {
	display: flex;
	flex-wrap: wrap;
}

.order_container_sngl {
	width: 33.33%;
}

.order_container .order_sngl_box {

	overflow: hidden;
}

.osb_center {}

.order_sngl_box {
	background: #ffffff;
	border-radius: 10px;
}

.order_sngl_box .osb_top {
	background: #8d80c6;
	text-align: center;
	padding: 20px 30px;
}

.order_sngl_box .osb_top .osb_top_pack_hd {
	font-family: 'Montserrat-Bold';
	font-size: 23.07px;
	text-transform: uppercase;
	color: #ffffff
}

.order_sngl_box .osb_top .osb_top_qty_hd {
	font-family: 'Montserrat-Bold';
	font-size: 36.54px;
	text-transform: capitalize;
	color: #ffffff;
	margin-bottom: 0;
}

.order_sngl_box .osb_body {
	background: #ffffff;
	text-align: center;
	padding: 20px 14px;
}

.order_sngl_box .osb_body .supply_day {
	font-family: 'Montserrat-SemiBold';
	font-size: 23.08px;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 20px;
}

.order_sngl_box .osb_body img.odr_product_1 {
	width: 144px;
	margin-bottom: 25px;
}

.order_sngl_box .osb_body ul {
	margin-bottom: 15px;
}

.order_sngl_box .osb_body ul li {
	position: relative;
	font-family: 'Montserrat-Bold';
	font-size: 15.92px;
	color: #ffffff;
	border-radius: 50px;
	padding: 11px 0 11px 39px;
	text-align: left;
	margin-bottom: 4px;
}

.order_sngl_box .osb_body ul li::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 8px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
}

.order_sngl_box .osb_body ul li.bmm {
	background: #d93137;
}

.order_sngl_box .osb_body ul li.fb2 {
	background: #0da256;
}

.order_sngl_box .osb_body ul li.ffs {
	background: #2a306e;
}

.order_sngl_box .osb_body ul li.bmm::before {
	background: url(../images/red_tick.png);

}

.order_sngl_box .osb_body ul li.fb2::before {
	background: url(../images/tick_g.png);

}

.order_sngl_box .osb_body ul li.ffs::before {
	background: url(../images/tick_b.png);

}

.order_sngl_box.osb_basic,
.order_sngl_box.osb_popular {
	border: 2px solid #d3d1e9
}

.order_sngl_box.osb_basic .osb_body ul li.fb2 {
	visibility: hidden;
}

.order_sngl_box.osb_basic .osb_body ul li.ffs {
	visibility: hidden;
}

.order_sngl_box .osb_body .order_single_price {
	font-family: 'Montserrat-Bold';
	font-size: 74px;
	color: #3e2b87;
	text-align: center;
	margin-bottom: 10px;
}

.order_sngl_box .osb_body .order_single_price .dolar {
	font-family: 'Montserrat-Bold';
	font-size: 57%;
	color: #3e2b87;
	top: -.5em;
}

.order_sngl_box .osb_body .order_single_price .each {
	font-family: 'Montserrat-Medium';
	font-size: 17.65px;
	color: #2d2d2d;
}

.order_sngl_box .osb_body .yousave {
	font-family: 'Montserrat-SemiBold';
	font-size: 21.15px;
	color: #ff0000;
	margin-bottom: 16px;
}

.order_sngl_box .osb_body .order_buy_now {
	margin-bottom: 20px;
}

.order_sngl_box .osb_body .order_buy_now a {}

.order_sngl_box .osb_body a img {}

.order_sngl_box .odr_total {
	margin-bottom: 15px;
}

.order_sngl_box .odr_total p {
	font-family: 'Montserrat-Medium';
	font-size: 20px;
	color: #4f4f4f;
}

.order_sngl_box .odr_total p span {
	font-family: 'Montserrat-Bold';
	color: #000;
}

.order_sngl_box .order_sngl_box .osb_body .odr_total p {
	font-family: 'Montserrat-Medium';
	font-size: 20px;
	color: #4f4f4f;
}

.order_sngl_box .osb_body .odr_shipping {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px
}

.order_sngl_box .osb_body .odr_shipping span {
	font-family: 'Montserrat-Medium';
	font-size: 17.3px;
}

.order_sngl_box .osb_body .odr_shipping img {}


.order_sngl_box.osb_center {
	position: relative;
	border: 2px solid #7c6fae;
	margin-left: -8px;
	margin-right: -8px;
	z-index: 1;
	box-shadow: 0px 0px 38px rgba(0, 0, 0, 0.28);
}

.order_sngl_box.osb_center .osb_top {
	background: #3e2b87;
	text-align: center;
	padding: 20px 30px;
}

.order_sngl_box.osb_center .osb_top .osb_top_pack_hd {
	color: #ffd200;
}

.order_sngl_box.osb_center .osb_body {
	background: #fefbdf;
}

.order_sngl_box.osb_center img.odr_product_1,
.order_sngl_box.osb_popular img.odr_product_1 {
	width: 100%;

}

.order_sngl_box.osb_basic,
.order_sngl_box.osb_popular {
	margin-top: 33px;
}

.order_sngl_box.osb_center .osb_body img.odr_product_1 {
	max-width: 18.559rem;
	margin: 0 auto;
	margin-bottom: 35px;
}

.order_sngl_box.osb_basic .osb_body img.odr_product_1 {
	margin-bottom: 33px;
}

.order_sngl_box.osb_basic .osb_body .order_single_price {
	margin-bottom: 39px;
}

.order_sngl_box.osb_basic .osb_body .odr_shipping {
	margin-bottom: 27px;
}


.sup_fact_box {
	width: 640px;
	max-width: 640px;
	margin: 45px auto;
}

.sup_fact_box img {
	width: 100%;
	height: auto;
}

.order_main_big_buynow {
	text-align: center;
}

.order_main_big_buynow a {
	display: inline-block;
}

.order_main_big_buynow a img {}

/* order1st sec end */

/* grnty sec start */

.grnty_sec {
	background: #3e2b87;
	padding: 50px 0 60px;
}

.grnty_sec .grnty_box {
	text-align: center;
}

.grnty_sec .grnty_box img {
	max-width: 830px;
}

/* grnty sec end */

/* faq sec start */

.faq_sec {
	padding: 50px 0;
}

.faq_sec li {
	margin: 16px 0;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
  overflow: hidden;
}

.faq_sec .accordion-trigger {
	position: relative;
	display: block;
	background: #f9f9f9;
	padding: 28px 33px;

}

.faq-sec .accordion-content {
	overflow: hidden;
	transition: height 0.3s ease;
}

.faq_sec .accordion-content.collapsed {
	height: 0;
	overflow: hidden;
  border-radius: 6px;
}

.faq-sec .accordion-content.expanded {
	height: auto;
  border-radius: 6px 6px 0 0;
}

.faq_sec a {
	font-family: 'Montserrat-SemiBold';
	font-size: 22px;
	line-height: 1.5;
	color: #000;
	text-decoration: none;
}

.box-faq a{
  color: #477886;
  text-decoration: underline; 
}

.box-faq {
	padding: 20px 30px;
}

.faq_sec .accordion-content p {
	font-family: 'Montserrat-Medium';
	font-size: 20px;
	line-height: 1.6;
	color: #000;
}

.faq_sec .accordion-trigger:after {
	display: block;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.faq_sec .accordion-trigger.collapsed:after {
	background: url(../images/plus.png);
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.faq_sec .accordion-trigger.expanded:after {
	background: url(../images/minus.png);
	width: 15px;
	height: 2px;
}

.box-faq
.sup_img img{
  width: 100%;
  height: auto;
}


/* faq sec end */

/* orderend sec start */

.orderend {
	background: #f0edfe;
	padding: 54px 0;
}

/* orderend sec end */

/* Footer start */

.footer {
	padding: 42px 0;
}

.foot-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 28px;
}

.foot-list .link_li {
	display: inline;
	padding-left: 0;
	list-style-type: none;
	padding: 0 14px;
}
.foot-list .link_li:first-child {
	padding-left: 0;
}

.foot-list .link_li:last-child {
	padding-right: 0;
}

.foot-list li:last-child {
	border-right: none;
}

.foot-list li a {
	font-family: 'Montserrat-Regular';
	font-size: 14px;
	line-height: 1.52;
	color: #000000;

}

.foot-list li a:hover {
	text-decoration: none;
}

.copy-writer {
	font-size: 14px;
	color: #000;
	line-height: 1.3;
	font-family: 'Montserrat-Regular';
	text-align: center;
	margin-bottom: 28px;
}

.foot-wrapper p {
	font-size: 14px;
	color: #999999;
	margin-top: 2%;
	line-height: 150%;
	font-family: 'Montserrat-Regular';
	margin-bottom: 0;
	text-align: center;
}

.foot-wrapper .here_para {
	color: #2b2b2b
}

.foot-wrapper .here_para a {
	font-family: 'Montserrat-Bold';
	color: #2b2b2b
}

/* Footer end */


/* =============== Responsive CSS Start =============== */

@media (min-width: 992px) {

	/* common Css start*/

	.cmn_container {
		width: 975px;
		padding: 0;
		margin: 0 auto;
	}

	.common-wrapper {
		width: 866px;
		margin: 0 auto;
	}

	/* common Css end*/
}

@media (min-width: 768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}


}

@media (max-width: 767px) {
	.carousel-inner .active.left {
		left: -50%;
	}

	.carousel-inner .active.right {
		left: 50%;
	}

	.carousel-inner .next {
		left: 50%;
	}

	.carousel-inner .prev {
		left: -50%;
	}

	.carousel-col {
		width: 50%;
	}

	.active>div:first-child+div {
		display: block;
	}


}
@media (max-width: 991px) and (min-width: 768px) {

	.third_sec .smpl_para {
		max-width: 386px;
	}


	.grnty_sec .grnty_box img {
		max-width: 100%;
	}

	.Tab_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 1%;
	}

	.thrdsec_ftrbox {
		width: 48%;
		flex-direction: column;
		height: max-content;
	}

	.thrdsec_ftrbox img {
		width: 100%;
		height: 157px;
	}

	.thrdsec_ftrbox img {
		width: 100%;
		height: 157px;
	}

	.thrdsec_ftrbox .text_container {
		display: block;
		padding-left: 0;
		width: 100%;
		padding: 35px 14px 28px;
		position: relative;
		height: auto;

	}

	.thrdsec_ftrbox .text_container span {
		position: absolute;
		font-size: 35.98px;
		display: inline-block;
		padding: 7px 10px;
		background: #ffffff;
		border-radius: 6px;
		top: -23px;
	}

	.thrdsec_ftrbox .text_container p {
		width: 100%;
		min-height: 151px;
	}

	.stepboxinfo_backinmotionimg {
		margin-top: -29px;
	}


	.carousel-inner .item {
		display: flex;
		flex-wrap: nowrap;
	}

	.carousel-inner .item {
		padding: 10px;
	}

	.carousel-inner .item {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.carousel-control {
		width: 0;
	}

	.glyphicon-chevron-left:before {
		content: '';
        position: absolute;
        top: -8px;
        left: -30px;
        background: url(../images/right.png);
        transform: rotate(180deg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 22px;
        height: 40px;
	}

	.glyphicon-chevron-right:before {
		content: '';
		position: absolute;
		top: -8px;
		left: 9px;
		background: url(../images/right.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 22px;
		height: 40px;
	}

	.bonuses_box.bnu_box_2 .b_box_right img {
    width: 273px;
    position: absolute;
    top: 79px;
    left: -34px;
}

}

@media (max-width: 768px) {

	.order_container {
		gap: 20px;
	}

	.order_container_sngl {
		width: 100%;
	}

	.order_sngl_box.osb_center {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 600px) {

	/* Carousel Start */

	.carousel {
		margin-bottom: 30px;
    width: 258px;
    margin: 0 auto;
    margin-bottom: 21px;
	}

	.carousel-inner .item img {
		width: 100%;
		height: auto;
	}

	.carousel-control.left {
		background-image: none;
	}

	.carousel-control.right {
		background-image: none
	}

	.glyphicon-chevron-left:before {
		content: '';
        position: absolute;
        top: -8px;
        left: -30px;
        background: url(../images/right.png);
        transform: rotate(180deg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 22px;
        height: 40px;
	}

	.glyphicon-chevron-right:before {
		content: '';
		position: absolute;
		top: -8px;
		left: 9px;
		background: url(../images/right.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 22px;
		height: 40px;
	}
  
  .carousel-control.disabled {
  opacity: 0.7;
  pointer-events: none; /* optional: prevents clicking */
}

	/* Carousel End */

	.benefits {
		padding: 20px 15px;
	}

	.benefits h2 {
		font-size: 18px;
	}

	.benefit-item {
		border-top: none;
		flex-direction: column;
		align-items: center;
	}

	.benefit-item p {
		width: 100%;
		text-align: center;
	}

	.benefit-item:nth-child(4)::before {
		position: absolute;
		content: none;
		background: none;
		width: 0;
		height: 0;
		top: 0;
		left: 0;
	}

	.benefit-item:nth-child(1)::before {
		position: absolute;
		content: none;
		background: none;
		width: 0;
		height: 0;
		top: 0;
		left: 0;
	}

	.benefit-item:nth-child(1),
	.benefit-item:nth-child(2),
	.benefit-item:nth-child(3),
	.benefit-item:nth-child(4) {
		position: relative;
	}

	.benefit-item:nth-child(1)::after,
	.benefit-item:nth-child(2)::after,
	.benefit-item:nth-child(3)::after {
		position: absolute;
		content: '';
		background: #bdb4e2;
		width: 100%;
		height: 0.006em;
		top: 107%;
		bottom: 0;
		left: 0;
		opacity: 0.3;
	}

	.benefit-item:nth-child(4)::after {
		position: absolute;
		content: '';
		background: transparent;
		width: 100%;
		height: 0.006em;
		top: 107%;
		bottom: 0;
		left: 0;
		opacity: 0.3;
	}

.cmn_para {
		font-size: 19.97px;
		margin-bottom: 20px;
	}


	.cmn_scndhd {
		margin-top: 0;
		margin-bottom: 21px;
	}


	/* header start */

	.navbar-header {
		width: 100%;
		text-align: center;
	}

	.navbar-brand {
		float: none;
		width: 100%;
		max-width: 100%;
		text-align: center;
		display: block;
	}

	.navbar-brand img {
		display: block;
		width: 176px;
		margin: 0 auto;
	}

	/* header end */


	/* Banner start */

	.banner_sec {
		background: url(../images/bg_mob.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding: 29px 0 24px;
	}

	.banner_contentbox::before {
		background: url(../images/rect-mob.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.banner_sec .main_hd {
		font-size: 32px;
		line-height: 42px;
	}

	.banner_contentbox {
		width: 100%;
	}

	/* Banner end */


	/* third sec start */

	.third_sec {
		padding: 28px 0 29px;
	}

	.thrdsec_ftrbox.end {
		margin-bottom: 33px;
	}

	.thrdsec_boldpara {
		font-size: 22px;
	}

	.thrdsec_ftrbox img {
		width: 100%;
		height: 157px;
	}

	.thrdsec_ftrbox .text_container {
		display: block;
		padding-left: 0;
		width: 100%;
		padding: 35px 14px 28px;
		position: relative;
	}

	.thrdsec_ftrbox .text_container span {
		position: absolute;
		font-size: 35.98px;
		display: inline-block;
		padding: 7px 10px;
		background: #ffffff;
		border-radius: 6px;
		top: -23px;
	}

	.thrdsec_ftrbox .text_container p {
		width: 100%;
	}

	.third_sec1img {
		float: none;
		width: 100%;
	}

	/* third sec end */


	/* fourth sec start */

	.frth_sec {
		background: #f7f3f3;
		padding: 35px 0 33px;
	}

	.frthsec_causebox {
		gap: 22px;
	}

	.frthsec_causebox .cause_sngl {
		width: 100%;
	}

	.frthsec_causebox .cause_sngl .text_box {
		padding: 43px 10px 37px;
	}

	.frthsec_causebox .cause_sngl .text_box .cmn_para {
		font-size: 20px;
	}

	/* fourth sec end */

	/* fifth sec start */

	.fifth_sec {
		padding-top: 33px;
	}

	.stepbox_body {
		padding: 32px 12px 9px;
	}

	.stepbox_header.ste_hea1 {
		padding-bottom: 48px;
	}

	.stepboxinfo_backinmotionimg {
		float: none;
		width: 229px;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-top: -71px;
		margin-bottom: 22px;
	}

	.step_2_listing_ul {
		width: 100%;
		margin-bottom: 40px;
	}

	.step_2_listing_ul li {
		width: 100%;
		text-align: left;
	}

	.step_2_listing_ul li::before {
		top: 27px;
	}

	.stepbox_header {
		text-align: center;
		line-height: 1.4;
	}

	.stepbox_hl8 {
		text-align: center;
	}

	.stepbox_hl8 p {
		line-height: 1.4;
	}

	.ing_boxsngl {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		padding-top: 27px;
		padding-bottom: 7px;
	}

	.ing_boxsngl .img_box {
		width: 100%;
		text-align: center;
	}

	.ing_contentbox {
		width: 100%;
		text-align: center;
	}

	.fifth_sec .ing_boxsngl .img_box {
		/* margin-bottom: 20px;	 */
	}

	.ing_boxsngl::after {
		width: 100%;
	}

	.step_2_top_img_container {}

	.stepbox_body {
		text-align: center;
	}

	.expect_ul {
		padding-left: 0;
	}

	.expect_ul li {
		font-size: 19px;
	}


	.benefit-grid {
		grid-template-columns: 100%;
	}

	.wyce_report_hd {
		line-height: 1.5;
	}

	.wyce_report_box {
		padding: 29px 23px 29px;
	}

	.step1_row {
		margin-bottom: 29px;
	}

	/* fifth sec end */


	/* Sixth sec start */

	.sixth_sec {
		padding: 205px 0 33px;
	}

	.sixth_sec .cmn_scndhd {
		margin-bottom: 15px;
	}

	.sixth_right_img {
		display: block;
		float: none;
		margin-left: 0;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.wyce_report_box {
		margin-bottom: 30px;
	}


	/* Sixth sec end */

	/* seventh sec start */
	.seventh_sec {
		padding: 33px 0 0;
	}

	.seventh_sec_top {}

	.seventh_sec_top {
		gap: 20px;
	}


	.seventh_sec_top_left {
		text-align: center;
	}

	.seventh_sec_top_left img {
		width: 309px;
		max-width: 100%;
		height: auto;
		margin-bottom: 30px;

	}

	.seventh_sec_btm_list_box {
		padding: 29px 14px 31px;
	}

	.seventh_sec_btm_list_box ul {
		padding-left: 0;
	}

	.seventh_sec_top_left {
		width: 100%;
		order: 2;
	}

	.seventh_sec_top_right {
		width: 100%;
	}

	.cmn_scndhd {
		font-size: 30px;
		text-align: center;
	}

	.seventh_sec_btm_list_box {
		margin-bottom: -162px;
	}

	/* seventh sec end */


	/* eighth sec start */
	.eighth_sec {
		background: url(../images/bg2_mob.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding: 197px 0 50px;
	}

	.eighth_sec p {
		width: 100%;
	}

	.eighth_sec .eighth_sec_1st_para {
		width: 232px;
		max-width: 100%;
	}

	.buy_now_btn_wrap a {
		width: 100%;
	}

	/* eighth sec end */

	/* ninth sec start */

	.ninth_sec {
		padding: 33px 0 0;
	}

	.hwi_list_ul {
		padding-left: 10px;
	}

	/* ninth sec end */


	/* tenth sec start */

	.tenth_sec {
		padding: 130px 0 33px;
	}

	.tenthsec_mid_container_flex {
		column-gap: 0;
		row-gap: 0;
	}

	.micf_left {
		width: 100%;
	}

	.back_motion_programs_container {
		width: 100%;
		column-gap: 0;
	}

	.bmpc_sngl {
		width: 33.33%;
	}

	.bmpc_sngl img {
		width: 99px;
	}

	.micf_right {
		width: 100%;
		text-align: center;
	}

	.micf_right img {
		display: block;
		width: 319px;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	/* tenth sec end */


	/* eleventh sec start */

	.eleventh_sec {
		padding: 33px 0;
	}

	.eleventh_sec h2 {
		width: 100%;
		font-size: 30px;
	}

	.bonuses_box {
		text-align: center;
	}

	.b_box_left {
		width: 100%;
		order: 2;
	}

	.b_box_right {
		width: 100%;
	}

	.b_box_right img {
		position: relative;
	}

	.bonuses_box.bnu_box_2 .b_box_right img {
		position: relative;
		width: 308px;
		top: 0;
		left: 0;
	}

	.bonuses_box.bnu_box_2 .b_box_right {
		padding-top: 26px;

	}
  
  .eleventh_sec h2{
        margin-bottom: 0;
    padding-bottom: 50px;
  }
  
  .b_box_left{
    position: relative;
  }
  
  .bnus_tag{
    position: absolute;
    top: -16px;
    left: 104px;
  }
  
  .b_box_left{
    padding: 35px 20px 20px 20px; 
  }
  
  .bnus_hd {
    max-width: 90%;
    margin: 0 auto;
  }
  
  .bonuses_box.bnu_box_2 .b_box_right img{
    margin-bottom: 19px;
  }

	/* eleventh sec end */


	/* order1st sec start */
	.order1st_sec {
		padding: 33px 0;
	}

	.sup_fact_box {
		max-width: 100%;
	}

	.order_sngl_box.osb_basic .osb_body img.odr_product_1 {
		margin-bottom: 24px;
	}

	.order_sngl_box.osb_basic .osb_body ul li.fb2 {
		display: none;
	}

	.order_sngl_box.osb_basic .osb_body .order_single_price {
		margin-bottom: 25px;
	}

	.order_sngl_box.osb_basic,
	.order_sngl_box.osb_popular {
		margin-top: 0;
	}

	.order_container_sngl:first-child {
		order: 3;
	}

	.order_main_big_buynow a img {
		width: 100%;
	}

	/* order1st sec end */

	/* grnty sec start */
	.grnty_sec {
		padding: 36px 0 50px;
	}

	.grnty_sec .grnty_box img {
		max-width: 100%;
	}

	/* grnty sec end */

	/* faq sec start */

	.faq_sec {
		padding: 33px 0;
	}

	.faq_sec a {
		font-size: 20px;
	}

	.faq_sec .accordion-trigger {
		padding: 20px 30px 20px 14px;
	}

	.box-faq {
		padding: 20px 14px;
	}

	/* faq sec end */

	/* orderend sec start */

	.orderend {
		padding: 33px 0;
	}

	/* orderend sec end */

	/* Footer start */

	.foot-list .link_li {
		display: inline;
		padding-left: 0;
		list-style-type: none;
		padding: 0 13px;
	}

	/* Footer end */
}


@media (max-width: 380px) {

	.cmn_para {
		font-size: 19.97px;
		margin-bottom: 20px;
	}


	.cmn_scndhd {
		margin-top: 0;
		margin-bottom: 21px;
	}


	/* header start */

	.navbar-header {
		width: 100%;
		text-align: center;
	}

	.navbar-brand {
		float: none;
		width: 100%;
		max-width: 100%;
		text-align: center;
		display: block;
	}

	.navbar-brand img {
		display: block;
		width: 176px;
		margin: 0 auto;
	}

	/* header end */


	/* Banner start */

	.banner_sec {
		background: url(../images/bg_mob.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding: 29px 0 24px;
	}

	.banner_contentbox::before {
		background: url(../images/rect-mob.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.banner_sec .main_hd {
		font-size: 32px;
		line-height: 42px;
	}

	.banner_contentbox {
		width: 100%;
	}

	/* Banner end */


	/* third sec start */

	.third_sec {
		padding: 28px 0 29px;
	}

	.thrdsec_ftrbox.end {
		margin-bottom: 33px;
	}

	.thrdsec_boldpara {
		font-size: 22px;
	}

	.thrdsec_ftrbox img {
		width: 100%;
		height: 157px;
	}

	.thrdsec_ftrbox .text_container {
		display: block;
		padding-left: 0;
		width: 100%;
		padding: 35px 14px 28px;
		position: relative;
	}

	.thrdsec_ftrbox .text_container span {
		position: absolute;
		font-size: 35.98px;
		display: inline-block;
		padding: 7px 10px;
		background: #ffffff;
		border-radius: 6px;
		top: -23px;
	}

	.thrdsec_ftrbox .text_container p {
		width: 100%;
	}

	.third_sec1img {
		float: none;
		width: 100%;
	}

	/* third sec end */


	/* fourth sec start */
  
  

	.frth_sec {
		background: #f7f3f3;
		padding: 35px 0 33px;
	}
  
  .frth_sec p {
    text-align: center;
  }

	.frthsec_causebox {
		gap: 22px;
	}

	.frthsec_causebox .cause_sngl {
		width: 100%;
	}

	.frthsec_causebox .cause_sngl .text_box {
		padding: 43px 10px 37px;
	}

	.frthsec_causebox .cause_sngl .text_box .cmn_para {
		font-size: 20px;
	}

	/* fourth sec end */

	/* fifth sec start */

	.fifth_sec {
		padding-top: 33px;
	}

	.stepbox_body {
		padding: 32px 12px 9px;
	}

	.stepbox_header.ste_hea1 {
		padding-bottom: 48px;
	}

	.stepboxinfo_backinmotionimg {
		float: none;
		width: 229px;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-top: -71px;
		margin-bottom: 22px;
	}

	.step_2_listing_ul {
		width: 100%;
		margin-bottom: 40px;
	}

	.step_2_listing_ul li {
		width: 100%;
		text-align: left;
	}

	.step_2_listing_ul li::before {
		top: 27px;
	}

	.stepbox_header {
		text-align: center;
		line-height: 1.4;
	}

	.stepbox_hl8 {
		text-align: center;
	}

	.stepbox_hl8 p {
		line-height: 1.4;
	}

	.ing_boxsngl {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		padding-top: 27px;
		padding-bottom: 7px;
	}

	.ing_boxsngl .img_box {
		width: 100%;
		text-align: center;
	}

	.ing_contentbox {
		width: 100%;
		text-align: center;
	}

	.fifth_sec .ing_boxsngl .img_box {
		/* margin-bottom: 20px;	 */
	}

	.ing_boxsngl::after {
		width: 100%;
	}

	.step_2_top_img_container {}

	.stepbox_body {
		text-align: center;
	}

	.expect_ul {
		padding-left: 0;
	}

	.expect_ul li {
		font-size: 19px;
	}


	.benefit-grid {
		grid-template-columns: 100%;
	}

	.wyce_report_hd {
		line-height: 1.5;
	}

	.wyce_report_box {
		padding: 29px 23px 29px;
	}

	.step1_row {
		margin-bottom: 29px;
	}

	/* fifth sec end */


	/* Sixth sec start */

	.sixth_sec {
		padding: 222px 0 33px;
	}

	.sixth_sec .cmn_scndhd {
		margin-bottom: 15px;
	}

	.sixth_right_img {
		display: block;
		float: none;
		margin-left: 0;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.wyce_report_box {
		margin-bottom: 30px;
	}


	/* Sixth sec end */

	/* seventh sec start */
	.seventh_sec {
		padding: 33px 0 0;
	}

	.seventh_sec_top {}

	.seventh_sec_top {
		gap: 20px;
	}


	.seventh_sec_top_left {
		text-align: center;
	}

	.seventh_sec_top_left img {
		width: 309px;
		max-width: 100%;
		height: auto;
		margin-bottom: 30px;

	}

	.seventh_sec_btm_list_box {
		padding: 29px 14px 31px;
	}

	.seventh_sec_btm_list_box ul {
		padding-left: 0;
	}

	.seventh_sec_top_left {
		width: 100%;
		order: 2;
	}

	.seventh_sec_top_right {
		width: 100%;
	}

	.cmn_scndhd {
		font-size: 30px;
		text-align: center;
	}

	.seventh_sec_btm_list_box {
		margin-bottom: -162px;
	}

	/* seventh sec end */


	/* eighth sec start */
	.eighth_sec {
		background: url(../images/bg2_mob.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding: 197px 0 50px;
	}

	.eighth_sec p {
		width: 100%;
	}

	.eighth_sec .eighth_sec_1st_para {
		width: 232px;
		max-width: 100%;
	}

	.buy_now_btn_wrap a {
		width: 100%;
	}

	/* eighth sec end */

	/* ninth sec start */

	.ninth_sec {
		padding: 33px 0 0;
	}

	.hwi_list_ul {
		padding-left: 10px;
	}

	/* ninth sec end */


	/* tenth sec start */

	.tenth_sec {
		padding: 130px 0 33px;
	}

	.tenthsec_mid_container_flex {
		column-gap: 0;
		row-gap: 0;
	}

	.micf_left {
		width: 100%;
	}

	.back_motion_programs_container {
		width: 100%;
		column-gap: 0;
	}

	.bmpc_sngl {
		width: 33.33%;
	}

	.bmpc_sngl img {
		width: 99px;
	}

	.micf_right {
		width: 100%;
		text-align: center;
	}

	.micf_right img {
		display: block;
		width: 319px;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	/* tenth sec end */


	/* eleventh sec start */

	.eleventh_sec {
		padding: 33px 0;
	}

	.eleventh_sec h2 {
		width: 100%;
		font-size: 30px;
	}

	.bonuses_box {
		text-align: center;
	}

	.b_box_left {
		width: 100%;
		order: 2;
	}

	.b_box_right {
		width: 100%;
	}

	.b_box_right img {
		position: relative;
	}

	.bonuses_box.bnu_box_2 .b_box_right img {
		position: relative;
		width: 308px;
		top: 0;
		left: 0;
	}

	.bonuses_box.bnu_box_2 .b_box_right {
		padding-top: 26px;

	}
  .bonuses_box.bnu_box_1{
  overflow: visible;
  }
  
  .bonuses_box.bnu_box_1 .b_box_right{
      border-radius: 8px 8px 0 0;
  }
  .bonuses_box.bnu_box_1 .b_box_right img {
        position: relative;
        margin-top: -56px;
    }
  
  .b_box_left{
    position: relative;
  }
  
  .bnus_tag{
    position: absolute;
    top: -16px;
    left: 104px;
  }
  
  .b_box_left{
    padding: 35px 20px 20px 20px; 
  }
  
  .bnus_hd {
    max-width: 90%;
    margin: 0 auto;
  }
  
  .bonuses_box.bnu_box_2 .b_box_right img{
    margin-bottom: 19px;
  }

	/* eleventh sec end */


	/* order1st sec start */
	.order1st_sec {
		padding: 33px 0;
	}

	.sup_fact_box {
		max-width: 100%;
	}

	.order_sngl_box.osb_basic .osb_body img.odr_product_1 {
		margin-bottom: 24px;
	}

	.order_sngl_box.osb_basic .osb_body ul li.fb2 {
		display: none;
	}

	.order_sngl_box.osb_basic .osb_body .order_single_price {
		margin-bottom: 25px;
	}

	.order_sngl_box.osb_basic,
	.order_sngl_box.osb_popular {
		margin-top: 0;
	}

	.order_container_sngl:first-child {
		order: 3;
	}

	.order_main_big_buynow a img {
		width: 100%;
	}

	/* order1st sec end */

	/* grnty sec start */
	.grnty_sec {
		padding: 36px 0 50px;
	}

	.grnty_sec .grnty_box img {
		max-width: 100%;
	}

	/* grnty sec end */

	/* faq sec start */

	.faq_sec {
		padding: 33px 0;
	}

	.faq_sec a {
		font-size: 20px;
	}

	.faq_sec .accordion-trigger {
		padding: 20px 30px 20px 14px;
	}

	.box-faq {
		padding: 20px 14px;
	}

	/* faq sec end */

	/* orderend sec start */

	.orderend {
		padding: 33px 0;
	}

	/* orderend sec end */

	/* Footer start */
  
  .footer {
    padding: 42px 0 17px;
  }

	.foot-list .link_li {
		display: inline;
		padding-left: 0;
		list-style-type: none;
		padding: 0 13px;
	}
  
  .foot-list li a {
    font-size: 13.5px;
  }
  
  .foot-wrapper p {
    font-size: 13px;
    margin-bottom: 27px;
  }

	/* Footer end */


}



/* =============== Responsive CSS End =============== */