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;
}
/* HTML5 display-role reset for older browsers */
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: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

body {
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	line-height: 1.35;
	color: #37474f;
	background: #fbfbfb url(../images/bg.svg) no-repeat;
	background-position: right 35px top 190px;
}

.header {
	max-width: 1200px;
	padding: 20px 15px;
	margin: 0 auto;
	font-size: 0;
	position: relative;
}

.header-left {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}

.header-left a {
	display: inline-block;
	vertical-align: middle;
}

.header-left img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header-right {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	text-align: right;
}

.header-right ul li {
	display: inline-block;
	vertical-align: middle;
}

.header-right ul li a {
	display: block;
	padding: 10px 15px;
	font-size: 0.875rem;
	color: #37474f;
}

.header-right ul li a:hover {
	color: #e64a19;
}

.mobile-open {
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: transparent;
	border: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

.mobile-open span {
	display: inline-block;
	vertical-align: middle;
	height: 2px;
	width: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #37474f;
	position: relative;
}

.mobile-open span:before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	height: 2px;
	width: 18px;
	background: #37474f;
}

.mobile-open span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 2px;
	width: 18px;
	background: #37474f;
}

.main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 15px;
}

.intro-part {
	font-size: 0;
	margin-bottom: 20px;
}

.intro-left {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
}

h1 {
	font-size: 2.375rem;
	font-weight: 500;
	margin-bottom: 5px;
}

.updated {
	font-size: 1.25rem;
	position: relative;
	display: inline-block;
}

.updated:after {
	display: block;
	content: "";
	height: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	background: #e64a19;
}

.top-txt {
	font-size: 1rem;
	margin-top: 15px;
}

.top-txt-list {
	margin-top: 15px;
}

.top-txt-list li {
	font-size: 1rem;
	padding: 3px 0;
}

