.faq-area { padding: 40px 0px 30px; }

.faq-area p { font-size: 17px; font-weight: 400; color: #737373; max-width: initial; margin: initial; line-height: 1.5; }
.faq-filter:before { right: 0; position: absolute; content: "\f002"; display: block; top: 2px; color: #f9af2c; font-size: 22px; line-height: 49px; padding: 0 1px; background-color: #fff; width: 22px; }
.faq-list-area .box { display: table; margin: 0 auto; border: 2px dashed #a0a0a0; padding: 50px; }
.img-shadow { position: relative; }
.img-shadow:before, .img-shadow:after { z-index: -1; position: absolute; content: ""; bottom: 64px; left: 56px; width: 50%; top: 78%; max-width: 300px; background: #777; -webkit-box-shadow: 0 15px 10px #777; -moz-box-shadow: 0 15px 10px #777; box-shadow: 0 15px 10px #777; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -o-transform: rotate(-3deg); -ms-transform: rotate(-3deg); transform: rotate(-3deg); }
.img-shadow:after { -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); -o-transform: rotate(3deg); -ms-transform: rotate(3deg); transform: rotate(3deg); right: 55px; left: auto; }
.faq-list-area .faq-item { border: 0px; border-bottom: 1px dotted #a3a3a3; margin-bottom: 0; background-color: transparent; }
.faq-answer { padding: 0 0 30px 30px; }
.faq-keyword { color: #28c }
.faq-filter { border-bottom: 1px solid #cbd3dd; border-radius: 3px; position: relative; padding-right: 30px; }
.faq-list-area .faq-filter input { background-color: transparent; color: #737373; width: 100%; border: none; display: block; line-height: 33px; padding: 10px 0; outline: 0; font-weight: 300; font-size: 1.25em }
.faq-list-area .faq-answer p { font-size: 16px; line-height: 1.7; }
.faq-list-area .container, .faq-area .container { max-width: 1100px; margin: 0 auto; }
::-webkit-input-placeholder { font-size: 22px; color: #737373; font-weight: 400; }
::-moz-placeholder { font-size: 22px; color: #737373; font-weight: 400; }
:-ms-input-placeholder { font-size: 22px; color: #737373; font-weight: 400; }
:-moz-placeholder { font-size: 22px; color: #737373; font-weight: 400; }
.videoWrapper { position: relative; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.faq-list-area { border-bottom: 1px solid #f2f2f2; padding-bottom: 20px; }
ul.faq li:last-child { border-bottom: 0px; }
ul.faq li.active .faq-question:before { content: '\f106'; }
.faq-question a { position: relative; display: block; color: #286ba9; }
.faq-question a::before { display: block; content: '\f107'; position: absolute; left: 0px; top: 0; font-size: 30px; color: #f8aa15; font-family: "FontAwesome" }
.faq-question a[aria-expanded="true"]::before { content: "\f106"; }

.faq-item [data-title]:hover:after { opacity: 1; visibility: visible; }
.faq-item [data-title]:after { content: attr(data-title); background-color: #e4e4e4; color: #737373; font-size: 14px; border-radius: 3px; position: absolute; padding: 3px 10px 3px 10px; bottom: -19px; left: 5px; white-space: nowrap;  opacity: 0;  z-index: 99999; visibility: hidden; }
.faq-item [data-title] { position: relative; display: block; }
.faq-item [data-title]:hover:before { content: ""; position: absolute; bottom: 4px; left: 29px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #e4e4e4; transition: all 0.1s ease 0.5s; }
faq {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none
}

.faq-item {
  border-bottom: 1px solid #cbd3dd;
  margin-bottom: 20px
}

.faq-item:last-child {
  border-bottom: 0
}

.faq-question {
  font-size:19px;
  line-height: 1.4;
  padding: 20px 0px 20px 30px;
  cursor: pointer;
  position: relative;
  color: #286ba9;
}
.faq-filter:before,
.faq-question:before,
.steps-slider .owl-nav {
  font-family: FontAwesome
}

.file-tree-text ul {
  font-size: inherit;
  line-height: inherit;
  margin: 0
}

.myIframe { position: relative; padding-bottom: 53%; padding-top: 30px; height: 0; overflow: auto; -webkit-overflow-scrolling: touch;}
.myIframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-box { margin: 0 auto; border: 2px dashed #a0a0a0; padding: 50px; }

/***************/
@media (max-width:991px) {
  .faq-list-area .faq-question:before { bottom: 4px; }
  .faq-list-area .faq-question { font-size: 18px; }
  .faq-list-area .faq-question::before { font-size: 25px; }

  /* [data-title]:hover::before { top: 23px; }*/
  .faq-list-area .faq-question a::before { font-size: 25px; }
  .faq-list-area .faq-answer { padding: 0 0 30px 0px; }
}
@media (max-width:767px) {
  .faq-item [data-title]:after, [data-title]:hover:before { display: none; }
  .faq-list-area .faq-question::before { left: 0; }
  .faq-list-area .faq-answer { padding: 0 0 30px 0px; }
  .faq-area h3 { font-size: 25px; }
  .faq-area p { font-size: 16px; }
  ::-webkit-input-placeholder { font-size: 18px; }
  .faq-list-area .faq-question { font-size: 18px; padding-left: 0; }
  .faq-list-area .faq-question:before { font-size: 22px; }

  /* .faq-list-area .faq-question::before { top: 17%; }*/
  .faq-list-area .faq-question a::before { font-size: 25px; }
}
@media (max-width:480px) {
  .faq-list-area .box { padding: 15px; }
  .video-box { padding: 15px; }
}
