/*bottom Arrow */
.tabStructure .nav-tabs {
  display: none;
}
.tabStructure .nav-tabs {
  border: 0;
}
.tabStructure .nav-tabs > li {
  margin-bottom: 0;
  position: relative;
}
.tabStructure .nav-tabs > li > a {
  color: #fff;
  padding: 20px 35px;
  border-radius: 0;
  background: #ff722b;
  font-size: 28px;
  font-weight: 400;
  border: 0;
  position: relative;
  text-align: center;
  display: inline-block;
}
.tabStructure .nav-tabs > li > a.active {
  background: #000;
  color: #fff;
}
.tabStructure .nav-tabs > li > a.active:before {
  width: calc(100% + 17px);
  height: calc(100% + 17px);
  border-color: #000;
}
.tabStructure .nav-tabs > li > a.active:after {
  width: calc(100% + 17px);
  height: calc(100% + 17px);
  border-color: #000;
}
@media (min-width: 768px) {
  .tabStructure .nav-tabs {
    display: flex;
    margin-bottom: 50px;
  }
  .tabStructure .card {
    border: none;
    background: transparent;
  }
  .tabStructure .card .accordion-header {
    display: none;
  }
  .tabStructure .card .collapse {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .tabStructure .nav-tabs > li > a {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .tabStructure .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    border-radius: 0;
    padding: 0;
  }
  .tabStructure #content {
    box-shadow: 0 0 10px #ccc;
  }
  .tabStructure .card {
    padding: 10px 15px;
    box-shadow: none;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header {
    border: 0;
    background: #FF722B;
    border-radius: 0;
    padding: 0;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a {
    font-size: 18px;
    display: block !important;
    color: #fff;
    padding: 15px 12px;
    background: url(../images/icons_white.png) right 15px center no-repeat #FF722B !important;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a.collapsed {
    background: url(../images/icons.png) right 15px center no-repeat #FF722B !important;
  }
}/*# sourceMappingURL=tabs.css.map */