* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Source Sans Pro', sans-serif;
}

:focus {
	outline: 0 !important;
}

img {
	border: 0
}

p {
	margin: 0;
}

html, body {
	-webkit-text-size-adjust: none
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #333333;
	background: #eff4f8;
}

ol, ul {
	list-style: none
}

a {
	color: #fff
}

.post-article p, .post-entry {
	color: #3e454e;
}

.navbar-nav li:hover>ul.dropdown-menu {
	display: block;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}

.white-bg {
	background-color: #fff;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link {
	color: #3e454e;
	font-size: 17px;
	font-weight: 600;
}

.btn .dropdown-item.active, .dropdown-item:active {
	color: #fff;
	background-color: #f73859;
}


.c2a-url img {
	width: 100%;
	margin: 20px auto;
}

.dropdown-item {
	color: #fff;
}

.text-highlight {
	font-weight: 700;
	color: #e92c2c;
}

.author .fa-star {
	color: #FFE089;
}

.sticky{
	position:sticky;
	top: 0;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.list-area li {
	position: relative;
	padding: 0px 0px 20px 46px;
}

.list-area li::before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	width: 32px;
	height: 32px;
	top: 2px;
	left: 0px;
	font-size: 21px;
	color: #fff;
	line-height: 1.6;
	vertical-align: middle;
	background-color: #E92C2C;
	border-radius: 50%;
	text-align: center;
}

.title {
	padding: 20px 0 22px;
	text-align: center;
	font-size: 18px;
	color: #3c3d3e;
	background: #fff;
	/*border-bottom: 1px solid #ccc;*/
	border-bottom: 1px solid #ff1240;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

.tip-container {
	background-color: #F0F8FF;
	border: 2px dotted #FF0000;
	padding: 10px;
}

.tip-container p {
	font-size: 21px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
}

.text-underline {
	text-decoration: underline;
}

.label {
	font-size: 15px;
	color: #333333;
	line-height: 1.5;
}

.text {
	color: #333333;
	font-family: "Source Sans Pro", Sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 38px;
}

.h2 {
	font-family: "Source Sans Pro", Sans-serif;
}

.header_strip {
	max-width: 1200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.header__inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
}

.signup-btn a {
	font-size: 22px;
	font-weight: 700;
	line-height: 27px;
	background-color: #ff3e6c;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
	border-radius: 8px;
	padding: 10px 14px;
	text-decoration: none;
	display: inline-block;
	margin: 2px 0 5px;
}

.cta-container a {
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
	background-color: #E92C2C;
	border-style: solid;
	border-width: 0px 0px 4px 0px;
	border-color: #CC0000;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 35%);
	padding: 15px;
	text-decoration: none;
}

.cta-container a:hover {
	color: #fff;
	background-color: #E60000;
}

.social-links span {
	font-family: 'Source Sans Pro', sans-serif;
}

.social-links .fa {
	padding: 10px 12px;
	font-size: 15px;
	text-decoration: none;
	width: 19%;

}

.rating {
	background-color: #F0F8FF;
	border: 3px dotted #E92C2C;
	margin: 35px 0;
}

.rating-left a img {
	width: 130px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.rating-left .box-title {
	font-size: 25px;
	margin-bottom: 18px;
}

.rating .bg-danger {
	background-color: #E92C2C !important;
	text-align: right;
	padding-right: 20px;
	font-size: 15px;
	font-weight: 600;
}

.rating .progress {
	height: 24px;
	border-radius: 2px;
}

.social-links .fa:hover {
	opacity: 0.7;
}

.social-links .fa-facebook {
	background: #3B5998;
	color: #fff;
}

.social-links .fa-twitter {
	background: #55ACEE;
	color: #fff;
}

.social-links .fa-telegram {
	background: #2ca5e0;
	color: #fff;
}

.social-links .fa-whatsapp {
	background: #25d366;
	color: #fff;
}

.social-links .fa-pinterest {
	background: #bd1e23;
	color: #fff;
}

.signup-btn a:hover {
	background-color: #db1515;
	color: #fff;
}

.adv-disclosure {
	color: #3e454e;
	font-size: 10px;
	padding: 10px 0 0 0;
	font-weight: 400;
}

.header {
	background-color: #eff4f8;
	position: relative;
}

.g-container {
	max-width: 1200px;
	margin: 0 auto;
}


.footer {
	padding: 0 0 18px 0;
	margin-top: 30px;
	background-color: #fff;
}

.copyright-text {
	font-size: 12px;
}

.rating-right {
	color: #333333;
	font-weight: 800;
}

.rating-right p {
	margin-bottom: 5px;
	font-size: 32px;
}

.rating-right span {
	margin-bottom: 5px;
	font-size: 40px;
}


.rating-right .cta {
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	background-color: #E92C2C;
	border-style: solid;
	border-width: 0px 0px 4px 0px;
	border-color: #CC0000;
	border-radius: 7px;
	box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 35%);
	padding: 10px;
	margin-top: 16px;
	text-decoration: none;
	display: block;
}

.rating-right .cta:hover {
	background-color: #E60000;
	color: #fff;
}

.rating-star {
	font-size: 21px;
	color: #FFE089;
}

.footer .navbar-nav .nav-link {
	color: #3E3E4A;
}

ul#usps {
	padding: 10px 0;
	text-align: center;
}

