.search-private{
    padding: 30px 0 50px;
    background: #F8F8F8;
}
.search-private-content{
    padding: 35px 42px;
    border-radius: 30px 30px 0 0;
    background: #fff;
    position: relative;
}
.search-private-content::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.50);
	backdrop-filter: blur(5px);
	height: 135px;
}
.search-private-content h2 {
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 37.5px;
	color: #000;
	margin-bottom: 64px;
	font-family: 'Bebas Neue Pro';
}
.search-private-content p{
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.subscribe-content .row + .row {
	margin-top: 40px;
}
.subscribe-content{
    background: #252F44;
    padding: 35px;
	margin-bottom: 50px;
}
.subscribe-content .row{
    row-gap: 30px;
}
.subscribe-content .row .col-lg-4{
    display: inherit;
}
.subscribe-box {
	padding: 0;
	border: 0;
	width: 85%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    row-gap: 50px;
	margin: 0 auto;
	text-align: center;
}
.subscribe-content h3{
    color: #FFF;
    font-family: 'Bebas Neue Pro';
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	text-align: center;
}
.subscribe-content h3 b, .subscribe-content h3 strong{
    color: #F15A2A;
}
.btn-subscribe{
    font-size: 15px !important;
    width: 100% !important;
    background: #F15A2A !important;
    padding: 15px 30px !important;
    text-align: center !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-weight: 700 !important;
	text-decoration: none
}
.btn-subscribe:hover, .btn-subscribe:focus{
    color: #F15A2A !important;
    background: #fff !important;
}
.subscribe-box h2{
    color: #FFF !important;
    font-family: 'Bebas Neue Pro' !important;
    font-size: 50px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-bottom: 20px !important;
}
.subscribe-box ul{
    padding-left: 1.5rem;
    margin-bottom: 20px;
}
.subscribe-box ul li{
    list-style-type: disc;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.subscribe-top p{
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.subscribe-bottom p{
    color: #BDBDBD;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 28px;
}
.membership-content{
    margin-top: 35px;
}
.membership-content h2{
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: 'Bebas Neue Pro';
    margin-bottom: 20px;
}
.membership-content p{
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 150%;
}
.listing-main ul li{
    padding-left: 1.5rem;
    font-size: 15px;
    line-height: 150%;
    color: #000;
    position: relative;
}
.listing-main ul li:before{
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
}
.member-box.listing-main ul li{
    color: #F15A2A;
    font-weight: 500;
    line-height: 200%;
}
.member-box.listing-main ul li:before{
    color: #F15A2A;
}
.membership-content .row {
	row-gap: 30px;
}
.membership-content .row .col-lg-6{
    display: inherit;
}
.common-member{
    width: 100%;
}
.sub-or {
	position: relative;
	color: #fff;
}
.sub-or::before, .sub-or::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 45%;
	background: #fff;
}
.sub-or::after {
	left: auto;
	right: 0;
}
.sub-form {
	max-width: 390px;
	margin: 0 auto;
}
.sub-form input {
	width: 100%;
}
.sub-form input[type="checkbox"] {
	width: auto;
	text-align: left;
	margin: 0 !important;
	border: 1px solid #fff;
	box-shadow: none !important;
	outline: none !important;
}
.sub-form input[type="checkbox"] + label {
	text-align: left !important;
	margin-left: 20px !important;
	color: #fff !important;
}
.listing-main ul {
	padding: 0 !important;
	list-style-type: none;
	margin-bottom: 30px !important;
}
.membership-content .row {
	row-gap: 30px;
	display: flex;
	flex-wrap: wrap;
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}
.membership-content .row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}
.membership-content .col-lg-12 {
	flex: 0 0 auto;
	width: 100%;
}
.membership-content .col-lg-6 {
	flex: 0 0 auto;
	width: 50%;
}

.sc-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sc-desc {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sc-link {
    margin-top: auto;
}


@media screen and (max-width:991px) {
	.membership-content .col-lg-6 {
		flex: 0 0 auto;
		width: 100%;
	}
}
@media screen and (max-width:767px) {
    .search-private-content h2{
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 150%;
    }
    .search-private-content{
        padding: 30px;
    }
    .search-private-content::before{
        height: 46%;
    }
    .subscribe-content .row + .row {
        margin-top: 30px;
    }
    .subscribe-box{
        padding: 0;
        row-gap: 30px;
		width: 100%;
    }
	.subscribe-content{
		padding: 30px;
	}
	.subscribe-box h2{
		font-size: 20px;
	}
	.sub-or::before, .sub-or::after{
		width: 35%;
	}
}