<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.tabbordion .slick-dots li:before {
  display: none !important;
}

.tabbordion .tabs .tab-content .col-right .only-image {
  margin-bottom: 20px;
}
.tabbordion .content-video-section {
  margin-bottom: 40px;
}
.tab-plus-accordian .content-video-section .wistia_embed {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.tab-plus-accordian .content-video-section .wistia_embed&gt;* { position: absolute !important; }
/*
.tabbordion .content-video-section .w-video-wrapper.w-css-reset {
  background-color: transparent !important;
}
.tabbordion .w-css-reset img {
  z-index: -1;
}

.tabbordion .w-video-wrapper.w-css-reset video {
  object-fit: cover !important;
}
.tabbordion .content-video-section__video {
  min-height: 300px;
}

.tabbordion .content-video-section__video [data-aspect-ratio="16:9"]:before {
  padding-top: 0 !important;
}

.tabbordion  #wistia_chrome_23 #wistia_grid_85_wrapper img.w-css-reset { position:static !important }

.tabbordion .content-video-section__video [data-aspect-ratio] {
  max-height: 300px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tabbordion .content-video-section__video img.w-css-reset {
  height: 100% !important;
  border-width: initial !important;
  border: 0 !important;
}

.tabbordion .content-video-section__video {
  min-height: 300px;
}
/*
.tabbordion .content-video-section__video .wistia_embed &gt; div {
  height: 300px !important;
}
.tabbordion .content-video-section__video .wistia_embed &gt; div {
  height: 300px !important;
  position: relative;
  bottom: 0 !important;
}
*/
.tabbordion .tab-content {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  padding-top: 45px;
  padding-bottom: 30px;
}
.tabbordion .tab-content .col-left {
  max-width: 50%;
  width: 100%;
  border-right: 1px solid #ebebeb;
  padding-right: 30px;
}
.tabbordion .tab-content .col-right {
  max-width: 50%;
  min-height: 200px;
  width: 100%;
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
}

.tabbordion #dtab2 .col-left {max-width: 60%;}
.tabbordion #dtab2 .col-right {max-width: 40%;}

.tabbordion .course-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tabbordion .course-details .icon-left {
  max-width: 10%;
  width: 100%;
}
.tabbordion .course-details .icon-text {
  max-width: 90%;
  width: 100%;
  padding-left: 20px;
  margin-top: 20px;
}
.tabbordion .course-details .icon-left svg {
  width: 45px;
  fill: #28b5b7;
}

.tabbordion #photo-slider {
  margin-top: 45px;
}

.tabbordion #photo-slider .slick-slide {
  width: 200px;
}


.tabbordion #tab1 .btn-box {
  margin-top: 45px;
}

.tabbordion #tab1 .btn-box a:nth-child(2) {
  margin-left: 20px;
}

.tabbordion #dtab2 .col-right .btn-box {
  display: flex;
  flex-direction: column;
  padding: 0px 35px;
}
.tabbordion #dtab2 .col-right .btn-box a:nth-child(2) {
  margin-top: 20px;
}
.tabbordion #tab2 .btn-box a {
  margin-bottom: 20px;
}

.tabbordion #tab3 .btn-box {
  margin-top: 30px;
}

.tabbordion #dtab3 .stats-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tabbordion .stats-box {
  display: flex;
  flex-direction: column;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgb(40 40 41 / 15%);
  padding: 1.5rem 0.4rem;
  max-width: 48%;
  margin-bottom: 20px;
  text-align: center;
}

#dtab3 .stats-container .stats-box h1,
#dtab3 .stats-container .stats-box h2,
#dtab3 .stats-container .stats-box h3,
#dtab3 .stats-container .stats-box h4 {
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1;
  color: #d60067;
  white-space: nowrap;
  margin: 0 0 0.75rem;
}

.tabbordion #photo-slider .card-content {
  padding: 0;
}

.tabbordion #partner-logos {
  width: 100%;
}


/* Tabs */
.tabbordion .tabs {
  border-radius: 5px 5px 5px 5px;
}
.tabbordion ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: flex;
}
.tabbordion ul#tabs-nav li {
  font-weight: bold !important;
  padding: 8px 10px;
  cursor: pointer;
  max-width: 25%;
  width: 100%;
  text-align: center;
}
.tabbordion ul#tabs-nav li:hover,
.tabbordion ul#tabs-nav li.active,
.tabbordion ul#tabs-nav li.active a,
.tabbordion ul#tabs-nav li:hover a {
  background: #d60067;
  color: #fff;
  font-weight: 600;
}
.tabbordion #tabs-nav li a {
  text-decoration: none;
  color: #929292;
}