ul#usps li {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding: 0 25px;
	margin-bottom: 20px;
}

ul#usps li span {
	line-height: 16px;
	display: block;
}

ul#usps li span img {
	display: block;
	margin: 0 auto;
	padding-bottom: 15px;
}

.logo_align {
	width: 30%;
	float: left;
	text-align: left;
}

.title-logo {
	max-width: 300px;
}

.title-text {
	float: right;
	width: 70%;
	text-align: right;
	max-width: 800px;
}

.title .uppercase {
	margin-top: 10px;
	font-size: 24px;
	font-weight: 700;
}

.uppercase {
	text-transform: uppercase;
}

.title-right p {
	font-size: 18px;
	line-height: 1.3;
}

.title-right .uppercase {
	text-transform: uppercase;
	margin-top: 10px;
	font-size: 24px;
	font-weight: 700;
}

.slogan-box {
	padding: 22px 0;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.slogan-box h3 {
	font-size: 40px;
	color: #ca1953;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700
}

.slogan-box p {
	font-size: 24px;
	font-weight: 300;
	color: #000;
	line-height: 1.4;
}

.pics {
	text-align: center
}

.pics img {
	margin: 10px;
	border: 5px solid #fff;
	box-shadow: 4px 4px 10px #ed8f5b;
	max-width: 450px;
}

.step {
	display: none
}

.step:first-child {
	display: block
}

.question {
	text-align: center;
	padding: 10px 0 50px
}

.question h3 {
	font-size: 24px;
	color: #000;
	font-weight: 300;
	margin-bottom: 25px;
	line-height: 1.3;
}

.btn.btn-no {
	color: #000;
	margin-left: 20px;
	border: 1px solid #d4d5d9;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}

.btn.btn-no:hover {
	border: 1px solid #535766;
	background-color: #fff;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .12);
}


.final-step {
	max-width: 700px;
	margin: 30px auto 0;
	padding-bottom: 30px;
	text-align: center
}

.final-step h3 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 15px;
	line-height: 1.3;
	color: #03a685;
}

.final-step ul {
	margin-bottom: 15px;
	text-align: left;
}

.final-step ul {
	margin-bottom: 15px;
	text-align: left;
	padding: 13px 40px;
	border: 1px dotted #0000004a;
}

.final-step ul li {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 300;
	margin-bottom: 5px;
	list-style: disc outside;
}

.terms {
	font-size: 14px;
	color: #636473;
	margin-bottom: 15px;
	font-weight: 300
}

.hover14 figure {
	position: relative;
}

.text .heading {
	font-weight: 700;
	padding: 20px 0;
}

.font-italic {
	font-style: italic;
}

.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

@media(max-width:770px) {
	body {
		font-size: 18px
	}

	.pics img {
		width: 250px
	}

	.question h3 {
		font-size: 24px
	}

	.btn {
		font-size: 24px
	}

	.g-container {
		width: 100%;
	}

	.header__inner {
		padding: 5px;
	}

	.showOffer {
		min-width: 150px;
	}
}

@media(max-width:480px) {
	body {
		font-size: 12px
	}

	.btn {
		font-size: 22px;
		min-width: 135px;
		padding: 12px;
	}

	.comparison-item div.col-post-cost-pc {
		display: none !important;
	}

	.title-logo {
		max-width: 220px;
	}

	.adv-disclosure {
		padding-left: 14px;
		padding-right: 14px;
	}

	.navbar-nav li>ul.dropdown-menu {
		display: block;
	}

	/* .navbar-dark .navbar-toggler {
		padding-right: 0;
	} */

	.footer .navbar-nav {
		flex-direction: row;

	}



	.footer .navbar-nav .nav-item {
		margin-right: 12px;
	}

	.signup-btn {
		display: none;
	}

	.cta-container a {
		font-size: 20px;
	}

	.title-right .uppercase {
		text-transform: uppercase;
		margin-top: 10px;
		font-size: 18px;
		font-weight: 700;
	}

	.slogan-box h3 {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.g-container {
		width: 100%;
	}

	.header__inner {
		justify-content: center;
		align-items: center;
		padding: 5px;
		flex-wrap: wrap;
	}

	.title-right {
		text-align: center;
	}

	.pics img {
		width: 130px;
		margin: 3px;
		border-width: 2px
	}

	.pics img.fullwidth {
		width: 260px;
		margin: 3px;
		border-width: 2px;
	}

	.question h3 {
		font-size: 22px;
		margin-bottom: 18px
	}

	.final-step h3 {
		font-size: 18px;
		line-height: 1.3;
	}

	.final-step ul li {
		font-size: 12px
	}

	.terms {
		font-size: 11px;
		padding: 0 8px 8px 16px;
	}

	.slogan-box p {
		font-size: 20px;
		font-weight: 300;
		color: #000;
	}

	.wrap {
		padding-left: 0px;
		padding-right: 0px;
	}

	.final-step ul {
		text-align: left;
		padding: 10px 31px;
	}

	.title-right p {
		font-size: 14px;
		line-height: 1.3;
	}

	ul#usps li {
		padding: 4px;
		font-size: 13px;
	}

	.question {
		text-align: center;
		padding: 12px 0 50px;
	}
}

@media(max-width:320px) {
	a.btn {
		min-width: 130px;
	}
}