#header .header-main .container {
	padding: 0 !important;
}

.offer-signup .text-center {
	background-color: rgba(0, 48, 79, .35);
	max-width: 300px;
	width: auto;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}

.offer-signup .text-center h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0;
}

.offer-signup .btn.btn-primary {
	background: linear-gradient(180deg, #fe0657 0%, #e0124d 100%);
	border: none;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
	padding: 14px 32px;
	border-radius: 25px;
	font-weight: bold;
	color: #fff;
	margin: 1.5rem 0;
}

.cardText {
	color: gray;
}

.redcutprice {
	text-decoration: line-through;
	background-image: linear-gradient(-100deg, rgba(250, 133, 133, .4), rgba(255, 121, 127, .8) 95%, rgba(250, 133, 133, .2));
}

.primary-bg {
	background-color: #3575d3;
}

.trust_logo {
	width: 130px;
	margin-right: 6px;
}

.trust_stars {
	width: 100px;
	margin: 0 6px;
}

.wpfloat {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	left: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-wpfloat {
	margin-top: 16px;
}

@media (min-width: 992px) {
	.hero .title h1 {
		margin: 20px 0;
		color: #fff;
		font-size: 38px;
		line-height: 1.2;
	}
	
	.hero .hero-text ul {
		list-style-type: none;
		padding: 0;
		margin-bottom: 0;
	}
	
	.hero .hero-text ul li {
		font-size: 18px;
		background: url("/static/img/tick-bullet.png") left top no-repeat;
		padding-left: 30px;
		margin-bottom: 15px;
		--lzl-bg-img: "/static/img/tick-bullet.png";
	}
	
	.hero .hero-text ul li.lzl:not(.lzl-ed), .hero .hero-text ul li.lzl-ing:not(.lzl-ed) {
		background-image: none;
	}
}

@media (max-width: 991px) {}

@media (max-width: 768px) {}

@media (max-width: 350px) {}

@media only screen and (max-width: 900px) and (min-width: 350px) {}

.share-links a, .social-icon {
	padding: 10px !important;
	margin: 5px !important;
	display: inline-block;
}

.share-links a, .social-icons a, #header .social-icon {
	min-width: 44px !important;
	min-height: 44px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

#header .mobile-menu li .next {
	width: 48px !important;
	height: 48px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.footer-socials {
	gap: 25px !important;
}