/*bottom Arrow */

.tabStructure{
  padding-top: 35px; 
}

.tabStructure .card {
  box-shadow: none;
    padding: 0;
    margin-top: 15px;
}

.tabStructure .nav-tabs {
  display: none;
}

.tabStructure .nav-tabs {
  border: 0;
  background: #fff;
  border-bottom: 2px solid #D9D9D9;
}

.accordion-body {
    padding: 0;
}

.tabStructure .nav-tabs > li {
  margin-bottom: 15px;
  position: relative;
  padding-right: 0;
}

.tabStructure .nav-tabs > li > a {
  color: #000;
  padding: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  border: 0;
  position: relative;
  max-width: 310px;
  line-height: 28px;
    font-weight: 400;
    cursor: pointer;
  min-height: 25px;
}

.tabStructure .nav-tabs > li > a::before {
  position: absolute;
  content: '';
  bottom: -16px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #663A8D;
  transition: 0.4s ease-in-out all;
}


/*.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: transparent;
  color: #663A8D;
}
.tabStructure .nav-tabs > li > a.active::before, .tabStructure .nav-tabs > li > a:hover::before{
  width: 100%;
}
.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 > li > a {
    padding: 0;
    font-size: 18px;
    max-width: 310px;
    line-height: 28px;
    min-height: 25px;
  }

.tabStructure .nav-tabs .nav-item.show .nav-link, .tabStructure .nav-tabs .nav-link.active {
  border: 0;
    background: transparent !important;
    color: #663A8D !important;
}

@media (min-width: 768px) {
  .tabStructure .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .tabStructure .card {
    border: none;
    background: transparent;
  }
  .tabStructure .card .accordion-header {
    display: none;
  }
  .tabStructure .card .collapse {
    display: block;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1920px) {
  .tabStructure .nav-tabs > li > a {
    padding: 0;
    font-size: 22px;
    max-width: 342px;
    line-height: 28px;
    min-height: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .tabStructure .nav-tabs > li > a {
    padding: 0;
    font-size: 16px;
    max-width: 265px;
    line-height: 24px;
  }
}

/*@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: 0;
        font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    max-width: 245px;
    min-height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .tabStructure .nav-tabs > li > a {
        padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    max-width: 230px;
    min-height: 20px;
  }
}

@media (max-width: 767px) {
  .tabStructure{
  padding-top: 15px; 
}
  .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: 16px;
    display: block !important;
    color: #fff;
    padding: 15px 12px;
    background: url(../images/icons_white.png) right 15px center no-repeat #663a8d !important;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a.collapsed {
    background: url(../images/icons.png) right 15px center no-repeat #663a8d !important;
  }
}

@media (max-width: 450px) {
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a {
    font-size: 15px;
  }
}
/*# sourceMappingURL=tabs.css.map */