/*bottom Arrow */
.tabStructure{
  padding: 100px 0;
}

.tabStructure .card {
  box-shadow: 0 3px 22px #ccc;
    padding: 25px;
    margin-top: 15px;
}

.tabStructure .nav-tabs {
  display: none;
}

.tabStructure .nav-tabs {
  border: 0;
  background: #fff;
}

.tabStructure .nav-tabs > li {
  margin-bottom: 15px;
  position: relative;
  padding-right: 10px;
}

.tabStructure .nav-tabs > li > a {
  color: #000;
  padding: 12px 30px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: bold;
  border: 0;
  position: relative;
}

/*.tabStructure .nav-tabs > li > a:after {
  border-left: solid transparent 22px;
  border-right: solid transparent 22px;
  border-top: solid #125AD3 18px;
  opacity: 0;
  visibility: hidden;
  bottom: -10px;
  content: " ";
  position: absolute;
  margin: 0 auto;
  height: 0;
  left: 0;
  right: 0;
  width: 0;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}*/

.tabStructure .nav-tabs > li > a.active, .tabStructure .nav-tabs > li > a:hover {
  background: #e58038;
  border-radius: 15px;
  color: #fff;
}

.tabStructure .nav-tabs > li > a.active:after, .tabStructure .nav-tabs > li > a:hover:after {
  bottom: -16px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.tabStructure .nav-tabs .nav-item.show .nav-link, .tabStructure .nav-tabs .nav-link.active {
  border: 0;
    background: #e58038 !important;
    color: #fff !important;
    border-radius: 15px;
}

@media (min-width: 768px) {
  .tabStructure .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .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: 20px 17px;
  }
}

@media screen and (max-width: 992px) {
  .tabStructure .nav-tabs > li > a {
    padding: 15px 11px;
    font-size: 15px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .tabStructure .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    border-radius: 0;
    padding: 0;
  }
  .tabStructure #content {
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
  }
  .tabStructure .card {
    padding: 10px 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header {
    border: 0;
    background: #125AD3;
    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 #125AD3 !important;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a.collapsed {
    background: url(../images/icons.png) right 15px center no-repeat #125AD3 !important;
  }
}
/*# sourceMappingURL=tabs.css.map */