#faq a.expand_all {
  margin-bottom: 2em;
  float: right
}
#faq section {
  background-color: #eaeaea;
  margin-bottom: 1.25em;
}
#faq section:last-child {
  margin-bottom: 0;
}
#faq section.active {
}
#faq section > h4 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
  position: relative;
  color: #142b51;
  padding: 15px 30px;
}
#faq section > h4::after {
  content: "+";
  color: #142b51;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
}
#faq section.active h4 {
  color: white
}
#faq section.active > h4::after {
  content: "-";
	color: white;
}
#faq section > h4 > i.icon {
  color: #53BD99;
  margin-right: 1em;
}
#faq section .answer {
  padding: 1em 0;
  display: none;
  color: white;
  font-size: 15px;
  padding: 15px 30px;
}
#faq section.active {
  background-color: #2aace2;
  -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
}
#faq section.active .answer { 
  display: block;
}
#faq section .answer p {
  line-height: 2;
}
.carousel-item img {
  width: 100%;
}
.owl-carousel .owl-wrapper-outer {
  height: auto !important;
}
/*Responsive*/
@media only screen and (max-width:1024px) {
#faq section > h4 {
  font-size: 17px;
}
}
@media only screen and (min-width:501px) and (max-width:769px) {
.box-number-item {
  width: 50%;
  clear: none;
  float: left;
}
}
@media only screen and (max-width:769px) {
.faq-right {
  margin-top: 2em;
}
}