/*bottom Arrow */
.tabStructure .card {
  -webkit-box-shadow: 0 7px 10px #ccc;
          box-shadow: 0 7px 10px #ccc;
  padding-top: 25px;
}
.tabStructure .nav-tabs {
  display: none;
}
.tabStructure .nav-tabs {
  border: 0;
  background: #034796;
}
.tabStructure .nav-tabs > li {
  margin-bottom: 0;
  position: relative;
}
.tabStructure .nav-tabs > li > a {
  color: #fff;
  padding: 20px 35px;
  border-radius: 0;
  font-size: 20px;
  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 #034796 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: #034796;
  border-radius: 0;
}
.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: #034796 !important;
  color: #fff !important;
  border-radius: 0;
}
@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: #034796;
    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 #034796 !important;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a.collapsed {
    background: url(../images/icons.png) right 15px center no-repeat #034796 !important;
  }
}/*# sourceMappingURL=tabs.css.map */