/***
OUR PALLETTE 

https://color.adobe.com/corporate-trust-color-theme-225246/edit/?copy=true&base=0&rule=Custom&selected=3&name=Copy%20of%20corporate%20trust&mode=rgb&rgbvalues=0.0117647,0.286275,0.494118,0.0196078,0.588235,0.835294,0.615686,0.921569,0.988235,0.6,0.6,0.6,0.996078,0.294118,0.156863&swatchOrder=0,1,2,3,4

***/
/*** CSS Reset based on http://meyerweb.com/eric/tools/css/reset/ v2.0 ***/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus::-moz-placeholder {
	color: transparent;
}

:focus:-moz-placeholder {
	color: transparent;
}

:focus:-ms-input-placeholder {
	color: transparent;
}

/*** Structure ***/
html {
	font-size: 100%;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	background: #f7f7f7;
	word-wrap: break-word;
	margin: 0 0;

}

.container, .container-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;

}

.container-outer {
	margin: 0 auto;
/*
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
*/
}


div#progressbar {
margin-bottom:50px;
height:4px;
}


.wrapper {
	/*background-color:rgba(0, 0, 0, 0.2);
	*/
	/*border-top-right-radius: 140px;*/
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #fff;
}

.content {
	width: 680px;
	overflow: hidden;
}

.sidebar {
	width: 270px;
	float: left;
}

.body-right-sidebar .main-content {
	float: left;
	padding-right: 40px;
}

.body-left-sidebar .main-content {
	float: right;
	padding-left: 40px;

}

/*** Animation ***/
.menu__item, .tags__item, .widget__link--taglist {
	-webkit-transition: 0.25s ease-out;
	-moz-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}

/*** Columns ***/
.row [class*="col-"]:first-child {
	margin: 0;
}

[class*="col-"] {
	float: left;
	margin-left: 2.5%;
	overflow: hidden;
}

.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 48.75%;
}

.col-1-3 {
	width: 31.66%;
}

.col-2-3 {
	width: 65.83%;
}

.col-1-4 {
	width: 23.12%;
}

.col-3-4 {
	width: 74.37%;
}

.col-1-5 {
	width: 18.00%;
}

.col-1-6 {
	width: 14.58%;
}

.col-1-7 {
	width: 12.14%;
}

.col-1-8 {
	width: 10.31%;
}

.clear {
	clear: both;
}

