/* ----------------------------------
        
    01. Common styles
    02. Section heading
    03. Topbar
    04. Navigation
    05. Page title
    06. Slider and Banner
    07. Feature boxes
    08. Service blocks
    09. Process with Icon
    10. Client section
    11. Counter box
    12. Call to action
    13. Video
    14. About area style
    15. Progress bars
    16. Testmonial
    17. Owl carousel
    18. Team member
    19. Project grid
    20. Accordion style
    21. Service detail
    22. Portfolio masonry
    23. Tabs
    24. Pricing table
    25. Shop
    26. Blog block
    27. Count and error box
    28. Contact info
    29. Footer
    
---------------------------------- */
/* ===================================
    Common styles
====================================== */
/* loader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  display: table;
  text-align: center; }

.loader {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 200px;
  height: 200px; }

.loader-icon {
  width: 80px;
  height: 80px;
  border: 5px solid  #3cc7ef;
  border-right-color: #eee;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto; }

@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
/* theme color and basic options */
a, a:hover, a:active, a:focus {
  color: #3cc7ef;
  text-decoration: none; }

.bg-theme {
  background-color:  #3cc7ef; }

.bg-theme-90 {
  background: rgba(250, 183, 2, 0.9); }

.bg-theme-80 {
  background: rgba(250, 183, 2, 0.8); }

.theme-overlay[data-overlay-dark]:before {
  background:  #3cc7ef; }

.text-theme-color {
  color:  #3cc7ef; }

.text-content-big p {
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 25px;
  font-size: 15px; }

.shadow-primary {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); }

.red {
  color: red; }

.line-through {
  text-decoration: line-through; }

.readmore {
  font-weight: 700;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  .readmore:after {
    content: '\f105';
    font-size: 16px;
    vertical-align: top;
    font-family: Font Awesome\ 5 Free;
    padding-left: 8px;
    vertical-align: middle; }
  .readmore:hover {
    color:  #3cc7ef; }

.left-title {
  position: relative; }
  .left-title:before {
    content: "";
    background:  #3cc7ef;
    width: 15px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px; }
  .left-title.white:before {
    background: #fff; }

@media screen and (max-width: 575px) {
  .no-mobile-margin-15px-bottom {
    margin-bottom: 0 !important; }

  .mobile-margin-15px-bottom {
    margin-bottom: 15px; }

  .mobile-margin-20px-bottom {
    margin-bottom: 20px; } }
/* primary listing */
.primary-list {
  padding-left: 0; }
  .primary-list li {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    list-style-type: none;
    color: #222; }
    .primary-list li i {
      color:  #3cc7ef;
      padding-right: 10px; }

.white-list {
  padding-left: 0; }
  .white-list li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    list-style-type: none; }
    .white-list li i {
      color:  #3cc7ef;
      padding-right: 15px; }

.list-style-16 li:after {
  color:  #3cc7ef; }

.white-list {
  padding-left: 0; }
  .white-list li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    list-style-type: none; }
    .white-list li i {
      color:  #3cc7ef;
      padding-right: 15px; }

/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease; }
  .scroll-to-top i {
    color: #fff; }
  .scroll-to-top:hover {
    color: #232323;
    background: #fff; }
    .scroll-to-top:hover i {
      color: #232323; }
  .scroll-to-top:visited {
    color: #232323;
    text-decoration: none; }

/* Button style */
.butn {
  background: #232323;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 12px 30px;
  line-height: normal;
  font-weight: 500;
  text-transform: none !important;
  position: relative;
  z-index: 9999;
  display: inline-block;
  white-space: nowrap;
  border: none;
  cursor: pointer; }
  .butn span {
    z-index: 9;
    position: relative; }
  .butn:hover {
    color: #fff;
    border-radius: 3px; }
  .butn:after {
    content: '';
    position: absolute;
    border-radius: 4px;
    bottom: 6px;
    left: 0;
    height: 2px;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
    width: 0;
    background:  #3cc7ef;
    height: 100%;
    top: 0;
    z-index: 1; }
  .butn:hover:after {
    width: 100%;
    border-radius: 3px; }
  .butn.white {
    background: #fff;
    color: #232323; }
    .butn.white:hover {
      color: #fff;
      border-radius: 3px; }
    .butn.white:after {
      background: #232323;
      border-radius: 3px; }
  .butn.theme {
    background:  #3cc7ef;
    color: #fff; }
    .butn.theme span {
      color: #fff; }
    .butn.theme:hover {
      color: #fff;
      border-radius: 3px; }
    .butn.theme:after {
      background: #232323;
      border-radius: 3px; }
    .butn.theme.white-hover:hover {
      color: #232323; }
      .butn.theme.white-hover:hover span {
        color: #232323; }
    .butn.theme.white-hover:after {
      background: #fff;
      border-radius: 3px; }
  .butn.small {
    padding: 8px 20px; }
  .butn.medium {
    padding: 10px 20px; }

@media screen and (max-width: 991px) {
  .butn {
    padding: 10px 28px; }
    .butn.small {
      padding: 7px 16px; }
    .butn.medium {
      padding: 8px 18px; }

 }
@media screen and (max-width: 767px) {
  .butn {
    padding: 8px 26px; }
    .butn.small {
      padding: 6px 14px; }
    .butn.medium {
      padding: 6px 16px; }

  /* spacing between columns*/
  .xs-default-gutter {
    margin: 0 -15px; }
    .xs-default-gutter > [class*="col-"] {
      padding-right: 15px;
      padding-left: 15px;
      padding-bottom: 0;
      padding-top: 0; } }
/* ===================================
    Section heading
====================================== */
.section-heading {
  margin-bottom: 50px;
  text-align: center; }
  .section-heading.half {
    margin-bottom: 30px; }
  .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    line-height: 140%; }
  .section-heading h1:after, .section-heading h2:after, .section-heading h3:after, .section-heading h4:after, .section-heading h5:after, .section-heading h6:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background:  #3cc7ef;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .section-heading.white h1, .section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .section-heading.white h6 {
    color: #fff; }
  .section-heading.grey h1, .section-heading.grey h2, .section-heading.grey h3, .section-heading.grey h4, .section-heading.grey h5, .section-heading.grey h6 {
    color: #b7b7b7; }
  .section-heading.grey h1:after, .section-heading.grey h2:after, .section-heading.grey h3:after, .section-heading.grey h4:after, .section-heading.grey h5:after, .section-heading.grey h6:after {
    background: #b7b7b7; }
  .section-heading.left {
    text-align: left; }
    .section-heading.left h1, .section-heading.left h2, .section-heading.left h3, .section-heading.left h4, .section-heading.left h5, .section-heading.left h6 {
      padding-bottom: 15px; }
    .section-heading.left h1:after, .section-heading.left h2:after, .section-heading.left h3:after, .section-heading.left h4:after, .section-heading.left h5:after, .section-heading.left h6:after {
      margin: 0;
      left: 0; }
  .section-heading strong {
    font-weight: 600; }
  .section-heading.white p {
    color: #fff; }
  .section-heading p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
    margin: 0 auto; }
  .section-heading span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color:  #3cc7ef;
    line-height: 200%;
    margin-bottom: 10px; }
  .section-heading.white span {
    color: #fff; }
  .section-heading.grey span {
    color: #b7b7b7; }
  .section-heading .badge {
    display: inline-block;
    padding: 7px 19px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 14px;
    color:  #3cc7ef;
    border: 1px solid  #3cc7ef;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: .075em; }

/* title overlay */
.title-overlay {
  mix-blend-mode: lighten;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  margin: 0; }

@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px; }
    .section-heading p {
      padding-top: 10px;
      font-size: 14px; }
 }

/* ===================================
    Topbar
====================================== */
.top-bar-info {
  display: inline-block;
  vertical-align: middle; }
  .top-bar-info ul {
    margin-bottom: 0; }
  .top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 13px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0; }

#top-bar {
  display: block;
  position: relative;
  z-index: 909;
  background: #fff;
  /*padding: 10px 0;*/}

.header-style1 #top-bar {
  background: #fff;
  border-bottom: 0;
}

.top-bar-info li {padding: 15px 0; margin: 0 0 0 10px;}
.top-bar-info li:first-child {padding: 15px 20px;}

.top-bar-info li i {
  font-size: 16px;
  color:  #3cc7ef;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom; }

.dark-bg {background: #182531;}
.blue-bg {background: #004381;}

.top-bar-info li .active {color: #004381; font-weight: 900;}

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0; }
  .top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px; }
    .top-social-icon li:last-child {
      padding-right: 0; }
      .top-social-icon li:last-child a {
        padding-right: 0; }
    .top-social-icon li a {
      color: #fff;
      line-height: 28px;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      padding: 0 3px; }
      .top-social-icon li a:hover {
        color:  #3cc7ef; }

/* ===================================
    Navigation
====================================== */
.navbar-nav li.current > a, .navbar-nav li.active > a {
  color:  #ffffff; }

.navbar > ul > li.current > a:after {
  border-color: transparent  #3cc7ef  #3cc7ef transparent; }

/* ===================================
    Slider and Banner
====================================== */
/* Banner */
.owl-carousel .caption .overflow-hidden {
  display: inline-block; }
.owl-carousel .caption h3 {
  font-weight: 200;
  animation-delay: 0.5s;
  position: relative;
  display: inline-block; }
.owl-carousel .caption h1 {
  margin: 10px 0;
  font-size: 70px;
  font-weight: 500;
  text-transform: uppercase;
  animation-delay: 0.8s; }
.owl-carousel .caption p {
  font-size: 18px;
  color: #eee;
  word-spacing: 2px;
  animation-delay: 1.2s; }
.owl-carousel .caption span {
  display: inline-block;
  padding: .2em 0; }
.owl-carousel .caption .butn {
  animation-delay: 1.4s; }
  .owl-carousel .caption .butn i {
    position: relative;
    top: 1px;
    z-index: 9; }

/* carousel-style3 */
.carousel-style3 .owl-carousel .owl-item img {
  width: 100%; }

/* carousel-style4 */
.carousel-style4 .owl-carousel .owl-item img {
  width: 100%; }

/*home-business-slider*/
.home-business-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  background: none !important;
  opacity: 0.35; }
  .home-business-slider .owl-nav .owl-next:hover {
    opacity: 1; }
.home-business-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  background: none !important;
  opacity: 0.35; }
  .home-business-slider .owl-nav .owl-prev:hover {
    opacity: 1; }

@media screen and (max-width: 991px) {
  /*half container banner */
  .half-container-banner .banner-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    border: 10px solid rgba(0, 0, 0, 0.1); }

  .half-banner[data-overlay-dark="0"]:before, .half-banner[data-overlay-light="0"]:before {
    opacity: 0.70; }

  .owl-carousel .caption h1 {
    font-size: 50px; }
  .owl-carousel .caption p {
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .owl-carousel .caption h1 {
    font-size: 32px;
    margin-top: 5px; }
  .owl-carousel .caption h3 {
    letter-spacing: 1px; } }
@media screen and (max-width: 575px) {
  /*half container banner */
  .half-container-banner .banner-container {
    border: 5px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 90%; }

  .owl-carousel .caption h1 {
    font-size: 20px;
    margin-top: 5px; } }
.slider-fade .owl-item {
  height: 100vh;
  position: relative; }
.slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center; }
  .slider-fade .item .caption {
    width: 100%;
    z-index: 9; }
.slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  left: 0;
  text-align: center; }

/* ===================================
    Video
====================================== */
.story-video {
  height: 100%; }

.story-video-height {
  min-height: 400px;
  height: 100%; }

.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background:  #3cc7ef;
  text-align: center;
  display: inline-block;
  line-height: 85px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s; }
  .video_btn:hover i, .video_btn:focus i {
    color: #fff; }
  .video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }
  .video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite; }

.video_btn-style2:after, .video_btn-style2:before {
  border-color: rgba(0, 0, 0, 0.1); }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
.video_btn.border-grey:after, .video_btn.border-grey:before {
  border: 2px solid #d8d8d8; }

.video_btn.small {
  width: 50px;
  height: 50px;
  line-height: 50px; }
  .video_btn.small:after {
    height: 50px;
    width: 50px; }
  .video_btn.small:before {
    height: 65px;
    width: 65px; }

@media screen and (max-width: 1199px) {
  .story-video-height {
    min-height: 350px; }

  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 80px; }
    .video_btn:after {
      height: 75px;
      width: 75px; }
    .video_btn:before {
      height: 90px;
      width: 90px; } }
@media screen and (max-width: 991px) {
  .story-video {
    min-height: 325px; }

  .story-video-height {
    min-height: 300px; }

  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px; }
    .video_btn:after {
      height: 70px;
      width: 70px; }
    .video_btn:before {
      height: 85px;
      width: 85px; }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2); } } }
@media screen and (max-width: 767px) {
  .story-video {
    min-height: 200px; }

  .story-video-height {
    min-height: 250px; }

  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 62px; }
    .video_btn:after {
      height: 60px;
      width: 60px; }
    .video_btn:before {
      height: 75px;
      width: 75px; } }
/* ===================================
    About area style
====================================== */
.about-area {
  padding: 0; }

.about-text {
  display: block;
  padding-bottom: 90px;
  padding-top: 90px; }
  .about-text .sec-title {
    padding-bottom: 34px; }
  .about-text .inner-content h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 14px;
    color: #fff; }
    .about-text .inner-content h2 span {
      font-weight: 700; }
  .about-text .inner-content p {
    color: #fff; }
  .about-text .inner-content .bottom {
    display: block;
    overflow: hidden;
    margin-top: 25px; }
    .about-text .inner-content .bottom p {
      margin: 0;
      font-weight: 500; }
    .about-text .inner-content .bottom .signature {
      display: block;
      margin-top: 22px; }

.about-right-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 90px 40px;
  z-index: 1;
  height: 100%; }
  .about-right-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  #3cc7ef;
    opacity: .92;
    content: "";
    z-index: -1; }
  .about-right-box ul {
    margin-bottom: 0; }
    .about-right-box ul li {
      display: block;
      overflow: hidden;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 29px;
      margin-bottom: 30px; }
      .about-right-box ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      .about-right-box ul li .left-content {
        display: block;
        width: 70%; }
        .about-right-box ul li .left-content .icon {
          width: 55px;
          display: table-cell;
          vertical-align: top;
          color: rgba(255, 255, 255, 0.5); }
          .about-right-box ul li .left-content .icon span:before {
            font-size: 55px;
            line-height: 55px; }
        .about-right-box ul li .left-content .title {
          padding-left: 30px;
          display: table-cell;
          vertical-align: middle;
          color: rgba(255, 255, 255, 0.5); }
          .about-right-box ul li .left-content .title h3 {
            color: #ffffff;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            line-height: normal;
            letter-spacing: 1px;
            margin: 0 0 1px; }
          .about-right-box ul li .left-content .title span {
            color: rgba(255, 255, 255, 0.75); }
      .about-right-box ul li .right-content .title {
        display: block;
        margin-top: 3px; }
        .about-right-box ul li .right-content .title h4 {
          color: #ffffff;
          font-size: 3.4em;
          font-weight: 600;
          line-height: normal;
          margin-bottom: 0; }

@media screen and (max-width: 1199px) {
  .about-text, .about-right-box {
    padding-top: 70px;
    padding-bottom: 70px; } }
@media screen and (max-width: 991px) {
  .about-area {
    padding-bottom: 50px; }

  .about-text, .about-right-box {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media screen and (max-width: 767px) {
  .about-right-box {
    padding: 40px 20px; }
    .about-right-box ul li {
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .about-right-box ul li .left-content .title {
        padding-left: 10px; }
      .about-right-box ul li .left-content .icon span:before {
        font-size: 36px;
        line-height: normal; }
      .about-right-box ul li .right-content .title h4 {
        font-size: 26px; } }
/*about ceo*/
.about-ceo {
  position: relative; }
  .about-ceo .about-project {
    position: absolute;
    right: 20px;
    bottom: 19px;
    background: #f7f7f7;
    z-index: 9; }
    .about-ceo .about-project h3 {
      margin-bottom: 0;
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      color:  #3cc7ef;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 5px;
      margin-bottom: 10px; }
    .about-ceo .about-project p {
      display: block;
      font-size: 18px;
      color: #232323;
      margin: 0;
      font-weight: 700;
      text-transform: uppercase; }
  .about-ceo .box-area {
    position: relative;
    background: #fff;
    padding: 25px;
    text-align: center;
    border: 8px solid  #3cc7ef; }

/*timeline*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px; }
  .timeline > li {
    margin-bottom: 20px;
    position: relative; }
    .timeline > li:before {
      content: " ";
      display: table; }
    .timeline > li:after {
      content: " ";
      display: table;
      clear: both; }
    .timeline > li:before {
      content: " ";
      display: table; }
    .timeline > li:after {
      content: " ";
      display: table;
      clear: both; }
    .timeline > li > .timeline-panel {
      width: 46%;
      float: left;
      border: 1px solid #e8e8e8;
      border-radius: 2px;
      padding: 20px;
      position: relative;
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }
      .timeline > li > .timeline-panel:before {
        position: absolute;
        top: 26px;
        right: -15px;
        display: inline-block;
        border-top: 15px solid transparent;
        border-left: 15px solid #ccc;
        border-right: 0 solid #ccc;
        border-bottom: 15px solid transparent;
        content: " "; }
      .timeline > li > .timeline-panel:after {
        position: absolute;
        top: 27px;
        right: -14px;
        display: inline-block;
        border-top: 14px solid transparent;
        border-left: 14px solid #fff;
        border-right: 0 solid #fff;
        border-bottom: 14px solid transparent;
        content: " "; }
    .timeline > li > .timeline-badge {
      color: #fff;
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 1.4em;
      text-align: center;
      position: absolute;
      top: 16px;
      left: 50%;
      margin-left: -25px;
      background-color: #999999;
      z-index: 100;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right; }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; }

.timeline-badge.primary {
  background-color: #2e6da4 !important; }
.timeline-badge.success {
  background-color: #3f903f !important; }
.timeline-badge.warning {
  background-color: #f0ad4e !important; }
.timeline-badge.danger {
  background-color: #d9534f !important; }
.timeline-badge.info {
  background-color: #5bc0de !important; }

.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0; }
.timeline-body > p + p {
  margin-top: 5px; }

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px; }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px; }
  ul.timeline > li > .timeline-panel {
    float: right; }
    ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto; }
    ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto; } }
/* ===================================
    Progress bars
====================================== */
.progress-text {
  font-size: 13px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 5px; }

.custom-progress {
  height: 4px;
  border-radius: 50px;
  box-shadow: none;
  margin-bottom: 15px; }

.custom-bar {
  height: 100%;
  background-color:  #3cc7ef;
  box-shadow: none; }

.custom-bar-dark {
  height: 100%;
  background-color: #232323;
  box-shadow: none; }

.progress-medium {
  height: 8px;
  border-radius: 50px;
  box-shadow: none; }

.progress-bold {
  height: 12px;
  border-radius: 50px;
  box-shadow: none; }

/* ===================================
    Owl carousel
====================================== */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color:  #3cc7ef; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  background: #fff !important;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1); }

.owl-nav i, .owl-nav span {
  color: #232323;
  font-size: 18px;
  padding-top: 4px; }

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block; }

/* ===================================
    Team member
====================================== */
.team-member {
  border: 1px solid #ececec;
  border-radius: 5px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
  background: #fff;
  overflow: hidden; }
  .team-member:hover {
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.28);
    -webkit-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.16); }

.team-member-img {
  width: 100%;
  height: auto; }
  .team-member-img img {
    width: 100%; }

.team-member-text {
  text-align: center;
  padding: 20px; }
  .team-member-text h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 3px;
    -webkit-transition-duration: .6s;
    transition-duration: .6s; }

.team-member:hover .team-member-text h4 {
  color:  #3cc7ef; }

.team-member-text h4 a {
  color: #232323; }
.team-member-text span {
  color:  #3cc7ef;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px; }
.team-member-text p {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  margin: 20px auto 0;
  max-width: 90%; }
.team-member-text ul {
  margin-top: 15px;
  padding: 8px 0; }
  .team-member-text ul li a i {
    font-size: 17px;
    line-height: 34px; }

@media screen and (max-width: 991px) {
  .team-member-text {
    padding: 20px 10px; } }
/* team single img */
.team-single-img {
  width: 100%; }
  .team-single-img img {
    border-radius: 5px; }

.team-single-text {
  padding: 5px 50px 15px 15px; }
  .team-single-text span {
    color:  #3cc7ef;
    font-size: 14px;
    font-weight: 500; }
  .team-single-text h4 {
    color: #232323;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px; }

.team-single-info {
  padding: 0; }
  .team-single-info li strong {
    color: #555;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px; }

.team-single-text li span {
  color: #777;
  font-size: 15px;
  font-weight: 400; }

/* team single icon */
.team-single-icons ul li {
  display: inline-block;
  border: 1px solid  #3cc7ef;
  border-radius: 50%;
  color:  #3cc7ef;
  margin-right: 8px;
  margin-bottom: 5px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }
  .team-single-icons ul li a {
    color:  #3cc7ef;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    width: 25px; }
  .team-single-icons ul li:hover {
    background:  #3cc7ef;
    border-color:  #3cc7ef; }
    .team-single-icons ul li:hover a {
      color: #fff; }

/* team style1 */
.team-style1 .team-member-img {
  overflow: hidden;
  border-radius: 5px; }
  .team-style1 .team-member-img img {
    transition: all 0.5s ease 0s;
    width: 100%; }
  .team-style1 .team-member-img:hover img {
    transform: scale(1.1); }

.team-style2 .team-member-img img {
  transition: all 0.3s ease 0s; }
.team-style2 .team-member-img:hover img {
  /*filter: grayscale(100%);*/ }

/* team style2 */
.team-style2 .team-description {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  opacity: 0;
  transition: all 200ms ease-in-out;
  padding: 15px;
  z-index: 9; }
.team-style2 .social-links {
  transform: translateY(15px);
  transition: transform 300ms ease-in-out, opacity 150ms ease-in;
  opacity: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased; }
  .team-style2 .social-links a:hover {
    opacity: 0.65; }
.team-style2 .team-description-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }
.team-style2 .team-description-content {
  display: table-cell;
  vertical-align: middle; }
.team-style2 .team-member-img {
  position: relative;
  display: block;
  overflow: hidden; }
.team-style2 .bg-cover {
  background-color: rgba(255, 66, 41, 0);
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transform: scale(2);
  transition: all 200ms ease-in-out;
  display: none;
  z-index: 1; }
.team-style2 .team-member-img > img {
  transition: all 0.2s ease 0s; }
.team-style2:hover .bg-cover {
  background-color: rgba(0, 0, 0, 0.75);
  display: block; }
.team-style2:hover .social-links {
  transition-delay: 100ms, 100ms;
  opacity: 1;
  transform: translateY(0); }
.team-style2:hover .team-member-img > img {
  /*filter: blur(4px) grayscale(4%); */}
.team-style2:hover .team-description {
  opacity: 1; }

/* ===================================
    Project grid
====================================== */
/* filtering */
.filtering {
  margin-bottom: 10px; }
  .filtering span {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px; }
    .filtering span:last-child {
      margin: 0; }
  .filtering .active {
    border-color:  #3cc7ef;
    color:  #3cc7ef; }

@media screen and (max-width: 767px) {
  .filtering span {
    margin-right: 15px; } }
/* filtering style2 */
.filtering-style2 span {
  font-size: 12px;
  font-weight: 700; }

/* ===================================
    Accordion style
====================================== */
/*accordion style 1*/
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none; }
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none; }
.accordion-style .btn-link {
  background:  #3cc7ef !important;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 4px;
  padding: 15px 30px 15px 15px;
  text-decoration: none; }
  .accordion-style .btn-link:hover {
    background:  #3cc7ef !important;
    border: none;
    text-decoration: none; }
  .accordion-style .btn-link.collapsed:after {
    background: none;
    content: "+";
    right: 15px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px; }
  .accordion-style .btn-link:after {
    background: none;
    content: "-";
    right: 17px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px;
    position: absolute;
    color: #fff; }
.accordion-style .card-body {
  padding: 20px;
  line-height: 24px;
  text-align: left; }

/* ===================================
    Tabs
====================================== */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px; }

.resp-tabs-list li {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer; }
  .resp-tabs-list li:last-child {
    margin-right: 0; }
  .resp-tabs-list li i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: text-bottom; }

.resp-tabs-container {
  padding: 0px;
  /*background-color: #fff;*/
  clear: left; }

.resp-tab-content {
  display: none;
  padding: 20px; }

.resp-tabs-list li.resp-tab-active {
  border: 1px solid  #3cc7ef;
  border-bottom: none;
  border-color:  #3cc7ef !important;
  margin-bottom: -1px;
  padding: 12px 14px 14px 14px;
  border-top: 4px solid  #3cc7ef !important;
  border-bottom: 0px #fff solid;
  border-bottom: none;
  background-color: #fff;
  color:  #3cc7ef; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-tab-content {
  border: 1px solid #3cc7ef;
  border-top-color: #3cc7ef;
  float: left;
  width: 100%; }

h2.resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #fff;
  border: 1px solid #3cc7ef;
  border-top: 0px solid #3cc7ef;
  margin: 0px;
  padding: 14px 15px;
  float: left;
  width: 100%; }
h2.resp-tab-active {
  border-bottom: 0px solid #3cc7ef !important;
  background-color: #3cc7ef !important;
  color: #fff; }

.vh-tabs .resp-tab-content {border: 1px solid #f1198a; border-top-color: #f1198a;}
.vh-tabs h2.resp-accordion {border: 1px solid #f1198a; border-top: 0px; border-bottom: 1px solid #fff; background-color: #f1198a;}
.vh-tabs h2.resp-tab-active{background-color: #f1198a!important;}

.grey-tabs .resp-tab-content {border: 1px solid #999; border-top-color: #999;}
.grey-tabs h2.resp-accordion {border: 1px solid #999; border-top: 0px; border-bottom: 1px solid #fff; background-color: #999;}
.grey-tabs h2.resp-tab-active{background-color: #999!important;} 

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #fff !important;
  background: blue; }

/* vertical tabs */
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%; }
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none; }
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid  #3cc7ef !important;
  float: left;
  width: 70%;
  min-height: 250px;
  clear: none; }
.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word; }
.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 11px !important;
  border-top: 1px solid;
  border: 1px solid  #3cc7ef !important;
  border-left: 4px solid  #3cc7ef !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important; }

.resp-arrow {
  /*border-color: transparent #232323 #232323 transparent;*/
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px; }

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px; }

/* accordion styles */
.resp-easy-accordion h2.resp-accordion {
  display: block; }
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1; }
  .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
    /* !important; */ }

.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block;
  border-color:  #3cc7ef !important; }

.vh-tabs .resp-tab-content-active {border-color:  #f1198a!important;}
.grey-tabs .resp-tab-content-active {border-color:  #999!important;}

h2.resp-accordion:first-child {border-top: 1px solid #3cc7ef;}
h2.resp-accordion.resp-tab-active {border-color:  #3cc7ef !important;}
.vh-tabs h2.resp-accordion:first-child {border-top: 1px solid #f1198a; background-color: #f1198a!important;}
.vh-tabs h2.resp-accordion:nth-last-of-type(1) {border-bottom: 1px solid #f1198a;}
.vh-tabs h2.resp-accordion.resp-tab-active {border-color:  #f1198a !important;}

.grey-tabs h2.resp-accordion:first-child {border-top: 1px solid #999; background-color: #999!important;}
.grey-tabs h2.resp-accordion:nth-last-of-type(1) {border-bottom: 1px solid #999;}
.grey-tabs h2.resp-accordion.resp-tab-active {border-color:  #999 !important;}


/* tab-style4 */
.tab-style4 .resp-tabs-list li.resp-tab-active, .tab-style4 .resp-tab-content-active {
  background:  #3cc7ef !important;
  color: #fff; }

/* tab-style5 */
@media screen and (min-width: 768px) {
  .tab-style5 ul.resp-tabs-list {
    text-align: center; }
    .tab-style5 ul.resp-tabs-list.text-left {
      padding-left: 15px; }
    .tab-style5 ul.resp-tabs-list li:last-child {
      margin-right: 0; }
    .tab-style5 ul.resp-tabs-list li.resp-tab-active {
      border-bottom-color:  #3cc7ef;
      color:  #3cc7ef; }
  .tab-style5 .resp-tab-content {
    border: 1px solid #e6e6e6;
    border-width: 1px 0 0 0;
    border-color:  #3cc7ef; } }
/* tab-style6 */
@media screen and (min-width: 768px) {
  .tab-style6 ul.resp-tabs-list {
    text-align: center;
    border: 1px solid #e6e6e6;
    border-width: 0 0 1px 0; }
    .vh-tabs .tab-style6 ul.resp-tabs-list {text-align: left; border: 0;}
    .vh-tabs .tab-style6 ul.resp-tabs-list:first-child {padding-right: 30px;}
    .tab-style6 ul.resp-tabs-list li:last-child {
      margin-right: 0; }
    .tab-style6 ul.resp-tabs-list li.resp-tab-active {
      border-bottom-color:  #3cc7ef;
      color:  #3cc7ef; }

      .vh-tabs .tab-style6 ul.resp-tabs-list li.resp-tab-active {
      border-bottom-color:  #fff;
      color:  #fff; }

  .tab-style6 .resp-tab-content {
    border: none;
    padding: 30px 20px; }

  .tab-style6 .resp-tabs-list .tab-box {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-top: 8px; }
  .tab-style6 .resp-tabs-list li.resp-tab-active h6 {
    color:  #3cc7ef; }
  .tab-style6 .resp-tabs-list .tab-box h6 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #6f6f6f;
    line-height: 12px; }
  .tab-style6 .resp-tabs-list .tab-box span {
    text-transform: lowercase;
    font-size: 12px; }
  .tab-style6 .resp-tabs-list li {
    font-size: 18px;
    border-bottom: 2px solid transparent !important;
    margin: 0;
    background: none !important;
    padding: 0 35px 15px 35px;
    text-transform: uppercase; }
    .tab-style6 .resp-tabs-list li.resp-tab-active {
      border-width: 0 0 2px 0 !important;
      border-color:  #3cc7ef !important; }

    .vh-tabs .tab-style6 .resp-tabs-list li {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid transparent !important;
    margin: 0;
    background: none !important;
    padding: 0 0 2px 0;
    margin-bottom: 7px;
    text-transform: uppercase; }
    .vh-tabs .tab-style6 .resp-tabs-list li.resp-tab-active {
      font-weight: 600;
      border-width: 0 0 1px 0 !important;
      border-color:  #fff !important; }

  .tab-style6 ul.resp-tabs-list i {
    margin-right: 15px;
    border: 1px solid #d5d5d5;
    border-radius: 70px;
    width: 70px;
    height: 70px;
    line-height: 68px;
    font-size: 30px;
    padding: 0;
    vertical-align: middle; }
  .tab-style6 ul.resp-tabs-list li.resp-tab-active i {
    background:  #3cc7ef;
    border-color:  #3cc7ef;
    color: #fff; } }
@media screen and (max-width: 991px) {
  .tab-style6 .resp-tab-content {padding: 20px;}
  .tab-style6 .resp-tabs-list li {padding: 0 15px 15px 15px;}
  .vh-tabs .tab-style6 .resp-tab-content {border-width: 1px; border-style: solid; padding: 30px 20px;}
}
/* change the breakpoint to set the accordion */
@media screen and (max-width: 991px) {
  ul.resp-tabs-list {
    display: none; }

  h2.resp-accordion {
    display: block; }
    h2.resp-accordion i {
      margin-right: 8px;
      font-size: 18px; }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none; }

  /*.resp-accordion-closed {
    display: none !important; }*/
    

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; }

  .resp-tab-content {
    background-color: transparent; }

  /* tab-style6 */
  .tab-style6 .tab-box {
    display: inline-block;
    vertical-align: top; }
  .tab-style6 h2.resp-accordion i {
    margin-right: 15px; }
  .tab-style6 .tab-box h6 {
    margin-bottom: 2px;
    font-size: 14px; }
  .tab-style6 .tab-box span {
    font-size: 12px; }
  .tab-style6 .resp-tab-active h6 {
    color: #fff; } 
}


.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0; }
  .pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0; }
  .pagination li {
    display: inline; }
  .pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff; }
    .pagination a:hover {
      background-color: #232323;
      color: #fff; }
  .pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default; }
  .pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default; }
  .pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default; }
    .pagination .disabled a:hover {
      color: #999;
      background-color: transparent;
      cursor: default; }
  .pagination li:first-child a {
    border-left-width: 1px; }

.blockquote {
  background: #f1f1f1;
  border-left: 4px solid  #3cc7ef;
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0;
  padding: 20px 30px 30px; }
  .blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    color: #232323;
    letter-spacing: .5px; }
  .blockquote h4 {
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    letter-spacing: .5px; }

/* ===================================
    Footer
====================================== */
footer {
  padding: 50px 0 0;
  background: #1f1f1f;
  color: #939393; }
  footer p {
    margin-bottom: 0; }
  footer h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
    position: relative; }
    footer h3:after {
      content: '';
      display: block;
      width: 70px;
      height: 2px;
      background:  #3cc7ef;
      margin-top: 12px; }

.footer-social-icons ul {
  margin-bottom: 0; }
  .footer-social-icons ul li {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: 0.3s; }
    .footer-social-icons ul li a {
      color: #939393;
      display: block;
      font-size: 15px;
      height: 35px;
      line-height: 34px;
      text-align: center;
      width: 35px; }
    .footer-social-icons ul li:hover {
      background:  #3cc7ef;
      border-color:  #3cc7ef; }
      .footer-social-icons ul li:hover i {
        color: #fff; }
.footer-social-icons.small ul li {
  margin-bottom: 0; }
  .footer-social-icons.small ul li a {
    font-size: 12px;
    height: 25px;
    line-height: 26px;
    width: 25px; }

.footer-social-icons2 ul {
  margin-bottom: 0; }
  .footer-social-icons2 ul li {
    display: inline-block;
    border: 1px solid #6f6f6f;
    border-radius: 50%;
    color: #6f6f6f;
    margin-right: 10px;
    margin-bottom: 0;
    -webkit-transition-duration: .3s;
    transition-duration: 0.3s; }
    .footer-social-icons2 ul li a {
      color: #939393;
      display: block;
      font-size: 15px;
      height: 35px;
      line-height: 34px;
      text-align: center;
      width: 35px; }
    .footer-social-icons2 ul li:hover {
      background:  #3cc7ef;
      border-color:  #3cc7ef; }
      .footer-social-icons2 ul li:hover i {
        color: #fff; }
.footer-list {
  margin: 0; }
  .footer-list li {
    list-style-type: none;
    color: #939393;
    padding: 6px 0; }
    .footer-list li:first-child {
      padding-top: 0; }
    .footer-list li a {
      font-size: 15px;
      font-weight: 400;
      color: #939393; }
      .footer-list li a:before {
        content: '\f105';
        font-weight: 700;
        vertical-align: bottom;
        font-family: Font Awesome\ 5 Free;
        color: #939393;
        padding-right: 8px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s; }
      .footer-list li a:hover {
        color: #fff; }
        .footer-list li a:hover:before {
          color: #fff; }

.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  text-align: center;
  background: #191919;
  color: #939393; }
  .footer-bar span {
    color:  #3cc7ef;
    font-size: 15px;
    font-weight: 400; }

/*footer-top-bar*/
.footer-top-bar {
  background: #191919;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 30px; }

  .footer-bar {
    margin-top: 30px; }

  .footer-bar p {
    font-size: 13px; } }

/* new custom styles */
html, body {height: 100%;}
body {display: flex;flex-direction: column;}
.main-wrapper {flex: 1 0 auto;}

body {font-size: 15px; line-height: 1.5; font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif; color: #000000;}

h1, h2, h3, h4, h5, h6 {font-family: 'Futura ExtraBold', Arial, Helvetica, sans-serif; font-weight: normal; color: #000000;}

a, a:active, a:focus {text-decoration: underline;}
a:href {text-decoration: none;}

a.bluelink {color: #3cc7ef;}

section {position: relative;}

.loader-icon {
  width: 80px;
  height: 80px;
  border: 5px solid #004381;
  border-right-color: #ccc;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto; }

@media screen and (min-width: 1200px) {
.container {max-width: 1200px;}
}
@media screen and (min-width: 1600px) {
.maxw-1780 {max-width: 1780px;}
.maxw-1600 {max-width: 1600px;}
.maxw-1366 {max-width: 1366px;}
}

@media screen and (min-width: 1300px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }

.navbar-nav > li {position: relative; padding: 0; margin: 0;}
.navbar-nav > li:first-child {margin-left: 0;}
.navbar-nav > li:after {display: inline-block; position: absolute; top: 45px; right: 0; margin-right: -5px; content: '+'; color: #fff; font-size: 14px; font-weight: 900; z-index: 23;}
.navbar-nav > li:last-child:after {display: none;}
.navbar-nav > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  /*padding: 21px 0.5rem;*/
  padding: 42px 36px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a.active {background: #3cc7ef;}
.vhealth-home .navbar-nav > li > a:hover, .vhealth-home .navbar-nav > li > a.active {background: #f1198a;}
}

.navbar-nav > li > a br {display: none;}
@media screen and (min-width: 1300px) and (max-width: 1659px) {
  .navbar-nav > li > a {font-size: 15px; padding: 42px 30px;}
  .navbar-nav > li > a br {display: block;}
}

/*@media screen and (min-width: 1300px) and (max-width: 1365px) {.navbar-nav > li > a {padding: 42px 36px;}}*/

.navbar-nav li a, .top-bar-info li a {text-decoration: none;}

header {
  box-shadow: none;
  transition: all 0.5s ease 0s;
  position: absolute;
  width: 100%;
  z-index: 99999;
}
header.header-inner {
  box-shadow: none;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 99999;
}

.navbar-default {
  transition: all 0.5s ease 0s;
  /*-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);*/
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
header.header-inner .navbar-default {
  background: #004381;
}

/* login dropdown */
.attr-nav {
  float: right;
  margin-left: 0;
  margin-right: 0;
}

.ls-box {/*float: right;*/}
.ls-box > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.ls-box > ul > li {
  /*float: left;*/
  display: block;
}

.ls-box > ul > li > a {
  color: #fff;
  display: block;
  padding: 15px;
  position: relative;
  text-decoration: none;
}

/* -- max 991-- *//* .attr-nav > ul > li.dropdown ul.dropdown-menu{ left: -193px; top: 38px; display: none !important;  }
  .attr-nav > ul > li.dropdown.show ul.dropdown-menu{ display: block !important;  } */

.ls-box .login {}
.ls-box .login img {display: inline-block; vertical-align: middle;}
.ls-box .login span {display: inline-block; font-size: 16px; vertical-align: middle;}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  /*.ls-box .login span {display: none;}*/
  .ls-box {margin-right: 65px;}
  .library-search.ls-box {margin-right: 0;}
}

.ls-box .login:after, .ls-box .search:after {display: none!important;}
.ls-box li.dropdown a.login {}

.ls-box > ul > li.dropdown ul.dropdown-menu {
  position: absolute;
  z-index: 103;
  min-width: 480px;
  margin: 0;
  border-radius: 0;
  background: #fff;
  right: -16px;
  left: auto;
  top: 60px;
  box-shadow: none;
  transition: all .5s ease;
  background: transparent; border: 1px solid #00a0d9;

}
.ls-box .dropdown-menu li {float: none; text-align: left; font-size: 16px; padding: 50px; position: relative; z-index: 112;}

.ls-box ul.dropdown-menu:before {display: block; content: ''; position: absolute; top: 0; right: 0; width: 15px; height: 15px; margin: -16px 30px 0 0; background: #fff; transform: rotate(-45deg);}
.ls-box ul.dropdown-menu:after {display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; margin: -8px 0 0 -8px; background: #fff; z-index: 1;}

.login-title {font-size: 16px; color: #004381; font-weight: 900; text-transform: uppercase; margin-bottom: 30px;}

.ls-box form {margin: 0;}

.ls-box .login-form ul {
  padding-left: 0;
  list-style-position: inside;
  padding: 5px 0;
}
.ls-box .form-control-feedback {
  position: absolute;
  /*top: 0;*/
  bottom: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  color: #00529a;
}
.ls-box .form-control-feedback {
  line-height: 2.5em !important;
}
.ls-box .form-control {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #252525;
  padding: 4px;
  color: #252525;
}
.ls-box #confirmpass, .ls-box #regpass, .ls-box #pass {padding-right: 40px;}
.form-control:focus {
 color:#252525;
 background-color:#fff;
 border-color:#252525;
 outline:0;
 box-shadow:none;
}
.form-control::-webkit-input-placeholder {
 color:#aaa;
 opacity:0.8;
}
.form-control::-moz-placeholder {
 color:#aaa;
 opacity:0.8;
}
.form-control:-ms-input-placeholder {
 color:#aaa;
 opacity:0.8;
}
.form-control::-ms-input-placeholder {
 color:#aaa;
 opacity:0.8;
}
.form-control::placeholder {
 color:#aaa;
 opacity:0.8;
}

.ls-box label {
  display: inline-block;
  margin-bottom: .3rem;
}
.ls-box .btn-dark {background: #00529a; color: #fff; border: 1px solid #00529a; padding: .200rem .75rem; font-size: 14px; font-weight:600;}
.ls-box .btn-default {background: #48c7f4; color: #fff; border: 1px solid #48c7f4; padding: .200rem .75rem; font-size: 14px; font-weight:600;}
.has-feedback {
  position: relative;
}
.ls-box .has-feedback .form-control.icon {
  padding-right: 42.5px;
}

.ls-box .seepass-icon {background: url('../img/content/seepass-icon.svg') no-repeat center center; pointer-events: initial; cursor: pointer; z-index: 5;}
.ls-box .search-icon2 {background: url('../img/content/search-icon2.svg') no-repeat center center; border: 0; padding: 0; z-index: 22; cursor: pointer; pointer-events: initial;}

.ls-box .fpass {display: flex; color: #666666; font-size: 12px; font-weight: 300; padding: 15px 0 60px 0;}
.ls-box .fpass p {margin: 0;}
.ls-box .fpass input {display: inline-block; vertical-align: top; width: auto; margin: 0; border: 1px solid #252525; border-radius: 0;}
.ls-box .fpass a {width: auto; margin-left: auto; color: #666666; font-size: 12px; font-weight: 300; text-decoration: underline;}
.ls-box .fpass a:hover {text-decoration: none;}
.register-btn {display: flex; min-width: 300px; max-width: 300px; color: #004381; font-size: 16px; font-weight: 900; text-transform: uppercase; position: relative; z-index: 12; text-decoration: none;}
.register-btn:before {display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; margin: -5px 0 0 -5px; background: transparent; border: 1px solid #004381; z-index: 9;}
.register-btn span {display: block; width: 100%; position: relative; text-align: center; padding: 20px 0; border: 1px solid #00a0d9; z-index: 15;}
.register-btn:hover {color: #00a0d9;}
.ls-box .signup-btn, .ls-box .register-btn {/*min-width: 235px; max-width: 235px;*/ border: 0; cursor: pointer; margin: 0 auto;}
.ls-box .signup-btn span, .ls-box .register-btn span {padding: 15px 0;}

.ls-box .login-hr {padding: 40px 0; position: relative;}
.ls-box .login-hr hr {border: 0; height: 1px; background: #aaa;}
.ls-box .login-hr span {display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding: 10px 20px; background: #fff;}

.logged-profile-info {display: flex; align-items: center; }
.logged-profile-info img {max-width: 50px; height: auto; border-radius: 50%;}
.logged-profile-info span.prf-img {display: inline-block; width: 100%; max-width: 50px; height: 50px; border-radius: 50%; background-size: 100%; background-repeat: no-repeat; background-position: center;}
.logged-title {font-size: 16px; color: #004381; font-weight: 900; margin: 0 0 0 20px;}
.ls-box .logged-hr {padding: 15px 0; margin: 10px 0 20px 0; position: relative;}
.ls-box .logged-hr hr {border: 0; height: 1px; background: #ccc;}
.ls-box .logged-hr span, .ls-box .logged-hr a {display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding: 10px 20px; background: #fff; font-size: 16px; font-weight: 900; color: #3cc7ef; text-transform: uppercase;}
.ls-box .logged-hr a {text-decoration: none;}


/* Small devices (tablets, 480px and below) */
@media (max-width: 480px) {
  .ls-box .btn-group {
    position: static;
  }

  .ls-box .dropdown-menu {
    right: 15px !important;
    width: 100%;
  }
}

/* registration */
.registration-box {max-width: 1110px; max-height: 980px; position: relative; margin: 40px auto; background: #fff;}
.registration-box .row.h-100 {width: 100%; /*min-height: 980px;*/}
.registration-box .col-lg-6.content-center {padding: 0;}
.registration-box .col-lg-6.content-center:nth-child(2) {padding: 80px 0; background-color: #fff;}
.content-center {display: flex; align-items: center; justify-content: center;}
.registration-box .img-size {width: auto!important; height: 100%!important;}
.register-form {width: 90%; max-width: 430px;}
.ls-box .register-form select { margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;}

.ls-box .register-form select {background: url('../img/content/registration/select-arrow.svg') no-repeat center right; cursor: pointer; padding-right: 0!important;}
.ls-box select:invalid {color: #aaa!important; opacity:0.8;}

.ls-box .checkbox {display: inline-block; vertical-align: middle; width: auto; margin: 0; border: 1px solid #252525; border-radius: 0;}

.ls-box .register-form .signup-btn {/*min-width: 300px; max-width: 300px;*/ width: 310px;}

.registration-box.ls-box .form-control-feedback {top: 0; bottom: auto; right: 14px;}

.ls-box .alert-danger {
  color: #252525;
  font-size: 12px;
  padding: 6px 9px;
  background: #f8b6b7;
  border-color: transparent;
  position: relative;
}
.ls-box .alert-danger:after {display: block; content: ''; position: absolute; bottom: 0; right: 50%; width: 10px; height: 10px; margin: 0 10px -5px 0; background: #f8b6b7; transform: rotate(-45deg);}

/*.ls-box form input:invalid:focus {color: #ff0000; border-color: #ff0000;}*/

.mfp-content .row.h-100 {margin: 0;}

.mfp-content .videobox {}
.video-popup {max-width: 800px; margin: 0 auto; position: relative;}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.95;
  padding: 0 0 18px 10px; margin: -18px -60px 0 0;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close-btn-in .mfp-close {color: #fff;}
@media screen and (max-width: 1200px) {
  .mfp-close {margin: 10px 10px 0 0;}
  .mfp-close-btn-in .mfp-close {color: #666666;}

  .video-popup .mfp-close {margin: -40px -10px 0 0;}
  .mfp-close-btn-in .video-popup .mfp-close {color: #fff;}
}

.grey-txt {color: #666666;}
.grey-txt a {color: #666666; text-decoration: underline;}
.grey-txt a:hover {text-decoration: none;}

.banner {display: flex; align-items: flex-end; padding-top: 0; height: 100vh; /*max-height: 1080px!important;*/ position: relative; background-size: cover!important;}
.banner.home {align-items: center; justify-content: center; background-color: #004381; padding: 0;}
.banner:after {display: block; position: absolute; bottom: 45px; left: 50%; transform: translateX(-50%); width: 25px; height: 15px; content: ''; background: url('../img/content/arrow-d.svg') no-repeat center center;}
.welcome-txt {margin-bottom: -200px;}
.banner.home h1 {margin: 0;}
.home-slogan {display: block; width: 94%; margin: 0 auto; max-width: 526px; transform: translate(10%, 15%);}

@media screen and (min-width: 1200px) {
.joinin {background: url('../img/content/home/vgradient.svg') no-repeat 195px top, url('../img/content/home/hgradient.svg') no-repeat left top, url('../img/content/big-grey-circle-icon.svg') no-repeat left -110px bottom -110px;}
.joinin.patient {background: url('../img/content/big-grey-circle-icon.svg') no-repeat left -110px bottom -110px, url('../img/content/big-grey-circle-icon.svg') no-repeat right -110px top -110px;}
}

.joinin h2 {font-size: 48px; color: #004381; text-transform: uppercase; line-height: 0.9em;}
.joinin ul.mpoints {display: flex;}
.joinin .mpoints li {display: flex; color: #004381; font-size: 18px; font-weight: 900; line-height: 1.2em; text-transform: uppercase; padding: 0 40px 0 0!important; margin: 0 0 30px 0!important; list-style-type: none!important;}
.joinin .mpoints li.mr-center {margin-left: auto!important; margin-right: auto!important;}
.joinin .mpoints li:before {content: ''; display: block; width: 0; height: 0; padding: 42px 42px 0 0; margin-right: 10px; background-size: 100%; background-repeat: no-repeat;}
.joinin .mpoints li:nth-of-type(1):before {background-image: url('../img/content/home/data.svg');}
.joinin .mpoints li:nth-of-type(2):before {background-image: url('../img/content/home/interview.svg');}
.joinin .mpoints li:nth-of-type(3):before {background-image: url('../img/content/home/worldwide.svg');}
.joinin .mpoints li:nth-of-type(4):before {background-image: url('../img/content/home/community.svg');}
.joinin .mpoints li.patient {text-transform: none; font-weight: 300;}

.signup-btn {display: flex; /*min-width: 300px; max-width: 300px;*/ width: 310px; color: #fff; font-size: 16px; font-weight: 900; text-transform: uppercase; position: relative; z-index: 12; text-decoration: none; cursor: pointer;}
.signup-btn:before {display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; margin: -5px 0 0 -5px; background: #004381; z-index: 9;}
.signup-btn span {display: block; width: 100%; position: relative; text-align: center; padding: 20px 0; border: 1px solid #00a0d9; z-index: 15;}
.signup-btn:hover {color: #00a0d9; text-decoration: none;}
.signup-btn:active, .signup-btn:focus {color: #fff; text-decoration: none;}

.joinin .signup-btn.subscribe-btn, .register.home .signup-btn.subscribe-btn {width: 350px; font-size: 20px;}
.joinin .signup-btn.subscribe-btn span, .register.home .signup-btn.subscribe-btn span {padding: 25px 0;}

.videobox video {width: 100%; height: auto!important; margin: 0 auto; outline: none; border: none;}
.videobox video:focus {outline: none;}
.videobox video.azuremediaplayer {cursor: pointer;}

.speakers {padding-bottom: 130px; background: url('../img/content/arrow-d2.svg') no-repeat bottom 45px center #f2f2f2;}
.speakers .section-heading h2 {font-size: 44px; font-weight: 900; text-transform: uppercase; text-align: left; color: #004381; margin-bottom: 60px;}
.speakers .section-heading h2:after {display: none;}
.speakers .speaker-slide {}
@media screen and (max-width: 992px) {.speakers .speaker-slide {}}
.speakers .speaker-slide a {text-decoration: none;}

@media screen and (min-width: 1600px) {
.speakers .blur {
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 89;
  background: rgba(242, 242, 242, 0.9);
}
}

.dark-blue-bg {background-color: #004381;}
.dark-blue-bg2 {background-color: #1e3f50;}
.dark-blue {color: #004381;}
.light-blue {color: #3cc7ef;}
.light-blue-bg {background-color: #3cc7ef;}
.clr-white {color: #fff;}
.clr-black {color: #000;}
.clr-grey3 {color: #999;}
.grey-bg {background-color: #f2f2f2;}
.grey-bg2 {background-color: #f8f8f8;}
.grey-bg3 {background-color: #999;}
.transform-uppercase {text-transform: uppercase;}

.agenda {padding-top: 100px; background: url('../img/content/arrow-d.svg') no-repeat bottom 45px center; background-color: #004381; position: relative;}
.agenda-bg {display: block; width: 240px; height: 100%; position: absolute; right: 5%; top: 0; content: ''; background: url('../img/content/home/agenda-txt-bg.svg') no-repeat center top, url('../img/content/home/vgradient.svg') no-repeat center bottom; background-size: 85%, auto; height: 0; z-index: 50;}

.events-box {
  counter-reset: list-number; 
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  /*max-height: 880px;*/
  padding-right: 0;
  position: relative;
  z-index: 150;
}
.event {width: 25%; position: relative; border: 1px solid #3cc7ef; padding: 20px; color: #fff; margin: 0 1.5% 80px 1.5%;}

.event:before {
  counter-increment: list-number; 
  content: counter(list-number); 
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background: url('../img/content/small-white-circle-icon.svg') no-repeat center center;
  position: absolute; top: 0; left: 50%;
  margin: -55px 0 0 -20px;
}
.event:after {display: block; content: ''; position: absolute; top: 0; left: 50%; width: 10px; height: 10px; margin: -6px 0 0 -5px; border-top: 1px solid #3cc7ef; border-right: 1px solid #3cc7ef; background: #004381; transform: rotate(-45deg);}

/* Re-order items into rows 
.event:nth-child(3n+1) { order: 1; }
.event:nth-child(3n+2) { order: 2; }
.event:nth-child(3n)   { order: 3; }*/

/* Force new columns 
.events-box::before,
.events-box::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}*/

@media screen and (max-width: 1599px) {
.agenda-bg {right:20px;}
}

@media screen and (max-width: 1199px) {
.agenda {padding-top: 80px;}
.events-box {max-height: 900px;}
}

@media screen and (max-width: 991px) {
  .agenda .container {max-width: 100%;}
  .events-box {padding-right: 15px;}
  .agenda-bg {display: none;}
}

@media screen and (max-width: 767px) {
.events-box {display: block; max-height: none;}
.event {width: 92%; max-width: 100%!important; margin: 0 0 70px 0; }
}

.event h3 {font-size: 14px; font-weight: 300; color: #fff; text-transform: uppercase; margin-bottom: 10px;}
.event strong {color: #3cc7ef;}
.event span {display: block; font-size: 12px; color: #3cc7ef;}
.event span.date {display: block; font-size: 12px; color: #fff; font-weight: 600;}


.testimonials-box {padding: 180px 0; background: url('../img/content/elements.svg') no-repeat top right, url('../img/content/big-grey-circle-icon.svg') no-repeat -110px -140px;}

.testimonials-box .section-heading h2 {font-size: 44px; font-weight: 900; text-transform: uppercase; text-align: left; color: #004381; margin-bottom: 60px;}
.testimonials-box .section-heading h2:after {display: none;}
.testimonials-box .owl-item .col-12 {padding-top: 5px;}
.testimonials-box .col-12 h3 {font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 900; color: #3cc7ef; text-transform: uppercase; margin: 20px 0 5px 0;}
.testimonials-box .col-12 span {display: block; color: #000; font-weight: 900; margin-bottom: 20px;}
.testimonials-box .col-12 img {display: block; position: relative; margin: 0; border-radius: 50%;}
.testimonials-box .col-12 .tb-img {display: inline-block; position: relative; margin: 0 auto; padding-top: 5px;}
.testimonials-box .owl-item:nth-child(3n+1) .tb-img:after {display: block; content: ''; width: 100%; height: 100%; position: absolute; top: 5px; left: 10px; border: 1px solid #004381; border-radius: 50%;}
.testimonials-box .owl-item:nth-child(3n+2) .tb-img:after {display: block; content: ''; width: 100%; height: 100%; position: absolute; top: -5px; left: -10px; border: 1px solid #004381; border-radius: 50%;}
.testimonials-box .owl-item:nth-child(3n) .tb-img:after {display: block; content: ''; width: 100%; height: 100%; position: absolute; top: -5px; left: 10px; border: 1px solid #004381; border-radius: 50%;}
.testimonials-box .owl-item .tb-img:after {display: none!important;}

.testimonials-box .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-carousel .owl-stage-outer {padding: 0 1px; }
.testimonials-box .owl-item {display: flex; height: auto !important; padding: 0 40px; }

/*.testimonials-box .owl-item.active:nth-child(2n) {border-right: 1px solid #ccc; border-left: 1px solid #ccc;}*/

.register {padding: 120px 0; background: #f2f2f2;}
.register h2 {font-size: 44px; font-weight: 900; text-transform: uppercase; text-align: left; color: #182531; line-height: 1em;}
.register.home h2 {font-size: 40px; font-weight: 900; text-transform: uppercase; text-align: left; color: #182531; line-height: 1em;}

footer {
  padding: 100px 0;
  background: #182531;
  color: #fff;
  flex-shrink: 0;
}

footer .container {max-width: 880px;}

footer .footer-title {
  font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 1;
  position: relative;
}

footer .footer-title:after {display: none;}

.ftr-logo {margin-top: -12px;}

.footer-list li {
  list-style-type: none;
  color: #fff;
  padding: 4px 0;
}
.footer-list li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.footer-list li a:hover {text-decoration: underline;}
.footer-list li a:before {display: none;}

.ftr-social-icons li {display: inline-block; margin-right: 10px;}
.ftr-social-icons li img {}

footer .ftr-copy {border-top: 1px solid #2e394e; padding-top: 20px; margin-top: 40px; color: #ccc; font-size: 12px;}

.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #182531;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #aaa;
  border: 0;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease; }
  .scroll-to-top i {
    color: #182531;
    display: block;;
    width: 35px;
    height: 35px;
    margin-top: 50%;
    transform: translateY(-50%);
    background: url('../img/content/arrow-top-black.svg') no-repeat center center; background-size: 55%;
         }
  .scroll-to-top:hover {
    color: #182531;
    background-color: #fff; }
    .scroll-to-top:hover i {
      color: #182531; }
  .scroll-to-top:visited {
    color: #182531;
    text-decoration: none; }


/* profile page */
.gray-bg {background: #f2f2f2;}

.left-column {max-width: 300px; padding: 0 0 0 20px; margin: 110px 15px 0 auto;}
.prf-back-btn {margin-bottom: 50px;}
.prf-pic {display: inline-block; margin: 0 0 0 50%; transform: translateX(-50%); position: relative; border-radius: 50%; width: 100px; height: 100px; background: url('../img/profilepics/profile-pic-blanc.svg') no-repeat center center; text-align: center;}
.prf-pic span {display: inline-block; margin-top: 50%; transform: translateY(-50%); color: #fff; font-size: 12px; font-weight: 900;}
.prf-pic span.img {display: block; position: absolute; top: 0; left: 0; border-radius: 50%; max-width: 100%; width: 100%; height: 100%; background-size: 100%; background-repeat: no-repeat; background-position: center;}
.prf-pic:after {display: block; width: 27px; height: 27px; position: absolute; right: 5px; bottom: 5px; content: url('../img/content/plus-icon.svg'); padding: 1px 0 0 1px; background: #004381; border-radius: 50%;}

.profile-menu {max-width: 200px; margin-top: 65px;}
.profile-menu li {font-size: 16px; text-transform: uppercase; line-height: 1.2em; margin-bottom: 40px;}
.profile-menu li a {color: #999; text-decoration: none;}
.profile-menu li a.active {color: #004381;}

.profile-infobox {max-width: 540px; padding: 0; margin: 0 0 30px 110px; font-size: 16px;}
.profile-infobox .row {margin-bottom: 30px;}
.profile-infobox strong {color: #000;}
.profile-title {font-size: 36px; color: #252525; text-transform: uppercase; margin: 0 -15px 65px 0;}
.edit-info {display: block; width: 22px; height: 22px; position: absolute; top: 20px; right: 15px;}
.edit-info img {vertical-align: top;}
.profile-hr {padding: 10px 0 35px 0; position: relative;}
.profile-hr hr {border: 0; height: 1px; background: #999;}
.delete-profile {font-size: 12px; color: #999;}
.delete-profile a {color: #999;}

.pf-top {padding-top: 200px;}
.profile-infobox.profile-edit {max-width: 720px; padding: 50px 25px 10px 25px; margin: 0 0 30px 80px; font-size: 16px; background: #fff;}

.profile-edit-form {width: 100%;}

.profile-edit-form .form-control-feedback {
  position: absolute;
  /*top: 0;*/
  bottom: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  color: #00529a;
}
.profile-edit-form .form-control-feedback {
  line-height: 2.5em !important;
}
.profile-edit-form .form-control {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #252525;
  padding-top: 4px;
  padding-left: 4px;
  padding-bottom: 4px;
  color: #252525;
}
.profile-edit-form label {
  display: inline-block;
  margin-bottom: .3rem;
}
.profile-edit-form .btn-dark {background: #00529a; color: #fff; border: 1px solid #00529a; padding: .200rem .75rem; font-size: 14px; font-weight:600;}
.profile-edit-form .btn-default {background: #48c7f4; color: #fff; border: 1px solid #48c7f4; padding: .200rem .75rem; font-size: 14px; font-weight:600;}

.profile-edit-form .has-feedback .form-control.icon {
  padding-right: 42.5px;
}

.profile-edit-form .seepass-icon {background: url('../img/content/seepass-icon.svg') no-repeat center center; pointer-events: initial;}

.profile-edit-form select { margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;}

.profile-edit-form select {background: url('../img/content/registration/select-arrow.svg') no-repeat center right; cursor: pointer; padding-right: 0!important;}
.profile-edit-form select:invalid {color: #aaa!important; opacity:0.8;}

.profile-edit-form .checkbox {display: inline-block; vertical-align: top; width: auto; margin: 0; border: 1px solid #252525; border-radius: 0;}

.profile-edit-form .signup-btn {/*min-width: 220px; max-width: 220px;*/ width: 230px; border: 0;}
.profile-edit-form .signup-btn span {padding: 15px 0; font-size: 13px;}

.profile-edit-form .form-control-feedback {top: 0; bottom: auto; right: 14px;}

.profile-edit-form .alert-danger {
  color: #252525;
  font-size: 12px;
  padding: 6px 9px;
  background: #f8b6b7;
  border-color: transparent;
  position: relative;
}
.profile-edit-form .alert-danger:after {display: block; content: ''; position: absolute; bottom: 0; right: 50%; width: 10px; height: 10px; margin: 0 10px -5px 0; background: #f8b6b7; transform: rotate(-45deg);}

.confirm-update {padding: 20px 0 20px 110px; margin: -110px 0 30px -15px; color: #fff; font-size: 16px; font-weight: 900; background: #3cc7ef;}

.account-del-box {min-width: 300px; max-width: 500px; margin: 20% auto; transform: translatey(-50%);  background: #fff; padding: 40px; text-align: center; position: relative; background: transparent; border: 1px solid #00a0d9;}
.account-del-box .lr-up {position: relative; z-index: 22;}
.account-del-box:after {display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; margin: -8px 0 0 -8px; background: #fff; z-index: 1;}
.account-del-box .back-btn {font-size: 17px; color: #aaa; font-weight: 900; text-transform: uppercase; text-decoration: none; display: inline-block; margin-right: 50px;}
.account-del-box .logged-title {margin-bottom: 20px;}

.checkbox-inline {display: inline-block; vertical-align: middle; width: auto; margin: 0 10px 0 0; border: 1px solid #252525; border-radius: 0;}

.profile-tellapeer-title {margin: 0 0 30px 110px;}
.profile-infobox.tellapeer {max-width: 720px; padding: 50px 25px 10px 25px; margin: 0 0 30px 90px; font-size: 16px;}

.tellapeer .form-control {max-width: 100%; background-color: transparent;}
.tellapeer .edit-info {display: block; width: 27px; height: 27px; position: absolute; bottom: 2px; top: auto; right: 0;}
.tellapeer .peer-row {position: relative; padding-right: 55px; margin-bottom: 20px;}
.tellapeer .form-group {position: relative; padding-right: 55px; margin-bottom: 40px;}
.tellapeer textarea {margin-bottom: 5px;}
.copy-link {font-size: 12px; font-weight: 900; text-transform: uppercase; text-decoration: none; margin-left: auto;}

/* faq page */
.banner.faq {background: url('../img/content/faq-bg02.svg') no-repeat center top, url('../img/content/faq-bnr-img.jpg') no-repeat center bottom; background-size: cover, auto, cover;}
.banner-txt {padding-bottom: 100px;}
.banner-txt h1 {font-size: 72px; color: #fff; font-weight: 900; line-height: 0.9em; text-transform: uppercase; padding-left: 50px;}

.profile-menu.faq {margin-top: 250px; margin-bottom: 70px;}

.profile-menu.faq li {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2em;
}
.profile-infobox.faq {
  max-width: 990px;
  margin: 100px 60px 30px 110px;
  font-size: 16px;
  color: #fff;
}
.profile-infobox.faq .profile-title h2 {
  font-family: 'Futura ExtraBold', Arial, sans-serif; font-size: 44px; color: #fff; font-weight: 900; line-height: 0.9em;
  margin-bottom: 65px;
}

.faq .accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  margin-bottom: 35px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.faq .accordion-style .card-header, footer .accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: none;
  background: none;
}

.faq .accordion-style h5, footer .accordion-style h5 {font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif;}
.faq .accordion-style .card-body {
  padding: 30px 0 30px 0;
  line-height: inherit;
  text-align: left;
}

.faq .accordion-style .btn-link {
  background: transparent !important;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 15px 40px 15px 0;
  text-decoration: none;
}

.faq .accordion-style .btn-link.collapsed::after, footer .accordion-style .btn-link.collapsed::after {
  background: none;
  content: url('../img/content/arrow-white-up.svg');
  transform: rotate(-180deg);
  right: 10px;
  left: inherit;
  font-size: 20px;
  height: auto;
  width: auto;
  top: 15px;
}
.faq .accordion-style .btn-link::after, footer .accordion-style .btn-link::after {
  background: none;
  content: url('../img/content/arrow-white-up.svg');
  transition: all 0.5s ease 0s;
  transform: rotate(0deg);
  right: 10px;
  left: inherit;
  font-size: 20px;
  height: auto;
  width: auto;
  top: 15px;
  position: absolute;
  color: #fff;
}

/* contact us page */
.banner.contactus {max-height: 590px!important; background: url('../img/content/contact-plus-bg-bnr.svg') no-repeat left 40% bottom -180px, url('../img/content/banner/contact-header.jpg') no-repeat top center; background-size: auto, cover!important;}
section.contactus-margin {margin-top: -200px; margin-bottom: 90px; position: relative; z-index: 32; background: transparent;}
.contactus-box {max-width: 650px; margin: 0 auto; padding: 50px; background: #f2f2f2;}
.contactus-box h2 {
  font-size: 46px; color: #004381; font-weight: 900; line-height: 0.9em; text-transform: uppercase; margin-bottom: 80px;}

.contactus-box.ls-box .form-control {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #252525;
  padding-top: 4px;
  padding-left: 4px;
  padding-bottom: 4px;
  color: #252525;
}
.contactus-box.ls-box .form-group {margin-bottom: 30px;}
.contactus-box.ls-box .signup-btn span {
  padding: 20px 0;
}

/* about us page */
.banner.aboutus {background: url('../img/content/aboutus/aboutus-bg2.svg') no-repeat center top, url('../img/content/aboutus/aboutus-bnr-bg.jpg') no-repeat center top; background-size: cover, auto, cover;}
.aboutus-lab {background: url('../img/content/aboutus/gradient-bg.svg') no-repeat right top, url('../img/content/big-grey-circle-icon.svg') no-repeat -110px -110px;}
.content-vcenter {display: flex; align-items: center;}
.content-vbtm {display: flex; align-items: flex-end;}
.img-out-bdr, .img-out-bdr02 {display: inline-block; position: relative;}
.img-out-bdr:after {display: block; width: 100%; height: 100%; content: ''; border: 1px solid #004381; position: absolute; top: 8px; left: 8px;}
.img-out-bdr02:after {display: block; width: 100%; height: 100%; content: ''; border: 1px solid #004381; position: absolute; top: -8px; left: -8px;}
.img-out-bdr.light-blue-bdr:after {display: block; width: 100%; height: 100%; content: ''; border: 1px solid #3cc7ef; position: absolute; top: 8px; left: 8px;}

/* health week past editions page */
.banner.hwpe {background: url('../img/content/hw-past-ed/bnr-bg2.svg') no-repeat center top, url('../img/content/hw-past-ed/bnr-bg-img.jpg') no-repeat center top; background-size: cover, auto, cover;}
.gradient-bg01 {background: url('../img/content/hw-past-ed/gradient-bg01.svg') no-repeat left top #f2f2f2; padding-top: 250px;}
.gradient-bg01 h2 {/*font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif;*/ font-size: 34px; font-weight: normal; color: #004381;}
.gradient-bg02 {background: url('../img/content/hw-past-ed/gradient-bg02.svg') no-repeat right top transparent; padding-top: 0; margin-top: -100px;}
.gradient-bg01.vh-grdbg {background: url('../img/content/patients/cross-top-left-pink.svg') no-repeat left top #f2f2f2; padding-top: 250px;}
.gradient-bg02.vh-grdbg {background: url('../img/content/patients/cross-bottom-right-pink.svg') no-repeat right top transparent; padding-top: 250px; padding-bottom: 0; margin-top: -100px;}
.gradient-bg01.vh-grdbg h2 {font-size: 44px; font-weight: normal; color: #004381;}

.learn-more {color: #3cc7ef; font-weight: 900; text-transform: uppercase; text-decoration: none;}
.hw-date {font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif; font-size: 22px; font-weight: 600;}
h3.hw-date.position-relative {padding-right: 35px;}
.hw-date span {display: block; font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif; color: #999; font-size: 13px; font-weight: 600; margin-top: 2px;}
.hw-title01 {text-transform: uppercase; line-height: 0.9em;}
.agenda .hw-title01 {text-transform: uppercase; line-height: 1.1em;}
.txt-low {text-transform: lowercase;}
.txt-up {text-transform: uppercase;}
.w-replay {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 24px; text-transform: uppercase; border: 1px solid #fff;}
.w-replay a {color: #fff; text-decoration: none; margin-right: 20px;}

.hw-tabs .tab-style6 ul.resp-tabs-list {
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-width: 0 0 1px 0;
}
.hw-tabs.nutri-tabs .tab-style6 ul.resp-tabs-list {
  text-align: left;
  border: none;
  border-width: 0;
  font-size: 0;
  display: flex;
}

.hw-tabs .tab-style6 .resp-tabs-list li {
  font-size: 16px;
  color: #fff;
  opacity: 0.4;
  border: none !important;
  margin: 0 50px 0 0;
  background: none !important;
  padding: 0 0 8px 0;
  text-transform: none;
}

.hw-tabs.nutri-tabs .tab-style6 .resp-tabs-list li {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2em;
  opacity: 0.4;
  border: none !important;
  margin: 0;
  background: none !important;
  padding: 0 0 12px 0;
  text-align: center;
  position: relative;
  list-style-type: none;
}

.hw-tabs .tab-style6 .resp-tabs-list li:last-child {margin: 0;}

.hw-tabs .tab-style6 ul.resp-tabs-list li.resp-tab-active {
  border: none;
  color: #fff;
  opacity: 1;
}
.hw-tabs.nutri-tabs .tab-style6 .resp-tabs-list li p {padding: 0 10px; margin-bottom: 0;}
.hw-tabs.nutri-tabs .tab-style6 .resp-tabs-list li p:first-child {padding: 0; margin-bottom: 10px;}
.hw-tabs .tab-style6 .resp-tab-content {
  border: none;
  padding: 30px 0;
}

@media screen and (max-width: 991px) {
  .hw-tabs .tab-style6 .resp-tab-content {border: 1px solid #3cc7ef; padding: 30px 20px;}
  .hw-tabs.nutri-tabs .tab-style6 ul.resp-tabs-list {display: none;}
  .hw-tabs.nutri-tabs .resp-arrow, .vh-tabs .resp-arrow, .grey-tabs .resp-arrow {display: none!important;}
}

.hw-tabs.nutri-tabs .tab-style6 .resp-tab-content {
  border: none;
  padding: 30px 20px;
  background: #fff;
  max-width: 912px;
}
.hw-tabs.nutri-tabs .tab-style6 .resp-tabs-list li.resp-tab-active::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -1px;
  right: 50%;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  transform: rotate(-45deg) translateX(-50%);
}

.hw-tabs.nutri-tabs.blue-tabs .tab-style6 .resp-tabs-list li, .hw-tabs.nutri-tabs.blue-tabs h2.resp-accordion {
  color: #000;
}
.hw-tabs.nutri-tabs.blue-tabs .tab-style6 .resp-tab-content {
  border: none;
  padding: 30px 20px;
  color: #fff;
  background: #004381;
  max-width: 912px;
}
.hw-tabs.nutri-tabs.blue-tabs .tab-style6 .resp-tabs-list li.resp-tab-active::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -1px;
  right: 50%;
  border-top: 10px solid #004381;
  border-left: 10px solid #004381;
  transform: rotate(-45deg) translateX(-50%);
}

.hw-tabs.nutri-tabs.grey-tabs .tab-style6 .resp-tabs-list li, .hw-tabs.nutri-tabs.blue-tabs h2.resp-accordion {
  color: #000;
}
.hw-tabs.nutri-tabs.grey-tabs .tab-style6 .resp-tab-content {
  border: none;
  padding: 30px 20px;
  color: #000;
  background: #f2f2f2;
  max-width: 912px;
}
.hw-tabs.nutri-tabs.grey-tabs .tab-style6 .resp-tabs-list li.resp-tab-active::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -1px;
  right: 50%;
  border-top: 10px solid #f2f2f2;
  border-left: 10px solid #f2f2f2;
  transform: rotate(-45deg) translateX(-50%);
}

.register.pi {padding: 90px 0;}

.dr-title {font-size: 20px; font-weight: 300; color: #3cc7ef;}
.photo-disclaimer {position: absolute; top: 10px; right: 10px; max-width: 270px; font-size: 12px; text-align: right; color: #666;}

/* maps */
.iframe-box {/*position: relative; overflow: hidden; width: 100%; padding-bottom: 77.77%;*/ width: 100%;}
iframe.refreshed {/*position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%;*/ width: 100%; max-width: 100%!important; height: auto;}
#geomap {max-width: 100%!important; min-height: 670px; padding: 20px 0;}
#geomap.geomap-pbtm01 {margin-bottom: 80px;}
#geomap .row {padding: 0 10px;}
#geomap .row.gm-pr {padding-right: 55px;}
@media screen and (max-width: 991px) {
  #geomap {min-height: 710px; padding: 20px 0;}

  #geomap .row.gm-pr {padding-right: 25px;}
  #legend > svg {max-height: 230px!important;}
}
@media screen and (max-width: 767px) {
  #geomap .row.gm-pr {padding-right: 15px;} 
  #geomap {min-height: 500px;}
  #geomap.vns {min-height: 1350px;}
}
#geomap .col-12 h3, #geomap h5, #geomap h6 {
  font-family: 'Futura ExtraBold', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #004381;
}
#geomap .cell .label {
  fill: rgb(0, 0, 0) !important;
  font-size: 16px;
  font-weight: 500;
}
#geomap .btn.btn-md {
  background: transparent;
  color: #004381;
  border: 0;
  padding: .200rem .75rem;
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
}
#geomap .btn.btn-md:hover, #geomap .btn.btn-md:focus, #geomap .btn.btn-md.active {
  background: transparent;
  color: #3cc7ef;
  border: 0;
  outline: none !important;
  box-shadow: none;
  text-decoration: underline;
}
#geomap .background {}
.tooltip {min-width: 150px!important;}
.tooltip img {min-width: 200px!important;}

/* library page */
.banner.library {background: url('../img/content/library/bnr-bg2.svg') no-repeat center top, url('../img/content/library/bnr-bg-img.jpg') no-repeat center top; background-size: cover, auto, cover;}
.library-sub-nav {display: flex; flex-direction: row; margin: 0;}
.library-sub-nav > li {position: relative; padding: 0!important; margin: 0!important; float: left; list-style-type: none!important;}
.library-sub-nav > li:after {display: inline-block; position: absolute; top: 0; right: 0; margin-right: -5px; content: '+'; color: #fff; font-size: 14px; font-weight: 900; z-index: 23;}
.library-sub-nav > li:last-child:after {display: none;}
.library-sub-nav > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 0 40px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
}
.library-sub-nav > li:first-child > a {padding-left: 0;}
.library-sub-nav > li > a:hover, .library-sub-nav > li > a.active {text-decoration: underline;}

.library-search{}
.library-search .register-form {
  width: 100%;
  max-width: none;
}
.library-search.ls-box .form-control {
  background-color: transparent!important;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  padding-top: 4px;
  padding-left: 4px;
  padding-bottom: 4px;
  color: #fff;
}

.library-search .form-control:focus {
 color:#fff!important;
 background-color: transparent;
 border-color:#fff;
 outline:0;
 box-shadow:none;
}

.library-search.ls-box select:invalid {
  color: #fff!important;
  opacity: 0.8;
}

.library-search.ls-box .register-form select {
  background: url('../img/content/library/select-arrow-white.svg') no-repeat center right transparent;
  cursor: pointer;
  padding-right: 0 !important;
}

.library-search.ls-box .search-icon2 {
  background: url('../img/content/library/search-icon-white.svg') no-repeat center center;
  border: 0;
  padding: 0;
  z-index: 22;
  cursor: pointer;
  pointer-events: initial;
}

.library-search.ls-box .form-control-feedback {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 32;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 1em!important;
  text-align: center;
  color: #fff;
}

.library-search .form-control::-webkit-input-placeholder {
 color:#fff;
 opacity:0.8;
}
.library-search .form-control::-moz-placeholder {
 color:#fff;
 opacity:0.8;
}
.library-search .form-control:-ms-input-placeholder {
 color:#fff;
 opacity:0.8;
}
.library-search .form-control::-ms-input-placeholder {
 color:#fff;
 opacity:0.8;
}
.library-search .form-control::placeholder {
 color:#fff;
 opacity:0.8;
}

.library-search input, .library-search input:-internal-autofill-selected {
  color:#000!important;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #999 inset !important;
  background-color: #999!important;
  background: #999!important;
}
.library-search option {color: #000!important;}
.right-column {
  max-width: 300px;
  margin: 200px auto 40px 15px;
  color: #000;
}

.library-section .no-result-info {height: 100%; background-color: #f8f8f8;}
.library-section .no-result-info p {color: #fff; font-size: 16px; font-weight: 900; padding-top: 20px; padding-bottom: 20px; margin: 0; background: #3cc7ef;}

.last-videos li {max-width: 196px; margin: 30px 0 0 0;}
.last-videos li span {display: block; position: relative; color: #000; font-size: 14px; font-weight: 900; text-decoration: none; line-height: 1.1; margin: 10px 0 0  0;}
.last-videos li a:before {display: block; width: 40px; height: 40px; position: absolute; top: 30px; left: 50%; transform: translateX(-50%); content: url('../img/content/library/thumb-pl-btn.svg');}
.last-videos li .vid-thumb {display: block; margin: 0 0 10px 0;}

.library-section .grey-bg {background-color: #f2f2f2;}
.library-section .grey-bg:nth-child(2n) {background-color: #f8f8f8;}

.library-container {max-width: 880px; padding: 90px 0 90px 20px; margin: 0 220px 0 auto;}
@media screen and (max-width: 1599px) {
  .library-container {margin: 0 110px 0 auto;}
}
@media screen and (max-width: 1365px) {
  .library-container {margin: 0 50px 0 40px;}
}
@media screen and (max-width: 991px) {
  .library-container {margin: 0 20px 0 20px;}
}

.library-title {font-size: 48px; text-transform: uppercase; margin-bottom: 45px;}
.tags-box {margin: 15px 0 40px 0;}
.tags-box a {display: inline-block; min-width: 64px; padding: 8px 10px; margin: 0 10px 10px 0; color: #fff; font-size: 12px; line-height: 1em; text-align: center; text-decoration: none; border-radius: 20px; background-color: #666666;}
.tags-box span {display: inline-block; min-width: 64px; padding: 8px 10px; margin: 0 10px 10px 0; color: #fff; font-size: 12px; line-height: 1em; text-align: center; text-decoration: none; border-radius: 20px; background-color: #666666;}
.share-content {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
}

.doc-box a {display: block; width: 156px; height: 220px; position: relative; z-index: 12; text-decoration: none; cursor: pointer;}
.doc-box a:before {display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; margin: 5px 0 0 5px; border: 1px solid #000; z-index: 9;}
.doc-box span {display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; position: relative; background: #004381; z-index: 15;}
.doc-box a:hover span {background-color: #3cc7ef;}

.doc-box.pl-icon a {display: inline-block; width: 34px; height: 34px; position: relative; z-index: 12; text-decoration: none; cursor: pointer;}
.doc-box.pl-icon a:before {display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; margin: 3px 0 0 3px; border: 1px solid #000; z-index: 9;}
.doc-box.pl-icon a img {max-width: 100%;}
.doc-box.pl-icon a span {padding: 7px;}
.doc-box.pl-icon a:nth-child(2) {display: inline-block; width: auto; margin-left: 10px; line-height: 1.7em;}
.doc-box.pl-icon a:nth-child(2):before {display: none;}

.library-container .owl-carousel .owl-nav button.owl-next, .library-container .owl-carousel .owl-nav button.owl-prev {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  width: 48px;
  height: 48px;
  background: url('../img/content/library/library-arrow.svg') no-repeat center center!important;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.library-container .owl-carousel .owl-nav button.owl-prev {transform: rotate(-180deg);}
.library-container .owl-nav i, .library-container .owl-nav span {display: none;}


/* attendes page */
.banner.attendes {background: url('../img/content/attendes/bnr-bg2.svg') no-repeat center top, url('../img/content/attendes/bnr-bg-img.jpg') no-repeat center top; background-size: cover, auto, cover;}
.attendes-bg {background: url('../img/content/home/elements.png') no-repeat top right, url('../img/content/big-grey-circle-icon.svg') no-repeat left -110px bottom -110px;}

.attendes-box .filtering {
  margin-bottom: 50px; }
.attendes-box .filtering span {
  display: inline-block; min-width: 160px; padding: 8px 30px; margin: 0 8px 8px 0; color: #004381; font-size: 15px; font-weight: 900; line-height: 1em; text-align: center; text-decoration: none; text-transform: uppercase; border-radius: 20px; background-color: #fff; cursor: pointer; border: 1px solid #004381;}
.attendes-box .filtering span:last-child {margin: 0 0 10px 0;}
.attendes-box .filtering .active {color: #fff; background-color: #004381;}
.attende-info {max-width: 270px;}
@media screen and (max-width: 991px) {.attende-info {margin: 0 auto;}}
.attende-info h3 {position: relative; padding-right: 25px; margin: 15px 0 2px 0; font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif; color: #004381; font-size: 16px; font-weight: 900; text-transform: uppercase;}
.attende-info h3 span {display: block; color: #999; text-transform: none;}
.attende-info h3 img {display: block; position: absolute; top: 0; right: 0;}
.attende-info p {margin: 0; color: #004381;}
.attende-info p:nth-of-type(1) {margin-bottom: 15px;}
.attende-info p a {margin-right: 20px;}
.attende-info p a:last-child {margin-right: 0;}
.attende-info > a:nth-of-type(1) {display: block;}

.attendes-bg .register-form {width: 100%; max-width: 100%;}

/* live conference */
.banner.conference {background: url('../img/content/conference/bnr-bg2.svg') no-repeat center top, url('../img/content/conference/bnr-bg-img.jpg') no-repeat center top; background-size: cover, auto, cover;}
.conference-box {padding: 100px 0 100px 0;}
.conference-box h2, .conference-box h3 {font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif; color: #000; font-size: 26px; font-weight: 900; margin-bottom: 30px;}
.conference-box h2 {text-transform: uppercase;}

.streaming-placeholder {width: 100%; position: relative;}
.streaming-placeholder > img {display: block; width: 100%; height: auto;}
.streaming-placeholder:before {display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0;  z-index: 10;}
.streaming-placeholder:after {display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0;  z-index: 12;}
.streaming-placeholder a:nth-of-type(1) {display: block; width: 82px; height: 82px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 15;}
.streaming-placeholder a:nth-of-type(2) {display: block; position: absolute; left: 0; bottom: 20%; width: 100%; text-align: center; color: #004381; font-size: 16px; font-weight: 900; text-transform: uppercase; text-decoration: none; z-index: 15;}
.streaming-placeholder a.blue-btn {position: absolute; left: 50%; top: auto; bottom: 10%; width: auto!important; height: auto!important; transform: translateX(-50%); text-align: center; color: #fff; z-index: 15;}
.conference-logos {display: flex; justify-content: flex-end;}

.mlogin-close {display: none;}

.li-blue-dots li {position: relative; padding-left: 15px;}
.li-blue-dots li:before {display: block; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; content: ''; border-radius: 50%; background: #3cc7ef;}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  footer .accordion-style .card-body {
  padding: 0;
  line-height: inherit;
  text-align: left;
}
}

.logged-d-none {display: none!important;}

/* articles page */
.banner.article {max-height: 590px!important; background: url('../img/content/article/article-header.jpg') no-repeat top center; background-size: cover!important;}
section.article-margin {margin-top: -200px; padding-bottom: 90px!important; position: relative; z-index: 32; background: url('../img/content/article/circle.svg') no-repeat bottom -170px left -100px transparent;}
section.article-margin .main-content {padding: 100px; background: #f2f2f2;}
@media (max-width: 991px) {section.article-margin .main-content {padding: 20px; background: #f2f2f2;}}
section.article-margin h1 {color: #004381; text-transform: uppercase; position: relative;}
section.article-margin .date {color: #999; font-size: 16px; font-weight: 900;}
section.article-margin ol {list-style-position: inside;}
section.article-margin .register {background: transparent;}
section.article-margin .tags-box {margin: 40px 0 10px 0; position: relative;}
section.article-margin .share-content {display: block; background: transparent; top: 20px; padding: 0; margin: 0; min-width: 0;}
section.article-margin .tags-box .share-content {top: 0;}
section.article-margin .share-content img {display: inline-block; width: auto; max-width: 100%; vertical-align: top;}
section.article-margin .article-link {display: flex; color: #fff; font-size: 16px; position: relative; z-index: 12; width: 100%; padding: 0; max-width: 652px; max-height: 277px;}
section.article-margin .article-link:before {display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; margin: -5px 0 0 -5px; background: url('../img/content/article/article-link.jpg') no-repeat top left; background-size: initial; z-index: 9;}
section.article-margin .article-link div {display: block; width: 100%; position: relative; text-align: left; padding: 20px 20px 20px 20px; border: 1px solid #00a0d9; z-index: 15;}
section.article-margin .article-link h3 {color: #fff;}
section.article-margin .article-link a {text-transform: uppercase; font-weight: 900; text-decoration: none;}
.article-subheading {font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif; color: #000; font-size: 20px; font-weight: 600; margin-top: 50px;}

/* medical screening page */
section.med-scr-test {/*background: url('../img/content/elements_tests.svg') no-repeat bottom left, url('../img/content/big-grey-circle-icon.svg') no-repeat bottom -110px right -100px;*/ padding-top: 0;}
section.med-scr-test .col-lg-3 {min-width: 310px;}
.test-link {display: flex; color: #fff; font-size: 16px; position: relative; z-index: 12; width: 100%; padding: 0; width: 310px; min-height: 640px;}
.test-link:before {display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; margin: -5px 0 0 -5px; background: url('../img/content/questionnaires/test1.jpg') no-repeat top left; background-size: initial; z-index: 9;}
.test-link.t02:before {background: url('../img/content/questionnaires/test2.jpg') no-repeat top left; background-size: initial; z-index: 9;}
.test-link.t03:before {background: url('../img/content/questionnaires/test3.jpg') no-repeat top left; background-size: initial; z-index: 9;}
.test-link.vht:before {background: url('../img/content/patients/vaginal-health-test.jpg') no-repeat bottom left; background-size: initial; z-index: 9;}
.test-link > div:first-child {display: block; width: 100%; position: relative; text-align: left; padding: 20px 20px 20px 20px; border: 1px solid #00a0d9; z-index: 15;}
.test-link.vht > div:first-child {border: 1px solid #fc776d;}
.test-link h3 {font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif; color: #fff; font-size: 24px; font-weight: 900;}
.test-link a {display: inline-block; width: 100%; text-transform: uppercase; font-weight: 900; text-decoration: none; text-align: center; align-self: flex-end; margin-top: auto;}
.test-link.vht {min-height: 480px;}
.test-link.vht a {color: #fff;}
.vh-test {padding: 5px 0 0 20px;}
.vh-video {padding-left: 35px; padding-right: 0;}
@media (min-width: 992px) and (max-width: 1199px) {
  .vh-video {padding-left: 0; margin-left: auto; max-width: 620px;}
  .test-link.vht {min-height: 340px;}
}
@media (max-width: 991px) {
  .vh-video {padding-left: 0; padding-right: 0; margin-left: auto; margin-right: auto; max-width: 720px;}
  .vh-test, section.med-scr-test .col-lg-3 {display: flex; justify-content: center;}
}
@media (max-width: 767px) {
  .vh-video {padding-left: 15px; padding-right: 15px;}
  .vh-test {padding: 5px 0 0 0;}
}

.no-background {background: none!important;}
.font-noto {font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif;}
.section-heading.blue {margin-bottom: 10px;}
.section-heading.blue h2 {font-size: 44px; font-weight: 900; text-transform: uppercase; text-align: left; color: #004381; padding-bottom: 0; margin-bottom: 0;}
.section-heading.blue h2:after {display: none;}
section .container ul li {list-style-type: disc; padding-left: 5px; margin-left: 15px;}
ul.dots-pop li {list-style-type: disc; padding-left: 5px; margin-left: 25px;}
section .container ul.blue-dots li {list-style-type: none; padding-left: 15px; margin-left: 15px; position: relative;}
section .container ul.blue-dots li:before {display: block; position: absolute; top: 8px; left: 0; content: ''; width: 7px; height: 7px; border-radius: 50%; background: #3cc7ef;}


/* nutritional deficiency page */
.ngradient-bg {background: url('../img/content/nutritional/nutritional-gradient-bg.svg') no-repeat top left; position: relative; z-index: 3;}
.top-section {padding-top: 150px; margin-top: -100px;}

/* vaginal health home page */
.joinin.patient-vh {background: url('../img/content/big-grey-circle-icon.svg') no-repeat left -110px bottom -110px, url('../img/content/patients/vh-section-bg.jpg') no-repeat right top; background-size: auto; background-size: 20%;}
.joinin.patient-vh li {display: flex; padding: 0; margin: 0 0 30px 0; color: #f1198a; list-style-type: none;}
.joinin.patient-vh ul li:first-child {padding-right: 30px;}
.joinin.patient-vh li:nth-of-type(1):before, .joinin.patient-vh li:nth-of-type(2):before, .joinin.patient-vh li:nth-of-type(3):before, .joinin.patient-vh li:nth-of-type(3):before {content: ''; display: block; width: 0; height: 100%; padding: 42px 42px 0 0; margin-right: 10px; background-size: 100%; background-repeat: no-repeat; background-position: center left; background-image: url('../img/content/red-circle.svg');}
.vhealth {margin-top: -150px; background: transparent;}
.vhealth .learn-more {color: #a73e5c; text-decoration: underline;}
.vhealth .img-out-bdr::after, .vhealth .img-out-bdr02::after {border: 1px solid #f1198a;}
.vhealth .blue-box .img-out-bdr::after, .vhealth .blue-box .img-out-bdr02::after {border: 1px solid #004381;}
.vhealth .blue-box .learn-more {color: #3cc7ef;}

.magenta-txt {color: #f1198a!important;}
.ftr-redbg {background-color: #a74968!important;}
footer.ftr-redbg .ftr-copy {border-top: 1px solid #fff;}

/* vaginal health page */
.vh-tabs-bg {background-image: linear-gradient(to bottom, rgba(244, 222, 81, 0), #f4de51);}
.magenta-bg {background-color: #f1198a;}
section .container .dash-list {padding-left: 20px;}
section .container .dash-list li {list-style-type: disc;}
/*section .container .dash-list li:before {
  content: '\00002D';
  position: absolute;
  margin-left: -20px;
}*/
.line-height-0-8 {line-height: 0.8em!important;}
.line-height-0-9 {line-height: 0.9em!important;}
.line-height-1 {line-height: 1em!important;}
.line-height-1-1 {line-height: 1.1em!important;}
.line-height-1-2 {line-height: 1.2em!important;}

.vh-tabs .resp-tab-content h3, .vh-tabs .resp-tab-content h4 {font-family: 'Noto Sans JP', Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 600;}
.vh-tabs .img-out-bdr:after, .vh-tabs .img-out-bdr02:after {border: 1px solid #f1198a;}

.vh-reg .signup-btn:before {display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; margin: -5px 0 0 -5px; background: #f1198a; z-index: 9;}
.vh-reg .signup-btn span {display: block; width: 100%; position: relative; text-align: center; padding: 20px 0; border: 1px solid #fc776d; z-index: 15;}
.vh-reg .signup-btn:hover {color: #fc776d; text-decoration: none;}
.vh-reg .signup-btn:active, .vh-reg .signup-btn:focus {color: #fff; text-decoration: none;}

/* azure media player custom styles */
.amp-default-skin .vjs-big-play-button {
  position: absolute;
  /* top: -webkit-calc(.03em); */
  top: calc(.03em);
  /* left: -webkit-calc(.03em); */
  left: calc(.03em);
  /* height: -webkit-calc(.1em); */
  height: calc(.1em);
  /* width: -webkit-calc(.1em); */
  width: calc(.1em);
  z-index: 2;
  /* background-color: #3c454f; */
  background-color: rgba(60,69,79,.7);
  border: 0!important;
  border-radius: 50%!important;
  box-shadow: none!important;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  padding: 0!important;
  text-align: center;
  -webkit-transition: background,border,border-radius,box-shadow,opacity,-webkit-transform;
  /* transition: background,border,border-radius,box-shadow,opacity,-webkit-transform; */
  /* transition: background,border,border-radius,box-shadow,opacity,transform; */
  transition: background,border,border-radius,box-shadow,opacity,transform,-webkit-transform;
  -webkit-transition-duration: .4s,.4s,.4s,.4s,.4s,.15s;
  transition-duration: .4s,.4s,.4s,.4s,.4s,.15s;
  vertical-align: middle;
  visibility: hidden;
  font-size: inherit;
}

.amp-default-skin .vjs-big-play-button::before {
  position: absolute;
  top: 50%;
  left: 53%!important;
  content: "\e601 ";
  display: block;
  font-family: azuremediaplayer;
  font-size: -webkit-calc(.05em)!important;
  font-size: calc(.05em)!important;
  text-align: center;
  /* text-shadow: .05em .05em .1em #000; */
  text-shadow: none!important;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  vertical-align: middle;
}

.amp-default-skin.amp-big-play-centered .vjs-big-play-button {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

/*mobile resolutions styles */
.navbar-toggler {
  background: transparent;
  width: 45px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  position: absolute;
  right: 5px;
  top: 15px;
  cursor: pointer;
  z-index: 12399994;
  border: none;
}

/* test page */
.test-box {width: 100%; min-height: 640px; padding: 70px 0 30px 0; background: url('../img/content/test/vh-test-bg.jpg') no-repeat top center; background-size: cover; color: #fff;}
.test-box.pauline-bg {width: 100%; padding: 70px 0 80px 0; background: url('../img/content/test/paoline-test.png') no-repeat bottom 20px left, url('../img/content/test/vh-test-bg.jpg') no-repeat top center; background-size: 18%, cover; color: #fff;}
.test-box.test-end01 {padding: 70px 0 80px 0; background: url('../img/content/test/warning-bg.jpg') no-repeat top center; background-size: cover; color: #fff;}
.test-box.test-end02 {padding: 70px 0 80px 0; background: url('../img/content/test/attention-bg.jpg') no-repeat top center; background-size: cover; color: #fff;}
.test-box.test-end03 {padding: 70px 0 80px 0; background: url('../img/content/test/ok-bg.jpg') no-repeat top center; background-size: cover; color: #fff;}
.test-box h2 {color: #fff!important;}

.test-box.test-blue-bg {padding: 70px 0 0 0; background: url('../img/content/test/test-blue-bg.jpg') no-repeat top center; background-size: cover; color: #fff;}
.test-box.test-end01 a, .test-box.test-end02 a, .test-box.test-end03 a {color: #fff; font-size: 18px; font-weight: 900; text-transform: uppercase; text-decoration: underline;}

.test-menu {}
section .container .test-menu li {display: block; list-style-type: none; padding: 60px 0 20px 0; margin: 0; text-align: center; color: #fff; font-size: 14px; font-weight: 600; line-height: 1.1em; background-position: top 20px center; background-repeat: no-repeat; background-size: initial;}
section .container .test-menu li.active {color: #004381;}
.test-menu li:nth-child(1) {border-bottom: 1px solid rgba(255, 255, 255, 0.5); background-image:  url('../img/content/test/hygiene_icon.svg');}
.test-menu li.active:nth-child(1) {background-image:  url('../img/content/test/hygiene_icon_active.svg');}
.test-menu li:nth-child(2) {border-bottom: 1px solid rgba(255, 255, 255, 0.5); background-image:  url('../img/content/test/risk_icon.svg');}
.test-menu li.active:nth-child(2) {background-image:  url('../img/content/test/risk_icon_active.svg');}
.test-menu li:nth-child(3) {background-image:  url('../img/content/test/symptoms_icon.svg');}
.test-menu li.active:nth-child(3) {background-image:  url('../img/content/test/symptoms_icon_active.svg');}

.txt-bubble {padding: 22px; color: #000; font-size: 14px; position: relative; border-radius: 5px; background-color: #fff;}
.txt-bubble::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 50%;
  left: -8px;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.txt-bubble-cr {padding: 20px; color: #000; font-size: 14px; position: relative; border-radius: 5px; background-color: #edc340;}
.txt-bubble-cr::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 50%;
  right: -1px;
  border-top: 10px solid #edc340;
  border-left: 10px solid #edc340;
  transform: rotate(45deg) translateY(-50%);
}
.test-box .signup-btn {width: 300px!important;}
.test-box .signup-btn:before {display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; margin: -5px 0 0 -5px; background: #c7317d; z-index: 9;}
.test-box .signup-btn span {display: block; width: 100%; position: relative; text-align: center; padding: 20px 0; border: 1px solid #fff; z-index: 15;}
.test-box .signup-btn:hover {color: #fff; text-decoration: none;}
.test-box .signup-btn:active, .test-box .signup-btn:focus {color: #fff; text-decoration: none;}

.test-box.test-blue-bg .signup-btn:before {display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; margin: -5px 0 0 -5px; background: #fff; z-index: 9;}
.test-box.test-blue-bg .signup-btn span {display: block; width: 100%; position: relative; color: #004381; text-align: center; padding: 20px 0; border: 1px solid #00a0d9; z-index: 15;}
.test-box.test-blue-bg .signup-btn:hover {color: #004381; text-decoration: none;}
.test-box.test-blue-bg .signup-btn:active, .test-box.test-blue-bg .signup-btn:focus {color: #004381; text-decoration: none;}

.test-box .signup-btn.btn-transparent:before {display: block; width: 100%; height: 100%; content: ''; position: absolute; top: 0; left: 0; margin: -5px 0 0 -5px; background: transparent; border: 1px solid #fff; z-index: 9;}
.test-box .signup-btn.btn-transparent span {display: block; width: 100%; position: relative; color: #fff; text-align: center; padding: 20px 0; border: 1px solid #c7317d;; z-index: 15;}
.test-box.test-blue-bg .signup-btn.btn-transparent span {display: block; width: 100%; position: relative; color: #fff; text-align: center; padding: 20px 0; border: 1px solid #00a0d9; z-index: 15;}

.test-box.test-blue-bg .row.align-items-end {min-height: 480px;}

.progress-bar {width: 100%; height: 10px; border: 1px solid #fff; background: transparent;}
.test-progress {width: 100%; height: 100%; background-color: #fff;}

.test-pp {padding: 20px; margin: 140px 0 30px 110px; color: #fff; line-height: 1.2em; background-color: rgba(255, 255, 255, 0.25);}
.test-pp input, .test-box.test-blue-bg input[type="checkbox"] {width: auto; margin: 0 10px 10px 0;}

.test-avatar {max-width: 98px;}

 /* - cvd test -*/
 .sm-range {
width: 100%;
height: 14px;
padding: 0;
-webkit-appearance: none;
appearance: none;
outline: none;
border: none!important;
background: #ce191b; /* Old browsers */
background: -moz-linear-gradient(left,  #ce191b 0%, #ffee00 50%, #3ea636 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ce191b 0%,#ffee00 50%,#3ea636 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ce191b 0%,#ffee00 50%,#3ea636 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce191b', endColorstr='#3ea636',GradientType=1 ); /* IE6-9 */
}
.sm-range:focus {outline: none!important;}
.sm-range::-moz-focus-outer {border: 0;}

.sm-range::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 10px; /* Set a specific slider handle width */
  height: 30px; /* Slider handle height */
  background: #fff; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border: none!important;
  border-radius: 0!important;
}

.sm-range::-moz-range-thumb {
  width: 10px; /* Set a specific slider handle width */
  height: 30px; /* Slider handle height */
  background: #fff; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border: none!important;
  border-radius: 0!important;
}

.conference-box .ng-pristine h2, .conference-box .ng-valid h2 {font-size: 36px; text-align: center;}

@media screen and (max-width: 1299px){ 
.register .signup-btn {margin-left: -50px!important;}
.register.home .signup-btn {margin-left: 0!important;}
}

@media screen and (max-width: 1199px){ 
.navbar ul ul li a {
  width: auto;
  border-bottom: 0;
  color: #004381;
  background: none;
  padding: 0;
}
.vhealth {margin-top: -100px;}
.test-box.pauline-bg {width: 100%; padding: 70px 0 80px 0; background: url('../img/content/test/paoline-test.png') no-repeat bottom 30px left, url('../img/content/test/vh-test-bg.jpg') no-repeat top center; background-size: 20%, cover; color: #fff;}
.test-pp {padding: 20px; margin: 140px 0 30px 105px; color: #fff; line-height: 1.2em; background-color: rgba(255, 255, 255, 0.25);}
}

@media screen and (max-width: 991px){
.left-column {max-width: 100%; padding: 0 20px; margin: 30px 0 0 0;}
.pf-top {padding-top: 20px;}
.prf-back-btn {margin-bottom: 20px;}
.prf-pic {display: inline-block; margin: 0 0 0 50%; transform: translateX(-50%); position: relative; border-radius: 50%; width: 100px; height: 100px; background: url('../img/profilepics/profile-pic-blanc.svg') no-repeat center center; text-align: center;}
.prf-pic span {display: inline-block; margin-top: 50%; transform: translateY(-50%); color: #fff; font-size: 12px; font-weight: 900;}
.prf-pic:after {display: block; width: 27px; height: 27px; position: absolute; right: 5px; bottom: 5px; content: url('../img/content/plus-icon.svg'); padding: 1px 0 0 1px; background: #004381; border-radius: 50%;}

.profile-menu {max-width: 100%; padding: 10px 0 30px 0; margin-top: 0; margin-bottom: 0; display: flex; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar;}
.profile-menu::-webkit-scrollbar {display: none;}
.profile-menu.faq {margin-top: 0; margin-bottom: 0;}
.profile-menu li, .profile-menu.faq li {font-size: 14px; text-transform: uppercase; line-height: 1.2em; margin: 0 30px 0 0; flex: 0 0 auto;}
 
.profile-menu li a {color: #999; text-decoration: none;}
.profile-menu li a.active {color: #004381;}

.profile-infobox, .profile-infobox.faq  {max-width: 100%; margin: 30px 20px; font-size: 16px;}
.profile-infobox .row {margin-bottom: 30px;}
.profile-infobox strong {color: #000;}

.profile-title {font-size: 24px; color: #252525; text-transform: uppercase; margin-bottom: 35px;}
.profile-infobox.faq .profile-title h2 {
  font-family: 'Futura ExtraBold', Arial, sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  line-height: 0.9em;
  margin-bottom: 35px;
}

.profile-infobox.profile-edit {
  max-width: 720px;
  padding: 50px 25px 10px 25px;
  margin: 0 15px 30px 15px;
  font-size: 16px;
  background: #fff;
}

.confirm-update {
  padding: 20px 0 20px 20px;
  margin: 15px 0 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  background: #3cc7ef;
}

.profile-tellapeer-title {
  margin: 0 0 30px 20px;
}
.profile-infobox.tellapeer {
  max-width: 720px;
  padding: 30px 20px 10px 20px;
  margin: 0 0 30px 0;
  font-size: 16px;
}

.faq .accordion-style .btn-link {
  font-size: 20px;
  line-height: 1em;
  padding: 15px 50px 15px 0;
}

.aboutus-lab {
  background: transparent;
}

.register .signup-btn {margin: 30px 0 0 0!important;}
.ngradient-bg {background: none;}
.vhealth {margin-top: -50px;}

.test-box.pauline-bg {width: 100%; padding: 70px 0 80px 0; background: url('../img/content/test/vh-test-bg.jpg') no-repeat top center; background-size: cover; color: #fff;}
.test-pp {padding: 20px; margin: 100px 20px 30px 20px; color: #fff; line-height: 1.2em; background-color: rgba(255, 255, 255, 0.25);}

section .container .test-menu {display: flex; justify-content: center; padding: 0 30px; margin: 0 0 50px 0;}
section .container .test-menu li {padding: 0; background: none!important; border: 0; display: none;}
section .container .test-menu li.active {display: block; color: #edc340; font-size: 16px;}
section .container .test-menu li br {display: none;}

.test-box.test-blue-bg {padding-bottom: 30px;}
}

@media screen and (min-width: 768px) and (max-width: 1299px){
.navbar-nav {
  background-color: #004381;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.vhealth-home .navbar-nav {
  background-color: #a8156c;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-nav li {
  width: 100%;
  border-top: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.navbar-nav > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0.5rem 15px 65px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.navbar-nav > li > a:before {display: block; position: absolute; left: 40px; content: url('../img/content/mobilenav-arrow.svg'); z-index: 10;}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a.active {background-color: #3cc7ef;}
.vhealth-home .navbar-nav > li > a:hover, .vhealth-home .navbar-nav > li > a:focus, .vhealth-home .navbar-nav > li > a.active {background-color: #f1198a;}
}

@media screen and (max-width: 991px){ 
.banner-txt h1 {font-size: 58px; padding-left: 15px;}
.joinin h2 {font-size: 42px;color: #004381;}
}

@media screen and (max-width: 767px){ 
.top-bar-info {
  display: block;
  vertical-align: middle;
}
.navbar-header-custom, .top-bar-info {position: relative; z-index: 199;}
.top-bar-info li .active {
  color: #fff;
  font-weight: 900;
}
.top-bar-info li:first-child {
  padding: 15px 0;
}
.top-bar-info li:first-child.dark-bg, .top-bar-info li:first-child.blue-bg {
  padding: 15px 20px;
  margin: 0 auto!important;
}

nav .ls-box {/*float: left;*/ display: flex; position: absolute; /*top: 4.5em;*/ top: 100%; left: 0; padding: 10px 0 0 0; margin: 0; width: 100%!important; background-color: #003c74; z-index: 199;}
nav .ls-box > ul {
  padding: 0 0 0 26px;
  margin: 0;
  list-style: none;
  display: block;
}

nav .ls-box > ul > li {
  /*float: left;*/
  display: block;
}

.maxw-1780 {max-width: 100%; padding-left: 0; padding-right: 0;}
.maxw-1780 .row {margin-left: 0; margin-right: 0;}
.maxw-1780 .col-12 {padding-left: 0; padding-right: 0;}
.maxw-1780 nav.navbar {padding-left: 15px!important; padding-right: 15px!important; z-index: 199;}

.navbar-nav {
  background-color: #004381;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  /*top: 149px;*/
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh!important;
  padding-top: 210px!important;
  z-index: 99;
  /*transition-duration: 0;
  -ms-transition-duration: 0;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0;
  -o-transition-duration: 0;*/
  width: 100%;
  display: none;
  transition: left 450ms ease-in-out;
  -ms-transition: left 450ms ease-in-out;
  -moz-transition: left 450ms ease-in-out;
  -webkit-transition: left 450ms ease-in-out;
  -o-transition: left 450ms ease-in-out;
}
.vhealth-home .navbar-nav {background-color: #a8156c;}
.navbar-nav.open {left: 0;}

.navbar-nav li {
  width: 100%;
  border-top: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.navbar-nav > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0.5rem 15px 65px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.navbar-nav > li > a:before {display: block; position: absolute; left: 40px; content: url('../img/content/mobilenav-arrow.svg'); z-index: 10;}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a.active {background-color: #3cc7ef;}
.vhealth-home .navbar-nav > li > a:hover, .vhealth-home .navbar-nav > li > a:focus, .vhealth-home .navbar-nav > li > a.active {background-color: #f1198a;}

nav .ls-box > ul > li.dropdown ul.dropdown-menu {
  position: fixed;
  z-index: 103;
  min-width: 100vw;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  border-radius: 0;
  background: #fff;
  right: auto!important;
  left: 0!important;
  top: -157px;
  top: 0!important;
  box-shadow: none;
  transition: all .5s ease;
  background: url('../img/content/mobile-loginpop-bg.png') no-repeat center bottom #fff;
  border: none;
  z-index: 999;
}

nav .ls-box > ul > li.dropdown ul.dropdown-menu li {padding: 15px 30px;}

#top-bar {z-index: 2;}
.login-title {margin-bottom: 20px;}
.ls-box .fpass {padding-bottom: 40px;}
.ls-box .login-hr {padding: 20px 0;}

nav.user-logged .navbar-nav {top: 0;}

nav .ls-box ul.dropdown-menu::before, nav .ls-box ul.dropdown-menu::after {display: none;}
nav .ls-box .login {display: flex; justify-content: flex-end; width: auto!important;}
nav .ls-box .login img {order: 2; margin: 0 5px 0 15px;}
nav .ls-box .login span {order: 1;}

.mlogin-close {display: block; width: 15px; height: 15px; position: absolute; top: 15px; right: 15px; background: url('../img/content/mobile-login-close.svg') no-repeat center center; background-size: cover; cursor: pointer;}
.mfp-container {padding-left: 0; padding-right: 0;}
.registration-box {max-height: none; min-height: 100vh; height: 100%; position: relative; margin: 0 auto; background: url('../img/content/mobile-loginpop-bg.png') no-repeat center bottom #fff;}
.account-del-box {
  min-width: 0;
  max-width: 100%;
  min-height: 100vh; height: 100%;
  margin: 0 auto;
  transform: none;
  padding: 40px;
  text-align: center;
  position: relative;
  background: url('../img/content/mobile-loginpop-bg.png') no-repeat center bottom #fff;
  border: none;
}
.account-del-box::after {display: none;}
.account-del-box .content-center {display: block;}
.account-del-box .back-btn {display: block!important; margin: 0 auto 30px auto!important;}

.mobile-profile-row {width: 100%!important; padding: 0 0 0 14px;}
.mobile-profile-row .logged-title {
  font-size: 16px;
  color: #fff;
  font-weight: 900;
  margin: 0 0 0 20px;
}
.ls-box .mobile-profile-row .logged-hr {
  padding: 0;
  margin: 10px 0 0 0;
  position: relative;
}
.mobile-profile-row .logged-hr a {
  position: relative;
  display: inline-block;
  width: auto!important;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0.5rem 10px 25px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background: transparent;
  top: 0;
  left: 0;
  transform: none;
}
.mobile-profile-row .logged-hr a:before {display: block; position: absolute; left: 0; content: url('../img/content/mobilenav-arrow.svg'); z-index: 10;}
.logout-btn {width: auto!important; margin: 0 20px 0 auto; color: #fff; text-decoration: none; }

.mobile-profile-row .login {display: none!important;}
nav .ls-box > ul > li.dropdown.mobile-profile-row .dropdown-menu {display: block!important; position: relative; width: 100%; min-width: auto!important; height: auto!important; min-height: auto!important; top: auto; left: auto; right: auto!important; float: none; background: transparent;}
nav .ls-box > ul > li.dropdown.mobile-profile-row .dropdown-menu li {padding: 0;}
nav .ls-box > ul > li.dropdown.mobile-profile-row .dropdown-menu .mlogin-close, nav .ls-box > ul > li.dropdown.mobile-profile-row .dropdown-menu hr {display: none;}
nav .ls-box > ul > li.dropdown.mobile-profile-row .dropdown-menu .register-btn {position: absolute; bottom: 10px; right: 20px; display: inline-block; min-width: auto; min-height: auto; color: #fff; text-decoration: none; background: transparent; border: none; font-weight: 400; text-transform: none;}
nav .ls-box > ul > li.dropdown.mobile-profile-row .dropdown-menu .register-btn:after, nav .ls-box > ul > li.dropdown.mobile-profile-row .dropdown-menu .register-btn:before {display: none;}
nav .ls-box > ul > li.dropdown.mobile-profile-row .dropdown-menu .register-btn span {display: inline; padding: 0; border: none;}

.banner-txt {padding-bottom: 100px;}
.banner-txt h1 {font-size: 28px; color: #fff; font-weight: 900; line-height: 0.9em; text-transform: uppercase; padding-left: 15px;}

.joinin.patient-vh {background: none;}
.joinin h2 {font-size: 38px;color: #004381;}
.joinin ul.mpoints {display: block;}
.joinin .mpoints li {
  /*display: inline-block;*/
  color: #004381;
  font-weight: 900;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 0!important;
}
.joinin.patient-vh ul.justify-content-center {display: block; max-width: 88%;}
.joinin.patient-vh ul.justify-content-center li {padding: 0;}


.testimonials-box {
  padding: 60px 0 0 0;
  background: transparent;
}

.testimonials-box .section-heading h2 {font-size: 34px;}

.form-group {margin-bottom: 0;}

.hw-tabs .tab-style6 .resp-tab-content {
  border: 1px solid #3cc7ef!important;
  border-top: none!important;
  padding: 30px 10px;
}
.hw-tabs.grey-tabs .tab-style6 .resp-tab-content {
  border: 1px solid #999!important;
  border-top: none!important;
  padding: 30px 10px;
}

.faq .accordion-style .card {padding-bottom: 15px;}

.left-column .prf-back-btn {margin-top: 50%;}

.library-sub-nav {display: block;}
.library-sub-nav li {display: block; float: none; margin-bottom: 10px;}
.library-sub-nav > li::after {right: auto; left: 0;}
.library-sub-nav > li > a {padding: 0 20px!important;}
.library-sub-nav > li:last-child:after {display: block;}

.banner.contactus {max-height: 100vh!important;}

.register h2 {font-size: 38px; font-weight: 900;}
.section-heading.blue h2 {font-size: 40px;}
.section-heading.blue h2.fs-ru {font-size: 36px;}
.vhealth {margin-top: -30px;}

footer {
  padding: 50px 10px;
  background: #182531;
  color: #fff;
  flex-shrink: 0;
}

footer .accordion-style .btn-link {
  background: transparent !important;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 15px 20px 15px 0;
  text-decoration: none;
}
footer .accordion-style .btn-link:hover {background: transparent !important; color: #fff;}
footer .accordion-style .card-body {
  padding: 10px 0 20px 0;
  line-height: inherit;
  text-align: left;
}
footer .accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

}/*--/767--*/

/** 15.04.2021 ***/
.attendee-pic span.img {display: block;width: 270px;height: 270px;background-size: 100%;background-repeat: no-repeat;background-position: center;}