* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	color: #333;
	font-size: 17px;
	background-color: #fff;
	font-weight: 400;
	line-height: 1.6;
}

/*-----------deals-----------------*/

.deals {
	padding: 15px;
	background-color: #fffcd8;
	border: 1px solid #efe780;
}

.deals {
	width: 100%;
	margin: 0 auto;
}

.deals a {
	text-decoration: underline;
}

.deals img {
	position: relative;
	top: 2px;
}

.deals .red {
	color: #d90000;
	font-weight: 700;
	letter-spacing: -.2px;
}

.notice-link {
	color: #333;
	text-decoration: underline;
}

.deals {
	padding: 10px 15px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
	text-align: center;
}

.deals img {
	width: 15px;
	height: 15px;
}

/*-----------banner-----------------*/
.banner {
	background-color: #000;
	color: #B1B1B1;
}

.banner .container {
	padding: 0 10px;
}

.banner .banner-inner {
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

/*-----------sub-title-----------------*/
.sub-title {
	font-size: 20px;
	margin: 15px auto;

}

.sub-title span {
	font-weight: 700;
}

.sub-title a {
	text-decoration: underline;
}

/* ------------------------ CONTAINER ------------------------ */
.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 1180px;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	gap: 15px;
}

.container-full {
	margin: 0 auto 80px;
	max-width: 1180px;
	padding: 0px 20px;
}

main {
	max-width: calc(100% - 280px);
}

.intromenu {
	padding: 10px;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1px;
	padding-right: 1px;
	text-align: left;
	line-height: 1em;
	color: #b7b7b7 !important;
	font-weight: 500;
}

