/* wrapper */
.mhbf {
	position: relative;
}
/* trigger */
.mhbf-trigger {
/* 	display: inline-block; */
	display: none;
	padding: 10px 16px;
	border: 0;
	cursor: pointer;
	border-radius: 8px;
	background: #7bae4d;
	color: #fff;
	font-weight: 600;
}
.home-buying-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: #fff;
    overflow-y: auto;
}
.home-buying-popup .popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
}
.mhbf-title {
	font-family: Montserrat;
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;
	leading-trim: NONE;
	line-height: 45px;
	letter-spacing: 0%;
	color: #55595A;
	margin-bottom: 35px;
}
.mhbf-title .highlight {
	color: #B4BE4E;
}