/*--------- home page ------------*/
.wrapper.zwt {
	overflow: inherit;
}

.wrapper.zwt .main-container {
	padding-top: 0;
}

/* header */
.ns-header {
	padding: 43px 0 50px 0;
}

.ns-header .header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.ns-header .header-logo {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 282px;
}

.ns-header-contact ul {
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}

.ns-header-contact ul li {
	list-style: none;
	margin-right: 13px;
	padding-bottom: 0;
	padding-top: 0;
}

.ns-header-contact ul li:last-child {
	margin-right: 0;
}

.ns-header-contact ul li:before {
	content: none;
}

.ns-header-contact .ns-link-btn {
	background-color: #F16674;
	border-radius: 8px;
	padding: 18px 20px;
	display: inline-flex;
	position: relative;
	line-height: 1;
	font-weight: 500;
	transition: 0.6s ease;
	align-items: center;
	text-decoration: none;
	overflow: hidden;
	z-index: 0;
}

.ns-header-contact .ns-link-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(93.65deg, transparent 0%, #B53843 100%);
	border-radius: 0.5rem;
	transition: all 0.35s ease 0s;
	z-index: -1;
	pointer-events: none
}

.ns-header-contact .ns-link-btn:hover::after {
	left: 100%;
}

.ns-link-btn .icon {
	display: inline-block;
	vertical-align: top;
	height: 14px;
	width: 15px;
}

.ns-header-contact .ns-link-btn span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	color: #fff;
}

.ns-header-contact .ns-link-btn .icon {
	margin-right: 9px;
}

.ns-header-contact .ns-link-btn.wp .icon {
	margin-right: 0;
	height: 18px;
	width: 18px;
}

.ns-header-contact .ns-link-btn.wp {
	padding: 18px 18px;
}

.unlock-life-box .unlock-life-inner .ul-image.aspect-ratio-svg .aspect-ratio {
	width: 80px;
	height: 80px;
	padding: 20px;
	background-color: #f15b6c;
	border-radius: 50%;
}

.unlock-life-box .unlock-life-inner .ul-image.aspect-ratio-svg .aspect-ratio svg>* {
	fill: #fff;
}

@media screen and (max-width: 991px) {
	.ns-header-contact .ns-link-btn span:not(.icon) {
		display: none;
	}

	.ns-header-contact .ns-link-btn {
		padding: 14px;
	}

	.ns-header-contact .ns-link-btn .icon {
		margin-right: 0;
	}

	.ns-header-contact .ns-link-btn.wp {
		padding: 14px;
	}
}

@media screen and (max-width: 767px) {
	.ns-header .header-logo {
		max-width: 150px;
	}

	.ns-header {
		padding: 30px 0 20px 0;
	}

	.ns-header-contact .ns-link-btn {
		padding: 10px;
	}

	.ns-header-contact .ns-link-btn.wp {
		padding: 10px;
	}

	.ns-header-contact ul li {
		margin-right: 8px;
	}

	.unlock-life-box .unlock-life-inner .ul-image.aspect-ratio-svg {
		max-width: 100%;
	}

	.unlock-life-box .unlock-life-inner .ul-image .aspect-ratio.aspect-ratio-svg {
		width: 60px;
		height: 60px;
		padding: 15px;
	}

	.unlock-life-box .unlock-life-inner .ul-image.aspect-ratio-svg .aspect-ratio {
		margin: 0 auto;
	}
}

/* ns-advantages-block  */
.ns-advantages-block {
	padding: 75px 0;
}

.bg-ocean-blue {
	background-color: #e5f7fb;
}

.ns-adv-blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.ns-adv-blocks .ns-adv-block {
	width: 25%;
	background-color: #e5f7fb;
	padding: 0 8px;
}

.ns-adv-blocks .ns-adv-block:nth-child(-n + 2) {
	width: 50%;
	margin-bottom: 16px;
}

.ns-adv-blocks .ns-adv-block .ns-adv-inner {
	border-radius: 9px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
	box-shadow: 0px 2px 7px 0px rgba(0, 179, 209, 28%);
}

.ns-adv-blocks .ns-adv-block .ns-adv-inner .adv-content {
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	align-items: center;
}

.ns-adv-blocks .ns-adv-block .adv-content .h2 {
	display: block;
	width: 100%;
	margin-bottom: 0;
	font-weight: 800;
	color: #f15b6c;
	font-size: 64px;
	line-height: 1.2;
}

.ns-adv-blocks .ns-adv-block:nth-child(-n + 2) .adv-content .h2 {
	display: inline;
	width: auto;
}

.ns-adv-blocks .ns-adv-block .adv-content p {
	margin-bottom: 0;
	color: #00b3d1;
	font-size: 21px;
	line-height: 1;
}

.ns-adv-blocks .ns-adv-block:nth-child(-n + 2) .adv-content .h2 {
	margin-right: 14px;
}

.ns-adv-blocks .ns-adv-block:nth-child(-n + 2) .adv-content {
	padding: 31px 15px;
}

.ns-adv-blocks .ns-adv-block:not(:nth-child(-n + 2)) .adv-content {
	justify-content: center;
	text-align: center;
	height: 100%;
	min-height: 189px;
	align-items: center;
	padding-top: 30px;
	align-content: flex-start;
}

@media screen and (max-width: 991px) {
	.ns-adv-blocks .ns-adv-block:nth-child(-n + 2) {
		width: 100%;
	}

	.ns-adv-blocks .ns-adv-block {
		width: 50%;
	}

	.ns-adv-blocks .ns-adv-block:nth-child(6) {
		order: 6;
	}

	.ns-adv-blocks .ns-adv-block:nth-child(5) {
		order: 5;
	}

	.ns-adv-blocks .ns-adv-block:nth-child(2) {
		order: 1;
	}

	.ns-adv-blocks .ns-adv-block:nth-child(3) {
		margin-bottom: 16px;
	}

	.ns-adv-blocks .ns-adv-block:nth-child(4) {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 767px) {
	.ns-adv-blocks .ns-adv-block .adv-content .h2 {
		font-size: 37px;
	}

	.ns-adv-blocks .ns-adv-block .adv-content p {
		font-size: 14px;
	}

	.ns-adv-blocks .ns-adv-block:not(:nth-child(-n + 2)) .adv-content {
		min-height: 125px;
	}

	.ns-advantages-block {
		padding: 30px 0;
	}
}

@media screen and (max-width: 480px) {
	.ns-adv-blocks .ns-adv-block .adv-content .h2 {
		font-size: 32px;
	}
}

/* ns video slider */
.ns-video-slider {
	padding: 50px 0 75px;
}

.ns-video-slider .title .h2 {
	font-size: 48px;
	font-weight: 700;
	color: #f15b6c;
	text-align: center;
	line-height: 1;
	margin-bottom: 10px;
}

.ns-video-slider .title .h3 {
	font-size: 28px;
	font-weight: 400;
	color: #00b3d1;
	text-align: center;
	margin-bottom: 31px;
}

.ns-video-box .aspect-ratio {
	position: relative;
	padding-top: 57.2%;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 10%);
	border-radius: 9px;
}