.sub {
	padding: 10px;
	font-size: 22px;
	text-align: left;
	line-height: 36px;
	color: rgb(47, 47, 47) !important;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sub .yellow {
	background-color: #ffbf00 !important;
}

h2 .yellow {
	background-color: #ffbf00 !important;
}

p .yellow {
	background-color: #ffbf00 !important;
}

.bule {
	padding: 12px 10px;
	width: 100%;
	display: flex;
	background-color: #E2F4F9 !important;
	padding-left: 1px;
	padding-right: 1px;
	margin-top: 15px;
}

.bule img {
	color: black !important;
	width: 140px !important;
	height: auto;
}

.bule .row {
	padding: 12px 10px;
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	align-items: center;
}

.rate p {
	padding: 10px;
	font-size: 15px;
	text-align: left;
	line-height: 1.2em;
	color: #007185 !important;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.rate img {
	color: black !important;
	width: 100px !important;
	height: auto;
}

.rate {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.overview1 {
	border-radius: 10px;
}

/* ------------------------ TYPOGRAPHY ------------------------ */
h1 {
	padding: 1px;
	font-size: 38px;
	font-weight: 500;
	line-height: 48px;
	margin-top: 10px;
}

h2 {
	font-size: 30px;
	margin: 22px 0px;
	font-weight: 700;
	line-height: 45px;
}

h3 {
	font-size: 24px;
	line-height: 42px;
	font-weight: 700;
	padding-top: 10px;
}

h4 {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.25;
	color: #17191c;
}

.overview1 {
	border-radius: 10px;
}

a,
a:visited {
	color: rgb(0, 86, 179);
	cursor: pointer;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

section .section-text p a {
	font-weight: 700;
}

.author-name {
	padding: 10px;
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	line-height: 27px;
	color: #313131 !important;
	font-weight: 700;
}

.sort {
	color: #49545e;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
}

.atn {
	color: #0000EE !important;
	padding-left: 20px;
	padding-right: 10px;
	display: block;
	font-family: Helvetica, serif;
	cursor: pointer;
	width: 95% !important;
	flex-direction: row;
	align-self: center;
	align-items: center;
	justify-content: center;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #FFBF00 !important;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-style: solid;
	border-color: #E68600 !important;
	border-top-width: 0;
	border-bottom-width: 4px;
	border-left-width: 0;
	border-right-width: 0;
}

.atn {
	font-size: 19px;
	color: #333333 !important;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.atn img {
	width: 40px;
	height: auto;

}

/* ------------------------ reviewspart ------------------------ */
.reviewpart-item .customer {
	padding: 12px 10px;
	width: 100%;
	margin-top: 20px;
	display: flex;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	align-items: center;
	align-self: center;
}

.reviewpart-item .customer img {
	color: black !important;
	width: 60px !important;
	height: auto;
	margin-right: 10px;
}

.reviewpart-item .customer span {
	padding: 1px;
	font-size: 17px;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
}

.reviewpart-item .starsquote {
	padding: 12px 10px;
	width: 100%;
	margin-top: 10px;
	display: flex;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	align-items: center;
	align-self: center;
}

.reviewpart-item .starsquote img {
	color: black !important;
	width: 100px !important;
	height: auto;
	/* margin-right: 10px; */
	position: relative;
	bottom: 1px;
}

.reviewpart-item .starsquote span {
	padding: 1px;
	font-size: 19px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
}

.reviewpart-item .reviewtime {
	padding: 10px;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	margin-top: 5px;
	line-height: 1.5em;
	color: rgb(47, 47, 47) !important;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.reviewpart-item .verified {
	padding: 10px;
	font-size: 19px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	margin-top: 5px;
	line-height: 1.5em;
	color: #c45500 !important;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: 700;
}

.reviewpart-item .reviewscontent {
	padding: 10px;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	margin-top: 15px;
	line-height: 27px;
	color: rgb(47, 47, 47) !important;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.reviewpart-item .reviewsimg {
	padding: 12px 10px;
	width: 100%;
	display: flex;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.reviewpart-item .reviewsimg img {
	color: black !important;
	width: auto !important;
	height: 100px;
}

.reviewpart-item .peoplelike {
	padding: 10px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	margin-top: 10px;
	line-height: 20px;
	color: rgba(86, 89, 89, 0.78) !important;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: 500;
}

.asseenon {
	padding: 12px 10px;
	width: 100%;
	margin-top: 40px;
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	flex-direction: column;
	margin-bottom: 1px;
}

.asseenon p {
	color: #000000 !important;
	font-size: 18px;
	line-height: 28px;
	font-family: Roboto, sans-serif;
	padding-bottom: 3px;
	border-style: none;
	border-color: #85D3E8 !important;
	border-top-width: 0;
	border-bottom-width: 3px;
	border-left-width: 0;
	border-right-width: 0;
	background-color: #ffbf00 !important;
	font-weight: 700;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 20px;
}

.asseenon img {
	color: black !important;
	width: 600px !important;
	height: auto;
}

/* ------------------------ SECTION ------------------------ */
section .section-text p {
	color: #333;
	margin: 0 0 15px;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 20px;
	letter-spacing: 0;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
	margin-bottom: 30px;
}

.alert p {
	font-style: italic;
	margin: 0 0 15px;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.8em;
	margin-bottom: 20px;
	letter-spacing: 0;
}

.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 5px;
	margin-bottom: 10px;
}

.socials a {
	padding: 7px 10px;
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	height: 32px;
	gap: 5px;
	text-decoration: none;
}

.socials a span {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 11px;
	line-height: 32px;
	text-align: center;
}

.socials a:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.socials svg {
	width: 14px;
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(294deg) brightness(104%) contrast(104%);
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(294deg) brightness(104%) contrast(104%);
}

.socials a span {
	transition: all 0.2s ease-in;
	color: #fff;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.5px;
	min-width: 60px;
	opacity: 1;
	padding: 0 6px;
	position: relative;
	vertical-align: top;
}

/* ------------------------ BUTTONS ------------------------ */
.cta-btn {
	color: #f6f9fe !important;
	padding-left: 40px;
	padding-right: 40px;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #149312;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 4px 7px 1px rgba(0, 0, 0, 0.19) !important;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: 0.02px;
	width: 100% !important;
	margin-left: 0;
	margin-right: 0;
	text-decoration: none;
	text-align: center;
}

.cta-btn {
	color: #fff !important;
}

.cta-btn.cta-btn-sidebar {
	width: 100%;
	margin: 0 auto;
	font-size: 17px;

}

.container-sidebar .sidebar a {
	text-align: center;
}

.container-sidebar .sidebar .top {
	background-color: hsla(0, 0%, 94%, 0.8);
	padding-bottom: 5px;
	padding: 20px;
}

.container-sidebar .sidebar .top img {
	display: inline;
	width: 80px;
}

.cta-btn:hover {
	color: #fff;
	background-color: #019e3f;
}

.cta-btn span {
	font-size: 18px;
	font-weight: 600;
	vertical-align: -2px;
}

.devider {
	background-color: #f1f1f1;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.title-side1 {
	font-size: 14px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 22px;
	background: #222;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 5px 3px 5px 12px;
	font-weight: 600;
	margin: 4px 0 10px;
	border: 1px solid #222;
	position: relative;
}

.mobile-btn-container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	/* 初始隐藏 */
	z-index: 9999;
}

.mobile-btn {
	width: 100%;
}

.btn-box {
	width: 100%;
}

.btn-box {
	padding-left: 40px;
	padding-right: 40px;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #b6b5b5;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 4px 7px 1px rgba(0, 0, 0, 0.19) !important;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: 0.02px;
	width: 100% !important;
	margin-left: 0;
	margin-right: 0;
	text-decoration: none;
	text-align: center;
}

.btn {
	color: #f6f9fe !important;
	padding-left: 40px;
	padding-right: 40px;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	cursor: pointer;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #149312 !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0 4px 7px 1px rgba(0, 0, 0, 0.19) !important;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0.02px;
	width: auto;
	margin-left: 0;
	margin-right: 0;
	text-decoration: none;
}

.btn:hover {
	background-color: 019e3f;
}

/* 出现时的淡入动画 */
.mobile-btn-container.show {
	display: block;
	animation: fadeInUp 0.4s ease forwards;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/*-----------rating-----------------*/
.rating-box {
	background: #fff;
	border-radius: 6px;

	padding: 0px 10px 20px;
	width: 100%;
	margin: 10px auto;
	color: #222;
	border: 2px solid #f1f1f1;
}

.rating-box .rating-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.rating-box h2 {
	margin: 5px 0;
}

.rating-box .rating-header p {
	margin: 0;
	color: #666;
	font-size: 14px;
}

.rating-box .rating-score {
	display: flex;
	align-items: center;
	margin-top: 6px;
}

.rating-box .foothead {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.rating-box .foothead p {
	font-size: 25px;
	line-height: 25px;
	letter-spacing: -1px;
	color: #000;
}

.rating-box .foothead img {
	margin-right: 5px !important;
	width: 30px;
	height: auto;
}

.rating-box .rating-score .score {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-right: 8px;
}

.rating-box .rating-score .stars {
	width: 110px;
	margin-right: 6px;
}

.rating-box .rating-score .label {
	font-size: 14px;
	color: #444;
}

.rating-box .logo {
	width: 80px;
	height: auto;
}

.rating-box .rating-bars {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.rating-box .bar {
	display: flex;
	align-items: center;
	gap: 20px;
}

.rating-box .bar-fill {
	flex: 1;
	background: #ddd;
	border-radius: 20px;
	position: relative;
	height: 16px;
	overflow: hidden;
}

.rating-box .bar-fill::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #1955b0;
	width: inherit;
	z-index: 0;
}

.rating-box .bar-fill span {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	z-index: 1;
}

.rating-box .bar-label {
	width: 120px;
	text-align: left;
	color: #333;
	font-size: 17px;
	line-height: 24px;
	margin-top: 0;
	padding: 0px 4px;
}


/* ------------------------ HEADER ------------------------ */
header {
	padding: 26px 0;
	background-color: #333333;
	border-bottom: 1px solid #ebecef;
	margin-bottom: 14px;
}

header .header-content {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0px 15px;
}


header .header-content .header-left .header-left-text .line {
	display: inline-block;
	background-color: #d6d6d6;
	content: "";
	height: 20px;
	margin: 0 10px -2px 11px;
	width: 1px;
}

header .header-content .header-left .header-left-text .header-title .brand {
	font-weight: 600;
	font-size: 22px;
	color: #1582c5;
}


header .header-content p {
	font-size: 14px;
	font-family: Montserrat, sans-serif;
	color: white !important;
	line-height: 1em;
	font-weight: 700;
	padding-left: 1px;
	padding-right: 1px;
}

.header-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

header .header-content img {
	width: 50px;
	height: auto;
}

.headerright {
	display: flex;
	align-items: center;
	gap: 15px;
}

.review-box {
	font-family: Arial, sans-serif;
	max-width: 350px;
	background: #fff;
	border-radius: 8px;
	padding: 10px 15px;
	color: #222;
	margin: 20px 0px 5px;
}

.review-box h2 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
}

.review-box .overall-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.review-box .stars {
	width: 80px;
	height: auto;
}

.review-box .rating-score {
	font-weight: bold;
	font-size: 16px;
}

.review-box .rating-count {
	color: #777;
	font-size: 13px;
	margin-top: 5px;
}

.review-box .rating-breakdown {
	margin-top: 10px;
	font-size: 14px;
}

.review-box .rating-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0;
}

.review-box .rating-row span:first-child {
	width: 50px;
}

.review-box .bar {
	flex: 1;
	margin: 0 1px 0 -4px;
	height: 20px;
	background: #eee;
}

.review-box .percent {
	color: #009926;
	font-weight: bold;
}

.review-box h3 {
	margin-top: 15px;
	font-size: 18px;
}

.review-box .feature-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 6px 0;
	font-size: 14px;
	font-weight: 300;
}

.side5stars {
	color: #009926;
	font-weight: bold;
}

/* ------------------------ SIDEBAR ------------------------ */
.container-sidebar {
	width: 270px;

}

.sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/*position: sticky;*/
	gap: 10px;
	top: 0px;
	left: 0;
	padding-top: 15px;
	padding: 10px;
	border: 1px solid rgb(166, 166, 166);
}

.sidebar h3 {
	font-size: 20px;
	line-height: 1.8rem;
	font-weight: 700;
	text-align: center;
	padding-top: 0px;
	margin-bottom: 5px;
}

.sidebar .top span {
	font-size: 14px;
	color: #405cb3;
	font-weight: 600;
}

.titles {
	padding: 10px;
	font-size: 20px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	line-height: 24px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 5px;
	color: #000 !important;
	text-align: center;
}

/*-----------sub-title-----------------*/
.sub-title {
	font-size: 20px;
	margin: 15px auto;

}

.sub-title span {
	font-weight: 700;
}

.sub-title a {
	text-decoration: underline;
}

/*-----------post-----------------*/
.post {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: gray;
	font-size: 14px;
	margin: 10px auto;
}

.date-before,
.topic {
	font-size: 16px;
	font-style: italic;
}

.post .author {
	display: flex;
	flex-direction: row;
	align-items: center;

}

.post .greendot {
	margin-left: 5px;
	margin-right: 15px;
}

.post .author .stars {
	width: 100px;
}

.avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
	margin-right: 10px;
}

.post .pin {
	position: relative;
	top: 2px;
}

.pin span {
	font-weight: 600;
}

.post .pin .stars {
	display: none;
}

.show920 {
	display: none;
}

.post .pin .likeicon {
	display: inline;
}

.date {
	margin: 0px 8px;
}

/* ------------------ section ------------------ */
.image-link {
	display: block;
	margin: 0 auto;
	margin-bottom: 18.8px;
}

.image-link img,
.image-link video {
	width: 100%;
	margin-top: 15px;
}

a img {
	width: 100%;
}

ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #222;
}

