h1 {
	font-size: 32px !important;
	margin-top: 16px;
}

.ff-form {
	padding: 0px !important;
}

.ff-form img {
	border-radius: 6px !important;
}

#ff-title-root.ff-empty-title{
	display: block !important;
}

#ff-title-root.ff-has-title{
	font-size: 16px !important;
	font-weight: normal !important;
	line-height: 1.65 !important;
	border:1px solid #e5e2f3;
	background-color:rgba(93, 51, 251, 0.05);
	padding: 16px;
	border-radius: 6px;
	margin-top: 12px !important;
	margin-bottom: 8px !important;
}

.ff-form .ff-title,
.ff-form .ff-section-header {
	font-size: 24px !important;
	margin-bottom: 8px !important;
	line-height: 1.5 !important;
	font-weight: 500 !important;
}

.ff-video{
	margin-top: 12px !important;
}

.ff-description dl, ol, ul{
	margin-bottom: 2px !important;
}

.ff-description li {
	font-size: 16px !important;
	color: #000 !important;
	line-height: 1.65;
}

.ff-section-header:empty,
.ff-form .ff-button-bar,
.ff-form .ff-editwidget {
	display: none;
}

.ff-form .ff-section p a {
	display: inline-grid;
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form-group {
	margin-bottom: 1rem !important;
}

.ff-form .ff-description p,
.ff-form .ff-item label {
	color: #000 !important;
	font-size: 16px !important;
	line-height: 1.65 !important;
}

.ff-form .ff-image label {
	margin-bottom: 15px !important;
}

/* #ff-feedback .ff-title {
	font-size: 16px;
	padding-bottom: 8px !important;
} */

#ff-feedback .ff-button-bar {
	display: block;
}

.btnrow .btn-outline-light:hover {
	background-color: transparent !important;
}

.btnrow .btn-outline-light {
	border: 1px #856404 solid;
	color: #856404
}

@media (min-width: 992px) {
	.btnrow .btnleft {
		text-align: right;
	}

	.btnrow .btnright {
		text-align: left;
	}
}

.faq-install {
	padding-top: 2.5rem !important
}

.faq-install p {
	font-weight: 500;
}

.ff-form .ff-item-noprd .ff-item-qs {
	font-weight: 400 !important;
}

#Publish1FAIpQLSfX6-TrYY8O_lSqstIbQWGRWBrOGN0Ma5RDAM99i0O_LACYew .ff-next {
	border: 0px;
	background-color: #5d33fb;
	color: #fff;
	padding: .95rem 2.5rem .85rem;
	font-size: 13px;
	border-radius: 100px;
}

.author-section {
	display: flex;
	align-items: center;
	margin-top: 24px;
	margin-bottom: 24px;
}

.author-section .author-photo {
	flex-shrink: 0;
	margin-right: 20px;
}

.author-section .author-photo img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	border: 6px solid #ffeeba;
}

.author-section .author-details {
	flex-grow: 1;
}

.author-section .author-name {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 4px;
	line-height: 1.3;
}

.author-section .author-bio {
	font-size: 14px;
	color: #666;
	margin-bottom: 6px;
	line-height: 1.4;
}