.tabbordion #tabs-nav-2 {
  margin: 0;
  padding: 0;
}

.tabbordion #tabs-nav-2 li {
  list-style: none;
  background: #f3f5f5;
  color: #ffffff;
  margin-bottom: 20px;
}

.tabbordion #tabs-nav-2 li button {
  color: #252525;
  width: 100%;
  display: block;
  padding: 20px;
  background: #f3f5f5;
  border: 0;
}

.tabbordion #tabs-nav-2 li button.course-btn.active {
  background: #d60067;
  color: #fff;
}

.tabbordion #tabs-nav-2 li button:hover {
  background-color: lightpink;
  color: #fff;
}

.tabbordion ul#tabs-nav-2 li.active a {
  background-color: #d60067;
  color: #fff;
  font-weight: 600;
}

/* Tabs-nav 3 */

.tabbordion ul#tabs-nav-3 {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  border: 1px solid #ebebeb;
}
.tabbordion ul#tabs-nav-3 li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}
.tabbordion ul#tabs-nav-3 li:hover,
.tabbordion ul#tabs-nav-3 li.active,
.tabbordion ul#tabs-nav-3 li.active a,
.tabbordion ul#tabs-nav-3 li:hover a {
  background: #d60067;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.tabbordion #tabs-nav-3 li a {
  text-decoration: none;
  color: #252525;
}

.tabbordion #tabs-nav-3 {
  margin: 0;
  padding: 0;
}

.tabbordion #tabs-nav-3 li {
  list-style: none;
  background: #d60067;
  color: #ffffff;
  margin-bottom: 20px;
}

.tabbordion #tabs-nav-3 li a {
  color: #fff;
  width: 100%;
  display: block;
  padding: 20px;
}

.tabbordion #tab4 .tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}

.tabbordion #tab4 .col-left {
  max-width: 50%;
  width: 100%;
  border-right: 1px solid #ebebeb;
  padding-right: 30px;
}
.tabbordion #tab4 .col-right {
  max-width: 50%;
  min-height: 200px;
  width: 100%;
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
}
#dtab4 .col-left .btn-box {
  margin-top: 90px;
}

/* Tabs */


/* Slick css */

.tabbordion .carousel {
  width: 90%;
  margin: 0px auto;
}
.tabbordion .slick-slide {
  margin: 10px;
}
.tabbordion .slick-slide img {
  width: 100%;
  height: auto;
}

.tabbordion #partner-logos .slick-slide img {
  max-width: 100px;
  margin: 0 auto;
}

.tabbordion .slick-prev,
.tabbordion .slick-next {
  background: #000;
  border-radius: 15px;
  border-color: transparent;
}
.tabbordion .card {
  border: 2px solid #fff;
  box-shadow: 1px 1px 15px #ccc;
}
.tabbordion .card-body {
  background: #fff;
  width: 100%;
  vertical-align: top;
}
.tabbordion .card-content {
  text-align: left;
  color: #333;
  padding: 15px;
}
.tabbordion .card-text {
  font-size: 14px;
  font-weight: 300;
}
/* Slick css */

/* Testimonial css */

.tabbordion #testimonial-tab .person-details h1,
.tabbordion #testimonial-tab .person-details h2,
.tabbordion #testimonial-tab .person-details h3,
.tabbordion #testimonial-tab .person-details h4 {
  font-size: 1.125em;
}

.tabbordion #testimonial-tab .person-details p {
  color: #929292;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 1rem;
}

.tabbordion #testimonial-tab .testimonials-section__item--wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  height: 100%;
  box-shadow: 0 2px 8px 0 rgb(40 40 41 / 15%);
  padding: 1.5rem 1rem;
}

.tabbordion #testimonial-tab .testimonials-section__item--header {
  order: 4;
  margin-top: 1.5rem;
  border-top: 2px solid #ebebeb;
  padding-top: 1.5rem;
  text-align: center;
}