.list {
	margin-bottom: 15px;
	word-break: break-word;
	padding-left: 10px;
}

.list2 {
	background-color: #fbfbfb;
	border: 1px solid #f1f1f1;
	padding: 25px 25px 8px 25px;
	margin-bottom: 15px;
	word-break: break-word;
}

.list ul {
	counter-reset: num;
}

.list ul li {
	list-style: none;
	position: relative;
	padding-left: 38px;
	margin-bottom: 18px;
	vertical-align: middle;
}

.list ul li::before {
	counter-increment: num;
	content: counter(num);
	position: absolute;
	left: 0;
	top: -4px;
	background-color: #16c60c;
	border: 1px solid #0e9140;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 0px 7px;
	margin-right: 11px;
}

.list2 ul li {
	list-style: none;
	position: relative;
	margin-bottom: 18px;
	padding-left: 30px;
}

.list2 ul li::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 1px;
	background-image: url("../img/check.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex-shrink: 0;
}

.list2.list3 ul li::before {
	background-image: url("../img/crossmark.svg");
	width: 14px;
	height: 14px;
	left: 4;
	top: 6px;
}

.list2.list4 ul li::before {
	background-image: url("../img/fa_check.svg");
	width: 20px;
	height: 20px;
	left: 8;
	top: 2px;
}