.ns-video-slider .ns-videos-block {
	max-width: 1218px;
	margin: 0 auto;
	padding: 0 90px;
}

.ns-video-slider .ns-video-block {
	padding: 0 9px;
}

.ns-video-slider9.slick-list {
	margin: 0 -9px;
}

.ns-video-box .aspect-ratio img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 9px;
}

.ns-video-box .aspect-ratio:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 55%;
	z-index: 1;
	border-radius: 9px;
}

.ns-video-box .aspect-ratio:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 50px;
	transform: translate(-50%, -50%);
	background-image: url(../images/play-button.png);
	z-index: 2;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
}

.ns-video-block .ns-video-box {
	padding: 10px 0;
}

.ns-video-box .cs-video-link {
	display: block;
}

.ns-videos-block .slick-prev {
	left: -70px;
}

.ns-videos-block .slick-next {
	right: -70px;
}

/* .ns-videos-block .slick-prev:before {
	content: "";
	position: absolute;
	opacity: 1;
	background-image: url(../images/left-arrow.png);
	height: 57px;
	width: 57px;
	top: 50%;
	left: -40px;
	transform: translate(0, -50%);
	transition: 0.6s ease;
	background-size: cover;
}

.ns-videos-block .slick-prev:hover:before {
	background-image: url(../images/left-arrow-hover.png);
}

.ns-videos-block .slick-next:before {
	content: "";
	position: absolute;
	opacity: 1;
	background-image: url(../images/right-arrow.png);
	height: 57px;
	width: 57px;
	top: 50%;
	right: -40px;
	transform: translate(0, -50%);
	transition: 0.6s ease;
	background-size: cover;
}

.ns-videos-block .slick-next:hover:before {
	background-image: url(../images/right-arrow-hover.png);
} */


@media screen and (max-width: 991px) {
	/* .ns-videos-block .slick-prev:before {
		height: 40px;
		width: 40px;
		left: -7px;
	} */

	/* .ns-videos-block .slick-next:before {
		height: 40px;
		width: 40px;
		right: -7px;
	} */

	.ns-video-slider .ns-videos-block {
		padding: 0 70px;
	}
}

@media screen and (max-width: 767px) {
	.ns-video-slider {
		padding: 30px 0;
	}

	.ns-video-slider .title .h2 {
		font-size: 25px;
	}

	.ns-video-slider .title .h3 {
		font-size: 14px;
		margin-bottom: 5px;
		line-height: 1;
	}

	.ns-videos-block .slick-prev:before {
		height: 30px;
		width: 30px;
	}

	/* .ns-videos-block .slick-next:before {
		height: 30px;
		width: 30px;
	} */

	.ns-videos-block .slick-prev {
		left: -36px;
	}

	.ns-videos-block .slick-next {
		right: -36px;
	}

	.ns-video-slider .ns-video-block {
		padding: 0;
	}

	.ns-video-slider .ns-videos-block {
		padding: 0px 33px;
	}

	/* .ns-videos-block .slick-prev:before {
		left: -4px;
	} */

	/* .ns-videos-block .slick-next:before {
		right: -4px;
	} */

	.ns-video-box .aspect-ratio:after {
		height: 40px;
		width: 40px;
	}
}

/* meet the doctor */
.ns-meet-doctor {
	padding: 50px 0 160px;
}

.ns-meet-doctor::after {
	top: 0;
}

.bg-light-pink {
	background-color: #feeef0;
}

.ns-doctor-block {
	display: flex;
	flex-wrap: wrap;
}

.ns-doctor-block .ns-content {
	width: 100%;
	max-width: 66.666666%;
	padding-right: 25px;
}

.ns-doctor-block .ns-content .ns-content-inner {
	width: 100%;
	max-width: 663px;
}

.ns-doctor-block .ns-dr-image {
	width: 100%;
	max-width: 33.333333%;
}

.ns-doctor-block .ns-content .h2 {
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 15px;
}

.ns-doctor-block .ns-content .doctor-name {
	/* color: #000000; */
	font-size: 48px;
	font-weight: 700;
	font-family: "Kanit", sans-serif;
	text-transform: uppercase;
	line-height: 1.4;
}

.ns-doctor-block .ns-content .designation {
	/* color: #000000; */
	font-size: 37px;
	font-weight: 700;
	font-family: "Kanit", sans-serif;
	text-transform: uppercase;
	line-height: 1.4;
}

.ns-doctor-block .ns-content .dr-subtitle {
	font-size: 21px;
	/* color: #2e2e2e; */
	line-height: 1.6;
	width: 100%;
	max-width: 425px;
	margin-bottom: 30px;
}

.ns-doctor-block .dr-content p {
	font-size: 16px;
	/* color: #2e2e2e; */
}

.dr-content.mobile {
	display: none;
}

@media screen and (max-width: 991px) {
	.ns-doctor-block .ns-content .h2 {
		font-size: 38px;
	}

	.ns-doctor-block .ns-content .doctor-name {
		font-size: 38px;
	}

	.ns-doctor-block .ns-content .designation {
		font-size: 28px;
	}
}

@media screen and (max-width: 767px) {
	.dr-content.desktop {
		display: none;
	}

	.dr-content.mobile {
		display: block;
		margin-bottom: 18px;
	}

	.ns-doctor-block .ns-content {
		max-width: 100%;
		padding-right: 0;
	}

	.ns-doctor-block .ns-content .dr-subtitle {
		max-width: 100%;
	}

	.ns-meet-doctor {
		padding: 30px 0 85px;
	}

	.ns-doctor-block .ns-content .h2 {
		font-size: 25px;
	}

	.ns-doctor-block .ns-content .doctor-name {
		font-size: 32px;
	}

	.ns-doctor-block .ns-content .designation {
		font-size: 24px;
	}

	.ns-doctor-block .ns-content .dr-subtitle {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.ns-doctor-block .ns-content .ns-content-inner {
		width: 100%;
		max-width: 100%;
	}

	.ns-doctor-block .ns-dr-image {
		text-align: center;
		width: 100%;
		max-width: 100%;
		margin-bottom: 25px;
	}

	.dr-content.mobile p {
		font-size: 14px;
	}

	.ns-doctor-block .ns-dr-image .aspect-ratio {
		text-align: center;
	}
}

/* weight loss block */
.weight-loss-block {
	padding: 160px 0 75px;
}

.before-after-block .h2 {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	color: #f15b6c;
	line-height: 1.4;
	margin-bottom: 0;
}

.before-after-block .subtitle {
	font-size: 28px;
	font-weight: 400;
	color: #00b3d1;
	text-align: center;
	display: block;
	margin-bottom: 45px;
}

.before-after-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.before-after-row .before-after-box {
	width: 25%;
	padding: 0 8px;
}

.before-after-row .before-after-box .aspect-ratio {
	width: 100%;
	position: relative;
	padding-top: 90.2%;
}

.before-after-row .before-after-box .aspect-ratio img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 9px;
}

.book-appointment {
	position: relative;
	margin-top: -260px;
	margin-bottom: 50px;
}

.book-appointment .book-appointment-block {
	background-color: #F2FBFC;
	border-radius: 25px;
	padding: 36px;
	text-align: center;
}

