.productTabbing-section .tab-link-outer {
  background-color: #0F0153;
  padding: 26px;  
}

.productTabbing-section .tab-link-outer.sticky { 
  position: fixed;
  top: 97px;
  width: 100%;
  z-index: 49;
  transition: all .3s ease;
  margin-bottom: 200px;
}

.productTabbing-section .tab-link-outer .nav-link {
  color: #FFF; 
  font-size: 16px; 
  font-weight: 500;
  line-height: 170%; 
  background: transparent;
  border: 0;
  padding: 0 32px;
  white-space: nowrap;
  cursor: pointer;
}

.productTabbing-section .tab-link-outer .nav-link:hover {
  color: #E80029;
}

.productTabbing-section .tab-link-outer .nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}


.tabDesc {
  padding: 192px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tab-outlined-text {
  color: white;
  font-size: 160px;
  font-weight: 700;
  line-height: 176px;
  letter-spacing: -0.02em;
  margin-bottom: 64px;
  position: absolute;
  top: 40%;
  left: 30%;
  opacity: .36;
}

@supports((text-stroke: 1px #ffffff) or (-webkit-text-stroke: 1px #ffffff)) {
  .tab-outlined-text {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
    text-shadow: none;
  }
} 

.tabSpan-text {  
  font-size: 16px; 
  font-weight: 600;
  line-height: 170%;
  margin-bottom: 12px;
}

.tabContent-para {
  font-size: 16px;
  line-height: 170%;
}
@media (max-width: 1199.98px) {
  .tabDesc {
    padding: 120px 0;
  }
}
@media (max-width: 575.98px) {
  .tabDesc {
    padding: 60px 0;
  }
  .productTabbing-section .tab-link-outer .nav-link,
  .productTabbing-section .tab-link-outer .nav-link.active { 
    padding: 0 15px; 
  }
  
  .tab-outlined-text {
  display:none;
}
}
