.bullet-points .row > div{
  margin-bottom: 15px;
  min-width: 33.33%;
  flex: 0 0 33.33%;
}
.bullet-points, .fullWidth-image{
  margin-top: 30px;
  text-align: center;
}
.CTA-section{
  margin-top: 30px;
}
.heading-section h2, .heading-section p, .bullet-points .bullet-text{
  color: #ffffff;
} 
.heading-section p svg{
  fill: #fff;
  height: 20px;
  width: 20px;
  font-size: 16px;
}

.white-btn-wak.button{
    background: #ffffff;
    color: #057573;
    border-color: transparent;
}

.white-btn-wak.button:hover{
    background: #057573;
    color: #ffffff;
    border-color: #057573;
}

.second-head h3{
  color: #E6C120
}
.second-head p{
  color: #fff;
}
.image-with-points .video-block-c{
      background: #fff;
    border-radius: 6px;
    box-shadow: 5px 10px 6px rgba(0,0,0,.16);
    padding: 15px;
    position: relative;
    z-index: 1;
    margin: 60px auto 0;
    position: relative;
    width: 80%;
}

.video-tab-content {
  margin: 60px auto 0;
}
.image-with-points .video-block-c .iframe_wrapper{
  padding-top: 0;
}

.video-tab-content .nav-tabs {
    gap: 15px;
    border: none !important;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 20px;
}

.video-tab-content .nav-tabs li button.active {
    color: #007573;
}

.video-tab-content .nav-tabs li button {
    color: #fff;
    border: 1px solid #fff;!;
    border-radius: 4px;
    font-size: 18px;
    box-shadow: none;
}
@media (max-width: 768px){
  .bullet-points .row > div{
    flex-basis: 100%;
}
  .image-with-points .video-block-c{
   width: 100%;
  }
  .second-head{
    text-align: left !important;
  }
  .second-head p{
    width: 100% !important;
  }
  .video-tab-content .nav-tabs {
    width: auto;
  }
  .video-tab-content .nav-tabs li{
    width: calc(50% - 10px);
  }
  .video-tab-content .nav-tabs li button{
    width: 100%;
}

