.fp-viewing-slide01 .video-bg.bg {
  display: none;
}

.fp-viewing-slide01 .video-bg.main {
  display: block;
}

.fp-viewing-slide02 .video-bg.main,
.fp-viewing-slide03 .video-bg.main,
.fp-viewing-slide04 .video-bg.main,
.fp-viewing-slide05 .video-bg.main,
.fp-viewing-slide06 .video-bg.main,
.fp-viewing-slide07 .video-bg.main {
  display: none;
}

.fp-viewing-slide02 .video-bg.bg,
.fp-viewing-slide03 .video-bg.bg,
.fp-viewing-slide04 .video-bg.bg,
.fp-viewing-slide05 .video-bg.bg,
.fp-viewing-slide06 .video-bg.bg,
.fp-viewing-slide07 .video-bg.bg {
  display: block;
}

.video-bg {
  width: 100%;
}

#video:after {
  background: rgba(0, 0, 0, 0); /*4096ee;*/ /* Old browsers */
}

.fp-viewing-slide02 #video:after {
  background: rgba(0, 0, 0, 0.3); /*4096ee;*/ /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*background-image: url(../images/desktophealth/Flexcera-Hero-Pink-landscape.jpg);
  background-size: cover;
  background-position: bottom;
  opacity: 1;*/
}

.fp-viewing-slide02 #video:after,
.fp-viewing-slide03 #video:after,
.fp-viewing-slide04 #video:after,
.fp-viewing-slide05 #video:after,
.fp-viewing-slide06 #video:after,
.fp-viewing-slide07 #video:after {
  background: #1e1e1e;
}

.about-img {
  margin: 60px auto 0;
}

.contact-row {
  flex-direction: column;
}

.contact-row div {
  text-align: center;
}

.contact-row i {
  width: 20px;
  font-size: 20px;
  margin: auto;
}

.contact-row i.fa-envelope {
  font-size: 16px;
}

.tb_val {
  margin: auto;
}
.tb_val th, .tb_val td {
  padding: 1rem;
}
.tb_val tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tb_val tr:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.tb_val tr:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 991px) {
  .container-fluid {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    background-color: rgba(0, 0, 0, 0);
  }
  .nav-box {
    background: none;
  }
  .navbar-nav {
    background: rgba(0, 0, 0, 0.9);
  }
  .navigation-menu > li > a {
    color: #fff;
    padding: 9px;
  }
  .navbar-toggle {
    z-index: 999;
  }
  #navigation button i {
    color: #777;
  }
}/*# sourceMappingURL=custom.css.map */