.top-txt-list li i {
	color: #5ca0dd;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.intro-right {
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.product {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 0 30px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 0 30px rgba(0,0,0,0.2);
	box-shadow: 5px 0 30px rgba(0,0,0,0.2);
	overflow: hidden;
	position: relative;
	padding: 40px 20px 20px;
	font-size: 0;
	margin-top: 25px;
	top: 0;
	position: relative;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.product:hover {
	-webkit-box-shadow: 5px 0 30px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 0 30px rgba(0,0,0,0.3);
	box-shadow: 5px 0 30px rgba(0,0,0,0.3);
	top: -5px;
}

.product.first {
	-webkit-box-shadow: 5px 0 30px rgba(221,44,0,0.3);
	-moz-box-shadow: 5px 0 30px rgba(221,44,0,0.3);
	box-shadow: 5px 0 30px rgba(221,44,0,0.3);
	margin-top: 0;
}

.fadeToggle {
	display: none;
}

.product.first:hover {
	-webkit-box-shadow: 5px 0 30px rgba(221,44,0,0.4);
	-moz-box-shadow: 5px 0 30px rgba(221,44,0,0.4);
	box-shadow: 5px 0 30px rgba(221,44,0,0.4);
}

.product-position {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.938rem;
	padding: 0 15px;
	line-height: 34px;
	overflow: hidden;
	background: #00838f;
	color: #fff;
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
}

.first .product-position {
	background: #f57c00;
	padding-right: 0;
}

.product-position span {
	display: inline-block;
	margin-left: 10px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 34px;
	padding: 0 10px;
	background: #ff9800;
}

.product-left {
	width: 22%;
	display: inline-block;
	vertical-align: middle;
}

.product-left a {
	display: block;
}

.product-middle {
	width: 42%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}

.product-name {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.product-price span {
	font-size: 0.875rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
}

.new-price {
	font-size: 1.375rem;
	color: #479219;
	font-weight: 700;
	display: inline-block;
	vertical-align: bottom;
	line-height: 30px;
}

.old-price {
	margin-left: 8px;
	text-decoration: line-through;
	color: #9e0000;
	font-size: 1.125rem;
	display: inline-block;
	vertical-align: bottom;
	line-height: 30px;
}

.price-text {
	font-size: 1.063rem;
	font-style: italic;
	text-decoration: underline;
	color: #e64a19;
}

.product-middle ul {
	margin-top: 10px;
}

.product-middle ul li {
	padding: 2px 0;
}

.product-middle ul li a, .product-middle ul li span {
	font-size: 0.938rem;
	color: #37474f;
}

.product-middle ul li a i, .product-middle ul li span i {
	color: #5ca0dd;
}

.product-right {
	width: 36%;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.product-score, .product-cta {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.total {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.product-score-circle {
	position: relative;
	width: 91px;
	height: 91px;
	line-height: 91px;
	text-align: center;
	margin: 0 auto;
}

.product-score-circle span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-size: 2.188rem;
	font-weight: 500;
	width: 100%;
}

.donut-ring {
	stroke: #d7dadc;
}

.first .donut-segment {
	stroke: #ff9800;
}

.donut-segment {
	stroke: #00acc1;
}

.product-score-opinion {
	text-align: center;
	font-size: 1rem;
	margin-top: 20px;
}

.first .product-score-opinion {
	font-weight: 700;
	color: #ff9800;
}

.product-cta a {
	font-size: 1.063rem;
	padding: 9px 25px;
	display: inline-block;
	vertical-align: middle;
	background: #e64a19;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 5px rgba(230, 74, 25, 0.1);
	-moz-box-shadow: 0 5px 5px rgba(230, 74, 25, 0.1);
	box-shadow: 0 5px 5px rgba(230, 74, 25, 0.1);
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.product-cta a:hover {
	background: #00acc1;
}

.product-cta a i {
	font-size: 1rem;
}

.btn-callout {
	background: #00acc1;
	color: #fff;
	font-size: 0.813rem;
	padding: 10px 5px;
	max-width: 170px;
	line-height: 1.2;
	display: block;
	margin: 15px auto 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: relative;
}

.btn-callout:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #00aac1 transparent;
}

.load-more-btn-box {
    position: relative;
    margin-top: 20px;
}

.load-more-btn {
    text-align: center;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    z-index: 100;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 44px;
    border: 3px solid #e8e8e8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f8f8f8;
    font-size: 1.25rem;
    color: #848484;
    transition: all 250ms linear;
}

.load-more-btn-box:after {
    content: "";
    display: block;
    left: 0;
    top: 50%;
    position: absolute;
    margin-top: -2px;
    height: 4px;
    width: 100%;
    background: #e8e8e8;
}

.load-more-text {
    margin-top: 5px;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 300;
}

.best-overall {
	margin-top: 50px;
	top: 0;
	position: relative;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.best-overall:hover {
	top: -5px;
}

.best-overall .product {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.best-overall .product:hover {
	top: 0;
}

.best-overall h4 {
	background: #00acc1;
	color: #fff;
	text-align: center;
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
	z-index: 5;
	padding: 13px 10px;
	font-size: 1.875rem;
}

.top-bulletins {
	background: #e1f2f5;
	position: relative;
	z-index: 5;
	font-size: 0;
}

.top-bulletins > div {
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	padding: 15px 15px 15px 75px;
	position: relative;
}

.top-bulletins > div i {
	text-align: center;
	color: #00acc1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 2.375rem;
	position: absolute;
	top: 15px;
	left: 15px;
}

.best-overall-title {
	color: #e64a19;
	font-size: 1.375rem;
	font-weight: 700;
}

.best-overall-text {
	margin-top: 10px;
	line-height: 1.75;
	font-size: 1.063rem;
}

.content-text {
	margin-top: 50px;
}

.content-text > *:first-child {
	margin-top: 0;
}

.content-text > h2 {
	color: #282a40;
	font-weight: 500;
	font-size: 2rem;
	margin-top: 60px;
	text-transform: capitalize;
}

.content-text > p {
	font-size: 1.063rem;
	margin-top: 20px;
	line-height: 1.6;
}

.top-txt a, .content-text > p > a, .content-text > .list-items li a, .content-text > .ordinary-list li a {
	font-weight: 700;
	color: #e64a19;
	text-decoration: underline;
}

.content-subheadline {
	font-size: 1.313rem !important;
	color: #e64a19;
	background: #e1f2f5;
	padding: 10px;
	font-weight: 500;
}

.summary-box {
	padding: 15px;
	background: #fff0c7;
}

.img-container a {
	display: block;
}

.mov-container {
	background: #000;
}

.mov-container video {
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

.img-container span {
	display: block;
	text-align: center;
	font-style: italic;
	font-size: 1rem;
	margin-top: 5px;
}

.quote {
	text-align: center;
	background: #f2f2f2;
	padding: 10px 20px 60px;
	font-size: 1.25rem;
	position: relative;
}

.quote span {
	display: block;
	margin-top: 5px;
	font-weight: 700;
	font-size: 1.063rem;
}

.quote:after {
	content: "\f10d";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 2rem;
    color: #cdcdcd;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -30px;
}

.quote:before {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 30px;
	height: 1px;
	background: #cdcdcd;
}

.list-items {
	margin-top: 20px;
}

.ordinary-list {
	margin-top: 20px;
	list-style: decimal;
	padding-left: 20px;
}

.list-items li, .ordinary-list li {
	font-size: 1.063rem;
	padding: 4px 0;
}

.list-items li i {
	color: #21a721;
	font-size: 1.188rem;
}

.question {
	font-size: 1.313rem !important;
	font-weight: 700;
	margin-bottom: 5px !important;
}

.answer {
	font-style: italic;
	text-indent: 20px;
}

/* TESTIMONIAL */

.testimonial {
	margin-top: 40px;
	position: relative;
	padding-left: 105px;
}

.testimonial-image {
	position: absolute;
	width: 90px;
	left: 0;
	top: 0;
	border: 2px solid #00acc1;
	padding: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-image img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.testimonial-star {
	margin-bottom: 10px;
	font-size: 0;
}

.testimonial-star i {
	font-size: 1.125rem;
    color: #f5b11e;
}

.testimonial-title {
	font-weight: 700;
	font-size: 1.188rem;
	margin-bottom: 4px;
}

.testimonial-comment {
	font-size: 1.063rem;
	font-style: italic;
	line-height: 1.75;
}

.testimonial > span {
	font-size: 1.063rem;
	font-weight: 600;
	margin-top: 10px;
	display: block;
}

/* TESTIMONIAL END */

.update-bottom {
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 10px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.update-bottom span {
	font-weight: 700;
}

.cta-main {
	margin-top: 30px;
	display: block;
	background: #e64a19;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 15px 10px;
	font-size: 1.313rem;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.cta-main:hover {
	background: #00acc1;
	transform: scale(1.05);
}

.footer {
	color: #fff;
    background: #2d4979;
    background: -moz-linear-gradient(top, #2d4979 0%, #041432 100%);
    background: -webkit-linear-gradient(top, #2d4979 0%,#041432 100%);
    background: linear-gradient(to bottom, #2d4979 0%,#041432 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4979', endColorstr='#041432',GradientType=0 );
    padding: 30px 0;
    margin-top: 40px;
}

.inner-footer {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}

.inner-footer p {
	margin-top: 20px;
	font-size: 0.875rem;
}

.inner-footer p a {
	color: #fff;
	text-decoration: underline;
}

.inner-footer span {
	display: block;
	font-size: 0.75rem;
	margin-top: 10px;
}

.dmca {
	margin-top: 15px;
}

@media screen and (max-width: 1023px) {
	.main {
		padding: 15px 10px;
	}

	h1 {
		font-size: 1.875rem;
	}

	.updated {
		font-size: 1.188rem;
	}

	.top-txt {
		margin-top: 10px;
		font-size: 0.938rem;
	}

	.intro-right {
		padding-left: 0;
	}

	.product, .best-overall {
		max-width: 768px;
		margin-left: auto;
		margin-right: auto;
	}

	.product-score, .product-cta {
		display: block;
		width: 100%;
	}

	.product-cta {
		margin-top: 10px;
	}

	.total {
		display: none;
	}

	.product-score-opinion {
		margin-top: 10px;
	}

	.top-bulletins > div {
		padding: 10px 10px 10px 65px;
	}

	.top-bulletins > div i {
		top: 10px;
		left: 10px;
		font-size: 2rem;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.best-overall-title {
		font-size: 1.188rem;
	}

	.best-overall-text {
		font-size: 1rem;
		line-height: 1.5;
	}

	.content-text > h2 {
		margin-top: 35px;
	}

	.testimonial > p, .testimonial > span {
		font-size: 1rem;
		line-height: 1.5;
	}
}

@media screen and (max-width: 767px) {
	body {
		background-position: right -20px top 150px;
	}

	.header {
		padding: 10px;
	}

	.header-left {
		height: 40px;
		line-height: 40px;
		padding-right: 40px;
	}

	.header-left, .header-right {
		display: block;
		width: 100%;
	}

	.header-right {
		display: none;
		padding-top: 10px;
		text-align: left;
	}

	.header-right ul {
		border-bottom: 1px solid #ddd;
	}

	.header-right ul li {
		border-top: 1px solid #ddd;
		display: block;
	}

	.mobile-open {
		display: block;
	}

	.intro-left {
		display: block;
		width: 100%;
	}

	h1 {
		font-size: 1.625rem;
	}

	.intro-right {
		display: none;
	}

	.product {
		padding: 35px 10px 10px;
	}

	.product-left, .product-middle, .product-right {
		display: block;
		width: 100%;
	}

	.product-middle {
		padding: 10px 0;
		margin: 10px 0;
		border-top: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
	}

	.product-middle ul li {
		padding: 4px 0;
	}

	.product-score, .product-cta {
		margin: 0;
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}

	.product-cta a {
		padding: 10px;
		font-size: 1.063rem;
		display: block;
		width: 100%;
	}

	.btn-callout {
		line-height: 1.3;
		font-size: 0.75rem;
		letter-spacing: -0.5px;
	}

	.best-overall h4 {
		font-size: 1.5rem;
	}

	.top-bulletins > div {
		text-align: center;
		width: 100%;
		display: block;
		padding: 95px 15px 15px 15px;
	}

	.top-bulletins > div i {
		top: 15px;
		left: 50%;
		margin-left: -35px;
		width: 70px;
		height: 70px;
		font-size: 3.25rem;
		line-height: 70px;
	}

	.best-overall-title {
		font-size: 1.25rem;
	}

	.best-overall-text {
		font-size: 1.063rem;
	}

	.content-text > h2 {
		margin-top: 25px;
		font-size: 1.5rem;
	}

	.content-subheadline {
		font-size: 1.125rem !important;
	}

	.question {
		font-size: 1.188rem !important;
	}

	.answer {
		text-indent: 10px;
	}

	.testimonial {
		padding-left: 90px;
	}

	.testimonial-image {
		width: 80px;
	}

	.cta-main {
		font-size: 1.063rem;
		padding: 15px 7px;
	}
}

@media screen and (min-width: 768px) {
	.header-right {
		display: inline-block !important;
	}
}