.lp-mv {
	margin-top: -4rem;
}
.fixed-contact-btn{
	position: fixed;
	right: 85px;
	bottom: 5px;
	z-index: 2;
}
.fixed-contact-btn img{
	width: 220px;
	height: auto;
}
.flow-box{
	background: #f5f5f5;
}
.flow-box-white{
	background: #fff;
}
.compare-box{
	border: 1px solid #3ea55a;
	border-radius: 10px;
	padding: 20px;
	background: #fff;
}
.bg-cream {
	background: #FEFDF6;
}
.bg-dark-cream {
	background: #F6F6F6;
}

.btn-confirm, .btn-anker, .btn-gray  {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
	min-width: 260px;
	height: 64px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.3rem;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(0,0,0,.18),
			inset 0 2px 0 rgba(255,255,255,.25);
}
.btn-confirm {
	border: none;
	background: linear-gradient(90deg,#ff7b33 0%,#f7a14a 100%);
}
.btn-anker {
	border: 3px solid #198754;
	background: #FFF;
}

@media(min-width: 992px){
	.w-lg-30 {
		width: 30%;
	}
}

@media(max-width: 575.98px) {
	.fixed-contact-btn{
		position: fixed;
		right: 90px;
		bottom: 10px;
		z-index: 2;
	}
	.fixed-contact-btn img{
		width: 200px;
		height: auto;
	}
}