.tab-1 .nav-tabs.tab-1-right .nav-link {
  transition: 0.3s linear all;
}
.tab-1 .nav-tabs.tab-1-right .nav-link.active, .tab-1 .nav-tabs.tab-1-right .nav-link:hover {
  background-color: #17223f;
  color: #ffffff;
  border-color: #17223f;
  transition: 0.3s linear all;
}

.tab-2 .nav-tabs .nav-link {
  color: #17223f;
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 15px;
}

.tab-2 .nav-tabs .nav-link.active {
  background-color: #FF5353;
  color: #ffffff;
  border-radius: 6px;
}
.tab-2 .nav-tabs.tab-2-right .nav-link {
  border-radius: 40px;
}

#APSTabContent{
  padding: 20px;
  background-color: #eee;
  height: 100%;
}

#ASP-tabContent{
  padding:30px;
  background-color: #fff;
  width: calc(75% - 16px);
}

.tab-3 .tab-content{
  height: 100%;
}

.tab-3 .nav-pills {
  background-color: #f1f1f1;
}

.tab-3 .nav-pills .nav-link {
  background-color: #fff;
  color: #333;
  border-radius: 0;
  position: relative;
  padding:24px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.2em;
}
.tab-3 .nav-pills .nav-link:hover {
  color: #FF5353;

}
.tab-3 .nav-pills .nav-link.active {
  background-color: #FF5353;
  color: #ffffff;
  border-radius: 0;
  position: relative;
}

.tab-3 .nav-pills .nav-link.active::after {
  width: 10px;
  height: 10px;
  background-color: #FF5353;
  content: "";
  right: -5px;
  top: 32px;
  position: absolute;
  transform: rotate(45deg);
}
.tab-3 .nav-pills.tab-3-right .nav-link.active::after {
  left: -5px;
  right: auto;
}


@media screen and (max-width: 576px) {
  #APSTabContent{
    display: block !important;
  }

  #ASP-tabContent{
    width: 100%;
  }

  .tab-3 .nav-pills {
    margin-bottom: 11px;
    flex-direction: row !important;
    flex-wrap: nowrap;
  }
  .tab-3 .nav-pills {
    width: auto !important;
    min-width: 100%;
  }

  .tab-3 .nav-pills .nav-link{
    font-size: 1em;
    padding: 8px 5px;
    width: 33%;
  }


  .tab-3 .nav-pills .nav-link.active::after {
    bottom: -4px;
    right: 50%;
    top: auto;
  }
  .tab-3 .nav-pills.tab-3-right {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .tab-3 .nav-pills.tab-3-right .nav-link.active::after {
    bottom: auto;
    top: -4px;
    left: auto;
    right: 5px;
  }
}


#backup-tab .nav-link {
  width: 33%;
  background-color: #1f2437;
  color: #FFF;
  border-radius: 0;
  position: relative;
  padding:24px;
  font-weight: 600;
  font-size: 1.2em;
  border: 0px;
  text-align: center;
}

#backup-tab .nav-link:hover{
  /* background-color: #FF5353; */
  color: #ffffff;
}

#backup-tab .nav-link.active {
  background-color: var(--tp-theme-primary);
  color: #ffffff;
  border-radius: 0;
  position: relative;
}

#backup-tab .nav-link:hover::after,
#backup-tab .nav-link.active::after {
  width: 20px;
  height:20px;
  background-color: var(--tp-theme-primary);
  content: "";
  bottom: -10px;
  right: 50%;
  top: auto;
  position: absolute;
  transform: rotate(45deg);
}

#backup-tab .nav-link img{
  max-width: 64px;
}

#backup-tabContent{
  /* background-color: #eee; */
  padding: 20px;
}

#backup-tabContent .tab-pane{
  background-color: #fff;
}



.tab-course-bg{
  min-height: 100%;
  text-align: center;
  padding: 3em 4em;
  color: #fff;
}


.tab-course-bg .section_title{
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 1em;
  width:70%;
  margin: 0 auto;
}

.tab-course-item{
  width: 80%;
  margin: 0 auto;
}

.tab-course-item div a{
  font-size: 1.2em;
  color: #fff;
  height:2.4em;
  line-height:2.2em;
  padding: 0 20px;
  border-radius:24px;
  border: 2px solid #fff;
  display: inline-block;
  margin-top: 1.3em;
  cursor: pointer;
}

.tab-course-item div a:hover{
  color: #FF5353;
  background-color: #fff;
  font-weight: bold;
}


.tab-4 .tab-content {
  background-color: #ffffff;
}
.tab-4 .nav-tabs {
  background-color: #ffffff;
  position: relative;
}
.tab-4 .nav-tabs .nav-item {
  width: 33.333%;
}
.tab-4 .nav-tabs .nav-link {
  padding: 15px;
}
.tab-4 .nav-tabs .nav-link.active {
  background-color: #17223f;
  color: #ffffff;
  border-radius: 0;
}

.tab-5 .tab-content {
  background-color: #17223f;
  color: #ffffff;
}
.tab-5 .nav-tabs {
  background-color: #f1f1f1;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.tab-5 .nav-tabs .nav-item {
  width: 25%;
}
.tab-5 .nav-tabs .nav-link {
  padding: 15px;
  border-radius: 20px 20px 0 0;
}
.tab-5 .nav-tabs .nav-link.active {
  background-color: #17223f;
  color: #ffffff;
}

.tab-6 .tab-content {
  border: 1px solid #dddddd;
  background-color: #f1f1f1;
}
.tab-6 .nav-tabs {
  background-color: #ffffff;
  position: relative;
  border-radius: 0;
}
.tab-6 .nav-tabs .nav-item {
  width: 25%;
  margin-bottom: 0;
}
.tab-6 .nav-tabs .nav-link {
  padding: 15px;
  border-radius: 0;
  position: relative;
}
.tab-6 .nav-tabs .nav-link.active {
  color: #17223f;
}
.tab-6 .nav-tabs .nav-link.active::after {
  border-bottom: 2px solid #17223f;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}






