.responsive-accordion.responsive-accordion-default.bm-larger > li {
  list-style: none outside none;
  margin-bottom: 5px;
  margin-left: 0;
}

.fa-chevron-up:before {
  background: url("down.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}

.fa-chevron-down:before {
  background: url("up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}



/* Theme Two */
.two .responsive-accordion.responsive-accordion-default.bm-larger > li {
  list-style: none outside none;
  margin-bottom: 5px;
  margin-left: 0;
}

.two .fa-chevron-up:before {
  background: url("minus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}

.two .fa-chevron-down:before {
  background: url("plus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}

/* Theme Three */
.three .responsive-accordion.responsive-accordion-default.bm-larger > li {
  list-style: none outside none;
  margin-bottom: 5px;
  margin-left: 0;
}

.three .fa-chevron-up:before {
  background: url("minus_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 24px;
  margin-top: -5px;
  width: 25px;
}

.three .fa-chevron-down:before {
  background: url("plus_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 24px;
  margin-top: -5px;
  width: 25px;
}


/* Theme four */
.four .responsive-accordion.responsive-accordion-default.bm-larger > li {
  list-style: none outside none;
  margin-bottom: 5px;
  margin-left: 0;
}

.four .fa-chevron-up:before {
  background: url("down.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}

.four .fa-chevron-down:before {
  background: url("up.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}

/* Theme five */
.five .responsive-accordion.responsive-accordion-default.bm-larger > li {
  list-style: none outside none;
  margin-bottom: 5px;
  margin-left: 0;
}

.five .fa-chevron-up:before {
  background: url("minus_icon_shasow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 24px;
  margin-top: -5px;
  width: 25px;
}

.five .fa-chevron-down:before {
  background: url("plus_icon_shadow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 24px;
  margin-top: -5px;
  width: 25px;
}
/*Custom Styles*/
.responsive-accordion-head{ background:#fff !important; border:1px solid #f5f9fa !important}
.responsive-accordion-panel.active{ background: #f5f9fa !important; border: 1px solid #f5f9fa !important;}
.responsive-accordion-head.active{background: #f5f9fa !important;}
.responsive-accordion-head.active span{ color:#999 !important; font-weight:normal}
.responsive-accordion-head span{ color:#0973ba !important}
.responsive-accordion-head span:hover{ font-weight:bold}
.responsive-accordion-panel.active p{ margin:0}
.responsive-accordion-panel h2{ color:#0973ba; font-size:18px !important; margin:0 !important}
.container:before {
  width: 0 !important;
}
.responsive-accordion-head .fa-chevron-up:before, .responsive-accordion-head .fa-chevron-down:before{ background-image:none}
.responsive-accordion-head .et_pb_toggle_title:before{ right:8px}
.container.one{ padding:0 !important}
.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel{ border-color:#f5f9fa !important; padding:10px !important}
.responsive-accordion{ padding:0 !important}
/***********/