/*-------------------------------- RESET CSS ---------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

body {
	line-height: 1
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

/*============================ END RESET CSS =======================================*/


/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap'); */

@font-face {
    font-family: "Rubik";
	font-weight: 400;
    src: url(/css/font/Rubik/Rubik-Regular.ttf);
}
@font-face {
    font-family: "Rubik";
	font-weight: 500;
    src: url(/css/font/Rubik/Rubik-Medium.ttf);
}
@font-face {
    font-family: "Rubik";
	font-weight: 700;
    src: url(/css/font/Rubik/Rubik-Bold.ttf);
}

html, body{
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 21px;
	color: #333;
	/* background: #f7f7f7; */
	background: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;

	width: 100%;
	height: 100%;

	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

strong {
	font-weight: bold !important;
}

::selection {
	background: #3372cd;
	color: #fff;
}
.red {
	color: #e8031f;
}
.blue {
	color: #0972ce;
}
.gray {
	color: #555;
}

.navy {
	color: #001233;
}

.purple {
	color: #3372cd;
}

.white {
	color: #fff;
}

.impact {
	font-family: Impact, 'Helvetica', sans-serif;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

hr {
	border: 0;
	border-top: 1px solid rgb(87 138 230 / 20%);
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus,
a:visited {
	color: inherit;
	text-decoration: none;
}

h1 {
	display: table;
	margin: 0 auto 15px auto;
	font-size: 40px;
	line-height: 45px;
	width: 95%;
	max-width: 700px;
	text-align: center;
	font-weight: 700;
}

h2 {
	display: table;
	margin: 0 auto;
	font-size: 23px;
	line-height: 27px;
}

h3 {
	display: table;
	margin: 0 auto;
	font-size: 17px;
	line-height: 21px;
}

p {
	font-size: 15px;
	line-height: 19px;
}

.section {
	display: table;
	width: 100%;
}

.section_inner {
	display: table;
	width: 95%;
	max-width: 700px;
	margin: auto;
}

.section_general_page {
	margin: 100px auto;
}

a {
	text-decoration: none;
}

.full {
	display: table;
	width: 100%;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.spacer_10 {
	display: table;
	width: 100%;
	height: 10px;
}

.spacer_25 {
	display: table;
	width: 100%;
	height: 25px;
}

.header {
    padding: 15px 0 20px 0;
    -webkit-box-shadow: rgba(0,0,0,.1) 0 10px 15px -3px, rgba(0,0,0,.05) 0 4px 6px -2px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
    position: relative;
	background: #001233;
}

.header .float_left {
	margin-top: 13px;
}

.header_logo {
	display: table;
	float: left;
	width: auto;
	height: 45px;
	margin: 0;
}

.header_phone {
	display: table;
	float: right;
}
.header_phone img {
	display: table;
    width: auto;
    height: 35px;
    margin-top: 5px;
}

/* .header_logo_text {
	display: inline-block;
	vertical-align: middle;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
} */
.button {
	display: table;
	width: 100%;
	max-width: 400px;
	margin: auto;
	/* background: #e8031f; */
    background: linear-gradient(45deg,#F44336,#e8031f);
	/* background: linear-gradient(45deg,#1286eb,#0860ae); */
	color: #fff !important;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	padding: 25px 0;
	border-radius: 10px;
	text-align: center;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button:hover {
	cursor: pointer;
	/* opacity: 0.9; */
    background: linear-gradient(45deg,#e8031f,#F44336);
	/* background: linear-gradient(45deg,#0860ae,#1286eb); */
}

.button_InitiateCheckout span {
	display: none;
}

.header_text {
	display: table;
	float: right;
	font-size: 15px;
	margin-top: 10px;
	/* color: #fff; */
}

.header_text .green_circle_live {
	margin-top: -2px;
	margin-right: 3px;
}

.header_button {
	margin: 0;
	float: right;
}

.header_button img {
	display: inline-block;
	vertical-align: middle;
	height: 18px;
	margin-right: 5px;
	width: auto;
}

.header_button span {
	display: inline-block;
	vertical-align: middle;
}

.call_button img {
	display: inline-block;
	vertical-align: middle;
	width: auto;
    height: 30px;
    margin-right: 10px;
}
.call_button span {
	display: inline-block;
	vertical-align: middle;
}

.call_button_mobile {
	display: none !important;
	font-weight: bold;
	font-family: 'Rubik', sans-serif;
}

.button_InitiateCheckout span {
	display: none;
}

.hero {
    margin: auto;
    padding: 30px 0 50px 0;
    background: linear-gradient(#E8F5FC,#F7FCFF);
}

.hero_h1 {
    display: table;
    margin: auto;
    max-width: 700px;
    text-align: left;
    font-weight: bold;
    color: #001233;
}
.hero_h1 div {
	font-size: 40px;
    line-height: 45px;
	margin-bottom: 5px;
}
.hero_h1 span {
	font-size: 24px;
    line-height: 30px;
}

.hero_img {
	display: table;
	width: 100%;
	max-width: 800px;
	margin: 30px auto;
	border-radius: 5px;
}
.hero_video {
	display: table;
	width: 100%;
	max-width: 800px;
	margin: 15px auto 10px auto;
	border-radius: 5px;
	border: 2px solid #001233;
}

.hero_h2 {
	text-align: center;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	margin: 20px auto;
}

.hero_call_details {
    font-size: 17px;
    line-height: 21px;
    text-align: center;
}

.health_logos {
	display: table;
	width: 100%;
	max-width: 400px;
	margin: 20px auto;
}

.advertised_img {
	display: table;
	width: 100%;
	max-width: 700px;
	margin: auto;
	padding: 20px 0;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
}

.content {
	margin: 100px auto 50px auto;
}

.title {
	text-align: center;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 10px;
	color: #001233;
}

.text {
	text-align: center;
	font-size: 23px;
	line-height: 25px;
	font-weight: normal;
}

.text_complete {
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
}

.text_small {
	text-align: center;
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
}

.categories {
	display: table;
	width: 100%;
	max-width: 750px;
	margin: 20px auto;
}

.category {
	display: table;
	width: 100%;
	max-width: 50%;
	padding: 20px 25px;
	float: left;
	box-sizing: border-box;
	border-radius: 10px;
}

.category:hover {
	box-shadow: 0px 0px 10px 0px #f3f2f1;
}

.category img {
	display: table;
	width: 100%;
}

.general_button {
	float: none !important;
	margin: 20px auto;
	font-size: 25px;
	font-weight: bold;
	padding: 20px 30px;
	max-width: 400px;
}

.general_button img {
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	margin-right: 10px;
	width: auto;
}

.general_button span {
	display: inline-block;
	vertical-align: middle;
}

.benefits {
	padding: 20px;
	vertical-align: top;
}

.benefits_img_1,
.benefits_img_2 {
	display: table;
	margin: 10px auto;
	width: 95%;
	max-width: 200px;
}

.benefits_img_3 {
	display: table;
	margin: 10px auto;
	width: 95%;
	max-width: 260px;
}

.benefits_text {
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}

.blue_band {
	padding: 50px 0;
	background: #3372cd;
}

.blue_band_h1 {
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	font-weight: bold;
	color: #fff;
}

.blue_band_h2 {
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
}

.prefooter {
    padding: 35px 0;
    background: #E8F5FC;
}

.prefooter .section_inner {
    max-width: 700px;
}

.prefooter p {
    font-size: 17px;
    line-height: 21px;
	text-align: left;
	margin: 10px 0;
}

ol,
ul {
	list-style: disc;
}

ol li,
ul li {
	margin: 10px 0 10px 20px;
}

.footer {
	margin: auto;
	padding: 50px 0;
	background: linear-gradient(#F7FCFF,#E8F5FC);
	/* border-top: 1px solid #f3f2f1; */
}

.footer .section_inner {
    max-width: 700px;
}

.disclaimer p {
	font-size: 15px;
	line-height: 19px;
	/* color: #aaa; */
	text-align: left;
	margin-bottom: 10px;
	text-align: justify;
}

.disclaimer a {
	text-decoration: underline;
}

.footer_link {
    display: table;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	text-align: center;
	margin: 5px auto;
}


.form .header_text {
	color: initial;
}

.counter {
	display: table;
	width: 100%;
	max-width: 300px;
	margin: auto;
}

.counter_time {
	color: red;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 5px;
}

.section_general_page h1 {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	margin: 30px auto 10px auto;
}

.section_general_page p {
	font-size: 17px;
	line-height: 21px;
	margin: 10px auto 10px auto;
}

.full {
	display: table;
	width: 100%;
}

.half {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin: auto;
	padding: 0 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.third {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: auto;
	padding: 0 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.quarter {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: auto;
	padding: 0 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/* ----------------- LOADER PURE CSS ------------------ */
#loaderBIGOuter {
	position: fixed;
	z-index: 1000;
	height: 100%;
	width: 100%;
	text-align: center;
	top: 0px;
	/*opacity: 0.977;*/
	background: #555;
}

#loaderBIGInner {
	position: relative;
	margin: 0px auto;
	display: block;
	top: 35%;
}

#loaderBIGInner img {
	display: block;
	margin: 10px auto 20px auto;
	width: 200px;
	height: auto;
}

.loaderQuotesText {
	margin-top: 15px;
	color: #fff;
	display: table;
	width: 95%;
	margin: 15px auto;
	font-size: 15px;
	line-height: 20px;
}

.loaderCSS {
	margin: 0px auto;
	font-size: 5px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.7em solid rgba(255, 255, 255, 0.1);
	border-right: 0.7em solid rgba(255, 255, 255, 0.1);
	border-bottom: 0.7em solid rgba(255, 255, 255, 0.1);
	border-left: 0.7em solid #F8F8FF;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 0.30s infinite linear;
	animation: load8 0.30s infinite linear;
}

.loaderCSS,
.loaderCSS:after {
	border-radius: 50%;
	width: 5em;
	height: 5em;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*============================== END LOADER PURE CSS =============================*/


.green_circle_live {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: #5CB85C;
	border-radius: 100%;
}

.pulse_button {
	box-shadow: 0 0 0 rgba(244, 67, 54, 0.5);
	/* box-sizing: 0 0 0 rgba(9, 114, 206, 0.5); */
	transform: scale(1);
	animation: pulse 1.5s infinite;
}

.pulse_button:hover {
	animation: none;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(244, 67, 54, 0.77);
		/* box-shadow: 0 0 0 0 rgba(9, 114, 206, 0.77); */
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 8px rgba(244, 67, 54, 0);
		/* box-shadow: 0 0 0 8px rgba(9, 114, 206, 0); */
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(244, 67, 54, 0);
		/* box-shadow: 0 0 0 0 rgba(9, 114, 206, 0); */
	}
}


/*----------- MEDIA QUERIES -------------*/
@media only screen and (max-width: 700px) {

	.header {
		padding: 15px 0;
	}

	.header_button {
		width: 130px;
	}

	.section_advertised .section_inner,
	.section_header .section_inner,
	.section_personalized .section_inner,
	.section_faq .section_inner,
	.section_bottom .section_inner {
		max-width: 95% !important;
	}

	.call_button_mobile {
		display: inline-block !important;
	}

	.call_button_desktop,
	.header_text {
		display: none !important;
	}

	.header .float_left {
		margin: 0;
	}

	.header_logo {
		/* width: 200px; */
		height: 30px;
	}
	.header_phone img {
		height: 25px;
		margin-top: 2px;
	}

	.hero_h1 div {
		font-size: 30px;
		line-height: 35px;
	}
	.hero_h1 span {
		font-size: 20px;
		line-height: 25px;
	}

	.hero_h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.health_logos_half {
		display: table;
		width: 100%;
		margin: 10px auto;
	}

	.health_logos {
		margin: 0;
	}

	.title {
		font-size: 25px;
		line-height: 30px;
	}

	.text {
		font-size: 20px;
		line-height: 25px;
	}

	.text_small {
		font-size: 14px;
		line-height: 18px;
	}

	.category {
		max-width: 100%;
		padding: 10px 20px;
	}

	.benefits {
		width: 100%;
	}

	.blue_band_h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.blue_band_h2 {
		font-size: 17px;
		line-height: 23px;
	}

	.blue_band .spacer_25 {
		height: 15px !important;
	}

	.hero {
		margin: auto;
		padding: 10px 0 50px 0;
	}

	h1 {
		font-size: 30px;
		line-height: 35px;
		max-width: 90%;
	}

	h2 {
		font-size: 21px;
		line-height: 25px;
		max-width: 90%;
	}

	.hero_h3 {
		max-width: 95%;
	}

	.section_personalized h1 {
		margin-bottom: 20px
	}

	.category {
		padding: 8px 19px;
	}

	.category_icon .icon {
		font-size: 70px;
	}

	.header_right_desktop {
		display: none;
	}

	.header_right_mobile {
		display: table;
	}

	.personalized_title,
	.personalized_text {
		text-align: center;
	}

	.personalized_img {
		margin-top: 30px;
	}

	.half,
	.third {
		display: table;
		width: 100%;
		float: none;
		padding: 0;
	}

	.counter .third {
		display: inline-block;
		vertical-align: top;
		width: 30%;
	}

	.section_compare .third {
		margin-bottom: 30px;
	}

	.header .half {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin: auto;
		padding: 0 10px;
	}

	.bottom_divider {
		display: table;
		width: 100%;
		max-width: 300px;
		height: 1px;
		background: #001233;
		position: relative;
		margin: 50px auto;
	}

	.button {
		max-width: 100%;
	}

	.quarter_social {
		max-width: 100%;
	}

	.modal h2 {
		max-width: 100%;
	}

	.modal_inner {
		padding: 50px 20px;
	}

	.button_modal_close {
		max-width: 100%;
	}

	.button {
		font-size: 25px;
		padding: 20px 0;
	}
}

/*========== END MEDIA QUERIES ==========*/