.faq-cont {
	width: 100%;
	justify-content: flex-end;
	align-items: flex-start;
}
.faq-inner-wrap {
	flex-basis: 75%;
	display: flex;
	flex-wrap: wrap;
}
.faq-inner-wrap .text-wrap {
	padding: 15px;
}
.contact-inner {
	width: 25%;
	padding: 15px;
}
.contact-inner .widget {
	margin-bottom: 30px;
  background: rgba(50,50,50,0.02);
}
.faq-inner-wrap .widget {
  padding:15px;
  width:50%;
}
.widget .widget-inner {
	padding: 40px;
  border:1px solid #eee;
}
.widget.account .btn {
	margin-top: 30px;
	width: 100%;
}

.widget .custom-title, .widget .toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.widget .custom-title{
	padding-bottom: 15px;
	margin-bottom: 15px;
  border-bottom:1px solid #ddd;
}
.widget.faq .links .toggle {
	margin: 10px 0;
	cursor: pointer;
}
.widget.faq  .subtitle {
	font-weight: 600;
}
.contact-inner .widget.help li a {

}
.widget.faq  .accordion-menu .inner {
	background: #f9f9f9;
	padding: 10px 20px;
}
.widget.faq  .active > .toggle i {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.widget.faq .toggle i {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	font-size: .65em;
}
.status {
	margin-left: 5px;
	color: #fff;
	padding: 5px;
	font-size: 0.85em;
}
.status.closed {
	background: var(--red);
}
.status.open{	background: var(--green);}
.widget.form {
	flex-basis: 70%;
}
.widget.contact-info {
	width: 30%;
}
.widget.contact-info .opening {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.widget .form-wrap {
	padding: 20px;
	/* background: rgba(50,50,50,0.02); */
	/* border-radius: 3px; */
	border: 1px solid #ddd;
}
#contact-form .flex-row.stretch input {
	margin: 0 10px 10px 10px;
}
#contact-form .flex-row.stretch {
	margin: 0 -10px;
}
#contact-form .btn.btn-1 {
	display: block;
}
.widget .title {
	font-size: 1em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.widget .form-wrap input, .widget .form-wrap textarea {
	margin-bottom: 15px;
}
.widget.help ul li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.widget.contact-info .links {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.widget.contact-info .links span{
	margin-bottom:10px;
}

@media (max-width:767px){
 .content-area {
    flex-direction: column-reverse;
  } 
  .contact-inner {
		width: 100%;
	}
  .faq-inner-wrap .widget {
    width: 100%;
  }
  .widget.contact-info {
    width: 100%;
  }
.widget.contact {
	margin-bottom: 0;
}
  .widget.form {
    flex-basis: 100%;
    width: 100%;
  }
  #contact-form .flex-row.stretch input {
	margin: 0 0 10px 0;
}
  #contact-form .flex-row.stretch {
	margin: 0;
	flex-direction: column;
}
}