.tabbordion #testimonial-tab .testimonials-section__item--image {
  order: 1;
  padding: 0 1rem;
  width: 150px;
  margin: 0 auto 1.5rem;
}
.tabbordion #testimonial-tab .testimonials-section__item--quote {
  order: 2;
  font-size: 15px;
  font-style: italic;
  padding: 0 1rem;
}
.tabbordion #testimonial-tab .testimonials-section__item--rating {
  order: 3;
  margin-top: 0.75rem;
  text-align: center;
}

.tabbordion #testimonial-tab .testimonials-section__item--title {
  color: #929292;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 1rem;
}

.tabbordion #testimonial-tab .testimonials-section__item--image img {
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 8px 0 rgb(40 40 41 / 15%);
}

.tabbordion
  #testimonial-tab
  .testimonials-section__item--quote
  &gt; p:first-child:before {
  content: "\201C";
  font-weight: 900;
  display: inline-block;
  line-height: 0.25;
  color: #d60067;
  display: inline;
  font-size: 4em;
  font-style: italic;
  margin-right: 0.8rem;
  vertical-align: bottom;
}

.tabbordion #testimonial-tab .testimonials-section__item--rating .rating {
  display: inline-block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.tabbordion #testimonial-tab .testimonials-section__item--rating .rating li {
  display: inline-block;
  color: #e3c813;
}



.tabbordion .tab-content .col-right .tab-content-2 ul {
  list-style: none;
}
.tabbordion .tab-content .col-right .tab-content-2 ul li {
  position: relative;
}
.tabbordion .tab-content .col-right .tab-content-2 li:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -25px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #d60067;
  border-bottom: 3px solid #d60067;
  transform: rotate(-45deg);
}

.tabbordion #dtab2 .col-left ul {
  list-style: none;
}
.tabbordion #dtab2 .col-left ul li {
  position: relative;
}
.tabbordion #dtab2 .col-left ul li:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -25px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #d60067;
  border-bottom: 3px solid #d60067;
  transform: rotate(-45deg);
}

.tabbordion #dtab1 .col-left ul {
  list-style: none;
}
.tabbordion #dtab1 .col-left ul li {
  position: relative;
}
.tabbordion #dtab1 .col-left ul li:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -25px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #d60067;
  border-bottom: 3px solid #d60067;
  transform: rotate(-45deg);
}

.tabbordion #dtab3 .col-left ul {
  list-style: none;
}
.tabbordion #dtab3 .col-left ul li {
  position: relative;
}
.tabbordion #dtab3 .col-left ul li:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -25px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #d60067;
  border-bottom: 3px solid #d60067;
  transform: rotate(-45deg);
}

.tabbordion .tabs .col-left .carousel ul li:before {
  display: none !important;
}

.tabbordion .tabs #tab2 .col-left {
  max-width: 60% !important;
}
.tabbordion .tabs #tab2 .col-right {
  max-width: 40% !important;
}

.tabbordion-item-4 .tabbordion-item-in1 ul {
  list-style: none;
}
.tabbordion-item-4 .tabbordion-item-in1 ul li {
  position: relative;
}
.tabbordion-item-4 .tabbordion-item-in1 ul li:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -25px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #d60067;
  border-bottom: 3px solid #d60067;
  transform: rotate(-45deg);
}
.tabbordion-item-4 .tabbordion-item-in2 ul {
  list-style: none;
}
.tabbordion-item-4 .tabbordion-item-in2 ul li {
  position: relative;
}
.tabbordion-item-4 .tabbordion-item-in2 ul li:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -25px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #d60067;
  border-bottom: 3px solid #d60067;
  transform: rotate(-45deg);
}
.tabbordion-item-4 .tabbordion-item-in3 ul {
  list-style: none;
}
.tabbordion-item-4 .tabbordion-item-in3 ul li {
  position: relative;
}
.tabbordion-item-4 .tabbordion-item-in3 ul li:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -25px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #d60067;
  border-bottom: 3px solid #d60067;
  transform: rotate(-45deg);
}
.tabbordion-item-4 .tabbordion-item-in4 ul {
  list-style: none;
}
.tabbordion-item-4 .tabbordion-item-in4 ul li {
  position: relative;
}
.tabbordion-item-4 .tabbordion-item-in4 ul li:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -25px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #d60067;
  border-bottom: 3px solid #d60067;
  transform: rotate(-45deg);
}
.tabbordion-item-4 .tabbordion-item-in5 ul {
  list-style: none;
}
.tabbordion-item-4 .tabbordion-item-in5 ul li {
  position: relative;
}
.tabbordion-item-4 .tabbordion-item-in5 ul li:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -25px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #d60067;
  border-bottom: 3px solid #d60067;
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1025px) {
  
  #photo-slider .slick-slide img { max-width:820px !important;margin:0 auto  }
}


