/* Base CSS */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

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

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a:focus {
	outline: 0 solid;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	color: #07171d;
}

body {
	color: #07171d;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}

.selector-for-some-widget {
	box-sizing: content-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

a,
button,
input,
textarea {
	outline: none !important;
}

.section-padding {
	padding: 80px 0;
}

.container {
	max-width: 1000px;
}

/* ------------------------------------ MACROFIT AREA START ------------------- */

.macrofit__main__area {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-bottom: 30px;
}

.macrofit__logo {
	text-align: center;
}

.macrofit__top__logo__area {
	position: relative;
}

.macrofit__back__ico a {
	color: #000000;
	font-size: 20px;
	line-height: 1;
	padding: 5px 12px;
	display: inline-block;
	padding-left: 0;
}

.macrofit__step__blk span {
	line-height: 1;
	height: 10px;
	display: flex;
}

.macrofit__step__blk:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: 20px;
	background: var(--Accent, #d31f68);
	content: "";
	width: 20px;
	height: 10px;
}

.macrofit__step__wrapper {
	margin-top: 24px;
}

.macrofit__back__ico {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.macrofit__step__blk {
	display: flex;
	justify-content: space-between;
	padding-left: 10%;
	border-radius: 20px;
	background: linear-gradient(270deg,
			rgba(255, 145, 114, 0.1) 0%,
			rgba(255, 76, 143, 0.1) 100%,
			rgba(255, 149, 189, 0.1) 100%);
	position: relative;
	z-index: 1;
}

.lose__fat__area {
	padding: 35px 0;
	padding-bottom: 10px;
}

.similar__content h4 {
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.common__btn a {
	color: #353539;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
	padding: 17px 5px;
	display: block;
	margin-bottom: 17px;
	position: relative;
	transition: 0.3s all;
	z-index: 1;
}

.common__btn a:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	border-radius: 8px;
	background: linear-gradient(270deg, #ff9172 0%, #ff4c8f 100%, #ff95bd 100%);
	box-shadow: 0px 0px 15px 2px rgba(211, 31, 104, 0.05);
	content: "";
	opacity: 0;
	transition: 0.3s all;
}

.common__btn a:hover:before {
	opacity: 1;
}

.common__btn a:hover {
	color: #fff;
}

.wait__lose__thumb {
	max-width: 205px;
	margin: 0 auto;
	padding: 4px;
	border-radius: 8px;
	border: 1.5px solid var(--Gradient, #ff9172);
	margin-bottom: 15px;
}

.wait__lose__thumb img {
	border-radius: 6px;
}

.similar__content p {
	color: #353539;
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin: 0;
}

html,
body {
	height: 100%;
}

.macrofit__main__wrapper {
  	height: 100vh;  
}

.macrofit__main__area {
	height: 100%;
}

.pupup__body__blk {
	border-radius: 12px;
	background: linear-gradient(270deg, #ff9172 0%, #ff4c8f 100%, #ff95bd 100%);
}

.popup__content__blk p {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

.popup__button a {
	color: var(--Accent, #d31f68);
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 17px;
	border-radius: 8px;
	background: #fff;
	display: block;
	margin-top: 21px;
}

.common__btn a.active:before {
	opacity: 1;
}

.common__btn a.active {
	color: #fff;
}

.similar__content a {
	color: var(--Accent, #d31f68);
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin-top: 16px;
	display: inline-block;
}

.flex_p p {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.flex_p p span {
	flex: 0 0 auto;
}

.max_height_box {
	height: 200px;
}

.wait__lose__thumb_extra_width {
	margin-bottom: 60px;
	margin-top: 50px;
	position: relative;
}

.wait_lose_badges h6 {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	word-spacing: -4px;
	margin: 0;
}

.wait_lose_badges h6 span {
	color: #fff;
	font-family: Montserrat;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.wait_lose_badges p {
	margin: 0;
	color: #fff;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.wait_lose_badges {
	height: 80px;
	width: 80px;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	right: -30px;
	bottom: -30px;
}

.step_four::before {
	width: 37%;
}

.common__btn a.next_btn {
	border-radius: 8px;
	background: #bc9595;
	box-shadow: 0px 0px 15px 2px rgba(211, 31, 104, 0.05);
	color: var(--Grey, #353539);
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.common__btn a.next_btn.next_btn_active::before {
	opacity: 1;
}

.common__btn a.next_btn.next_btn_active {
	color: #ffffff;
}

.common__btn a.next_btn:hover {
	color: #ffffff;
}

.step_five::before {
	width: 50%;
}

.common__btn .scroll_calendar_blk {
	color: #9a9a9c;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.common__btn .input-wrap {
	position: relative;
	z-index: 1;
	margin-bottom: 17px;
}

.common__btn .input-wrap label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #9a9a9c;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.common__btn .input-wrap input, .common__btn .input-wrap select {
	width: 100%;
	height: 56px;
	color: #9a9a9c;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	border: 0;
	background: #fff;
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
	padding: 17px 5px;
	border-radius: 8px;
}

.common__btn .input-wrap input:not(:placeholder-shown)~label {
	display: none;
}

.common__btn .input-wrap input::-webkit-input-placeholder {
	color: transparent;
}

.common__btn .input-wrap input::-moz-placeholder {
	color: transparent;
}

.common__btn .input-wrap input::-moz-placeholder {
	color: transparent;
}

.common__btn .input-wrap input::-ms-input-placeholder {
	color: transparent;
}

.common__btn .input-wrap.input-wrap-dob input::-webkit-input-placeholder {
	color: #9a9a9c;
}

.common__btn .input-wrap.input-wrap-dob input::-moz-placeholder {
	color: #9a9a9c;
}

.common__btn .input-wrap.input-wrap-dob input::-moz-placeholder {
	color: #9a9a9c;
}

.common__btn .input-wrap.input-wrap-dob input::-ms-input-placeholder {
	color: #9a9a9c;
}

.mbsc-ios.mbsc-picker .mbsc-popup-body {
	flex-direction: column-reverse;
}

.mbsc-ios.mbsc-picker .mbsc-popup-body .mbsc-popup-buttons-bottom {
	text-align: center;
	padding: 8px;
}

.mbsc-ios.mbsc-picker .mbsc-popup-body .mbsc-popup-buttons-bottom .mbsc-popup-button {
	width: 100%;
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	line-height: 1;
	display: inline-block;
	border-radius: 8px;
	background: linear-gradient(270deg, #ff9172 0%, #ff4c8f 100%, #ff95bd 100%);
	box-shadow: 0px 0px 15px 2px rgba(211, 31, 104, 0.05);
	padding: 13px;
	margin: 0ch;
}

.mbsc-ios.mbsc-picker .mbsc-popup-body .mbsc-popup-buttons-bottom,
.mbsc-ios.mbsc-picker .mbsc-popup-body .mbsc-scroller-wheel-overlay-bottom {
	background: transparent;
}

.mbsc-ios.mbsc-scroller-bottom,
.mbsc-ios.mbsc-scroller-top {
	background: #fff;
}

.mbsc-ios.mbsc-picker .mbsc-popup-body .mbsc-scroller-wheel-item {
	color: #868688;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

.mbsc-ios.mbsc-picker .mbsc-popup-body .mbsc-scroller-wheel-item.mbsc-hover,
.mbsc-ios.mbsc-picker .mbsc-popup-body .mbsc-scroller-wheel-item.mbsc-selected {
	color: #221e1f;
	background: #f3f3f3;
	border-radius: 0;
}

.mbsc-ios.mbsc-picker .mbsc-popup-body .mbsc-scroller-wheel-item > div {
    display: none;
}


.progress-bar {
	width: 100%;
	height: 30px;
	background: transparent;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ff9172;
	padding: 3px;
}

.dot-line {
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient(to right,
			#ff9172,
			#ff4c8f 5px,
			transparent 5px,
			transparent 10px);
	border-radius: 50px;
}

.progress-bar-wrap {
	position: relative;
	margin: 0 20px;
}

.progress-bar-wrap .marker {
	width: 40px;
	height: 40px;
	background: linear-gradient(270deg, #ff9172 0%, #ff4c8f 100%, #ff95bd 100%);
	position: absolute;
	top: -50px;
	transform: translateX(-50%);
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.progress-bar-wrap .marker::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -12px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 15px solid #ff7080;
	transform: translateX(-50%);
}

.common__btn .scroll_calendar_blk:hover:before {
	opacity: 0;
}

.common__btn .scroll_calendar_blk:hover {
	color: #9a9a9c;
}

.common__btn .radio-box-wrap {
	margin-bottom: 18px;
}

.payment__card__area .radio-box-wrap input,
.common__btn .radio-box-wrap input {
	display: none;
}

.common__btn .radio-box-wrap label {
	color: #353539;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
	padding: 17px 5px;
	display: block;
	position: relative;
	transition: 0.3s all;
	z-index: 1;
	cursor: pointer;
}

.common__btn .radio-box-wrap label span {
	color: #6f8eb2;
	font-size: 15px;
}

.payment__card__area .radio-box-wrap input:checked~label,
.common__btn .radio-box-wrap input:checked~label,
.common__btn .radio-box-wrap input~label:hover {
	color: #fff;
	background: linear-gradient(270deg, #ff9172 0%, #ff4c8f 100%, #ff95bd 100%);
}

.common__btn .radio-box-wrap input~label:hover span {
	color: #fff;
}

.common__btn .radio-box-wrap input:checked~label span {
	color: #fff;
}


.payment__card__area .radio-box-wrap label {
	color: #353539;
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
	padding: 17px 5px;
	display: block;
	position: relative;
	transition: 0.3s all;
	z-index: 1;
	cursor: pointer;
}

.payment__card__area .radio-box-wrap label p {
	margin-bottom: 0;
}


.calendar__popup__title h4 {
	color: var(--label-colors-lcl-primary, #000);
	font-feature-settings: "clig"off, "liga"off;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.38px;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.calendar__popup__title h4 span {
	color: #ff4d8f;
	font-size: 25px;
}

.close__btn a {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	line-height: 1;
	display: block;
	border-radius: 8px;
	background: var(--Gradient,
			linear-gradient(270deg, #ff9172 0%, #ff4c8f 100%, #ff95bd 100%));
	box-shadow: 0px 0px 15px 2px rgba(211, 31, 104, 0.05);
	padding: 13px;
}

.calendar__body__blk {
	border-radius: 9px;
	background: #fff;
}

.step_six::before {
	width: 62%;
}

.step_seven::before {
	width: 75%;
}

.step_eight::before {
	width: 88%;
}

.step_nine::before {
	width: 100%;
}

.macropoint__number h2 {
	text-align: center;
	font-family: Montserrat;
	font-size: 49px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	background: var(--Gradient,
			linear-gradient(270deg, #ff9172 0%, #ff4c8f 100%, #ff95bd 100%));
	background: var(--Gradient,
			linear-gradient(270deg, #ff9172 0%, #ff4c8f 100%, #ff95bd 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.border__btn {
	background: transparent !important;
	border: 1px solid #fff;
	color: #fff !important;
}

.popup__content__blk h5 {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 10px;
}

.date__btn a {
	color: #5a6e88;
	border-radius: 0;
	line-height: 24px;
}

.date__btn a span {
	color: #6f8eb2;
	font-size: 15px;
	transition: 0.3s all;
}

.common__btn a.active span {
	color: #fff;
}

.common__btn a:hover span {
	color: #fff;
}

.date__btn a:before {
	border-radius: 0;
}

.lose__fat__bottom__text p {
	color: #353539;
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 0;
}

.pricing__check__blk {
	background: #fff;
	filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.05));
	height: 100%;
	padding: 16px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding-bottom: 70px;
}

.reserv__btn a {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: block;
	border-radius: 8px;
	background: #ff9172;
	box-shadow: 0px 0px 15px 2px rgba(211, 31, 104, 0.05);
	padding: 12px;
	transition: 0.3s all;
}

.reserv__btn {
	margin-top: 18px;
}

.pricing__check__blk ul li {
	color: #353539;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	display: flex;
	gap: 10px;
	margin-bottom: 8px;
}

.pricing__check__blk ul li span {
	flex: 0 0 auto;
}

.pricing__top__blk {
	background: #fe9172;
	padding: 13px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.pricing__top__blk h5 {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}

.pricing__top__blk h3 {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}

.pricing__top__blk h3 sup {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right: 4px;
	position: relative;
	top: -12px;
}

.pricing__top__blk h3 span {
	color: #fff;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.similar__content span {
	display: block;
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.similar__content .red_color {
	color: #e50300;
}

.similar__content .red_color a {
	font-weight: 600;
	color: #e50300;
}

.single__payment__btn__blk {
	padding: 11px;
	border-radius: 8px;
	background: #fff;
	padding-top: 19px;
	cursor: pointer;
	transition: 0.3s all;
	position: relative;
	z-index: 1;
}

.payment__icon {
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.hover__filter__payment__ico img {
	height: 50px;
}

.single__payment__btn__blk p {
	margin: 0;
	color: var(--Grey, #353539);
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	transition: 0.3s all;
}

.payment__icon img {
	transition: 0.3s all;
}

.single__payment__btn__blk:before {
	border-radius: 8px;
	background: var(--Gradient,
			linear-gradient(270deg, #ff9172 0%, #ff4c8f 100%, #ff95bd 100%));
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	transition: 0.3s all;
	opacity: 0;
}

.single__payment__btn__blk:hover:before {
	opacity: 1;
}

.single__payment__btn__blk:hover p {
	color: #fff;
}

.single__payment__btn__blk:hover .hover__filter__payment__ico img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}

.payment__card__area {
	padding-top: 10px;
	padding-bottom: 22px;
}

.single__payment__step label {
	color: #222529;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	display: block;
	margin-bottom: 10px;
}

.single__payment__step label span {
	color: #ea3323;
	font-size: 17px;
	line-height: 1;
}

.single__payment__step {
	position: relative;
}

.single__payment__step input {
	width: 100%;
	border: 1px solid #d4d6da;
	border-radius: 4px;
	padding: 10px 18px;
	font-size: 15px;
	color: #6e757c;
}

.single__payment__step.calander input{
	padding-left: 40px;
}

.payment__card {
	position: absolute;
	right: 10px;
	display: flex;
	gap: 5px;
	top: 38px;
}

.payment__calander {
	position: absolute;
	left: 10px;
	top: 38px;
}

.payment__card img {
	height: 27px;
	border-radius: 2px;
}

.promo__code__content > div.promotion_code_content {
	color: #757575;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #dfdbd4;
	border-top: 1px solid #dfdbd4;
	margin-top: 25px;
}

.cradit__card__ico a img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(1%) saturate(384%) hue-rotate(349deg) brightness(99%) contrast(90%);
  height: 42px;
}
.cradit__card__ico {
  top: 30px;
}
.cradit__card__ico a span {
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 6px;
  right: 1px;
}
.promo__code__price h6 {
	color: #222529;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0;
}

.promo__code__price {
	border-bottom: 1px solid #dfdbd4;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.promo__code__price h4 {
	color: #222529;
	font-family: Montserrat;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0;
}

.promo__code__check__blk {
	background: #db95a3;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 32px;
}

.promo__code__check__blk h4 {
	font-size: 20px;
	font-weight: 800;
	color: #000000;
	text-align: center;
}

.promo__code__bottom__text p {
	color: #353539;
	text-align: center;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 122%;
}

.promo__code__bottom__text p a {
	color: #ff548d;
	font-weight: 400;
	line-height: 122%;
	text-decoration-line: underline;
}

.promo__code__bottom__btn a, .promo__code__bottom__btn button.btn-signup-checkout {
	color: #fff;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	padding: 17px;
	border-radius: 8px;
	background: var(--Gradient,
			linear-gradient(270deg, #ff9172 0%, #ff4c8f 100%, #ff95bd 100%));
	box-shadow: 0px 0px 15px 2px rgba(211, 31, 104, 0.05);
}

.promo__code__bottom__btn {
	margin-top: 17px;
}

.similar__content {
	position: relative;
}

.similar__content .macrofit__back__ico a {
	margin: 0;
	color: #000;
	font-size: 20px;
}

.slider__thumb__blk .owl-nav {
	width: 80px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.slider__thumb__blk .owl-nav button {
	font-size: 20px !important;
	height: 32px;
	width: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	background: var(--Gradient,
			linear-gradient(270deg, #ff9172 0%, #ff4c8f 100%, #ff95bd 100%)) !important;
	box-shadow: 0px 0px 15px 2px rgba(211, 31, 104, 0.05);
	color: #fff !important;
}

.slider__thumb__blk .owl-dots {
	position: absolute;
	right: 20px;
	bottom: 61px;
	left: 50%;
	transform: translateX(-50%);
/*	width: 56px;*/
	text-align: center;
}

.slider__thumb__blk .owl-dots button {
	width: 7px;
	height: 7px;
	border-radius: 50px;
	background: #555555 !important;
	margin: 0 2px;
}

.slider__thumb__blk .owl-dots .owl-dot.active {
	background: #0098FE !important;
}


.slider__bottom__content h5 {
	color: #000;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 7px;
	margin-top: 15px;
}

.slider__bottom__content p {
	color: #000;
	font-family: Montserrat;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.slider__bottom__content {
	text-align: center;
	padding-top: 20px;
}

.single__slider__title h4 {
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.single__slider__wrapper {
	border-radius: 10px;
	background: #fff;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.counter {
	height: 26px;
	width: 34px;
	background: #B3B3B3;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
}

.input-box-wrap input {
	color: #353539;
	text-align: center;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width: 100%;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
	padding: 17px;
	border: 0;
	margin-bottom: 12px;
}

/* ------------------------------------ MACROFIT AREA END ------------------- */

/*-------- Custom CheckBox Style Start --------*/
/* The container */
.codeplay-ck .container-ck {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.codeplay-ck .container-ck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.codeplay-ck .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	border: 2px solid #767676;
	border-radius: 5px;
	background: #fff;
}

/* When the checkbox is checked, add a blue background */
.codeplay-ck .container-ck input:checked~.checkmark {
	background-color: #2196f3;
	border-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.codeplay-ck .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.codeplay-ck .container-ck input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.codeplay-ck .container-ck .checkmark::after {
	left: 4px;
	top: 0px;
	width: 6px;
	height: 11px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.codeplay-ck .container-ck p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	letter-spacing: 0.3px;
	position: relative;
	top: -4px;
	color: #000000;
	font-weight: 600;
}

/*-------- Custom CheckBox Style Start --------*/

/* ------------------------------------ STEP WIDTH START ------------------- */
.step_two::before {
	width: 12%;
}

.step_three::before {
	width: 24%;
}

/* ------------------------------------ STEP WIDTH END ------------------- */


.lose__fat__area.exp_blk{
	padding: 0;
}


.lose__fat__area.exp_blk .input-wrap label {
    justify-content: start;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    width: max-content;
    text-transform: uppercase;
}

.lose__fat__area.exp_blk .input-wrap label img {
    width: 20px;
}

.lose__fat__area.exp_blk input {
    height: 44.5px;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    border: 1px solid #d4d6da;
    border-radius: 4px;
    padding: 10px 18px;
    font-size: 15px;
    color: #6e757c;
    text-align: left;
}


body .mbsc-scroller-wheel-item.mbsc-ios.mbsc-ltr.mbsc-scroller-wheel-item-3d > div > div{
    visibility: hidden;
}

#step-customer-information .invalid-feedback {
	margin-bottom: 10px;
	text-align: center;
}

.promotion_code_content .link-promotion-code, .promotion_code_content .link-gift-card {
	text-decoration: none;
	font-weight: 400;
	margin-left: 20px;
	color: #757575;
}

.funnel-timmer {
	position: absolute;
	right: 10%;
	width: 80px;
	text-align: center;
	z-index: 9999;
}