.image-link .mene {
	color: black !important;
	width: 500px !important;
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: 15px;
}

.flexx {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ------------------ fb ------------------ */
.FB {
	display: flex;
	flex-wrap: wrap;
}

/* page wrapper */
.wrap {
	font-family: Roboto, "Helvetica Neue", Arial;
	background: #fff;
	color: #222;
	padding: 18px 16px;
}

.post2 {
	outline: #f0f2f5 solid 12px;
	border-radius: 4px;
}

/* post2 card */
.post2 {
	width: calc(50% - 20px);
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03), 0 6px 20px rgba(20, 30, 40, 0.06);
	border: 1px solid #eef2f4;
	overflow: hidden;
	margin-bottom: 15px;
	cursor: pointer;
	transition: 0.3s;

}

.dot-symbol {
	color: #8a8d91;
	cursor: text;
	position: relative;
	text-decoration: none;
	margin: 0 3px;
	font-weight: 700;
}

/* inner content spacing */
.post2 .inner {
	padding: 16px 12px 0px 12px;
}

/* header: avatar + name + meta + menu */
.wrap .post2 .header {
	display: flex;
	gap: 12px;
	align-items: center;
}

.wrap .avatar {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	background: #ddd;
	display: inline-block;
}

.wrap .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.meta {
	flex: 1;
}