.book-appointment .book-appointment-block .h2 {
	font-size: 48px;
	color: #083C5E;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 25px;
}

.btn-liniar {
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	background-color: #F16674;
	display: inline-flex;
	align-items: center;
	font-size: 21px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.4;
	padding: 15px 27px;
	vertical-align: top;
	text-decoration: none;
	transition: 0.6s ease;
}

.btn-liniar.mobile-cta{
	display: none;
}

.btn-liniar::after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(93.65deg, transparent 0%, #B53843 100%);
	border-radius: 0.5rem;
	transition: all 0.35s ease 0s;
	z-index: -1;
	pointer-events: none
}

.btn-liniar:focus,
.btn-liniar:hover {
	color: #fff;
	text-decoration: none;
}

.btn-liniar:focus::after,
.btn-liniar:hover::after {
	left: 0;
}

@media screen and (max-width: 1199px) {
	.btn-liniar {
		padding: 10px 22px;
		font-size: 18px;
	}
}

@media screen and (max-width: 991px) {
	.book-appointment .book-appointment-block {
		padding: 33px;
	}

	.book-appointment .book-appointment-block .h2 {
		font-size: 38px;
	}

	.before-after-block .h2 {
		font-size: 42px;
	}
}

@media screen and (max-width: 767px) {
	.book-appointment .book-appointment-block .h2 {
		font-size: 24px;
		line-height: 1.3;
	}

	.btn-liniar {
		font-size: 13px;
		padding: 13px 20px;
	}

	.ns-consultation .btn-liniar, .health-claim-inner .btn-liniar{
		display: none;
	}
	.ns-consultation .btn-liniar.mobile-cta, .health-claim-inner .btn-liniar.mobile-cta{
		display: block;
	}

	.book-appointment .book-appointment-block {
		padding: 28px;
	}

	.weight-loss-block {
		padding: 170px 0 40px;
	}

	.book-appointment {
		margin-top: -235px;
		margin-bottom: 45px;
	}

	.before-after-block .h2 {
		font-size: 24px;
	}

	.before-after-block .subtitle {
		font-size: 14px;
		margin-bottom: 28px;
	}

	.before-after-row .before-after-box {
		width: 50%;
		margin-bottom: 30px;
	}

	.before-after-row .before-after-box:nth-child(3) {
		margin-bottom: 0;
	}

	.before-after-row .before-after-box:nth-child(4) {
		margin-bottom: 0;
	}
}

/* unlock life center */
.unlock-life-center {
	padding: 50px 0 120px;
}

section.unlock-life-center.bg-light-pink.weight-loss-treatments {
	padding: 50px 0;
}

.unlock-life-center .h2 {
	font-size: 48px;
	font-weight: 700;
	color: #f15b6c;
	line-height: 1;
	margin-bottom: 35px;
	text-align: center;
}

.unlock-life-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.unlock-life-box {
	width: 25%;
	padding: 0 8px;
	margin-bottom: 36px;
}

.unlock-life-box .unlock-life-inner {
	background-color: #fff;
	border: 1px solid #f15b6c;
	border-radius: 9px;
	padding: 47px 15px 18px 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
}

.unlock-life-box .unlock-life-inner .h3 {
	font-size: 21px;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	word-wrap: break-word;
	font-weight: 700;
}

.unlock-life-box .unlock-life-inner .ul-image {
	margin-bottom: 23px;
	width: 100%;
	max-width: 80px;
}

.unlock-life-box .unlock-life-inner .ul-image .aspect-ratio {
	position: relative;
	padding-top: 80px;
}

.unlock-life-box .unlock-life-inner .ul-image .aspect-ratio img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.unlock-life-box .unlock-life-inner p {
	font-size: 16px;
	color: #767676;
	font-weight: 400;
	text-align: center;
}