.clearfix {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

/*** Typography ***/
h1 {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

h5 {
	font-size: 16px;
	font-size: 1rem;
}

h6 {
	font-size: 14px;
	font-size: 0.875rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1.3;
	font-weight: 700;
}

small {
	font-size: 12px;
	font-size: 0.75rem;
}

pre {
	font-family: "Consolas", Courier New, Courier, monospace;
	color: #000;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	background: #f5f5f5;
	border: 1px solid #ebebeb;
	padding: 20px;
	padding: 1.25rem;
	white-space: pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -webkit-pre-wrap;
}

kbd {
	padding: 0 6px;
	padding: 0 0.375rem;
	background: #f5f5f5;
	border: 1px solid #aaa;
	border-radius: 0.1875em;
	-moz-border-radius: 0.1875em;
	-moz-box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset;
	-webkit-border-radius: 0.1875em;
	-webkit-box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset;
	box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset;
	text-shadow: 0 0.0625em 0 #fff;
}

blockquote {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	font-style: italic;
	color: #666;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #e64946;
}

sup {
	vertical-align: super;
	font-size: 10px;
	font-size: 0.625rem;
}

sub {
	vertical-align: sub;
	font-size: 10px;
	font-size: 0.625rem;
}

abbr, acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

cite {
	color: #9a9b97;
}

q {
	font-style: italic;
}

address {
	font-family: "Courier new";
	line-height: 1.5;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

a {
	text-decoration: none;
}

a:hover {
}

/*** Lists ***/
.post__content ul {
	list-style: square;
}

.post__content ol {
	list-style: decimal;
}

.post__content ul, .post__content ol {
	margin: 0 0 20px 40px;
}

.post__content ul ul, .post__content ol ol {
	margin: 0 0 0 40px;
}

.post__content li {
	margin-bottom: 5px;
}

dl {
	margin: 0 0 10px 20px;
}

dt, dd {
	display: list-item;
}

dt {
	list-style-type: square;
	font-weight: bold;
}

dd {
	list-style-type: circle;
	margin-left: 20px;
}

select {
	max-width: 100%;
}

/*** Header ***/

.logo {
	padding: 20px;
	overflow: hidden;
}

.logo__link {
	margin: 5px 0;
	text-transform: uppercase;
}

.logo__title {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1;
}

.logo__tagline {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	color: #e64946;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
}

/*** Navigation — Responsive-nav.js ***/
.menu {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-transform: uppercase;
}

.menu__toggle {
	background: #2a2a2a;
	text-transform: uppercase;
	padding: 10px 15px;
	color: #ffffff;
	text-align: right;
	font-weight: 700;
	display: block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.menu__list {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}

.menu__link {
	padding: 10px 15px;
	display: block;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.menu__link:hover {
	color: #ffffff;
}

.js .menu--collapse {
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}

.menu--collapse.opened {
	max-height: 9999px;
}

.opened.menu__list {
	border-top: 1px solid #e64946;
}

.menu__item {
	-webkit-transition: 0.25s ease-out;
	-moz-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	display: none;
}

.menu__item:hover {
}

.menu__item--active {
	font-weight: bolder;
	display: inline-block;
}

.menu__item:first-child {
	border: none;
}

@media screen and (min-width: 767px) {
	.js .menu {
		position: relative;
	}

	.js .menu.closed {
		max-height: none;
	}

	.menu__toggle {
		display: none;
	}

	.menu {
		background-color: #0596D5;
		min-height: 42px;
	}

	.menu__item {
		float: left;
		position: relative;
	}
}

/*** Posts/Pages ***/
.post__header, .page-header {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.page-header__title {
	font-size: 28px;
	font-size: 1.75rem;
}

.meta {
	font-size: 13px;
	font-size: 0.8125rem;
	vertical-align: baseline;
}

.meta, .meta a {
	color: #979797;
}

.meta a:hover {
	color: #e64946;
}

.meta span {
	margin-right: 10px;
}

.meta .icon {
	margin-right: 5px;
}

.icon-time, .icon-category {
	fill: #c4c4c4;
	vertical-align: middle;
}

.meta-categories__link, .post__meta-date, .loop__meta-date {
	vertical-align: middle;
}

.post__meta {
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 5px 10px;
	border-top: 1px dotted #ebebeb;
	border-bottom: 1px dotted #ebebeb;
}

.post__thumbnail {
	max-width: 1030px;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.post__thumbnail img {
	width: 100%;
}

.post__content h1, .post__content h2, .post__content h3, .post__content h4,
.post__content h5, .post__content h6, .post__content p,
.post__content blockquote, .post__content .row {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.post__content blockquote p:last-child {
	margin: 0;
}

.post__content a {
	font-weight: 700;
}

.post__content a:hover {
	text-decoration: underline;
}

.tags {
	font-size: 12px;
	font-size: 0.75rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.tags__item {
	float: left;
	font-weight: 700;
	margin: 0 6px 6px 0;
	margin: 0 0.375rem 0.375rem 0;
	background: #2a2a2a;
	text-transform: uppercase;
}

.tags__item:hover {
	background: #e64946;
}

.tags__link, .tags__link:hover {
	display: block;
	color: #fff;
	padding: 10px 15px;
}

.tags .icon {
	float: left;
	padding: 8px;
	margin-right: 6px;
	background: #e64946;
}

.icon-tag {
	fill: #fff;
}

/*** Author Box ***/
.authorbox {
	line-height: 1.5;
	padding: 25px 0;
	margin-bottom: 25px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.authorbox .screen-reader-text {
	position: absolute;
	top: -9999rem;
	left: -9999rem;
}

.authorbox__avatar {
	float: left;
	padding: 3px;
	margin-right: 25px;
	border: 1px solid #ebebeb;
}

.authorbox__header {
	margin-bottom: 10px;
}

.authorbox__name {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

/*** Loop content ***/
.loop__item {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid #ebebeb;
}

.loop__header {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.loop__meta {
	margin-top: 5px;
}

.loop__excerpt {
	overflow: hidden;
}

.loop__thumbnail {
	float: left;
	margin-right: 20px;
}

.loop__thumbnail img {
	width: 100%;
	max-width: 235px;
}

/*** Pagination ***/
.pagination {
	margin-top: 20px;
}

.pagination__item {
	display: inline-block;
	font-weight: 700;
	color: #000;
	padding: 10px 15px;
	background: #f5f5f5;
}

.pagination__item:hover, .pagination__item--current {
	color: #fff;
	background: #e64946;
}

/*** Post Navigation ***/
.post-nav {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
}

.post-nav__caption {
	display: block;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
	overflow: hidden;
}

.post-nav__post-title {
	font-size: 13px;
	font-size: 0.8125rem;
	overflow: hidden;
}

.post-nav__item--next {
	float: right;
	text-align: right;
}

/*** Footer ***/
.footer {
	padding: 10px 25px;
	opacity:1;

	
}

.footer__copyright__readable {
	font-size: 1rem;
	color: lightskyblue;
	margin: 20px 0;
	opacity: 1;
}
.footer__copyright__readable a {
	color:pink;
	text-decoration: underline;
}

.footer__copyright {
	font-size: 0.85rem;
	color: #fff;
	margin: 20px 0;
	opacity: 0.7;
}

.footer__copyright a {
	color: lightskyblue;
	text-decoration: underline;
}

/*** Images / Video ***/
img {
	max-width: 100%;
	width: auto\9; /* ie8 */
	height: auto;
	vertical-align: bottom;
}

iframe, embed, object, video {
	max-width: 100%;
}

.post__content .alignnone {
	display: block;
	margin: 20px 0;
	margin: 1.25rem 0;
}

.post__content .aligncenter {
	display: block;
	margin: 20px auto;
	margin: 1.25rem auto;
}

.post__content .alignleft {
	display: inline;
	float: left;
	margin: 5px 20px 20px 0;
	margin: 0.3125rem 1.25rem 1.25rem 0;
}

.post__content .alignright {
	display: inline;
	float: right;
	margin: 5px 0 20px 20px;
	margin: 0.3125rem 0 1.25rem 1.25rem;
}

.screen-reader-text {
	position: absolute;
	top: -9999rem;
	left: -9999rem;
	overflow: hidden;
}

/*** Tables ***/
table {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}

td, th {
	padding: 5px 10px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

th {
	font-weight: 700;
}

/*** Forms ***/
input {
	font-size: 12px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	vertical-align: middle;
	background: #f5f5f5;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

input[type=text], input[type=email], input[type=tel], input[type=url] {
	width: 60%;
}

input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover,
input[type=url]:hover, textarea:hover {
	border: 1px solid #e64946;
}

input[type=submit] {
	display: inline-block;
	min-width: 150px;
	font-weight: 700;
	color: #fff;
	padding: 10px 15px;
	background: #e64946;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border: 0;
	-webkit-appearance: none;
}

input[type=submit]:hover {
	background: #2a2a2a;
}

textarea {
	width: 96%;
	line-height: 1.5;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #f5f5f5;
}

/*** Searchform ***/
.widget-search__form input {
	font-size: 11px;
	line-height: 1;
	color: #1f1e1e;
}

.widget-search__form .widget-search__submit {
	display: none;
}

.widget-search__form .screen-reader-text {
	position: absolute;
	left: -9999px;
	overflow: hidden;
}

.widget-search__form .widget-search__field {
	position: relative;
	padding: 10px;
	margin: 0;
	border: 1px solid #ebebeb;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.widget-search__form .widget-search__field:active, .widget-search__form .widget-search__field:focus {
	cursor: text;
}

.widget-search__form {
	display: block;
	margin: 0 auto;
	padding: 5%;
	background: #f5f5f5;
}

.widget-search__form .widget-search__field {
	display: block;
	margin: 0 auto;
	width: 90%;
}

/*** Widgets ***/
.widget {
	margin-bottom: 25px;
	overflow: hidden;
}

.widget__title {
	position: relative;
	font-size: 16px;
	font-size: 1rem;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
	border-bottom: 3px solid #e64946;
}

/*** Default WordPress Widgets ***/
.widget-categories li {
	border-bottom: 1px dotted #ebebeb;
}

.widget-categories li a {
	display: block; padding: 5px 0;
}

.widget-categories li:first-child a {
	padding-top: 0;
}

/*** Tag Cloud Widget ***/
.widget__link--taglist {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 5px 10px;
	margin: 0 4px 8px 0;
	white-space: nowrap;
	text-transform: uppercase;
	background: #2a2a2a;
}

.widget__link--taglist:hover, .widget .widget__link--taglist:hover {
	color: #fff;
	background: #e64946;
}

/*** Recent Posts Widget ***/
.widget-recent li {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #e5e5e5;
}

.widget-recent li:first-child {
	padding-top: 0;
}

.widget-recent .post-date {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	color: #979797;
	margin-bottom: 5px;
}
.gift-title{
	margin-left:120px;text-align:left;padding:0 20px 20px 20px;
}
.gift-box{
	float:left;width:80px;text-align:center;padding: 0 20px 20px 20px;box-sizing:
}

/*** Media Queries ***/
@media screen and (max-width: 1475px) {
	.container {
		width: 100%;
	}

	.container-inner {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	.container-outer {
		margin: 0 auto;
	}

	.mobile .container {
		width: 100%;
	}

	.wrapper, .logo {
		padding: 20px;
	}

	.footer__copyright {
		text-align: center;
	}

	.widget {
		margin-bottom: 20px;
	}

	.meta-comments {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.content, .sidebar, .body-right-sidebar .main-content,
	.body-left-sidebar .main-content {
		float: none;
		width: 100%;
		margin: 0;
	}

	.logo {
		text-align: center;
	}

	.logo__title, .post__title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.sidebar {
		margin-top: 20px;
	}

	.post__meta {
		padding: 5px 0;
	}
}

@media screen and (max-width: 620px) {
	input[type=text], input[type=email], input[type=tel], input[type=url] {
		width: 88%;
	}

	[class*="col-"] {
		float: none;
		width: 100%;
		margin: 0;
	}

	.post__meta-categories, .entry-meta-comments {
		display: none;
	}

	.authorbox {
		text-align: center;
	}

	.authorbox__avatar {
		float: none;
		display: inline-block;
		margin: 0 0 20px;
	}

	.post-nav__item {
		text-align: center;
	}

	.post-nav__item--prev {
		padding-bottom: 25px;
	}

	.post__content ul, .post__content ol {
		margin: 0 0 20px 20px;
	}

	.post__content ul ul, .post__content ol ol {
		margin: 0 0 0 20px;
	}

	.single-post .post-nav__item--next {
		margin-top: 25px;
	}

	.loop__thumbnail {
		max-width: 80px;
	}

	.loop__title {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.loop__meta {
		display: block;
		font-size: 11px;
		font-size: 0.6875rem;
	}

	.loop__excerpt {
		display: none;
	}
}
@media screen and (max-width: 420px) {
	.gift-title{
		margin-left: 0px;
	}
	.gift-box{
		width: 100%;
		padding: 0px 20px 40px;
		border-box;
	}
}

/* OVERRIDES / CUSTOM CSS */

em {
	font-weight:600;
}

.highlighted {
	background-color:yellow;
}

.post__content > h2:first-of-type {
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 200;
    }

.post h1,
.blue-box h2, 
.red-box h2 {
	font-size:34px;
	font-weight: 600;
	letter-spacing: -0.75px;
}

.post h1 {
	font-weight: 400;
	letter-spacing: -0.75px;
}

ul.check-list {
	width: calc(50% - 5px);
    display: inline-block;
}

i.icon-check {
	width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
	display:inline-block;
	background-image: url(../img/checkmark.png);
}

i.icon-check-small {
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	display:inline-block;
	background-image: url(../img/checkmark-small.png);
}

i.icon-cancel {
	width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
	display:inline-block;
	background-image: url(../img/remove-symbol.png);
}


/** ** * * ** * ** **/

h2 {
	font-size:2rem;
}
.discount-blk{
	text-align: center;
	margin-bottom: 30px;
}
.lang {
    text-align: right;
}
.lang select{
    background-color: rgba(245, 176, 207, 0.5);
    color: white;
    border-radius: 8px;
    border: 1px solid white;
}
select option {
    /* background-color: #17182F; */
    background-color: rgb(209 113 161 / 66%);
}
.dripsubscribe-group{
	margin-top: 20px;
	font-size: 18px;
}
.dripsubscribe-group input[type=checkbox]{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.dripsubscribe-group span{
	font-size: 80%;	
}
/*********/


.packages{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 20px;
}
.packages .package{
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;

	padding: 0px 10px;

}
.packages .package-basic{
	margin-top: 30px;
	padding: 20px 30px;
	border: 2px solid #ffffff;	
	position: relative;
	text-align: center;
}
.packages .package-premium{
	background: rgb(224,40,161);
	background: linear-gradient(0deg, rgba(224,40,161,1) 0%, rgba(251,93,197,1) 100%);
	/*padding: 20px 30px;*/
	border: 2px solid #ffffff;
	position: relative;

}
.package-premium::after{
	content: "";
    background-image: url(images/shape.png);
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    /*opacity: 0.1;*/
    background-repeat: no-repeat;
    background-position: top left;
}
.packages .title{
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;

	    position: relative;
    z-index: 1;
}
.packages .package-basic p{
	    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    line-height: initial;
}
.packages .price{
	font-size: 47px;
	text-align: center;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
.packages .package-premium .price{
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 40px;
}
.packages .package-premium.package2 .price,
.packages .package-premium.package3 .price{
	margin-bottom: -10px;
}
.packages .price-label{
	position: relative;
	z-index: 1;
	font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
 
}
.packages .package3 .price-label{
	margin-bottom: 0px;
}
.packages .price-msg{
	text-align: center;
	margin-bottom: 40px;
	font-size: 17px;
}
.packages .most-popular{
	font-size: 37px;
    margin-bottom: 5px;
    text-align: center;
	background: rgb(217,36,155);
	background: linear-gradient(0deg, rgba(217,36,155,1) 0%, rgba(251,92,197,1) 100%);
	border-bottom: 1px solid #ffffff7d;
	font-weight: normal;
    padding: 5px 0px;
    position: relative;
    z-index: 1;
}
.packages .most-popular::after{
	border: 9px solid transparent;
    border-top-color: #f2f2f2;
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;

    -webkit-transform: translateX(-50%) translateY(-00%);
    transform: translateX(-50%) translateY(-0%);
}
.packages .list{
	font-size: 17px;
	background: #ffffff40;
    margin: 10px 10px 0px 10px;
    padding: 10px;
    list-style: none;
    line-height: normal;
        position: relative;
    z-index: 1;
}

.packages .list li{
	background-image: url(images/heart.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.packages strong{
	font-weight: 700;
}
.packages .buy-now{
	position: absolute;
	z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-00%);
    transform: translateX(-50%) translateY(-0%);
    bottom: -28px;
    background-color: #f846bb;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
}
.packages .buy-now:after{
	content: url(images/arrow.png);
	    padding-left: 5px;
}
.packages .package-premium .buy-now{
	font-size: 21px;
	border: 2px solid white;
	bottom: -32px;
}

.disclaimer-text{
	padding: 30px;
	padding-top: 0px;
}

.disclaimer-title {
    font-size: 40px;
    color: #fff;
    margin: 30px 0px;
}

.disclaimer-link {
    display: inline-block;
    font-size: 20px;
    text-decoration: underline;
    color: pink;
}

.disclaimer-para {
    color: #fff;
    font-size: 20px;
    margin: 20px 0px;
}
@media screen and (max-width: 767px) {
	.packages .package:not(:last-child){
		flex: 100%;
		margin-bottom: 100px;
	}	
}


/* ==============================================================================
// Add support page
// ==============================================================================*/
.body {
  background-color: #17192e;
}

.horoscope-header {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.horoscope-header.astrology {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fe36a6;
}

.article-logo {
  display: block;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.main-body-container {
  margin-top: 0px;
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 91px;
  padding-left: 50px;
  background-color: #fff;
  box-shadow: 0 0 20px -15px #000;
  max-width: 940px;
  margin: 0 auto;
}

.article-headline {
  font-family: 'Droid Sans', sans-serif;
}

.article-page-paragraph {
  padding: 20px 12px 0px;
  float: none;
  clear: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #222;
  font-size: 21px;
  line-height: 30px;
  text-align: left;
}

.intro-highlight-article {
  color: #7e106e;
  font-size: 22px;
  font-weight: 700;
}

.article-sub-header {
  font-size: 30px;
  font-weight: 700;
}

.container-3 {
  text-align: center;
}

.lottie-loader {
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  color: #fff;
  padding-top: 30px;
}

@media screen and (max-width: 479px) {
  .main-body-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .article-headline {
    font-size: 39px;
  }

  .article-page-paragraph {
    font-size: 21px;
    line-height: 30px;
  }
}