/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 12 2026 | 04:11:12 */
.blog-form {
	padding: 20px 20px 20px 20px; 
	background-color: #fffaec;
	margin-top: 40px;
	margin-bottom: 40px;
	background-image: url(https://www.lendingbee.com.sg/wp-content/themes/lendingbee/images/svg/right-bee2.svg);
	background-position: 100% 2%;
	background-repeat: no-repeat;
	background-size: 180px;
}

.blog-form .form-title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 800 !important;
	margin-bottom: 15px;
}

.blog-form .form-subtitle {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500 !important;
	color: #333;
}

.blog-form .form__privacy-body h4, .blog-form .form__privacy-body h4 b {
    margin: 10px 0 16px!important;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600 !important;
}

.blog-form .form__privacy-description {
    font-size: 12px;
    line-height: 16px;
}

.blog-form .form__field {
    width: 100%;
    padding: 16px 20px 6px;
    box-shadow: 0 5px 50px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background-color: #fff;
}

.blog-form ul {
    padding-bottom: 0px;
}

.blog-form .form__privacy-icon img {
    height: auto;
    max-width: 80%;
}

@media (max-width:992px) { 
	
	.blog-form {
		background-position: 100% 3.5%;
		background-size: 130px;
	}
	
	.blog-form .form__privacy-icon img {
		max-width: 100%;
	}
	
	.blog-form .form-subtitle {
		font-size: 16px;
	}
	
}