/**
 * /* Sticky footer styles!!!
 * --------------------------------------------------
 *
 * @format
 */

html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	background: #fff;
	font-weight: 300;
	color: #1a1626;
}

* {
	transition: all 0.3s;
	
}

a,
a:hover {
	text-decoration: none;
	color: #794ee8;
}

/*Header*/

header {
	padding: 24px 0;
}

.navbar-expand-lg {
	justify-content: space-between;
}

.navbar-light .navbar-nav .nav-link {
	color: #1A1626;
}

.home-banner .container {
	height: 100%;
}

.banner-container-content {
	display: flex;
	align-items: center;
	height: 100%;
}

.navbar {
	padding: 0;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 0.5;
}

.header.active {
	background-color: #fff;
}

.carousel-inner {
	min-height: 470px;
}

a.btn {
	height: auto;
	border: 2px;
	padding: 12px 32px;
	border: 2px solid #7F54EE;
	color: #7F54EE;
	font-weight: 400;
	line-height: 16px;
	border-radius: 44px;
	outline: none;
	font-size:15px;
}

a.btn:hover,
a.btn:active,
a.btn:focus {
	text-decoration: none;
	border: 2px solid #794ee8;
	color: #794ee8;
	background-color: transparent;
}

a.btn.no-border {
	border: 2px solid transparent;
}