.meta .name {
	font-weight: 700;
	color: #3f5893;
	font-size: 15px;
	margin: 0;
	line-height: 1;
}

.meta .sub {
	display: flex;
	gap: 2px;
	align-items: center;
	margin-top: 2px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 500;
}

.meta .sub svg {
	opacity: 0.9;
	width: 12px;
	height: 12px;
}

.menu {
	width: 38px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6b7280;
}

/* text content */
.post2 .text {
	margin-top: 12px;
	color: #1e2128 !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	width: 100%;
	margin-bottom: 12px !important;
}

/* image */
.post2 .post2-image {
	margin-top: 12px;
	width: 100%;
	max-height: 420px;
	overflow: hidden;
	background: #f2f4f6;
}

.post2 .post2-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* reactions row */
.reactions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 16px;
	border-top: 1px solid #e6e9ec;
	border-bottom: 1px solid #ced0d4;
	gap: 8px;
}

.reactions .left {
	display: flex;
	align-items: center;
	gap: 8px;
}

.reactions .bubble {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--muted);
	font-size: 13px;
	position: relative;
	left: -15px;
}

.react-icons {
	display: flex;
	gap: 6px;
	align-items: center;
}

.react-icons .dot {
	width: 19px;
	height: 20px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
	font-size: 14px;
}

/* simple colored circles to simulate like/heart/laugh */
.dot.like {
	background: #1877f2;
	color: #fff;
	z-index: 3;
	padding-right: 2px;
	background-color: white;
	border-radius: 50%;
}

.dot.heart {
	background: #ff5a5f;
	color: #fff;
	transform: translateX(-7px);
	z-index: 2;
	margin-left: -2px;
	padding-right: 2px;
	background-color: white;
	border-radius: 50%;
}