@media only screen and (max-width: 767px) and (min-width: 320px) {
  
  .tabbordion .tabbordion-tabs { display:none }

  /* mobile testimonial css */

.tabbordion #testimonial-tab .person-details p {
  color: #929292;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 1rem;
}

.tabbordion #testimonial-tab .testimonials-section__item--wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  height: 100%;
  box-shadow: 0 2px 8px 0 rgb(40 40 41 / 15%);
  padding: 1.5rem 1rem;
}

.tabbordion #testimonial-tab .testimonials-section__item--header {
  order: 4;
  margin-top: 1.5rem;
  border-top: 2px solid #ebebeb;
  padding-top: 1.5rem;
  text-align: center;
}

.tabbordion #testimonial-tab .testimonials-section__item--image {
  order: 1;
  padding: 0 1rem;
  width: 150px;
  margin: 0 auto 1.5rem;
}
.tabbordion #testimonial-tab .testimonials-section__item--quote {
  order: 2;
  font-size: 1.125em;
  font-style: italic;
  padding: 0 1rem;
}
.tabbordion #testimonial-tab .testimonials-section__item--rating {
  order: 3;
  margin-top: 0.75rem;
  text-align: center;
}

.tabbordion #testimonial-tab .testimonials-section__item--title {
  color: #929292;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 1rem;
}

.tabbordion #testimonial-tab .testimonials-section__item--image img {
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 8px 0 rgb(40 40 41 / 15%);
}

.tabbordion
  #testimonial-tab
  .testimonials-section__item--quote
  &gt; p:first-child:before {
  content: "\201C";
  font-weight: 900;
  display: inline-block;
  line-height: 0.25;
  color: #d60067;
  display: inline;
  font-size: 4em;
  font-style: italic;
  margin-right: 0.8rem;
  vertical-align: bottom;
}

.tabbordion #testimonial-tab .testimonials-section__item--rating .rating {
  display: inline-block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.tabbordion
  #testimonial-tab
  .testimonials-section__item--rating
  .rating
  li {
  display: inline-block;
  color: #e3c813;
}
  
  .tabbordion .content-video-section {
    margin-bottom: 35px;
  }
  /*
  .tabbordion .content-video-section__video {
    min-height: 100%;
  }
  */
  .tabbordion .tab-content .col-left {
    max-width: 100% !important;
    width: 100% !important;
    border: 0;
    padding-right: 0 !important;
    border-right: 0 !important;
  }
  .tabbordion .tab-content .col-right {
    max-width: 100% !important;
    width: 100%;
    border: 0 !important;
    padding-left: 0 !important;
    padding-bottom:30px !important;
  }
  .tabbordion .carousel {
    width: 100%;
    max-width: 100%;
  }
  .tabbordion .tabbed-content-m ul.accordion .inner {
    padding-left: 0;
  }
  
  
  .tabbordion #tab4 .tabs {
    padding-top: 0;
  }
  .tabbordion ul#tabs-nav-3 li {
    float: none;
    width: 100%;
    background: #f3f5f5;
    color: #252525;
    border-radius: 0;
    font-weight: normal;
  }
  .tabbordion ul#tabs-nav-3 li.tab-content-3 {
    background: #ffffff;
    color: #252525;
  }
  .tabbordion ul#tabs-nav-3 li.tab-content-3 ul li {
    background: #ffffff;
    color: #252525;
  }
  .tabbordion ul#tabs-nav-3 li.tab-content-3:hover {
    background: #ffffff;
    color: #252525;
  }
  .tabbordion ul#tabs-nav-3 {
    border: 0;
    overflow: hidden;
  }
  .tabbordion ul#tabs-nav-3 li.tab-content-3 ul li:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -25px;
    width: 16px;
    height: 10px;
    border-left: 3px solid #d60067;
    border-bottom: 3px solid #d60067;
    transform: rotate(-45deg);
  }
  .tabbordion .tabbed-content-m ul.accordion li {
    position: relative;
  }

 

  .tabbordion .content-video-section__video {
    margin-top: 50px;
  }

  /* Tabs-3 mobile styles */

  .tabbordion #tabs-nav-3 {
    margin: 0;
    padding: 0;
  }

  .tabbordion #tabs-nav-3 li {
    list-style: none;
    background: #f3f5f5;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .tabbordion #tabs-nav-3 li a {
    color: #252525;
    width: 100%;
    display: block;
    padding: 20px;
  }

  .tabbordion ul#tabs-nav-3 li:hover,
  .tabbordion ul#tabs-nav-3 li.active,
  .tabbordion ul#tabs-nav-3 li.active a,
  .tabbordion ul#tabs-nav-3 li:hover a {
    background: #d60067;
    color: #fff;
    font-weight: normal;
  }

  .tabbordion ul#tabs-nav-3 li.cta-li {
    padding: 0;
  }
  .tabbordion ul#tabs-nav-3 li.cta-li:first-child {
    margin-top: 45px;
  }

  

  .tabbordion li#tab-10:hover a {
    background: transparent !important;
  }
  .tabbordion li#tab-11:hover a {
    background: transparent !important;
  }
  .tabbordion li#tab-12:hover a {
    background: transparent !important;
  }
  .tabbordion li#tab-13:hover a {
    background: transparent !important;
  }
  .tabbordion li#tab-14:hover a {
    background: transparent !important;
  }

  .tabbordion #tab2 .btn-box a {
    margin-bottom: 10px;
  }
  .tabbordion #tab3 .btn-box {
    margin-bottom: 45px;
    margin-top: 45px;
  }
  /*
  .tabbordion .content-video-section__video .wistia_embed &gt; div {
    height: 204px !important;
  }

  .tabbordion .tabbed-content-m .w-video-wrapper.w-css-reset video {
    object-fit: cover !important;
  }
  .tabbordion .tabbed-content-m .w-css-reset img {
    width: 100% !important;
  }
  */
  .tabbordion .tabbed-content-m .tab-content .col-right .only-image {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}