.ns-consultation-inner {
	background-color: #00b3d1;
	border-radius: 25px;
	padding: 50px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.ns-consultation-inner .left-content p {
	font-size: 27px;
	font-weight: 700;
	color: #ffffff;
}

.ns-consultation-inner .right-button {
	width: 30%;
	text-align: right;
}

.ns-consultation-inner .left-content {
	width: 40%;
	padding-right: 12px;
	text-align: right;
}

.ns-consultation-inner .arrow {
	width: 30%;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.unlock-life-center .h2 {
		font-size: 38px;
	}

	.unlock-life-box {
		width: 33.33333%;
	}

	.ns-consultation-inner .btn-white {
		padding: 14px 16px;
	}

	.ns-consultation-inner .arrow {
		width: 17%;
	}

	.ns-consultation-inner .right-button {
		width: 40%;
	}

	.unlock-life-center .unlock-btn-wrap {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.unlock-life-center .unlock-btn-wrap {
		margin-top: 20px;
	}

	.unlock-life-center .h2 {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.unlock-life-box {
		width: 50%;
	}

	.unlock-life-center {
		padding: 50px 0 90px;
	}

	.ns-consultation-inner .arrow {
		display: none;
	}

	.ns-consultation-inner .left-content {
		width: 100%;
		padding-right: 0;
		text-align: center;
		margin-bottom: 10px;
	}

	.ns-consultation-inner .right-button {
		width: 100%;
		text-align: center;
	}

	.ns-consultation-inner {
		padding: 25px 30px;
	}

	.ns-consultation-inner .btn-white {
		font-size: 14px;
	}

	.unlock-life-box .unlock-life-inner .h3 {
		font-size: 14px;
		line-height: 15px;
	}

	.unlock-life-box .unlock-life-inner p {
		font-size: 12px;
	}

	.unlock-life-box .unlock-life-inner .ul-image {
		max-width: 45px;
		margin-bottom: 13px;
	}

	.unlock-life-box .unlock-life-inner .ul-image .aspect-ratio {
		padding-top: 45px;
	}

	.unlock-life-box {
		margin-bottom: 10px;
	}

	.unlock-life-box .unlock-life-inner {
		padding: 27px 15px 15px 15px;
	}
}

/* NS Real Stories Success */
.ns-rs-success {
	padding: 50px 0 80px;
}

.ns-rs-success .h2 {
	text-align: center;
	color: #f15b6c;
	margin-bottom: 10px;
	font-size: 48px;
	line-height: 1;
	font-weight: 800;
}

.ns-rs-success .h3 {
	text-align: center;
	font-weight: 400;
	color: #00b3d1;
	font-size: 28px;
	margin-bottom: 25px;
}

.ns-rs-slider {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 60px;
}

.ns-rs-slider .slick-track {
	display: flex;
}

.ns-rs-slider .slick-slide {
	display: block;
	height: auto;
	margin: 105px 0;
}

.ns-rs-slider .ns-rs-slide {
	background-color: #00b3d1;
	padding: 30px 40px;
	border-radius: 17px;
	transition: transform 0.4s ease-in-out 0s;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ns-rs-slider .ns-rs-slide p {
	font-size: 18px;
	text-align: center;
	line-height: 1.25;
	color: #ffffff;
	margin-bottom: 30px;
	font-family: "Kanit", sans-serif;
}

.ns-rs-slider .ns-rs-slide span {
	font-size: 16px;
	text-align: right;
	line-height: 1.1;
	color: #ffffff;
	display: block;
	font-weight: 600;
	margin-left: auto;
}

.ns-rs-slider .slick-slide {
	opacity: 0.3 !important;
	transition: opacity 0.35s ease 0s;
}

.ns-rs-slider .slick-slide.slick-current.slick-active.slick-center {
	opacity: 1 !important;
}

.slick-slide.slick-current.slick-active.slick-center .ns-rs-slide {
	transform: scale(1.4) translate(0, 0);
	min-width: 340px;
	min-height: 205px;
	transform-origin: center center;
}

.ns-rs-slider .slick-current.slick-active {
	z-index: 1111;
	position: relative;
}

/* .ns-rs-success .slick-next:before {
	content: "";
	position: absolute;
	background-image: url(../images/right-arrow-hover.png);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	right: 0;
	top: -100%;
	background-size: cover;
}

.ns-rs-success .slick-prev:before {
	content: "";
	position: absolute;
	background-image: url(../images/left-arrow-hover.png);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	left: 0;
	top: -100%;
	background-size: cover;
} */

.ns-consultation {
	margin-top: -132px;
	margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
	.ns-rs-slider .ns-rs-slide {
		margin: 28px 0 0;
	}

	.ns-rs-slider .slick-slide {
		opacity: 1 !important;
	}

	.ns-rs-cover {
		padding: 0 20px;
	}

	/* .ns-rs-success .slick-prev:before {
		width: 30px;
		height: 30px;
		left: 38px;
		top: 50%;
	}

	.ns-rs-success .slick-next:before {
		width: 30px;
		height: 30px;
		right: 38px;
		top: 50%;
	} */
}

@media screen and (max-width: 767px) {
	.ns-rs-slider .ns-rs-slide p {
		font-size: 16px;
	}

	.ns-rs-slider .slick-slide {
		margin: 40px 0;
	}

	.ns-rs-slider .ns-rs-slide {
		padding: 25px;
	}

	.ns-rs-slider .ns-rs-slide span {
		font-size: 18px;
	}

	.ns-rs-slider {
		padding: 0 23px;
	}

	.ns-rs-cover {
		padding: 0 10px;
	}

	.ns-consultation {
		padding-top: 10px;
	}

	.ns-rs-success .h2 {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.ns-rs-success .h3 {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.ns-rs-slider .ns-rs-slide {
		margin: 0;
	}

	.ns-rs-success .slick-next {
		right: -5px;
	}

	.ns-rs-success .slick-prev {
		left: -5px;
	}

	.ns-rs-success .slick-next:before {
		right: -9px;
	}

	.ns-rs-success .slick-prev:before {
		left: -9px;
	}
}

/* NS Awards Section */
.ns-awards-section {
	padding: 50px 0 280px;
	background-color: #e5f7fb;
	overflow: hidden;
}

.ns-awards-section::after,
.ns-awards-section::before {
	background-image: url("../../images/bg-shape-blue1.svg");
}

.ns-awards-section .h2 {
	color: #f15b6c;
	text-align: center;
	line-height: 1.5;
	font-weight: 900;
	margin-bottom: 26px;
}

/* .ns-awards-section .ns-img-wrap {
	gap: 14px;
} */

.ns-awards-section .ns-img-wrap .image-wrap {
	/* height: 100%; */
	/* width: 19%; */
	border-radius: 17px;
	background: #ffffff;
	padding: 13px 20px;
}

.ns-awards-section .ns-img-wrap .image-ratio {
	width: 100%;
	display: block;
	overflow: hidden;
	padding-top: 52.8%;
	position: relative;
}

.ns-awards-section .ns-img-wrap .image-ratio img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.ns-awards-section .ns-awards-content:not(:first-child) {
	margin-top: 50px;
}

.ns-awards-section .ns-awards-pagination {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 991px) {
	.ns-awards-section {
		padding: 30px 0 130px;
	}

	.ns-contact-details .ns-details {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.ns-awards-section .h2 {
		font-size: 24px;
		line-height: 1;
	}

	.ns-awards-section .ns-img-wrap .image-wrap {
		width: 27%;
		border-radius: 7px;
	}
}

@media screen and (max-width: 640px) {
	.ns-awards-section .ns-img-wrap .image-wrap {
		width: 37%;
	}
}

/* NS Contact Details */
.ns-contact-details {
	margin-top: -200px;
	padding-bottom: 40px;
}

.ns-contact-details .ns-details {
	height: 100%;
	padding: 35px;
}

.ns-contact-details .ns-details img {
	height: 27px;
	width: 27px;
	margin-bottom: 35px;
}

.ns-contact-details .ns-details .h4 {
	color: #ffffff;
	border-top: 1px solid #ffffff;
	padding-top: 15px;
	font-weight: 700;
}

.ns-contact-details .ns-details p {
	color: #ffffff;
	min-height: 63px;
}

.ns-contact-details .ns-details a {
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	position: relative;
	transition: ease-in-out 0.4s;
	text-decoration: none;
}

.ns-contact-details .ns-details a:after {
	content: "";
	position: absolute;
	width: 230px;
	background: #fff;
	height: 1px;
	left: 0;
	bottom: -6px;
	transition: ease-in-out 0.4s;
}

.ns-contact-details .ns-details a:hover {
	color: #000;
	text-decoration: none;
}

.ns-contact-details .ns-details a:hover:after {
	background: #000;
}

/* .ns-contact-details .ns-details.bg-blue {
	background-color: #00b3d1;
}

.ns-contact-details .ns-details.bg-gray {
	background-color: #767676;
}

.ns-contact-details .ns-details.bg-ored {
	background-color: #f15b6c;
} */

.ns-contact-details [class*="cell-"] {
	padding: 0;
}

.ns-contact-details [class*="cell-"]:nth-child(1) .ns-details {
	background-color: #00b3d1;
}

.ns-contact-details [class*="cell-"]:nth-child(2) .ns-details {
	background-color: #767676;
}

.ns-contact-details [class*="cell-"]:nth-child(3) .ns-details {
	background-color: #f15b6c;
}

@media screen and (max-width: 991px) {
	.ns-contact-details {
		margin-top: -75px;
	}
}

@media screen and (max-width: 767px) {
	.ns-contact-details .ns-details .h4 {
		font-size: 24px;
	}

	.ns-contact-details .ns-details a {
		font-size: 18px;
	}

	.ns-contact-details .ns-details img {
		margin-bottom: 8px;
	}

	.ns-contact-details .ns-details p {
		min-height: auto;
	}

	.ns-contact-details .ns-details {
		padding: 34px;
	}

	.ns-contact-details {
		padding: 0 20px;
	}
}

/* NS Faq Section */
.ns-faq-section {
	padding: 50px 0 80px 0;
}

.ns-faq-section .h2 {
	text-align: center;
	color: #f15b6c;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 50px;
	font-size: 49px;
}

.ns-faq-section .accordion-main-wrap {
	margin-top: 40px;
}

.ns-faq-section .accordion-wrap {
	margin-bottom: 20px;
	border-bottom: 2px solid rgba(118, 118, 118, 0.5);
}

.ns-faq-section .accordion-wrap:last-child {
	border-bottom: 0px solid rgba(118, 118, 118, 0.5);
}

.ns-faq-section .accordion-head {
	position: relative;
	cursor: pointer;
	transition: 0.3s ease;
}

.ns-faq-section .accordion-head .h3 {
	max-width: 100%;
	line-height: 1.25;
	color: #000000;
	font-size: 28px;
	font-weight: 600;
	padding-right: 50px;
}

.ns-faq-section .accordion-head .accordion-icon {
	position: absolute;
	border: 1px solid #f15b6c;
	background-color: #f15b6c;
	right: 1px;
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-radius: 100%;
	padding: 0 9px;
	transition: all 0.3s ease;
	transform: rotate(180deg);
}

.ns-faq-section .accordion-head.active .accordion-icon {
	transition: all 0.3s ease;
	transform: rotate(0deg);
}

.ns-faq-section .accordion-content {
	display: none;
	position: relative;
}

.ns-faq-section .accordion-content ul {
	padding-bottom: 0;
	padding-left: 10px;
	padding-bottom: 12px;
}

.ns-faq-section .accordion-content ul li {
	margin-right: 50px;
	padding-left: 10px;
	padding-bottom: 0;
	padding-top: 0;
}

.ns-faq-section .accordion-content ul li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: -8px;
	background: #2e2e2e;
	top: -2px;
	bottom: 0;
	margin: auto;
}

.ns-faq-section .accordion-content li::marker {
	display: none;
	content: "■";
}

.ns-faq-section .accordion-content p {
	margin-bottom: 10px;
}

.ns-faq-section .accordion-content p a {
	text-decoration: underline;
}

.ns-faq-section .accordion-content p a:hover {
	color: #f15b6c;
}

@media screen and (max-width: 991px) {
	.ns-faq-section .h2 {
		font-size: 40px;
	}
}

@media screen and (max-width: 767px) {
	.ns-faq-section .h2 {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.ns-faq-section .accordion-head .h3 {
		font-size: 20px;
	}

	.ns-faq-section .accordion-content {
		font-size: 12px;
	}

	.ns-faq-section .accordion-content ul li:before {
		width: 5px;
		height: 5px;
	}

	.ns-faq-section .accordion-head .accordion-icon {
		width: 24px;
		height: 24px;
	}

	.ns-faq-section .accordion-head .accordion-icon svg {
		position: absolute;
		top: 7px;
		left: 6px;
	}

	.ns-faq-section {
		padding: 35px 0 20px 0;
	}
}

/* NS Footer */
.ns-main-footer {
	width: 100%;
	height: auto;
	line-height: normal;
	background-image: linear-gradient(180deg, #D3FBFF 0%, #F3FEFF 100%);
	overflow: hidden;
	padding: 65px 0 60px;
}

.ns-main-footer .ns-footer-content .h4 {
	line-height: 1.5;
	font-weight: 600;
	margin: 0;
	color: #25B3D2;
	max-width: 480px;
}

.ns-main-footer .ns-call-btn {
	display: flex;
	font-size: 16px;
	color: #fff;
	background-color: #0E567D;
	padding: 15px 25px;
	border-radius: 8px;
	align-items: center;
	font-weight: 700;
	text-decoration: none;
	transition: 0.6s ease;
}

.ns-main-footer .ns-call-btn:hover {
	background-color: #F16674;
}

.ns-main-footer .ns-call-btn span {
	line-height: 0;
	margin-right: 8px;
}

.fancybox-content {
	padding: 0;
}

@media screen and (max-width: 767px) {
	.ns-main-footer .ns-footer-content .h4 {
		margin-bottom: 20px;
		font-size: 24px;
	}
}

body.page-template-template-landing-page h1 span,
body.page-template-template-landing-page .h1 span,
body.page-template-template-landing-page h2 span,
body.page-template-template-landing-page .h2 span,
body.page-template-template-landing-page h3 span,
body.page-template-template-landing-page .h3 span,
body.page-template-template-landing-page h4 span,
body.page-template-template-landing-page .h4 span,
body.page-template-template-landing-page h5 span,
body.page-template-template-landing-page .h5 span,
body.page-template-template-landing-page h6 span,
body.page-template-template-landing-page .h6 span {
	font-weight: inherit;
}

/* Banner Form */
.ns-banner-inner .ns-banner-inner-wrap {
	width: 100%;
}

.ns-banner-inner .ns-banner-inner-wrap .bmi-section {
	padding: 20px !important;
}

.ns-banner-inner .ns-banner-inner-wrap .gform_footer {
	justify-content: center !important;
}

/* .ns-banner-inner form input {
	border: none !important;
	border-bottom: 2px solid #efcb65 !important;
}

.ns-banner-inner form input::placeholder {
	color: #332b15 !important;
	font-size: 21px !important;
	font-weight: 400 !important;
}

.ns-banner-inner .ns-banner-inner-wrap {
	width: 100%;
	max-width: 370px;
	margin: 0 auto;
}

.ns-banner-inner form input {
	border: none !important;
	border-bottom: 2px solid #efcb65 !important;
	color: #332b15 !important;
}

.ns-banner-inner form input::placeholder {
	color: #332b15 !important;
	font-size: 21px !important;
	font-weight: 400 !important;
}

.ns-banner-inner textarea {
	background-color: transparent;
	border: none !important;
	border-bottom: 2px solid #efcb65 !important;
	height: 100px !important;
	padding: 0;
	color: #332b15 !important;
	font-size: 21px;
	font-weight: 400 !important;
}

.ns-banner-inner form input {
	padding: 0 !important;
} */

.ns-banner-inner-wrap .h3 {
	font-size: 28px;
	color: #083C5E;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	font-family: "Kanit", sans-serif;
}

.ns-banner-inner-wrap .form-subtitle {
	text-align: center;
	color: #262C2E;
	font-size: 16px;
}

/* .ns-banner-inner form input {
	background-color: transparent !important;
	color: #000000 !important;
	font-size: 21px;
	font-weight: 400 !important;
} */

.ns-banner-inner form p {
	text-align: center;
	margin-bottom: 30px;
}

.ns-banner-inner form .ajax-loader {
	display: none !important;
}

.ns-banner-inner form .btn-liniar {
	padding: 9px 33px !important;
	color: #fff !important;
	font-weight: 700;
}

.ns-banner-inner form .btn-liniar:hover {
	color: #000 !important;
}

.ns-banner-inner textarea::placeholder {
	color: #332b15 !important;
	font-size: 21px !important;
	font-weight: 400 !important;
}

.ns-banner-inner-wrap .form-subtitle {
	margin-bottom: 35px;
}

/* .ns-banner-inner form input::placeholder {
	font-family: "Kanit", sans-serif; */
/* } */

/* .ns-banner-inner form input {
	background-color: transparent !important;
	height: 34px;
} */

.ns-banner-inner form .gsection_title {
	margin-bottom: 0;
	font-size: 24px;
}

.ns-banner-inner .form-wrap .gform_fields input[type="number"] {
	background-position: right 30px center !important;
}

.ns-banner-inner form p:nth-child(2) {
	width: 50%;
	float: left;
	padding-right: 10px;
}

.ns-banner-inner form p:nth-child(3) {
	width: 50%;
	float: left;
	padding-left: 5px;
}

.ns-banner-inner form p:nth-child(4) {
	width: 50%;
	float: left;
	padding-right: 10px;
}

.ns-banner-inner form p:nth-child(5) {
	width: 50%;
	float: left;
	padding-left: 5px;
}

.ns-banner-inner form .btn-liniar {
	height: 55px;
	border-radius: 18px;
}

.ns-banner-inner form p:nth-child(8) {
	margin-bottom: 0;
}

.wpcf7 .screen-reader-response ul {
	display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #ff0000;
	text-align: left;
}

.wpcf7 .wpcf7-response-output {
	margin-top: 30px;
}

/* 08/05/23 */

#wpcf7-f16192-o2 .wpcf7-form .bs-height-wrap label,
#wpcf7-f16678-o2 .wpcf7-form .bs-height-wrap label,
#wpcf7-f16704-o2 .wpcf7-form .bs-height-wrap label,
#wpcf7-f16192-o1 .wpcf7-form .bs-height-wrap label,
#wpcf7-f16678-o1 .wpcf7-form .bs-height-wrap label,
#wpcf7-f16704-o1 .wpcf7-form .bs-height-wrap label {
	font-size: 21px;
	color: #332b15;
}

#wpcf7-f16192-o2 select.wpcf7-form-control.wpcf7-select,
#wpcf7-f16678-o2 select.wpcf7-form-control.wpcf7-select,
#wpcf7-f16704-o2 select.wpcf7-form-control.wpcf7-select,
#wpcf7-f16192-o1 select.wpcf7-form-control.wpcf7-select,
#wpcf7-f16678-o1 select.wpcf7-form-control.wpcf7-select,
#wpcf7-f16704-o1 select.wpcf7-form-control.wpcf7-select {
	line-height: 1;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #d1d2d1;
	color: #474747;
	font-size: 15px;
	position: relative;
	-webkit-appearance: none;
	width: 100%;
	outline: 0;
	background-color: #fff;
	margin-bottom: 15px;
}

#wpcf7-f16192-o2 select.wpcf7-form-control.wpcf7-select,
#wpcf7-f16678-o2 select.wpcf7-form-control.wpcf7-select,
#wpcf7-f16704-o2 select.wpcf7-form-control.wpcf7-select,
#wpcf7-f16192-o1 select.wpcf7-form-control.wpcf7-select,
#wpcf7-f16678-o1 select.wpcf7-form-control.wpcf7-select,
#wpcf7-f16704-o1 select.wpcf7-form-control.wpcf7-select {
	line-height: 1;
	padding: 9px;
	border: none;
	color: #474747;
	font-size: 15px;
	position: relative;
	width: 100%;
	outline: 0;
	background-color: transparent;
	margin-bottom: 15px;
	border-bottom: 2px solid #efcb65 !important;
	-webkit-appearance: auto !important;
	font-weight: 600;
}

/* ns banner form */
.ns-banner-form {
	padding: 50px 0 75px;
}

.ns-banner-row {
	display: flex;
	flex-wrap: wrap;
}

.ns-banner-row .ns-banner-content {
	width: 60%;
}

.ns-banner-row .ns-bnner-inner .h2 {
	font-size: 46px;
	font-weight: 700;
	color: #00b3d1;
	line-height: 1;
}

.ns-banner-row .ns-bnner-inner .h2 span {
	color: #f15b6c;
	font-weight: inherit;
}

.ns-banner-row .ns-banner-formbox {
	width: 40%;
}

.ns-bnner-inner p {
	color: #2e2e2e;
	font-size: 21px;
	margin-bottom: 40px;
}

.google-review {
	margin-top: 55px;
	width: 100%;
	max-width: 450px;
}

.google-review .aspect-ratio {
	position: relative;
	padding-top: 145px;
}

.google-review .aspect-ratio img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.ns-bnner-inner {
	max-width: 622px;
	padding-right: 15px;
}

.ns-banner-inner {
	padding: 2.5rem 2rem;
	background-color: #EEEFEF;
	border-radius: 8px;
	width: 100%;
	height: 100%;
}
.ns-banner-formbox.highlight .ns-banner-inner {
	box-shadow: 0 0 10px 3px rgba(241, 91, 108, 0.3);
}

.google-review.mobile {
	display: none;
}

@media screen and (max-width: 991px) {
	.ns-banner-row .ns-banner-content {
		width: 100%;
	}

	.ns-banner-row .ns-banner-formbox {
		width: 100%;
	}

	.ns-bnner-inner {
		max-width: 100%;
		padding-right: 0;
	}

	.ns-banner-row .ns-bnner-inner .h2 {
		font-size: 44px;
	}

	.google-review.desktop {
		display: none;
	}

	.google-review.mobile {
		display: block;
	}

	.ns-banner-inner {
		max-width: 530px;
		margin: 0 auto;
	}

	.google-review.mobile {
		margin: 0 auto;
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.ns-banner-form {
		padding: 30px 0 30px;
	}

	.ns-banner-row .ns-bnner-inner .h2 {
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 13px;
	}

	.ns-bnner-inner p {
		font-size: 15px;
		margin-bottom: 18px;
	}

	.ns-banner-inner {
		margin-top: 15px;
		padding-bottom: 5px;
	}

	.ns-banner-inner-wrap .h3 {
		font-size: 19px;
	}

	.ns-banner-inner-wrap .form-subtitle {
		font-size: 12px;
	}

	.ns-banner-inner textarea::placeholder {
		font-size: 14px !important;
		color: #332b15 !important;
	}

	.ns-banner-inner form input::placeholder {
		font-size: 14px !important;
	}

	.ns-banner-inner form p:nth-child(2) {
		width: 100%;
		padding-right: 0;
	}

	.ns-banner-inner form p:nth-child(3) {
		width: 100%;
		padding-left: 0;
	}

	.ns-banner-inner form p:nth-child(4) {
		width: 100%;
		float: left;
		padding-right: 0;
	}

	.ns-banner-inner form p:nth-child(5) {
		width: 100%;
		padding-left: 0;
	}

	.google-review .aspect-ratio {
		padding-top: 35%;
	}
}

/* NS Fifty Fifty Content */
.ns-fifty-fifty-content {
	padding: 50px 0 80px;
}

.ns-fifty-fifty-content .first-content {
	position: sticky;
	top: 50px;
}

.ns-fifty-fifty-content .first-content .h2 {
	padding-top: 50px;
	color: #f15b6c;
	line-height: 1.3 !important;
	font-weight: 700;
}

.ns-fifty-fifty-content .content-box {
	background-color: #eaf8fb;
	padding: 24px 46px;
	border-radius: 17px;
	position: absolute;
	top: var(--plus-value);
	left: 0;
	width: 100%;
	box-shadow: 0 -4px 20px rgba(44, 14, 51, 0.07);
}

.ns-fifty-fifty-content .content-box p {
	color: #767676;
	font-size: 28px;
}

.mms-col-right .mms-inner {
	display: flex;
	flex-wrap: wrap;
}

.mms-col-right .mms-box {
	position: sticky;
	top: 100px;
	width: 100%;
	background: #a4e2ed;
	border-radius: 32px;
	color: #4a494b;
	padding: 30px;
	transform-origin: center top;
	margin-bottom: 30px;
}

.mms-col-right .mms-box:nth-child(2) {
	background-color: #b3e7f0;
}

.mms-col-right .mms-box:nth-child(3) {
	background-color: #c4ecf3;
}

.mms-col-right .mms-box:nth-child(4) {
	background-color: #d6f2f7;
}

.mms-col-right .mms-box:last-child {
	background-color: #eaf8fb;
}

.mms-col-right .mms-box p {
	font-size: 28px;
	color: #767676;
	margin-top: 0;
	text-align: center;
}

.health-claim {
	margin-top: -150px;
	margin-bottom: 75px;
}

@media screen and (max-width: 991px) {
	.ns-fifty-fifty-content .first-content .h2 {
		padding-top: 42px;
	}

	.mms-col-right .mms-box {
		padding: 30px 30px;
	}

	.mms-col-right .mms-box p {
		font-size: 26px;
	}
}

@media screen and (max-width: 767px) {
	.ns-fifty-fifty-content .first-content .h2 {
		padding-top: 45px;
		font-size: 24px;
	}

	.mms-col-right .mms-box p {
		font-size: 14px;
	}

	.mms-col-right .mms-box {
		padding: 25px 25px;
	}

	.mms-col-right {
		max-width: 480px;
		margin: 0 auto;
	}

	.ns-fifty-fifty-content {
		padding: 50px 0 75px;
	}
}

/* patient centric block */
.patient-centric-block {
	padding: 50px 0 130px;
}

.patient-centric-block::before {
	opacity: 0.1;
}

.patient-centric-content {
	text-align: center;
}

.patient-centric-content .h2 {
	font-size: 48px;
	color: #00b3d1;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
}

.patient-centric-content .h2 span {
	color: #f15b6c;
	font-weight: inherit;
}

.patient-centric-content p {
	font-size: 16px;
	color: #767676;
	font-weight: 400;
	margin-bottom: 20px;
}

.patient-centric-content p span {
	color: #f15b6c;
}

.health-claim .health-claim-inner {
	position: relative;
	z-index: 1;
	background-color: #F2FBFC;
	border-radius: 25px;
	padding: 36px;
	text-align: center;
}

.health-claim .health-claim-inner .h2 {
	font-size: 48px;
	color: #083C5E;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1.2;
}

@media screen and (max-width: 991px) {
	.health-claim .health-claim-inner .h2 {
		font-size: 42px;
	}

	.patient-centric-content .h2 {
		font-size: 42px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 767px) {
	.ns-main-footer .ns-call-btn {
		position: relative;
	}

	.patient-centric-block {
		padding: 30px 0 85px;
	}

	.patient-centric-content .h2 {
		font-size: 24px;
	}

	.patient-centric-content p {
		font-size: 14px;
	}

	.health-claim .health-claim-inner .h2 {
		font-size: 24px;
	}

	.health-claim .health-claim-inner {
		padding: 30px;
	}

	.health-claim-inner .btn-white {
		font-size: 13px;
		padding: 10px 24px;
	}

	.health-claim {
		margin-top: -126px;
		margin-bottom: 0;
	}
}

#nitro-deferred-styles~div~div {
	height: auto;
	width: auto;
}

#nitro-deferred-styles~div {
	height: 0;
	width: 0;
}

.fancybox-container {
	height: 100% !important;
	width: 100% !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

.bst-ty-section .title .h2 {
	font-size: 48px;
	font-weight: 700;
	color: #f15b6c;
	text-align: center;
	line-height: 1;
	margin-bottom: 10px;
}

.bst-ty-section .title .h3 {
	font-size: 28px;
	font-weight: 400;
	color: #00b3d1;
	text-align: center;
	margin-bottom: 31px;
}

@media (max-width: 767px) {

	#wpcf7-f16192-o2 .wpcf7-form .bs-height-wrap label,
	#wpcf7-f16678-o2 .wpcf7-form .bs-height-wrap label,
	#wpcf7-f16704-o2 .wpcf7-form .bs-height-wrap label,
	#wpcf7-f16192-o1 .wpcf7-form .bs-height-wrap label,
	#wpcf7-f16678-o1 .wpcf7-form .bs-height-wrap label,
	#wpcf7-f16704-o1 .wpcf7-form .bs-height-wrap label {
		font-size: 15px;
	}

	#wpcf7-f16192-o2 select.wpcf7-form-control.wpcf7-select,
	#wpcf7-f16678-o2 select.wpcf7-form-control.wpcf7-select,
	#wpcf7-f16704-o2 select.wpcf7-form-control.wpcf7-select,
	#wpcf7-f16192-o1 select.wpcf7-form-control.wpcf7-select,
	#wpcf7-f16678-o1 select.wpcf7-form-control.wpcf7-select,
	#wpcf7-f16704-o1 select.wpcf7-form-control.wpcf7-select {
		font-size: 12px;
		font-weight: bold;
	}

	.ns-banner-inner #wpcf7-f16192-o2 form input,
	.ns-banner-inner #wpcf7-f16192-o2 form textarea,
	.ns-banner-inner #wpcf7-f16678-o2 form input,
	.ns-banner-inner #wpcf7-f16678-o2 form textarea,
	.ns-banner-inner #wpcf7-f16704-o2 form input,
	.ns-banner-inner #wpcf7-f16704-o2 form textarea,
	.ns-banner-inner #wpcf7-f16192-o1 form input,
	.ns-banner-inner #wpcf7-f16192-o1 form textarea,
	.ns-banner-inner #wpcf7-f16678-o1 form input,
	.ns-banner-inner #wpcf7-f16678-o1 form textarea,
	.ns-banner-inner #wpcf7-f16704-o1 form input,
	.ns-banner-inner #wpcf7-f16704-o1 form textarea {
		font-size: 15px;
	}
}

/* Free BMI popup */
.nobesity-popup-wrap h2 {
	color: #083C5E;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 10px;
}

.nobesity-popup-wrap h5 {
	color: #083C5E;
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
}

.nobesity-popup-wrap h6 {
	color: #083C5E;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

.nobesity-popup-wrap strong {
	font-weight: 500;
}

/* .nobesity-popup-wrap ol li {
	padding: 0 0 10px 0;
} */

.nobesity-popup-wrap p,
.nobesity-popup-wrap ol li {
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.nobesity-popup-wrap span {
	color: #F16674;
}

.nobesity-popup-wrap {
	padding: 0;
	border-radius: 20px;
	background: #E5F7FB;
}

.nobesity-popup-wrap .nos-popup-innerwrap {
	display: flex;
}

.nobesity-popup-wrap .nos-popup-img {
	width: 400px;
}

.nobesity-popup-wrap .nos-popup-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nobesity-popup-wrap .nos-popup-content-wrap {
	padding: 60px;
	width: calc(100% - 400px);
}

.nobesity-popup-wrap .form-wrapp {
	background: #EEEFEF;
	border-radius: 10px;
	padding: 28px;
	margin: 25px 0;
}

.nobesity-popup-wrap .form-wrapp .gfield.inches {
	margin-top: 0 !important;
}

.nobesity-popup-wrap .form-wrapp .gform_footer {
	justify-content: center !important;
}

.nobesity-popup-wrap .form-wrapp h4 {
	font-size: 24px;
	color: #083C5E;
	font-weight: 500;
}

.nobesity-popup-wrap .form-wrapp .nos-filed-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.nobesity-popup-wrap .form-wrapp .nos-fileds {
	width: 49%;
}

.nobesity-popup-wrap .form-wrapp .nos-fileds input[type="text"],
.nobesity-popup-wrap .form-wrapp .nos-fileds input[type="email"],
.nobesity-popup-wrap .form-wrapp .nos-fileds input[type="tel"],
.nobesity-popup-wrap .form-wrapp .nos-fileds input[type="number"],
.nobesity-popup-wrap .form-wrapp #wpcf7-f16224-o2 .nos-fileds select {
	background: #FFFFFF;
	border-radius: 5px;
	border-color: #707070;
}

.nobesity-popup-wrap .form-wrapp .nos-fileds input[type="text"]::placeholder,
.nobesity-popup-wrap .form-wrapp .nos-fileds input[type="email"]::placeholder,
.nobesity-popup-wrap .form-wrapp .nos-fileds input[type="tel"]::placeholder,
.nobesity-popup-wrap .form-wrapp .nos-fileds input[type="number"]::placeholder,
.nobesity-popup-wrap .form-wrapp #wpcf7-f16224-o2 .nos-fileds select {
	color: #707070;
	font-size: 12px;
	font-weight: 300;
	font-family: "Kanit", sans-serif;
}

.nobesity-popup-wrap .small-body {
	font-size: 14px;
}

.nobesity-popup-wrap .form-wrapp .wpcf7-submit {
	font-family: "Kanit", sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.4;
	background: transparent linear-gradient(101deg, #f15b6c 0%, #00b3d1 100%) 0% 0% no-repeat padding-box;
	border-radius: 18px;
	padding: 15px 30px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	transition: 0.6s ease;
}

.nobesity-popup-wrap .form-wrapp .wpcf7-submit:hover {
	color: #000 !important;
}

.nobesity-popup-wrap .form-wrapp .nos-btn-wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.nobesity-popup-wrap .form-wrapp .ajax-loader {
	position: absolute !important;
	right: 30%;
}

.nobesity-popup-wrap .form-wrapp .wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 300;
}

.nobesity-popup-wrap .form-wrapp .wpcf7-response-output {
	font-size: 15px;
	text-align: center;
}

.nobesity-popup-wrap .fancybox-button {
	border-radius: 50%;
	background-color: #27B4D2;
	top: 10px;
	right: 10px;
	width: 37px;
	height: 37px;
}

.nobesity-popup-wrap .fancybox-button svg {
	color: #2B2B2B;
}

.nobesity-popup-wrap .nos-popup-img .pop-mobile-img {
	display: none;
}

body.fancybox-active {
	overflow: hidden !important;
}

/* popup thankyou */
.nobesity-popup-wrap .thank-you-img-wrap img {
	height: 686px;
	object-fit: cover;
}


.nobesity-popup-wrap .thank-you-wrap ul li {
	color: #000000;
	padding-bottom: 0;
}

.nobesity-popup-wrap .thank-you-wrap ul {
	margin-bottom: 18px;
}

.nobesity-popup-wrap .thank-you-wrap .best-wishes {
	margin-top: 48px;
}
.exitpopupModal {
	position: relative;
	max-width: 800px;
}
.exitpopupModal .nos-popup-content-wrap {
	padding: 60px;
	width: 100%;
}
.exitpopupModal .nos-popup-content-wrap h6 {
	font-size: 16px;
	color: #000;
	margin-bottom: 25px;
	line-height: 1.5;
}
.exitpopupModal .nos-popup-content-wrap h6 strong {
	display: block;
    	font-size: 20px;
    	color: #083C5E;
}
.exitpopupModal .nobesity-popup-wrap .form-wrapp {
	margin-bottom: 0;
}
.exitpopupModal #exit-popup-close {
	position: absolute;
	z-index: 9;
}
@media (max-width: 992px) {
	.nobesity-popup-wrap .nos-popup-innerwrap {
		flex-direction: column;
	}

	.nobesity-popup-wrap .nos-popup-img {
		display: none
	}

	.nobesity-popup-wrap .nos-popup-img img {
		object-fit: cover;
	}

	.nobesity-popup-wrap .nos-popup-content-wrap {
		padding: 35px;
		width: 100%;
	}



}

@media (max-width: 767px) {

	.nobesity-popup-wrap .form-wrapp {
		padding: 20px;
	}

	.nobesity-popup-wrap .form-wrapp .gfield--type-captcha .ginput_container {
		transform: scale(0.9);
		transform-origin: left;
	}

	.fancybox__slide {
		padding: 20px !important;
	}

	.carousel__button.is-close {
		top: -10px !important;
		right: -10px !important;
	}

	.nobesity-popup-wrap .nos-popup-content-wrap {
		padding: 25px;
	}

	.nobesity-popup-wrap h2 {
		font-size: 22px;
		line-height: 36px;
	}

	.nobesity-popup-wrap h5 {
		font-size: 20px;
		line-height: 28px;
	}

	.nobesity-popup-wrap h6 {
		font-size: 18px;
	}

	.nobesity-popup-wrap .form-wrapp h4 {
		font-size: 20px;
		line-height: 28px;
	}

	.nobesity-popup-wrap p {
		font-size: 14px;
		line-height: normal;
	}

	.nobesity-popup-wrap ol li {
		font-size: 14px;
		line-height: 20.93px;
	}

	.nobesity-popup-wrap .thank-you-wrap ul li {
		font-size: 14px;
		padding: 0 0 10px 0;
	}

	.nobesity-popup-wrap .form-wrapp .nos-fileds {
		width: 100%;
		margin-bottom: 15px;
	}

	.nobesity-popup-wrap .form-wrapp .nos-filed-wrap {
		flex-direction: column;
		margin-bottom: 0;
	}

	.nobesity-popup-wrap .form-wrapp .wpcf7-submit {
		width: 100%;
	}

	.nobesity-popup-wrap .form-wrapp .ajax-loader {
		right: -5px;
	}

	.nobesity-popup-wrap .nos-popup-img {
		width: 80%;
	}

}

/* .nob-fancy-popup .fancybox-slide {
	pointer-events: none;
}

.nob-fancy-popup .nobesity-popup-wrap {
	pointer-events: auto;
} */

@media (max-width: 380px) {
	.nobesity-popup-wrap {
		width: 95%;
	}
}

.landing-page-temp-mob .tel-btn-mob {
	display: none;
}

@media screen and (max-width: 767px) {
	/* .landing-page-temp-mob .ns-banner-row .ns-banner-formbox {
		display: none;
	}
	.popup-display-none {
		 display: none !important; 
	}*/

	.landing-page-temp-mob .tel-btn-mob {
		display: none;
		width: 100% !important;
	}

	.landing-page-temp-mob .tel-btn-mob .btn-liniar {
		width: 100% !important;
		text-align: center;
		justify-content: center;
	}
}