
header.tg-header__style-two {
    background: #fff;
    z-index: 10000000000000000000000000000;
    position: relative;
}
.pull-right {
    float: right;
}

.modal-fullscreen {
    height: auto!important;
    top: 118px!important;
    bottom: auto!important;
}

.pg_courses {
    border: 1px solid #efefef;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 0 0 10px;
    border-radius: 5px;
    padding: 0px;
}

.pg_courses a{ 
  padding: 0px !important;
  display: block!important;
  display: block!important;
  display: block!important;
  display: block!important;
  display: block!important;
}

.tab-head{
    display: block !important;
    display: block !important;
    display: block !important;
    display: block !important;
    display: block !important;
 
}
.years-button {
    margin: 0px 0px 10px 0px;
}
.modal-body p {
    font-size: 14px;
}

.nav-program-card__subtitle {
    font-size: 12px;
    line-height: 18px;
    color: #616161;
    margin-top: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-seperator {
    padding-right: 16px;
    position: relative;
}

.nav-seperator::after {
    content: "";
    position: absolute;
    display: block;
    right: 8px;
    top: -6px;
    font-size: 20px;
}
.nav-seperator:last-child {
    padding-right: 0;
}
.nav-seperator {
    padding-right: 16px;
    position: relative;
}



.main-menu-wrap.style1 #menu ul li a {
    padding: 6px 4px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    display: block;
}

.pg_courses-img2 {
   /* width: 90px;*/ display: block;
    height: 40px;
    margin: 10px auto 0 auto;
    position: relative;
    margin-bottom: 10px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}
.pg_courses-img2 img {
    max-width:100% !important;
    max-height: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
}
.course-content {
    background: #fff;
    padding: 10px 10px 0px 10px;
    border-top: solid 1px #e8edf9;
}

.pg_courses h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 6px;
    white-space: normal;
    display: block;
    color: #48485e;
    /* line-height: 3px; */
    flex-grow: 1;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.years-button {
    margin: 0px 0px 10px 0px;
}

 

.nav-program-card__subtitle {
    font-size: 12px;
    line-height: 18px;
    color: #616161;
    margin-top: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-seperator {
    padding-right: 16px;
    position: relative;
}
.profuct-result h1 {
    font-size: 22px;
    display: block;
    color: #444c4b;
    font-weight: 700;
}



.tab-head h4{ font-size: 22px; margin:20px 0px 5px 0px; padding: 0px;
    color:#444c4b;
    font-weight:700; }    

/**
 * Tabs Container
 */
.tabs-container {
  padding: 2rem;
}

/**
 * Tabs Block
 */
.tabs-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
 * Tabs
 */
.tabs {
  display: flex;
}

.tabs > ul {
  list-style-type: none;
  margin: 20px 0px 0px 0px;
  padding: 0;
  width: 15%;  
}

.tabs > ul li {
  display: block !important;  margin-bottom:5px;
  width: 100%; background: #fff;
}

 

.tabs > ul li a,
.tabs > ul li a:visited {
  display: block !important;
  border-bottom: none;
  text-decoration: none;
  background: #fff;
  color: #212529 !important;
  padding:10px 20px !important;
  transition: all 0.2s ease-in-out;
  word-wrap: break-word;  
  width: 100% !important; 
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  font-weight: normal;
}

.tabs > ul li a:hover,
.tabs > ul li a:focus,
.tabs > ul li a:active {
  border-bottom: none;
  outline: 0;
}

.tabs > ul li a.active {
  background:#006791;
  color: #fff !important;
}

.tabs > ul li a:hover:not(.active) {
  color: #0067b8;
}

.tabs > ul li a > span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tabs > ul li a > span.tab-label {
  display: none;
}

.tabs section {
  width: 85%;
  background-color: #fff;
  padding: 1rem;
  display: none;
  word-wrap: break-word;
 /* border-bottom: 6px solid #0067b8;*/
}

.tabs section > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s, transform 0.2s;
}

.tabs section > *:nth-child(1) {
  transition-delay: 0.2s;
}

.tabs section > *:nth-child(2) {
  transition-delay: 0.3s;
}

.tabs section > *:nth-child(3) {
  transition-delay: 0.4s;
}

.tabs section > *:nth-child(4) {
  transition-delay: 0.5s;
}

.tabs section > *:nth-child(5) {
  transition-delay: 0.6s;
}

.tabs section > *:nth-child(6) {
  transition-delay: 0.7s;
}

.tabs section > *:nth-child(7) {
  transition-delay: 0.8s;
}

.tabs section > *:nth-child(8) {
  transition-delay: 0.9s;
}

.tabs section > *:nth-child(9) {
  transition-delay: 1s;
}

.tabs section > *:nth-child(10) {
  transition-delay: 1.1s;
}

.tabs section > *:nth-child(11) {
  transition-delay: 1.2s;
}

.tabs section > *:nth-child(12) {
  transition-delay: 1.3s;
}

.tabs section > *:nth-child(13) {
  transition-delay: 1.4s;
}

.tabs section > *:nth-child(14) {
  transition-delay: 1.5s;
}

.tabs section > *:nth-child(15) {
  transition-delay: 1.6s;
}

.tabs section > *:nth-child(16) {
  transition-delay: 1.7s;
}

.tabs section > *:nth-child(17) {
  transition-delay: 1.8s;
}

.tabs section > *:nth-child(18) {
  transition-delay: 1.9s;
}

.tabs section > *:nth-child(19) {
  transition-delay: 2s;
}

.tabs section > *:nth-child(20) {
  transition-delay: 2.1s;
}

.tabs section.active {
  display: block;
}

.tabs section.active-content > * {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 576px) {

  .tabs > ul {
    width: 300px;
  }

  .tabs > ul li a {
    flex-wrap: wrap;
  }

  .tabs > ul li a > span {
    width: 100%;
  }

  .tabs > ul li a > span.tab-label {
    width: 100%;
    display: block;
    margin-top: 0.2rem;
    text-align: left; font-size: 16px;
  }

  .tabs > ul.tab-head2 li { margin-bottom: 5px; }
  .tabs > ul.tab-head2 li a > span.tab-label { margin-top: 0; font-size: 13px; }
  .tabs > ul.tab-head2 li a, .tabs > ul.tab-head2 li a:visited { padding: 3px 10px !important; }

  .tabs section {
    width: calc(100% - 150px);
    padding: 20px 30px;
    text-align: left;
   /* height: 400px;*/
  }
}
@media (min-width: 768px) {

  

  .tabs-container {
    padding: 4rem 4rem;
  }
}
@media (min-width: 992px) {

  .tabs {
    width: 100%;
  }
}