@media (max-width: 1199px) {
  .tabbordion #tab1 .btn-box a:nth-child(2) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .tabbordion #tab3 .btn-box a:nth-child(2) {
    margin-top: 20px;
  }
  .tabbordion #tab4 .btn-box a:nth-child(2) {
    margin-top: 20px;
  }
}



.tabbordion-item-content #dtab1 {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 0 30px;
}
.tabbordion-item-content #dtab1 .col-left {
  max-width: 50%;
  width: 100%;
  border-right: 1px solid #ebebeb;
  padding-right: 30px;
}
.tabbordion-item-content #dtab1 .col-right {
  max-width: 50%;
  min-height: 200px;
  width: 100%;
  border-left: 1px solid #ebebeb;
  padding-left: 30px;
}
.tabbordion-item-content #dtab1 .col-right .course-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tabbordion-item-content #dtab1 .col-right .course-details .icon-left {
  max-width: 10%;
  width: 100%;
}

.tabbordion-item-content #dtab1 .col-right .course-details .icon-text {
  max-width: 90%;
  width: 100%;
  padding-left: 20px;
  margin-top: 20px;
}
.tabbordion-item-content #dtab1 .col-right .only-image {
  margin-bottom: 20px;
}

.tabbordion-item-content #dtab1 .btn-box a:nth-child(2) {
  margin-left: 10px;
}
.tabbordion-item-content #dtab1 .btn-box {
  margin-top: 45px;
}

.tabbordion-item-content #dtab1 .col-left ul li {
  position: relative;
  list-style: none;
}
.tabbordion-item-content #dtab1 .col-left ul li:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -25px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #d60067;
  border-bottom: 3px solid #d60067;
  transform: rotate(-45deg);
}


.tabbordion #tabs-nav-2 button li &gt; a.active {
  background: #d60067;
  color: #fff;
}
.tabbordion .tabbordion #tabs-nav-2 li:button.active {
  background-color: green !important;
  color: #fff;
}


.tabbordion .relative {
  position: relative;
}


