@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;
    box-sizing: border-box;
}
html{height:100%;}
body{
    height:100%;
    background: #fff;
    font-family: 'Segoe UI Emoji';
}
img, iframe {max-width:100%;}
*:focus{outline:none;}
*:hover{}
a:hover, input[type="submit"]:hover{transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease;}
input::placeholder {opacity: 1;}
h1, h2, h3, h4, h5, h6, ol, ul, li, img, a, form, label, input, select, textarea{margin:0;padding:0;list-style:none;text-decoration:none;appearance:none;-webkit-appearance:none;-ms-appearance:none;-moz-appearance:none;-o-appearance:none;}
header, nav, footer, main, mark, article, aside, blockquote, figcaption, figure{margin:0;padding:0;border:none;}
a:hover, a:focus{text-decoration:none;}
*:focus{outline:none !important;}
.container {
	max-width: 1230px;
	margin: auto;
	width: 100%;
	padding: 0 15px;
}

/***/

.caregiving-top {
	padding: 30px 0;
	display: flex;
	align-items: center;
	min-height: 30vh;
}

.caregiving-inner {
	display: flex;
	flex-wrap: wrap;
}
.caregiving-logo {
	width: 15%;
    padding-right: 13px;
}
.caregiving-h6fit {
	width: 15%;
	text-align: right;
	padding-left: 21px;
}
.caregiving-text {
	width: 70%;
	text-align: center;
	padding: 0 1%;
}
.caregiving-text h1 {
	color: #001a98;
	font-size: 39px;
	font-family: 'Segoe UI Bold';
	line-height: 1.3;
    padding: 0 0 10px;
}
.caregiving-text p {
	font-size: 23.6px;
	color: #3b3f62;
	padding: 14px 0 0;
}
.caregiving-text p strong
{
    font-family: 'Segoe UI Bold';
}
/* .caregiving-text p.loveonce {
	display: inline-block;
	border-bottom: 2px solid #f08e0f;
} */
.caregiving-text h1 span {
	color: #f08e0f;
}




/*banner part start*/

.banner-slide
{
    background: url(../images/foucus-bg.jpg) no-repeat center ;
    background-size: cover;
    padding: 96px 0 85px;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 70vh;
}