a.nav-link {
	border-radius: 44px;
	border: 1px solid transparent;
	font-size: 15px;
	white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link:hover {
	border-radius: 44px;
	color: #000;
}

.input-group > .input-group-append > a.btn {
	border-radius: 44px;
	height: 100%;
	line-height: 20px;
	width: 100%;
	background-color: #fff;
	font-weight:400;
}

.banner-content a.btn { padding:12px 40px;}

:-webkit-input-placeholder { /* Edge */
	color: #C7C2D5 !important;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #C7C2D5 !important;
  }
  
  ::placeholder {
	color: #C7C2D5 !important;
  }

.nav-container {
	float: right;
}

.navbar-toggler {
	border: none !important;
	font-size: 16px;
	color: #794ee8 !important;
	box-shadow: none;
	outline: none !important;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-right: 28px;
	line-height: 28px;
}
.navbar-toggler svg {
	font-size: 20px;
	font-weight: 700;
	margin-left: 5px;
	position: absolute;
	right: 0;
	top: 8px;
}

.light-text {
	color: #1A1626;
	font-weight: 300;
	padding-top: 46px;
	margin-bottom: 0;
	font-size:15px;
	font-weight: 300;
	line-height: 28px;
}

/* home Banner */
.home-banner {
	height: 700px;
	background-color: #f6f8fe;
	position: relative;
}

.banner-content {
	width: 55%;
	font-size: 36px;
	line-height: 60px;
	font-weight: 300;
	position: relative;
	padding: 0;
	color: #1a1626;
}

.input-group input {
	border-radius: 30px !important;
	margin-right: 12px;
	padding: 10px 20px;
}

.banner-image {
	position: absolute;
	top: 0;
	height: 700px;
	right: 0;
	background: linear-gradient(
			90deg,
			#f6f8fe -19.14%,
			rgba(255, 255, 255, 0) 36.71%
		),
		url(../images/home-img.png);
	width: 50%;
	max-width: 828px;
	background-size: auto 100%;
	background-position:right
}

.input-group button {
	border-radius: 30px !important;
	border: 2px solid #794ee8 !important;
	padding: 10px 30px;
	color: #794ee8;
	background-color: #fff;
}

.input-group button:hover {
	background-color: #794ee8;
}

/* Subscription section*/
.subscription-section {
	padding: 80px 0 71px;
}

.section-content {
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	color:#1A1626;
}

.section-content a {
	color: #794ee8;
}

.section-title {
	font-size: 32px;
	line-height: 48px;
	font-weight: 300;
	margin-bottom: 42px;
	color: #1a1626;
}
.white{color:#fff !important}
.title{font-size: 32px;
	line-height: 48px;
	font-weight: 300;
	margin-bottom: 36px;
	color: #1a1626;}

/**/


.boarding-box { width:calc(50% - 15px); padding:30px 0;font-size: 15px;}
.feature-box { width:calc(50% - 98px); padding:30px 0;font-size: 15px;}
.boarding-box-content{ padding-left: 32px;}

.dark-shade {
	background-color: #f5f6fc;
}

.purple-shade {
	background-color: #794ee8;
	color: #fff;
}

.boarding-box .borading-box-title {
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom:0;
	color:#1A1626;
}

.boarding-box .borading-box-text {
	font-size: 15px;
	font-weight: 300;
	line-height: 32px;
	color: #1a1626;
}
.boarding-box .boarding-box-content h6{font-size: 15px;
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
	color: #797683;
	margin-bottom: 20px !important;
}

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

.graph-img {
	width: 100%;
	max-width: 690px;
}

.video-btn img {
	max-width: 200px;
	height: auto;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -100px;
	opacity: 0.6;
	top: 50%;
	margin-top: -100px;
}

.page-image:hover .video-btn img {
	opacity: 1;
}

/* Footer */
footer {
	background: #794ee8;
	color: #fff;
	padding: 144px 15px;
}

footer ul {
	list-style: none;
	margin-bottom: 0;
}

footer ul li {
	line-height: 16px;
}

footer ul li + li {
	margin-top: 40px;
}

footer ul li a {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
	/* identical to box height, or 100% */

	letter-spacing: 0.01em;
}

footer ul li a,
footer ul li a:hover,
footer ul li a:focus {
	color: #fff;
}

/*KPI*/

.kpi-section {
	padding: 56px 0 87px;
}

.box {
	border: 1px solid #E2E2E2;
	border-radius: 8px;
	padding: 40px 30px 30px;
	text-align: center;
}

.box .box-icon {
	margin-bottom: 20px;
}

.box .box-content h4 {
	font-size: 15px;
	line-height: 28px;
	text-transform: uppercase;
	color: #794ee8;
	font-weight: 400;
}

.box .box-content h4 span {
	font-size: 15px;
	line-height: 28px;
	text-transform: none;
	color: #1a1526;
	display: block;
}

/*action-section*/

.action-section {
	padding: 82px 0;
	background-color: #f5f6fc;
}

.tab-container {
	padding-bottom: 32px;
}

.tab-container li {
	padding: 5px 0px;
}

.tab-container li + li {
	padding-left: 41px;
}

.tab-container .nav-link {
	background-color: transparent;
	padding: 0;
	color: #797683;
	border: none !important;
	border-radius: 0 !important;
	font-size: 15px;
	font-weight:300;
}

.tab-container .nav-link.active {
	background-color: transparent;
	color: #1A1626;
}
.tab-container a.nav-link:hover,
.tab-container a.nav-link:active,
.tab-container a.nav-link:focus {
	border: none !important;
	border-radius: 0 !important;
}

.tab-pane img {
	max-width: 965px;
	width: 100%;
}

.tab-pane .tab-hide-title {
	display: none;
}

.mxw-650 {
	max-width: 650px !important;
	margin: auto;
}
.tab-content>.tab-pane{ display: block; height: 0px;  }
.tab-content>.active{ height: auto;}
.support-tab {
	display: flex;
}
#track-progress > div{max-width: 650px !important;width:90%;margin: auto;}
#healthreport > div{max-width: 928px !important;width:90%;margin: auto;}

.slick-arrow{ width:40px; height: 40px;}
.slick-arrow::before{content:none}
.slick-prev{ background: url(../images/previous.svg) no-repeat 0 0 / cover; left:-103px}
.slick-next{ background: url(../images/next.svg) no-repeat 0 0 / cover; right:-103px}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{background: url(../images/previous.svg) no-repeat 0 0 / cover;}
.slick-next:hover, .slick-next:focus, .slick-next:hover, .slick-next:focus{ background: url(../images/next.svg) no-repeat 0 0 / cover;}
.slick-disabled { opacity: 0; pointer-events:none;}



.support-tab-container {
	max-width: 800px;
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.support-tab-container .purple-section {
	background-color: #794ee8;
	color: #fff;
	font-size: 17px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
}

.support-block {
	padding: 50px 10px 40px 25px;
}

.support-block ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
}

.support-block ul li {
	margin: 10px 0;
	line-height: 16px;
	font-size: 15px;
	font-weight: 300;
	color:#1A1626;
	text-align: left;
}

.support-block ul li:before {
	content: '?';
	font-family: 'Montserrat';
	background-color: #794ee8;
	font-size: 18px;
	line-height: 30px;
	margin-right: 16px;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 18px;
	color: #fff;
	margin-top: 0;
	font-weight: 600;
	left: 15px;
	text-align: center;
}

.support-block ul li.red-bg:before {
	background-color: #eb5757;
}

.support-block ul li.orange-bg:before {
	background-color: #f2994a;
}

/*Inner page*/

.inner-page-header {
	padding-top: 90px;
}

.page-title {
	font-size: 44px;
	font-weight: 300;
	line-height: 60px;
	color: #1a1626;
}

.page-sub-text {
	font-size: 18px;
	line-height: 32px;
	color: #1a1626;
	padding: 56px 0 30px;
}

.about-top{
	margin-top: 55px;
	padding-bottom:4px;
}
.about-top p{
	font-size: 17px;
	line-height: 32px;
	font-weight:300;
	color: #1A1626;
	margin-bottom: 30px;
}

.page-image {
	margin-top: 80px;
	position: relative;
}

.page-image.video {
	margin-bottom: 90px;
}

.page-image > img {
	width: 100%;
}

.red-text {
	color: #eb5757;
}
.feature-box .borading-box-title span {font-size: 12px; vertical-align: middle; padding-left: 7px;}


.price-section {
	padding: 76px 0;
	margin-top: 92px;
}

.price-section .price-box {
	padding: 40px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 16px rgba(221, 229, 234, 0.8);
	height: 100%;
	margin: 0 20px;
}

.price-section .price-box ul {
	padding: 0 0 30px;
	list-style: none;
	
}

.price-section .price-box ul li {
	padding: 10px 0;
	position: relative;
	padding-left: 30px;
}

.price-section .price-box ul li:before {
	content: ' ';
	width: 20px;
	height: 15px;
	background: url(../images/right_sign.svg) no-repeat 0;

	position: absolute;
	top:15px;
	left:0;
}

.price-section .price-box.purple ul li:before {
	content: ' ';
	display: inline-block;
	width: 20px;
	height: 15px;
	background: url(../images/right_sign_purple.svg) no-repeat;
	position: absolute;
	top:16px;
	left:0;
}

.price-box-text {
	font-weight: 300;
	font-size: 32px;
	font-weight: 48px;
}

.purple .price-box-text {
	color: #794ee8;
}

.btn.btn-secondary {
	font-weight: 300;
	background-color: #fff;
	border-radius: 44px;
	height: 48px;
	color: #fff;
	border: 2px solid #794ee8;
	outline: none;
	padding-left: 30px;
	padding-right: 30px;
	color: #794ee8;
	font-weight: 500;
	line-height: 24px;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #794ee8;
}

.btn.btn-primary {
	background-color: #794ee8;
	border-radius: 44px;
	height: 48px;
	color: #fff;
	border: none;
	outline: none;
	border: 2px solid #794ee8;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 24px;
}

.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #794ee8;
}

.price-box .btn{ max-width:240px;width:100%; padding: 0px; line-height: 40px; height: auto;}
.btn-contact{ max-width:149px; width:100%; line-height: 48px !important; padding: 0px !important; height: auto !important; margin-top: 28px; font-weight: 400 !important;}

.contact-icon {
	position: relative;
	white-space: normal;
}
.contact-icon span{ padding-left:10px;}

.contact-icon svg {
vertical-align: middle;
}

/* Goal section */
.goal-section {
	padding: 92px 0;
}

.section-sub-text {
	font-size: 18px;
	line-height: 32px;
}

.purple-text {
	color: #794ee8;
}

/*Contact us section*/
.contact-section {
	padding: 50px 0;
}

.contact-box {
	box-shadow: 0px 4px 16px rgba(221, 229, 234, 0.8);
	background: #fff;
	border-radius: 8px;
	padding: 50px;
	max-width: 760px;
	width: 100%;
	margin: auto;
}

.form-control {
	background-color: #ffffff;
	border: 1px solid #E2E2E2 !important;
	border-radius: 44px;
	box-shadow: none !important;
	outline: none !important;
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
	height: 48px;
	color: #797683;
	font-weight: 300;
}

.form-group {
	margin-bottom: 24px;
}

.light-color-text {
	color: #797683;
}

.medium-size-text {
	font-weight: 400;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; /* Remove default arrow */
	background-image: url(../images/downarrow.png);
	background-repeat: no-repeat; /* Add custom arrow */
	background-position: right 15px center;
}

select::-ms-expand {
	display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}

.carousel-item .row {
	padding: 0 20px;
}

.carousel-control-next,
.carousel-control-prev {
	opacity: 1;
}

.form-item-icon {
	position: relative;
}

.form-item-icon .password-icon {
	position: absolute;
	right: 15px;
	top: 12px;
}

textarea.form-control {
	border-radius: 8px;
	min-height: 250px;
}

.bold {
	font-weight: 500;
}

select.form-control:not([size]):not([multiple]) {
	height: 48px;
}

.alert-danger {
	color: #eb5757;
	background-color: rgba(235, 87, 87, 0.25);
	border: none;
	border-radius: 8px;
}

.video-bar {
	width: 100%;
}

.video-btn {
	display: none;
}

.video-btn.active {
	display: block;
}

.desktop-logo,
.mobile-logo {
	display: none;
}

.mobile-footer p {
	margin-bottom: 36px;
}

.tabing-bottom-text {
	padding-top: 56px !important;
	font-size: 15px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 46px;
	color: #1a1626;
}

.line-height-32 {
	line-height: 32px;
}

.banner-input {
	max-width: 258px;
}

.section-title.white {
	color: #fff;
}

.signin-page {
	margin-top: 52px;
}

.signin-section {
	padding-bottom: 92px;
}

.carousel {
	position: relative;
	width: calc(100% - 100px);
	margin: 0 auto;
}

.carousel.smaller {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}

.underdev-btn {
	
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 4px 12px;
	color: #7F54EE;
	text-transform: uppercase;
	display: inline-block;
}


.section-title svg { vertical-align: middle;}
.section-title span { vertical-align: middle; margin-left:15px;}
.carousel-control-next, .carousel-control-prev{align-items: flex-start;}
#track .carousel-control-prev svg, #track .carousel-control-next svg{margin-top: 149px;}
#healthreport .carousel-control-prev svg, #healthreport .carousel-control-next svg{ margin-top: 309px;} 

@media (min-width: 1200px) {
	.carousel-control-next {
		right: -64px;
	}

	.carousel-control-next,
	.carousel-control-prev {
		width: 48px;
	}

	.carousel-control-prev {
		left: -64px;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
	.navbar-expand-lg a.nav-link:hover,
	.navbar-expand-lg .nav-item.active a.nav-link,
	.navbar-expand-lg a.nav-link:focus {
		color: #794ee8;
	}
	.mobile-menu-header {
		display: none;
	}

	.carousel-control-prev {
		left: -70px;
		width: 50px;
		opacity: 1;
	}

	.carousel-control-next {
		right: -70px;
		width: 50px;
		opacity: 1;
	}
	.desktop-hidden {
		display: none;
	}
	.desktop-logo {
		display: inline-block;
	}

	.box {
		height: 100%;
	}
}

@media (max-width: 1199px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar-brand {
		width: 150px;
	}
	.navbar-brand img {
		width: 100%;
	}
	.form-inline a.btn {
		padding: 10px 30px;
	}
	.home-banner {
		height: 550px;
	}
	.banner-image {
		height: 550px;
	}

	.banner-content {
		font-size: 32px;
		position: relative;
	}

	.carousel-control-next {
		right: -54px;
	}

	.carousel-control-next,
	.carousel-control-prev {
		width: 40px;
	}

	.carousel-control-prev {
		left: -54px;
	}


#track .carousel-control-prev svg, #track .carousel-control-next svg{margin-top: 149px;}
}

@media (max-width: 1024px) {
	.home-banner {
		height: 500px;
	}
	.banner-image {
		height: 500px;
	}
	.banner-content {
		width: 50%;
		font-size: 30px;
		line-height: 50px;
		font-weight: 300;
		padding: 135px 0;
	}
}

@media (max-width: 991px) {
	.menu-mobile {
		background-color: #794ee8;
		position: fixed;
		left: 100%;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 100;
		padding: 24px 24px;
		overflow-y: auto;
	}

	.banner-input {
		max-width: 100%;
	}

	.menu-mobile.visible {
		left: 0%;
	}
	.mobile-menu-header {
		display: block;
	}

	.menu-mobile > .navbar-nav {
		padding-top: 28px;
	}

	.menu-mobile .navbar-nav .btn.btn-link {
		border: 2px solid #fff170;
		color: #fff170;
	}
	.navbar-nav .nav-item a.nav-link,
	.navbar-nav .nav-item a.nav-link:active,
	.navbar-nav .nav-item a.nav-link:hover {
		color: #fff;
		font-size: 32px;
		line-height: 48px;
		margin-bottom: 28px;
		padding: 0;
		border: none;
		font-weight: 300;
	}
	.navbar-nav {
		width: 100%;
	}

	#close-menu-btn {
		padding: 0;
	}

	.home-banner {
		height: auto;
		padding-top: 650px;
		background-color: #fff;
	}
	.banner-image {
		height: 650px;
		width: 100%;
	}

	.mobile-menu-logo-svg svg {
		margin-top: 8px;
	}

	.banner-content {
		width: 100%;
		padding: 30px 15px;
		text-align: center;
	}

	.input-group {
		padding: 0 30px;
	}

	.navbar-nav a.btn,
	.navbar-nav a.btn.no-border {
		width: 100%;
		color: #fff;
		border: 2px solid #fff;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 35px;
		height: 56px;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 400;
	}

	.navbar-nav a.btn svg {
		display: none;
	}

	.navbar-nav a.btn:active,
	.navbar-nav a.btn:focus {
		color: #fff170;
		border: 2px solid #fff170 !important;
	}

	footer {
		padding: 50px 15px;
	}
	.mobile-footer {
		text-align: center;
	}
	.mobile-footer div {
		justify-content: center;
	}
	.navbar-brand {
		text-align: left;
	}
	.mobile-logo {
		display: inline-block;
		width: auto !important;
	}

	.navbar-light .navbar-nav .active > .nav-link,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .show > .nav-link {
		color: rgba(255, 255, 255, 0.5);
	}

	.price-section .price-box {
		margin: 0 0px;
	}

	
		.boarding-box, .feature-box{ width:100%;}
		.slick-prev{  left:-70px}
		.slick-next{  right:-70px}	

}

@media (min-width: 768px) {
	.banner-image img {
		width: 100%;
		display: none;
	}
}



@media (max-width: 767px) {
	.input-group {
		padding: 0px;
		margin-top: 0px;
	}

	.banner-image {
		position: static;
		background: none;
		height: auto;
	}

	.banner-image img {
		width: 100%;
		display: block;
	}

	.home-banner {
		padding-top: 0px;
	}

	.input-group input {
		width: 100% !important;
		margin-bottom: 10px !important;
	}

	.input-group .input-group-append,
	.input-group .input-group-append button {
		width: 100% !important;
	}

	.banner-content {
		font-size: 20px;
		line-height: 36px;
	}

	.box {
		border: 0px solid #d7d5d9;
		border-radius: 0;
	}

	.input-group input.form-control {
		margin-right: 0;
	}

	.mobile-shad {
		background-color: #f5f6fc;
	}

	.mh-15 {
		margin: 0 -15px;
	}

	.kpi-section {
		padding: 0;
	}

	.action-section {
		background-color: #fff;
	}

	.action-section .tab-content > .tab-pane {
		display: block !important;
		opacity: 1;
	}

	.tab-container {
		display: none;
	}

	.section-title span {
		display: block;
	}

	.tab-pane .tab-hide-title {
		display: block;
		text-align: center;
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 20px;
	}

	.support-block {
		padding: 30px 25px 20px 25px;
	}

	.boarding-box, .feature-box {
		padding: 20px 20px;
		text-align: center;
	}
	.feature-box .boarding-box-content{ padding-top:25px}
	.boarding-box-content{ padding-left: 0;}

	.boarding-box .borading-box-title {
		margin-top: 25px;
	}

	.patient-page .boarding-box .borading-box-title {
		margin-top: 0px;
	}
	
	.inner-page-header {
		padding-top: 40px;
	}

	.page-image.mobile-center {
		height: 276px;
		overflow: hidden;
		position: relative;
		margin-top: 40px;
	}

	.page-image {
		margin-top: 40px;
	}

	.page-image > img {
		height: auto;
		width: 100%;
	}

	.video-btn img {
		width: 100px;
		margin-top: -50px;
		margin-left: -50px;
	}

	.page-title {
		font-size: 32px;
		line-height: 48px;
	}
	.mobile-mt-4 {
		margin-top: 4rem;
	}

	.contact-icon {
		padding-left: 0;
		text-align: center;
	}

	.contact-icon span {
		display: block;
		padding-left: 0px;
	}

	.contact-icon svg {
		position: static;
		display: inline-block;
		text-align: center;
		margin-bottom: 10px;
	}

	.price-section .price-box {
		padding: 25px !important;
		height: auto;
		margin: 0;
	}

	.price-section .price-box ul li:before {
		margin-right: 15px;
	}

	.contact-box {
		padding: 30px;
	}
	.carousel-control-next,
	.carousel-control-prev {
		width: 25px;
		bottom: 50px;
	}

	.carousel-control-next {
		right: -30px;
	}
	.carousel-control-prev {
		left: -30px;
	}

	.extra-padding-horizontal-mobile {
		padding-left: 20px;
		padding-right: 20px;
	}

	.carousel-inner {
		min-height: 350px;
	}
	.header {
		padding-left: 9px;
		padding-right: 9px;
	}
	.carousel {
		position: relative;
		width: calc(100% - 60px);
		margin: 0 auto;
	}
	.carousel-item .row {
		padding: 0px;
	}

	.tab-content>.tab-pane{ height: auto !important; }
	#healthreport > div, #track-progress > div{ width:70%}
	.slick-arrow{ width:30px; height: 30px;}
	.slick-prev{left:-40px}
	.slick-next{right:-40px}
}

@media (max-width: 576px) {
	.page-image > img.center-img {
		position: absolute;
		height: 100%;
		margin-left: -50%;
		width: auto;
		left: 0;
	}
	#healthreport .carousel-control-prev svg, #healthreport .carousel-control-next svg{margin-top: 45px;}
	#track .carousel-control-prev svg, #track .carousel-control-next svg{    margin-top: 24px;}

}

@media(max-width:450px){
	.page-sub-text br, .section-content br{ display: none;}
}

@media (min-width: 1200px) {
	body {
		padding-top: 104px;
	}
	.header {
		position: fixed;
		z-index: 100;
		left: 0;
		width: 100%;
		background: #fff;
		top: 0;
	}
}

@media (min-width:767px)
{
	.feature-box .flex-shrink-0.flex-grow-0 { max-width:70px; min-width:70px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	body {
		padding-top: 95px;
	}
	.header {
		position: fixed;
		z-index: 100;
		left: 0;
		width: 100%;
		background: #fff;
		top: 0;
	}
}