@media (max-width: 767px) {
 
 
  .tabbordion .tab-content {
    padding-bottom: 0px;
  }
  .tabbordion .tab-content {
    padding-top: 20px;
  }

  .tabbordion #dtab3 .stats-container { margin-top:30px }
  .tabbordion-item-content-in { padding-left:20px !important;padding-right:20px !important;padding-top:30px;padding-bottom:30px;border-right:.5px solid #ebebeb;border-bottom:1px solid #ebebeb; }
  .tabbordion .tab-content { padding-left:20px !important;padding-right:20px !important;border-right:.5px solid #ebebeb;border-left:.5px solid #ebebeb; }
  .tabbordion-item-content .btn-box { display:flex;flex-direction: column;padding-left: 20px;
    padding-right: 20px; }
  .tabbordion-item-content .btn-box a { max-width:100%;width:100% }
  .tabbordion-item-content .btn-box a:nth-child(2) { margin-left:0 !important;margin-top:20px }
  .tabbordion-item-content #dtab1 .col-right .only-image {
   
    margin-top: 40px;
}
  .tabbordion-item-content-in {margin-top:0px !important;}
  
  .tabbordion-item-header-in.accordion-mode-in {

    margin-top: 0px !important;
}
  
  .tabbordion-item-content #dtab1 .col-right .course-details .icon-text {
 

  padding-left: 30px;
 
}
   
}
@media (max-width: 1024px) {
  

  .tabbordion #tab3 .stats-container {
    padding-left: 2px;
    padding-right: 2px;
  }
  

}



/* accordian first */

.tabbordion {
    margin: 30px 0;
    display: inline-block;
    clear: both;
    width: 100%;
}

.tabbordion-tabs {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 0 0 0;
    justify-content: space-around;
}

.tabbordion-tabs li {
    flex: 1;
    position: relative;
    width: 100%;
    max-width: 25%;
    text-align: center;
  
}

.tabbordion-tabs li:not(:first-of-type) {
    margin-left: -2px
}

.tabbordion-tabs li button {
  
    background-color: transparent;
    cursor: pointer;
    position: relative;
    color: #252525;
    padding: 10px 10px;
    text-transform: uppercase;
    border: none;
    width:100%
}

.tabbordion-tabs li button:hover,
.tabbordion-tabs li button:active,
.tabbordion-tabs li button:focus {
    
    outline: 0;
    background-color: #d60067;
}