.banner-inner {
	display: flex;
	flex-wrap: wrap;
    position: relative;
}
.banner-inner::before {
	position: absolute;
	left: -320px;
	top: -360px;
	height: 942px;
	width: 1234px;
	content: "";
	background: url(../images/price-sec-bg.png) no-repeat;
	background-size: cover;
	z-index: 1;
}
.banner-left {
	text-align: center;
	width: 531px;
	height: 530px;
	background: url(../images/price-space.png) no-repeat;
	background-size: contain;
	position: relative;
    z-index: 1;
	flex-direction: column;
	display: flex;
	padding: 130px 0 0;
	align-items: center;
}
.banner-pricing {
	position: relative;
	/* z-index: 1; */
}
.banner-pricing span {
	color: #111328;
	font-size: 48.79px;
	font-family: 'Segoe UI Bold';
	line-height: 1;
	display: block;
}
.banner-pricing strong {
	display: block;
	font-size: 38.63px;
	line-height: 1;
	padding: 4px 0 0;
}
.banner-pricing-membership {
	padding: 31px 0 0;
}
.banner-pricing-membership h3 {
	color: #fff;
	font-size: 52.45px;
	font-family: 'Segoe UI Bold';
	text-transform: uppercase;
	line-height: 1.2;
	text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.banner-pricing-membership p {
	color: #fff;
	font-size: 26.65px;
	font-weight: bold;
}
.banner-pricing {
	position: relative;
	text-shadow: 2px 2px 0px rgba(255,255,255,0.2);
	padding-right: 16%;
}
.banner-pricing::before {
	background: url(../images/price-divider.png) no-repeat center;
	background-size: cover;
	height: 100%;
	width: 125px;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
}
.banner-pricing::after{
    content: "";
    position: absolute;
    right: 0;
    top: 22px;
    background: url(../images/pricing-arrow.png) no-repeat center;
    background-size: contain;
    width: 68px;
    height:56px;
}
/*/*/

.banner-right-con {
	width: 500px;
	margin-left: auto;
	position: relative;
	z-index: 3;
}

.sign-up-price
{
    background: url(../images/only-price.png) no-repeat center;
    background-size:contain ;
    height: 123px;
    width: 124px;
    position: absolute;
    right:0 ;
    top: 0;
}

.sign-up-price {
	background: url(../images/only-price.png) no-repeat center;
	background-size: contain;
	height: 123px;
	width: 124px;
	position: absolute;
	right: -50px;
	top: -30px;
	text-align: center;
	font-size: 19.35px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 26px 0 0;
}
.sign-up-heading span {
	display: block;
	color: #fff;
	font-size: 31.7px;
	font-family: 'Segoe UI Bold';
	line-height: 1;
}
.banner-form-required-text {
	display: inline-flex;
	width: 100%;
}
.banner-form-number {
	color: rgba(51,51,51,.7);
	font-size: 15px;
	margin-left: auto;
}
.banner-form-number a {
	color: rgba(51,51,51,.7);
	font-size: 15px;
}



/*Form section start*/

.form-outer
{
	background: rgba(255,255,255,0.8);
-webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
}
.sign-up-heading {
	background: rgba(0, 26, 150, 0.8);
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 14px 13px 19px;
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.sign-up-heading-left {
	width: 18%;
	padding-right: 9px;
	padding-left: 8px;
	text-align: center;
	align-self: center;
}
.sign-up-heading-left img {
	width: 100px;
	display: block;
}
.sign-up-heading-right {
	text-align: center;
	padding-left: 5px;
	width: 69%;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0px;
}
.sign-up-return {
	width: 19%;
	position: relative;
}
.sign-up-return img {
	margin: -50px 0 0;
	transform: rotate(22deg);
	max-width: 180px;
	position: absolute;
	top: 7px;
	left: -5px;
}
.sign-up-heading h3 {
	font-size: 26px;
	color: #f08e0f;
	font-weight: normal;
	line-height: 28px;
    font-family: 'Segoe UI Bold';
	letter-spacing: 0px;
}
.sign-up-heading p {
	color: #ffffff;
	font-size: 21px;
	/* font-weight: bold; */

	line-height: 25px;
	letter-spacing: 0;
	padding-top: 4px;
}

.form-inner {
	float: left;
	width: 100%;
	margin: 0px 0 18px;
	position: relative;
}
.form-inner label {
	position: absolute;
	left: 13px;
	font-size: 14px;
	line-height: 27px;
	color: rgba(51,51,51,.5);
	font-weight: 400;
	letter-spacing: 0;
	top: 9px;
	background: #fff;
	transition: .2s all ease;
	-webkit-transition: .2s all ease;
	padding: 0px 10px;
	display: none;
}
.form-inner.field.filled label {
	top: -10px;
}
.form-inner input.form-field {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 27px;
	color: rgba(51,51,51,.7);
	font-weight: 400;
	padding: 7px 20px;
	border: 1px solid #979797;
	border-radius: 5px;
	background: #ffffff5e;
}
.form-inner input.form-field:focus {
	border: 1px solid #f28e40;
}
.form-outer {
	padding:31px 32px 22px;
	float: left;
	position: relative;
	width: 100%;
}
.security-outer {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 16px;
	float: left;
	width: 100%;
}

.form-inner-info {
	position: absolute;
	z-index: 1;
	width: 25px;
	right: 10px;
	top: 12px;
}
.self-care-btn {
	font-size: 23px;
	background: #f28e40;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 54px;
	text-align: center;
	line-height: 28px;
	text-align: center;
	max-width: 100%;
	border: none;
	white-space: normal;
	cursor: pointer;
	letter-spacing:0.3px;
	transition: .3sa all ease;
	-webkit-transition: .3sa all ease;
}
.self-care-btn:hover
{
	background: #27357c;
}
.form-inner.security-outer input:nth-child(2) {
	background: url(../images/icon-01.png) no-repeat center right 15px;
	background-size: 21px;
}

.pioneer-annual-form-payment {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	padding-bottom: 20px;
}
.pioneer-annual-form-payment h6 {
	font-size: 14px;
	color: rgba(0,0,0,0.78);
	font-weight: 600;
	width: 100%;
	text-align: left;
	margin: 2px 0 7px;
}
.pioneer-annual-form-payment h6 {
	max-width: 34%;
}

.pioneer-annual-form-payment h6 {
	line-height: 1;
}
.pioneer-annual-form-payment-left {
	display: flex;
	width: 62%;
	margin-left: auto;
}
.pioneer-annual-form-payment-inner label {
	position: relative;
	padding-left: 17px;
	cursor: pointer;
	float: left;
}

.pioneer-annual-form-payment-inner label::before {
	height: 13px;
	width: 13px;
	left: -1px;
	top: 6px;
	border-radius: 50%;
	border: 1px solid #f28e40;
	content: "";
	position: absolute;
}
.pioneer-annual-form-payment-inner label::after {
	height: 7px;
	width: 7px;
	background: #f28e40;
	left: 3px;
	top: 10px;
	border-radius: 50%;
	content: "";
	display: none;
	position: absolute;
}

.pioneer-annual-form-payment-inner input:checked + label::after {
	display: block;
}
.pioneer-annual-form-payment-inner label img {
	max-height: 27px;
}
.pioneer-annual-form-payment-inner + .pioneer-annual-form-payment-inner {
	margin-left: auto;
	padding-left: 13px;
}


.shares-badge {
	text-align: center;
	width: 110px;
	position: absolute;
	color: #333333;
	background: url(../images/badge.svg) no-repeat center;
	background-size: contain;
	font-size: 11px;
	line-height: 1.3;
	height: 80px;
	display: flex;
	bottom: 8px;
	justify-content: center;
	align-items: center;
	padding: 0 8px 6px 0;
	font-weight: 500;
	flex-wrap: wrap;
	transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
}
.shares-badge strong
{
	width: 100%;
}
.shares-badge span {
	transform: rotate(-18deg);
	-webkit-transform: rotate(-18deg);
}
.self-care-form--btn .self-care-form-subit {
	border: none;
	border-radius: 50px;
	width: 200px;
	text-align: center;
	padding: 0 0 0 45px;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	height: 60px;
	cursor: pointer;
	position: relative;
	line-height: 26px;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	margin: auto;
	background: #e57109;
	background: -moz-linear-gradient(left, #e57109 0%, #f29411 100%);
	background: -webkit-linear-gradient(left, #e57109 0%,#f29411 100%);
	background: linear-gradient(to right, #e57109 0%,#f29411 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57109', endColorstr='#f29411',GradientType=1 );
	border: 3px solid #f4c063;
	display: inline-block;
}

.self-care-form--btn .self-care-form-subit span {
	height: 60px;
	position: absolute;
	top: -3px;
	width: 60px;
	left: -5px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 4px solid #f4c063;
}
.self-care-form--btn .self-care-form-subit  span img {
	max-width: 25px;
	vertical-align: baseline;
	margin: 0;
}
.self-care-form--btn .self-care-form-subit:hover {
	background-color: #001a98;
	background: #f29411;
	background: -moz-linear-gradient(left, #f29411 0%, #e57109 100%);
	background: -webkit-linear-gradient(left, #f29411 0%,#e57109 100%);
	background: linear-gradient(to right, #f29411 0%,#e57109 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29411', endColorstr='#e57109',GradientType=1 );
}
.self-care-form--btn {
	text-align: right;
}
.all-field-required {
	color: rgba(51,51,51,.7);
	font-size: 15px;
	text-align: right;
	float: left;
	margin: 0px 0 0 0px;
}

.pioneer-annual-form-tooltip-content {
    position: absolute;
    background: #fff;
    z-index: 1;
    width: 230px;
    text-align: left;
    font-size: 12px;
    right: -12px;
    bottom: 100%;
    color: rgba(0, 0, 0, 0.62);
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    line-height: 1.3;
    font-weight: normal;
    visibility: hidden;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.pioneer-annual-form-tooltip-content p {
    margin-bottom: 5px;
}
.pioneer-annual-form-inside {
    display: flex;
    margin-top: 4px;
}
.pioneer-annual-form-inside img {
    width: auto;
    margin-right: 8px;
}
.form-inner-info:hover .pioneer-annual-form-tooltip-content
{
    visibility: visible;
}
.pioneer-annual-form-tooltip-content::after {
    content: "";
    position: absolute;
    bottom: -5px;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: 22px;
}
.self-care-form--btn {
	text-align: center;
}

.paypal-form-wrap {
	position: absolute;
	top: 77px;
	height: auto;
	/* background: #fff; */
	text-align: center;
	flex-wrap: wrap;
	width: calc(100% - 64px);
	visibility: hidden;
	opacity: 0;
	display: flex;
	justify-content:space-between;
}

.paypal-form-wrap.paypal-on {
	visibility: visible;
	opacity: 1;
}
.health-payment-form.paypal-on {
	visibility: hidden;
	opacity: 0;
}
.paypal-form-wrap-inner {
	position: relative;
	top: 0%;
	height: 120px;
	border:1px solid #979797;
	/* background: #fff; */
	text-align: center;
	flex-wrap: wrap;
	border-radius: 5px;
	width: 100%;
	align-content: center;
	justify-content: center;
	display: flex;
}
.paypal-form-or {
	float: left;
	font-size: 18.47px;
	line-height: 23px;
	color: #323232;
	font-weight: 600;
	margin: 0px 0 5px;
	width: 100%;
}
.paypal-form {
	float: left;
	width: auto;
	margin-top: 5px;
	margin-left: 0px;
}
.paypal-form-or span {
	color: #002b7f;
}
#paypal-button-top, #paypal-button-btm {
	width: 251px;
	margin: auto;
}
.paypal-form #zoid-paypal-button-cf486ac3fd > .zoid-outlet {
	width: 241px;
	height: 80px !important;
}

.paypal-form-wrap .all-field-required {
	margin-left: auto;
}



/*emotional-listing css start*/
.emotional-listing-inner {
	padding: 70px 0;
	position: relative;
}
.emotional-listing-inner:not(:last-child):after {
    content: "";
    height:1px;
    background:#cfd0d9;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.emotional-listing-inner h3 {
	color: #3b3f62;
	text-align: center;
	font-size: 20.49px;
	padding: 0 0 1px;
}
.emotional-listing-inner h4 {
	color: #f08e0f;
	text-align: center;
    font-family: 'Segoe UI Bold';
	font-size: 35px;
}

.emotional-listing-inner ul {
	padding:48px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.emotional-listing-inner li {
	font-size: 18px;
	color: #3b3f62;
	width: 33.33%;
	min-height: 40px;
	padding: 0 10px 0 30px;
	font-weight: bold;
	margin-bottom: 10px;
	background: url(../images/listing-tick.png) no-repeat left top 2px;
	background-size: auto;
}
.emotional-listing-inner h5 {
	font-size: 20px;
	color: #3b3f62;
	text-align: center;
	font-family: 'Segoe UI Bold';
	padding: 4px 0 0;
}
/*emotional-listing css end*/
/*lifetime-membership css start*/
.lifetime-membership {
	padding: 50px 0;
}
.lifetime-membership-wrap {
	background: #f4e4d8;
	border-radius: 12px;
	padding: 45px;
    display: flex;
    flex-wrap: wrap;
}

.lifetime-membership-left {
	display: flex;
	width: 45%;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	align-self: center;
}
.lifetime-membership-left::before
{
    content: "";
    background: url(../images/membership-divider.png) no-repeat right center;
    height: 100%;
    width: 2px;
    right: 0;
    top: 0;
    position: absolute;
    right: 0;
    top: 0;
}


.lifetime-pricing {
	position: relative;
	text-shadow: 2px 2px 0px #a8a5c4;
	padding-right: 0;
	text-align: center;
	display: inline-block;
	margin: 50px 60px 0 40px;
}
.lifetime-pricing::after {
	content: "";
	position: absolute;
	right: -50px;
	bottom: -61px;
	background: url(../images/pricing-arrow2.png) no-repeat center;
	background-size: contain;
	width: 90px;
	height: 26px;
}
.lifetime-pricing::before {
	background: url(../images/price-divider2.png) no-repeat center;
	background-size: cover;
	height: 100%;
	width: 125px;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
}
.lifetime-pricing span {
	color: #323232;
	font-size: 50px;
	font-family: 'Segoe UI Bold';
	line-height: 1;
	display: block;
}
.lifetime-pricing strong {
	display: block;
	font-size: 38.63px;
    color: #323232;
	line-height: 1;
	padding: 4px 0 0;
}


.lifetime-up-price {
	background: url(../images/only-price2.png) no-repeat center;
	background-size: contain;
	height: 231px;
	width: 231px;
	text-align: center;
	font-size: 32.35px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 53px 0 0;
}

.lifetime-up-price span {
	display: block;
	color: #fff;
	font-size: 59.7px;
	font-family: 'Segoe UI Bold';
	line-height: 1;
}

.special-giving {
	width: 100%;
	text-align: center;
	padding: 36px 0 0;
}

.special-giving span {
	color: #f4e4d8;
	background: #001a96;
	padding: 12px 50px 14px;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0% 100%);
}

.special-membership {
	color: #3b3f62;
	text-align: center;
	font-size: 35px;
	width: 100%;
	font-family: 'Segoe UI Bold';
	padding: 20px 0 0;
}

.lifetime-membership-right {
	width: 55%;
	padding-left: 5%;
}
.lifetime-membership-right h3 {
	color: #f08e0f;
	font-size: 20px;
	padding:0 0 6px;
}
.lifetime-membership-right h4 {
	color: #3b3f62;
	font-size: 30px;
	width: 100%;
	font-family: 'Segoe UI Bold';
	padding: 00px 0 25px;
	max-width: 450px;
}
.lifetime-membership-right p {
	font-size: 16px;
	color: #3b3f62;
	line-height: 1.9;
	padding-top: 22px;
}
.lifetime-membership-right li {
	font-size: 18px;
	color: #3b3f62;
	line-height: 1.3;
	padding: 0 0 12px 30px;
	background: url(../images/listing-tick.png) no-repeat left top 2px;
	font-weight: bold;
}

.lifetime-membership-right a {
	border: none;
	border-radius: 50px;
	width: auto;
	text-align: center;
	padding: 11px 30px 0 70px;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	height: 60px;
	cursor: pointer;
	position: relative;
	line-height: 26px;
	transition: .3s all ease;
	-webkit-transition: .3s all ease;
	margin: 20px 0 0;
	background: #e57109;
	background: -moz-linear-gradient(left, #e57109 0%, #f29411 100%);
	background: -webkit-linear-gradient(left, #e57109 0%,#f29411 100%);
	background: linear-gradient(to right, #e57109 0%,#f29411 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57109', endColorstr='#f29411',GradientType=1 );
	border: 3px solid #f4c063;
	display: inline-block;
}
.lifetime-membership-right a span {
	height: 60px;
	position: absolute;
	top: -3px;
	width: 60px;
	left: -5px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 4px solid #f4c063;
}
.lifetime-membership-right a img {
	max-width: 25px;
	vertical-align: baseline;
	margin: 0;
}
.lifetime-membership-right a:hover {
	background-color: #001a98;
	background: #f29411;
	background: -moz-linear-gradient(left, #f29411 0%, #e57109 100%);
	background: -webkit-linear-gradient(left, #f29411 0%,#e57109 100%);
	background: linear-gradient(to right, #f29411 0%,#e57109 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29411', endColorstr='#e57109',GradientType=1 );
}
/*lifetime-membership css end*/

/*modal success*/
.modal-confirm {
    color: #434e65;
    width: 525px;
}
.modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .modal-header {
    background: #47c9a2;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 36px;
    margin: 10px 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}
.modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}
.modal-confirm .close:hover {
    opacity: 0.8;
}
.modal-confirm .icon-box {
    color: #fff;
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #fff;
    padding: 15px;
    text-align: center;
}
.modal-confirm .icon-box i {
    font-size: 45px;
    font-weight: bold;
}
.modal-confirm.modal-dialog {
    margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #eeb711 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
    background: #eda645 !important;
    outline: none;
}
.modal-confirm .btn span {
    margin: 1px 3px 0;
    float: left;
}
.modal-confirm .btn i {
    margin-left: 1px;
    font-size: 20px;
    float: right;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}
