/*3.1 ACCRODAIN CSS */
/*3.1.1accordain style one */
.panel-group .panel,
.panel-group-2 .panel {
  border-radius: 0px;
  margin-bottom: 30px;
  box-shadow: none;
}

.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 10px 15px;
  /* padding: 18px 80px; */
}

.panel-default>.panel-heading {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #444444;
  white-space: nowrap;
  overflow: hidden;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #e8e8e8;
}

#accordion-1 .panel-body {
  padding-bottom: 40px;
  padding-left: 80px;
}

.panel-group .panel.first .panel-heading .panel-title {
  position: relative;
}

.panel-group .panel.first .panel-heading .panel-title>a:before {
  position: absolute;
  top: -18px;
  left: -80px;
  content: "";
  color: #fff;
  font-family: "FontAwesome";
  font-size: 18px;
  text-align: center;
  content: "";
  z-index: 111;
  height: 54px;
  line-height: 53px;
  width: 54px;
  background: #444444;
  border-right: 1px solid #444444;
}

.panel-group .panel.first .panel-heading .panel-title>a[aria-expanded="false"]:before {
  content: "";
}

.panel-group .panel.first .panel-heading .panel-title>a[aria-expanded="true"]:before {
  background: #2da9ff;
  color: #fff;
  border-right: 0px solid transparent;
}

h3.elemnt-heading {
  color: #333333;
}

.panel-title a:focus {
  text-decoration: none;
}

.panel-title {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  white-space: nowrap;
}

/*3.1.2 accordain style two */
.panel-group-2 .panel.second .panel-heading .panel-title {
  position: relative;
}

.panel-group-2 .panel.second .panel-heading .panel-title>a:before {
  position: absolute;
  top: -18px;
  left: -80px;
  content: "";
  color: #fff;
  font-family: "FontAwesome";
  font-size: 18px;
  text-align: center;
  content: "";
  z-index: 111;
  height: 54px;
  line-height: 53px;
  width: 54px;
  background: #444;
}

.panel-group-2 .panel.second .panel-heading .panel-title>a[aria-expanded="false"]:before {
  content: "";
}

.panel-group-2 .panel.second .panel-heading .panel-title>a[aria-expanded="true"]:before {
  background: #2da9ff;
  color: #fff;
}

#accoradian-2 .panel {
  border: none;
  box-shadow: none;
}

.panel-default.second>.panel-heading {
  padding: 18px 80px;
  border: none;
}

#accoradian-2 .panel-body {
  padding-bottom: 40px;
  padding-left: 80px;
  position: relative;
}

#accoradian-2 {
  position: relative;
}

#accoradian-2:after {
  position: absolute;
  left: 25px;
  top: 0;
  border-left: 1px dashed #cccccc;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
}

.btn {
cursor: pointer;
}