.tabbordion-tabs li button:hover { color:#ffffff }

.tabbordion-tabs li[aria-selected="true"] button {
    background: #d60067;
    color: #fff;
    
}


.tabbordion-tabs li.active {
    color: #fff;
    font-weight: 600;}




@media (min-width: 961px) {
    .tabbordion-tabs {
        display: flex
    }
}

.tabbordion-item-header.accordion-mode {
    font-weight:normal;
    margin:0;
    cursor: pointer;
    position: relative;
    user-select: none;
    background: #d60067;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 1px
}

.tabbordion-item-header.accordion-mode[aria-selected="true"] {
    margin-bottom: 0
}

.tabbordion-item-header.accordion-mode:before,
.tabbordion-item-header.accordion-mode:after {
    content: "";
    display: block;
    transition: all 0.2s ease-in-out;
    background: #fff;
    width: 0.8em;
    height: 0.11em;
    position: absolute;
    right: 15px;
    top: calc(50% - 0.11em)
}

.tabbordion-item-header.accordion-mode:after {
    transform: rotate(90deg)
}

.tabbordion-item-header.accordion-mode[aria-selected="true"]:after {
    transform: none
}

@media (min-width: 961px) {
	.tabbordion-item {
		left: 0;
		opacity: 1;
		right: 0;
		transform: scaleY(1);
		transform-origin: top;
		transition: transform 0.3s ease , opacity 0.3s ease .4s;
		z-index: 1;
	}
	.tabbordion-item.hide-desktop {
		opacity: 0;
		position: absolute;
		transform: scaleY(0);
		transition: opacity 0.3s ease .4s;
    padding:0px 20px;
	}
	.tab-plus-accordian .container {
		position: relative;
	}
}

.tabbordion-item-content {
    background: #fff;

}

@media (max-width: 961px) {
    .tabbordion-item-content {
      left: 0;
    opacity: 1;
    right: 0;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.3s ease , opacity 0.3s ease .4s;
    z-index: 1;
    }
    .tabbordion-item-content.hide-mobile {
         opacity: 0;
    position: absolute;
    transform: scaleY(0);
      padding:0px 15px;
    transition: opacity 0.3s ease .4s;
    }
  .tab-plus-accordian .tabbordion-item {
    position:relative;
  }
    .tabbordion-tabs { display:none }
    .tabbordion-item-content-in {margin-top:30px;}
  
  .tabbordion-item-header-in.accordion-mode-in {

    margin-top: 20px !important;
}
}

@media (min-width: 961px) {
    .tabbordion-item {
        transition: opacity 0.5s ease
    } 
  .tab-plus-accordian .accordion-mode{
    display:none;
  }
}


/* Inner tab css */

.tabbordion-in {
    margin-top:45px;
    margin-bottom:30px;
    display: flex;
    clear: both;
    width: 100%;
}

.tabbordion-tabs-in {
    display: none;
    list-style-type: none;
    margin: 0;
    border-right: 0.5px solid #ebebeb;
    padding-right:40px;
    padding-left:0
}

.tabbordion-tabs-in li {
    margin-bottom:20px
}

.tabbordion-tabs-in li:not(:first-of-type) {
    margin-left: -2px
}

.tabbordion-tabs-in li button {
    transition: all 0.2s ease-in-out;
    color: #252525;
    width: 100%;
    display: block;
    padding: 20px;
    
    border: 0;
    position: relative
}

.tabbordion-tabs-in li button:hover,
.tabbordion-tabs-in li button:active,
.tabbordion-tabs-in li button:focus {
    background: #d60067;
    outline: 0;
    color: #fff;
    
}


.tabbordion-tabs-in li.active button { background:#f2f2f2;color: #252525; }

.tabbordion-tabs-in li[aria-selected="true"] button {
   
    color: #fff;
    background: #d60067;
}



.tabbordion-tabs-in li[aria-selected="true"] button:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    bottom: -2px;
    left: 0
}

@media (min-width: 961px) {
    .tabbordion-tabs-in {
        display: flex;
        flex-direction: column;
        max-width: 50%;
        width: 100%;
    }
}

.tabbordion-item-header-in.accordion-mode-in {
    font-weight:normal;
    margin:0;
    cursor: pointer;
    position: relative;
    user-select: none;
    background: #d60067;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 1px
}

.tabbordion-item-header-in.accordion-mode-in[aria-selected="true"] {
    margin-bottom: 0
}

.tabbordion-item-header-in.accordion-mode-in:before,
.tabbordion-item-header-in.accordion-mode-in:after {
    content: "";
    display: block;
    transition: all 0.2s ease-in-out;
    background: #fff;
    width: 0.8em;
    height: 0.11em;
    position: absolute;
    right: 15px;
    top: calc(50% - 0.11em)
}

.tabbordion-item-header-in.accordion-mode-in:after {
    transform: rotate(90deg)
}

.tabbordion-item-header-in.accordion-mode-in[aria-selected="true"]:after {
    transform: none
}

@media (min-width: 961px) {
    .tabbordion-item-header-in.accordion-mode-in.hide-desktop-in {
        display: none
    }
}

.tabbordion-item-content-in {
    background: #fff;
    padding-left:40px;
    padding-right:0;
    border-left:0.5px solid #ebebeb
}

@media (max-width: 961px) {
    .tabbordion-item-content-in {
        transition: opacity 0.5s ease
    }
    .tabbordion-item-content-in.hide-mobile-in {
        display: none;
    }
   .tabbordion-tabs-in .tabbordion-item-in {  }
  .tabbordion-in { flex-direction:column;margin-top:20px;padding-left:10px;padding-right:10px }
  .tabbordion-in .btn-box { margin-top:30px;display:flex;justify-content: space-around; }
  .tabbordion-in .btn-box a.button--pink { max-width:100%;width:100% }
  
}

@media (min-width: 961px) {
    .tabbordion-item-in {
        transition: opacity 0.5s ease;
        max-width: 50%;
        width: 100%;
    }
    .tabbordion-item-in.hide-desktop-in {
        display: none
    }
}


@media only screen and (min-width: 768px) and (max-width: 1199px)  {

  .tabbordion-item-content .btn-box { display:flex;flex-direction: column;padding-left: 20px;
    padding-right: 20px; }
  .tabbordion-item-content .btn-box a { max-width:100%;width:100% }
  .tabbordion-item-content .btn-box a:nth-child(2) { margin-left:0 !important;margin-top:20px }
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .tabbordion #dtab2 .col-right .btn-box {
  
    padding: 0 0px;
}

}

</pre></body></html>