.dot.laugh {
	background: #ffd24d;
	color: #fff;
	z-index: 1;
	margin-left: -2px;
	background-color: white;
	transform: translateX(-14px);
}

.reactions .right {
	color: #6b7280;
	font-size: 13px;
	font-weight: 600;
}

/* action buttons */
.actions {
	display: flex;
	gap: 4px;
	padding: 12px 8px 12px;
	justify-content: space-around;
	border-bottom: 1px solid #ced0d4;
}

.actions .dtn {
	flex: 1;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	color: #718096;
	font-weight: 700;
	font-size: 14px;
}

.actions .dtn svg {
	width: 18px;
	height: 18px;
	opacity: 0.85;
}

/* single comment preview */
.comment {
	display: flex;
	gap: 10px;
	padding: 6px 16px;
	align-items: flex-start;
}

.comment .avatar-sm {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
	background: #ddd;
	flex-shrink: 0;
}

.comment .bubble {
	background-color: #f0f2f5;
	border-radius: 14px;
	padding: 8px 10px 6px;
	color: #222;
	font-size: 14px;
	line-height: 1.35;
	max-width: 100%;
	font-weight: 500;
}

.comment .meta {
	display: block;
	margin-bottom: 3px;
	font-weight: 700;
}

/* footer small meta under comment */
.comment .meta-line {
	color: #6b7280;
	font-size: 10px;
	margin-top: 5px;
	margin-left: 9px;
	font-weight: 500;
}

.wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: flex-start;
	justify-content: space-between;
}

/* responsive tiny tweak */
@media (max-width:420px) {
	.wrap {
		padding: 18px;
	}

	.post2 {
		width: 100%;
	}
}

/* ------------------------ ALERTS ------------------------ */
.box {
	display: block;
	text-align: center;
	width: 100%;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	border-radius: 3px;
	margin: 20px 0;
	padding: 20px;
	border: red 2px solid;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	line-height: 1.8rem;
	background-color: aliceblue;
}

/* ------------------ facebookcomment ------------------ */
.fb-comment {
	display: flex;
	align-items: flex-start;
	background: #fff;
	color: #1c1e21;
	padding: 10px 0;
}

.fb-comment .avatar {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 0%;
	margin-top: 3px;
}

.fb-comment .comment-body {
	flex: 1;
}

.fb-comment .comment-header {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 4px;
}

.fb-comment .name {
	font-family: helvetica, arial, sans-serif;
	color: #3b5998;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
	margin: 0;
	display: inline-block;
}

.fb-comment .location {
	color: #65676b;
	font-size: 13px;
}

.fb-comment .flag {
	width: 16px;
	height: 12px;
	margin-left: 4px;
}

.fb-comment .comment-text {
	margin: 4px 0px;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	word-wrap: break-word;
}

.fb-comment .comment-footer {
	font-size: 13px;
	color: #65676b;
	display: flex;
	align-items: center;
	gap: 8px;
}

.fb-comment .comment-footer .action {
	color: #627aad;
	font-size: 12px;
	margin: 0;
	cursor: pointer;
}

.fb-comment .comment-footer .likes {
	display: flex;
	align-items: start;
	gap: 3px;
}

.fb-comment .comment-footer .time {
	color: #7f7f7f;
	font-size: 12px;
	margin: 0;
}

.fb-comment .comment-footer .likenumber {
	color: #7f7f7f;
	font-size: 12px;
	margin: 0;
}

.fb-comment .comment-footer .likes svg {
	vertical-align: middle;
}

.fb-comment .comment-footer .date {
	color: #777;
	font-size: 12px;
	margin-top: 2px;
	font-weight: 400;
}

.comments p {
	font-family: "Open Sans";
	line-height: 1;
	margin: 10px 0px 0px;
	padding: 10px;
	text-shadow: transparent 0px 0px 0px;
}

/* ------------------ input------------------ */

