@media (max-width: 1024px) {
	#wpcf7-f45-o1 > div > div > span > input{
		line-height: 1px !important;
	}
}
div.card > div > h2 > button{
	text-align: left !important;
}
#searchItem{
	line-height: 2px;
}
#faq > section.sec_testimonial.text-center.text-lg-left > div > form{
	margin-left: 15% !important;
}

#wpcf7-f45-o1 > p {
	margin-right: 15%;
}
@media (max-width: 526px){
	#faq > section.sec_testimonial.text-center.text-lg-left > div > form{
		margin-left: 0px !important;
	}
	#wpcf7-f45-o1 > p{
		margin-right: 0px !important;
	}
	#faq > section.sec_testimonial.text-center.text-lg-left > div > div{
		margin-top: 10px !important;
	}
}


#faq .card {
	background-color: #fff0;
	border: 0px solid rgba(0, 0, 0, 0.125);
	border-bottom: 2px solid rgb(214, 113, 46);
	border-radius: 0rem;
}

#faq .card .btn-link {
	color: rgb(214, 113, 46);
}

#faq .card .btn {
	padding: 0.375rem 0rem;
}

#faq .card-header {
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 0px solid rgba(0, 0, 0, 0.125);
	padding: 0.75rem 0rem;
}

#faq button.btn.btn-link.collapsed::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	padding-right: 10px;
}

#faq button.btn.btn-link::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f068";
	padding-right: 10px;
}

#faq .btn-link.focus,
#faq .btn-link:focus,
#faq .btn-link:hover {
	text-decoration: none;
}

#faq .nav-pills .nav-link.active,
#faq .nav-pills .show > .nav-link {
	color: #5d2e14;
	background-color: transparent;
	text-decoration: underline;
}

#faq a:hover {
	color: #5d2e14;
}

#faq .form-control {
	background-color: #0000000d;
	border: 0px;
	padding: 1rem 0.75rem;
}

input.form-control::-webkit-input-placeholder {
	/* Edge */
	color: grey;
	padding: 10px;
}

input.form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: grey;
	padding: 10px;
}

textarea.form-control::placeholder {
	color: grey;
	padding-left: 10px;
}
form{
	text-align: center;
}
#faq > section.sec_testimonial.text-center.text-lg-left > div > div{
	text-align: center;
}
