.faqh {
  font-size: 18px;
  margin: 0;
  color: #09C;
}
.accordion_head.active {
  background: #F9F9F9;
  color: #85b536 !important;
}
.accordion_head.active .faqh {
  color: #85b536 !important;
}
.accordion_container {
  width: 100%;
}
.accordion_head {
  color: #09C;
  cursor: pointer;
  font-size: 14px;
  margin: 0 0 1px 0;
  padding: 12px;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.accordion_body {
  background: #F9F9F9;
  padding: 12px;
}
.accordion_body p {
  margin: 0px;
}
.plusminus {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.divTable {
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell, .divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
.video_area {
  float: left;
  width: 35%;
  margin: 5px 0 0 10px;
  border: 1px solid #262626;
}
.split_cont > p {
  text-align: justify;
}
.split_cont {
  float: left;
  width: 63%;
  margin: 0
}
.vdo-descrp {
  margin: 0;
  padding: 1px 5px 7px 5px;
  background: #262626;
  color: #fff;
  font-size: 13px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center
}
.more-op-fea {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.more-op-fea > a {
  align-items: center;
  border: 1px solid #e9f1f7;
  margin: 8px;
  min-height: 50px;
  border-radius: 10px;
  padding: 16px 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #fff;
}
.more-op-fea > a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 8px 24px 0 #e7e5e5;
  box-shadow: 0 8px 24px 0 #e7e5e5;
  background: #f9f9f9;
  border: 1px solid #dbdbdb;
}
.more-op-fea > a > img {
  max-width: 40px;
  padding-right: 16px;
}
.more-op-fea > a span:last-child {
  margin: 10px 0px;
  display: inline-block;
}
@media screen and (max-width: 650px) {
  .more-op-fea > a {
    text-align: left;
  }
}
@media screen and (max-width:949px) {
  .split_cont {
    float: none;
    width: 100%;
    margin: 15px 0
  }
  .video_area {
    float: none;
    width: 100%;
    margin: 10px auto;
    max-width: 275px
  }
  .more-op-fea {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .more-op-fea > a span:last-child {
    justify-content: left;
    display: flex;
  }
  .more-op-fea > a > img {
    max-width: 30px;
  }
}
@media screen and (max-width: 760px) {
  #scshtPrev, #scshtNext {
    padding: 2px 10px !important;
    font-size: 22px !important;
  }
}
.showhide {
  display: none
}
#lhsTree > li > ul > span {
  background: #fff;
  text-align: right;
  padding: 0 0 10px;
  color: #138cd6;
  cursor: pointer;
  display: block;
  color: #777;
  text-decoration: none;
}