.comment-input {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.comment-input .avatar {
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border-radius: 0%;
}

.comment-input input[type="text"] {
	flex: 1;
	padding: 20px 12px;
	border: 1px solid #ccc;
	font-size: 14px;
	outline: none;
}

.comment-input input[type="text"]::placeholder {
	color: #aaa;
}

/* ------------------- Footer ------------------- */
footer {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-top: 0;
	line-height: 1.5em;
	color: rgb(161, 167, 178) !important;
	color: rgb(161, 167, 178) !important;
	border-top: 1px solid rgb(99, 106, 123);
	background-color: #fff;
	word-wrap: break-word;
}

footer .container {
	display: block;
}

footer .footer-disclosure p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
}

footer a {
	color: rgb(0, 86, 179);
	text-decoration: none;
	transition: color 0.3s ease;
	font-size: 0.95rem;
}

footer a:hover,
footer a:visited {
	text-decoration: underline;
}

footer .footer-items .footer-item img {
	max-height: 75px;
	width: 250px;
	filter: brightness(0) invert(1);
	margin-bottom: 10px;
}

footer .Copyright,
footer .links a {
	text-align: center;
}

footer .Copyright p {
	color: rgb(161, 167, 178);
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
}

footer .links {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
	margin-top: 15px;
	font-weight: 600;
}

