.faq-cont {
  background: url(/view/img/parties/no-bubbles-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 80px;
}
.faq-cont h2 {
  text-align: center;
}
.nav-t {
  margin-left: 0;
  list-style: none;
  text-align: center;
}
.nav-t li a {
  display: block;
}
.nav-tabs {
  *zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after {
  display: table;
  content: "";
}
.nav-tabs:after {
  clear: both;
}
.nav-tabs li {
  display: inline-block;
  margin-bottom: -1px;
  line-height: 18px;
  position: relative;
  min-width: 160px;
}
@media only screen and (max-width: 568px) {
  .nav-tabs li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.nav-tabs li a {
  padding: 10px 30px;
  line-height: 18px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 1024px ) {
  .nav-tabs li a {
    font-size: 17px;
    padding: 10px 20px;
  }
}
@media all and (max-width: 736px ) {
  .nav-tabs li a {
    font-size: 16px;
    padding: 10px 7px;
  }
}
@media only screen and (max-width: 568px) {
  .nav-tabs li a {
    font-size: 16px;
  }
}
.nav-tabs li a:hover {
  color: #ebebeb;
}
.nav-tabs li:last-child.active:before {
  left: 41%;
}
@media only screen and (max-width: 568px) {
  .nav-tabs li:last-child.active:before {
    left: 0;
  }
}
.nav-tabs .active a {
  cursor: default;
  color: #43B02A;
  background-color: rgba(255, 255, 255, 0.9);
}
.nav-tabs .active a:hover {
  color: #43B02A;
  cursor: default;
}
.tab-text {
  overflow: hidden;
}
.tab-text ul {
  padding: 0 60px;
}
@media all and (max-width: 1280px ) {
  .tab-text ul {
    padding: 0;
  }
}
@media all and (max-width: 1024px ) {
  .tab-text ul {
    padding-left: 20px;
  }
}
.tab-text ul li {
  list-style-type: disc;
  font-style: normal;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  color: #fff;
  list-style-position: inside;
  font-size: 18px;
  max-width: 1024px;
  line-height: 24px;
  margin-bottom: 20px;
  list-style-position: outside;
}
.tab-text ul li span {
  font-weight: 600;
}
@media all and (max-width: 1024px ) {
  .tab-text ul li {
    font-size: 17px;
  }
}
@media all and (max-width: 736px ) {
  .tab-text ul li {
    font-size: 16px;
  }
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab-content {
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 2s;
  position: relative;
}
.tab-content.active {
  display: block;
}
.tab-content.hide {
  display: none;
}

.faq-cont .nav-tabs .active:after{
    content:"";
}


