@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap");
/*Social Icons*/
.tabStructure .card {
  padding: 45px 0;
}

.tabStructure .card .card-body {
  padding: 0;
}

.tabStructure .nav-tabs {
  display: none;
}

.tabStructure .nav-tabs {
  border: 0;
  position: relative;
  background:none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tabStructure .nav-tabs > li {
  margin:10px 10px;
  position: relative;
}

.tabStructure .nav-tabs > li > a {
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  background-color: #094978;
}

.tabStructure .nav-tabs > li > a::after {
  content: " ";
  position: absolute;
  background: #56AD5C;
  left: auto;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 100%;
  width: 0%;
  z-index: -1;
}

.tabStructure .nav-tabs > li > a.active, .tabStructure .nav-tabs > li > a:hover {
  border-radius: 0;
}

.tabStructure .nav-tabs > li > a.active::after, .tabStructure .nav-tabs > li > a:hover::after {
  width: 100%;
  right: auto;
  left: 0px;
}

.tabStructure .nav-tabs .nav-item.show .nav-link, .tabStructure .nav-tabs .nav-link.active {
  border: 0;
  background: #56AD5C !important;
  color: #fff !important;
  border-radius: 0;
  font-weight: 500;
}


@media (min-width: 768px) {
  .tabStructure .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tabStructure .card {
    border: none;
    background: transparent;
  }
  .tabStructure .card .card-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 {
    padding: 40px 0;
  }
  .tabStructure .nav-tabs > li > a {
    padding: 10px 10px;
    font-size: 11px;
    font-weight: 500;
  }
  .tabStructure .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .tabStructure .nav-tabs {
    display: none !important;
  }
  .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 .card-header {
    border: 0;
    background: #094978;
    border-radius: 0;
    padding: 0;
  }
  .tabStructure .tab-content > .tab-pane .card-header h5 a {
    font-size: 18px;
    display: block !important;
    color: #fff;
    padding: 15px 12px;
  }
}

@media (max-width: 575px) {
  .tabStructure {
    min-height: 600px;
  }
}
/*# sourceMappingURL=tabs.css.map */