footer .footer-disclosure {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.scroll {
	color: black !important;
	width: 100% !important;
	height: 15px;
	margin-top: 50px;
}

.bigbox {
	padding: 12px 10px;
	width: 100%;
	margin-top: -7px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 32px;
	padding-top: 15px;
	background-color: #FEFBD9 !important;
}

.bigbox img {
	color: black !important;
	width: 100px !important;
	height: auto;
}

.boxx {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.boximg {
	padding: 12px 10px;
	width: 100% !important;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	justify-content: flex-end;
	display: flex;
}

.line {
	padding: 10px;
	font-size: 20px;
	font-family: Montserrat, sans-serif;
	text-align: left;
	line-height: 30px;
	color: rgb(47, 47, 47) !important;
	font-weight: 500;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 1px;
	margin-bottom: 30px;
}

.boxxflex {
	padding: 12px 10px;
	width: 100% !important;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	align-items: center;
	gap: 10px;
}

.boxxflex p {
	padding: 10px;
	font-size: 16px;
	font-family: Montserrat, sans-serif;
	text-align: left;
	line-height: 20px;
	color: rgb(47, 47, 47) !important;
	font-weight: 500;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 15px;
	margin-bottom: 1px;
}

.boxxflex img {
	color: black !important;
	width: 100px !important;
	height: auto;
}

.boxxflex p {
	text-align: center;
}

.boxxnext {
	padding: 12px 10px;
	width: 100%;
	display: flex;
	padding-left: 1px;
	padding-right: 1px;
	align-items: flex-start;
	align-self: flex-start;
	margin-bottom: 20px;
}

.outter {
	padding: 12px 10px;
	width: 100%;
	margin-top: 0;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 32px;
	padding-top: 15px;
	background-color: #FEF8B7 !important;
}

.flex1 {
	padding: 12px 10px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	display: flex;
}

/*-------------------facebook footer comment-----------*/

/* ------------------ Media Queries ------------------ */
@media screen and (max-width: 1140px) {


	.sub-title {
		font-size: 16px;

	}

	.post .author .stars {
		width: 80px;
	}

	.post {
		font-size: 12px;
	}

	ul li {
		font-size: calc(14.66667px + 0.41667vw);
		line-height: 24px;
	}

	.box {
		font-size: calc(14.66667px + 0.41667vw);
		margin-bottom: 18px;
		line-height: 24px;
		font-weight: 400;
		color: #222;
	}


}

@media screen and (max-width: 1024px) {


	header .header-content .header-right .header-right-content {
		top: 1px;
	}

	header .header-content .header-right .header-right-content p {
		font-size: 12px;
	}


}

@media screen and (max-width: 920px) {
	.post .pin .stars {
		display: block;
		width: 80px;
	}

	.post .author .stars {
		display: none;
	}

	main {
		width: 100%;
		max-width: 100%;
	}

	.show920 {
		display: block;
	}


	header .header-content .header-left .header-left-text .line {
		display: none;
	}

	header .header-left .header-left-text .header-title span {
		display: none;
	}

	.container-sidebar {
		display: none;
	}

	.post .pin {
		display: flex;
		flex-direction: column;
		align-items: end;
		gap: 2px;
	}

	.post .pin div {
		position: relative;
		left: -2px;
	}

	.rating-box .foothead {
		display: none;
	}

	.rating-box .bar-label {
		width: 70px;
		font-size: 14px;
	}

	.rating-box .rating-header p {
		font-size: 17px;
	}

	.date {
		margin: 0px;
	}


}

@media screen and (max-width: 768px) {
	.post .author {
		display: inline-block;
	}

	.post .author {
		position: relative;
		left: 70px;
	}

	.post .author .avatar {
		position: absolute;
		left: -60px;
		top: -2px;
	}

	.post .author i {
		position: absolute;
		left: 0px;
		top: 26px;
	}

	.post .greendot {
		position: relative;
		top: 5px;
		left: -7px;
	}

	header .header-content {
		padding: 0px;
	}

	h2 {
		font-size: 24px;
		line-height: 36px;
		font-weight: 700;
	}

	.container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 5px 15px;
	}

	.deals {
		margin-top: 10px;
	}





	header .logo {
		width: 20px;
	}

	header {
		padding: 26px 20px;
	}


	header .header-content .header-left {
		gap: 5px;
	}

	header .header-content .header-right .header-right-content {
		gap: 5px;
	}
}

@media screen and (max-width: 678px) {
	.wrap {
		display: flex;
		flex-direction: column;
	}

	.post2 {
		width: 100%;
	}

	.post2.post1-1 {
		display: none;
	}

	.post2.post1-2 {
		display: none;
	}

	.post2.post1-3 {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.btn {
		font-size: 24px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 30px;
	}

	.cta-btn {
		font-size: 22px;
		letter-spacing: 0.25px;
	}

	.boxxflex p {
		font-size: 16px;
	}

	.boxxnext {
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}

	.boxxflex {
		justify-content: center;
	}

	.boxx {
		flex-direction: column;
	}

	h2 {
		font-size: 26px;
	}

	.bule {
		flex-direction: column;
	}

	.image-link .mene {
		max-width: 100%;
	}

	.line {
		font-size: 20px
	}

	.bigbox {
		padding-left: 15px;
		padding-right: 15px;
	}

	.sub {
		font-size: 20px;
	}

	.intromenu {
		display: none;
	}

	header {
		margin-bottom: 0px;
	}

	.asseenon img {
		max-width: 100%;
	}
}

@media screen and (max-width: 550px) {
	.socials {
		flex-direction: column;
		gap: 0px;
	}

	.socials a {
		width: 100%;
	}
		
	footer .links{
		flex-direction: column;
		gap: 5px;
	}
	section .section-text p{
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	.btn {
		font-size: 17px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
		letter-spacing: 0.25px;
	}

	.cta-btn {
		font-size: 22px;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 30px;
	}

	.boxxflex p {
		font-size: 15px;
		line-height: 20px;
	}

	.list {
		padding: 10px;
	}

	.line {
		font-size: 18px;
		line-height: 28px;
	}

	.list2 {
		padding: 10px;
	}

	header .header-content p {
		font-size: 13px;
	}

	header .header-content img {
		width: 40px;
	}

	h2 {
		font-size: 26px;
		line-height: 32px;
		font-size: 26px;
	}

	.asseenon img {
		max-width: 100%;
	}

	.boximg {
		justify-content: center;
	}

	h1 {
		font-size: 26px;
		line-height: 36px;
		margin-top: 1px;
	}

	.sub {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 1px;
		padding-bottom: 1px;
	}
}

@media screen and (max-width: 425px) {
	.banner .container {
		padding: 0 15px;
	}

	header {
		padding: 20px 15px;
	}

}

@media screen and (max-width: 358px) {
	h1 {
		font-size: 25px;
		font-weight: 700;
		line-height: 1.16em;
	}
}