h1.abw {
	color: #8a8a8a;
}


#planning-your-wedding a {
	margin-left: 20px;
	display: inline-block;
	white-space: nowrap;
	margin-top: 30px;
}

#planning-your-wedding {
	text-align: right;
	margin-top: 20px;
	height: 405px;
	padding-top: 100px;
	padding-right: 65px;

}


@media screen and (max-width: 768px) {

	#planning-your-wedding {
		text-align: center;
		padding-right: 20px;
		padding-left: 20px;
	}


	#planning-your-wedding a {
		margin-left: 0;
	}

	#btncallpyw {
		display: none !important;
	}

	#btncallpywx {
		display: inline-block !important;
	}

}

#btn-more-info {
	margin-top: 65px;
}

#content button.btn:hover {
	margin-left: 0 !important;
}

@media only screen and (max-width: 640px) {
	#btn-more-info {
		display: none;
	}
}

@media only screen and (min-width: 640px) {
	.more-info {
		display: none;
	}

	.panel-middle {
		margin-left: 20px;
		margin-right: 50px;
		margin-bottom: 40px;
		width: 1px;
		border-left: 1px solid #DFDFDF;
	}
}

.category-guide-wrapper {
	background-color: #F8F8F8;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;

	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.category-guide {
	display: flex;
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
}

@media only screen and (min-width: 641px) {
	.category-guide-wrapper {
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		padding-left: calc(50vw - 50%);
		padding-right: calc(50vw - 50%);
	}
}

.category-guide .panel-left {
	order: 3;
}

.category-guide .panel-middle {
	order: 2;
}

.category-guide .panel-right {
	order: 1;
}

@media only screen and (min-width: 641px) {
	.category-guide {
		flex-direction: row;
	}

	.category-guide .panel-left {
		order: 1;
		flex: 1;
		padding-right: 30px;
	}

	.category-guide .panel-right {
		order: 2;
		width: 350px;
		flex-shrink: 0;
	}
}

.category-guide-wrapper .rounded-box {
	border: 1px solid #DFDFDF;
	border-radius: 20px;
	padding: 20px 30px;
	margin-bottom: 40px;
	background-color: #ffffff;
}

.category-guide ul li {
	padding: 8px 0;
}

.list-none ul li {
	list-style: none;
}

.list-check ul li {
	padding-bottom: 12px;
	list-style: none;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 30px;
}

.list-check ul li::before {
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url('/images/li-check.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.category-guide h1 {
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	color: #000000;
}

.category-guide h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	color: #000000;
}

.category-guide h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	color: #000000;
}

.category-guide p {
	font-size: 16px;
	line-height: 24px;
	color: #4a4a4a;

}

.rounded-box li {
	font-size: 16px;
}

.rounded-box b {
	font-size: 20px;
	color: #000000;
}

.category-faq {
	margin-top: 40px;
}

.category-faq h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	color: #000000;
	margin-bottom: 20px;
	text-align: center;
}



.faq-item.active:not(:last-child) {
	border-bottom: none;
	padding-bottom: 0;
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	cursor: pointer;
	background: #ffffff;
	transition: background-color 0.3s;
}


.faq-question span {
	flex: 1;
	font-size: 18px;
	font-weight: 550;
	color: #000000;
}

.faq-toggle {
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #ffffff;
	border: 1px solid #DFDFDF;
	border-radius: 50%;
	flex-shrink: 0;
	margin-left: 20px;
	cursor: pointer;
	transition: all 0.3s;
}

.faq-icon {
	font-size: 24px;
	font-weight: 300;
	color: #000000;
	line-height: 0;
	transition: transform 0.3s;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out, padding 0.3s ease-out, margin 0.3s ease-out;
	padding: 0;
	margin: 0;
}

.faq-answer-content {
	background: #ffffff;
	border: 1px solid #DFDFDF;
	border-radius: 20px;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 24px;
	color: #4a4a4a;
}

.faq-item.active .faq-toggle {
	background: #80d088;
	border-color: #80d088;
}

.faq-item.active .faq-icon {
	color: #ffffff;
}

.faq-item.active .faq-answer {
	max-height: 1000px;
	margin-top: 15px;
}

.grid-testimonial .fbox {
	border-radius: 20px;
	margin: 20px 5px 0 5px;
}


.order-in-munutes h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	color: #000000;
	margin-bottom: 15px;
	text-align: center;
}