 .tabsTwocol-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}
.tabstwocol-inner.common_container{
  max-width: 1328px;
    padding: 0 24px;
}

.tabs_top_title {
    border-radius: 11px;
    padding: 0 30px;
    padding-top: 25px;
}
.tab-nav li:hover {
    color: #FF3694;
}
a.btn.btn-primary.cta_button1:hover {
    background: #DE1B76;
    text-decoration: none;
    border-color: #DE1B76;
}
.tabsTwocol-section h2 {

    margin-bottom: 40px;
    font-family: Faktum Test;
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -2%;
    text-align: center;
}
.common_container {
    margin: 0 auto;
    max-width: 95%;
}
.tab-nav {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  margin-bottom: 50px;
  padding: 0;
  border-bottom: 1px solid #1915303B;
  gap: 10px;
}
/* .tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
    list-style: none;
    margin-bottom: 50px;
    padding: 0;
    border-bottom: 1px solid #1915303B;
} */
/* .tab-nav li {
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: color .3s ease,border-bottom .3s ease;
    word-wrap: break-word;
    padding-bottom: 20px;
    text-align: left;
    width: 14%;
    font-family: Faktum Test;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #191530;
    line-height: 21px;
    letter-spacing: -2%;
} */
/* .tab-nav li {
  flex: 1 1 calc(100% / 6); 
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: color .3s ease, border-bottom .3s ease;
  padding-bottom: 20px;
  text-align: center;
  font-family: 'Faktum Test';
  font-weight: 400;
  font-size: 18px;
  color: #191530;
  line-height: 21px;
  letter-spacing: -2%;
  word-wrap: break-word;
} */

.tab-nav li {
    flex: 1; 
    width: auto;
    flex: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: color .3s ease, border-bottom .3s ease;
    padding-bottom: 20px;
    text-align: left;
    font-family: 'Faktum Test';
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -2%;
    word-wrap: break-word;
padding-bottom: 32px;
}
/* .tab-nav li.active {
    border-bottom: 3px solid #FF3694;
    color: #FF3694;
    font-family: Faktum Test;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -2%;
} */
.tab-nav li.active {
  
/*     color: #FF3694; */
    font-family: Faktum Test;
/*     font-weight: 400;
    font-size: 18px;
    line-height: 21px; */
    padding-bottom: 42px;
}

.tab-nav li:last-child.active {
    padding-bottom: 20px;
}
.tab-content {
  display: none;
  text-align: left;
}

.tab-content.active {
  display: block;
}

.tab-inner {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

.tab-image img {
  max-width: 500px;
  border-radius: 0;
}

.tab-text {
  flex: 1;
}
.tab-text h3 {
    margin-bottom: 16px;
    font-family: Faktum Test;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -2%;
}
.tab-text p {
    margin-bottom: 24px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.tab-ctas {
/*   display: flex;
  flex-wrap: wrap; */
  gap: 20px;
}
a.btn.btn-primary.cta_button1 {
    background: #FF3694;
    font-family: Faktum Test;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 100%;
    padding: 12px 20px;
    border-radius: 30px;
    text-decoration: none;
}
body .btn.btn-primary {
    background: #FF3694;
    border: 2px solid #FF3694;
}
a.btn.btn-primary.cta_button2:hover {
    background: #FF3694;
    border-color: #FF3694;
    color: #ffff;
}
a.btn.btn-primary.cta_button2 {
    font-family: Faktum Test;
    font-weight: 400;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
    text-decoration: none;
    text-decoration-style: solid;
    background: transparent;
    border-radius: 30px;
    padding: 13px 25px;
    border-radius: 30px;
/*     margin-left: 30px; */
}
@media (max-width: 1321px) {
.tab-nav li, .tab-nav li.active {
    font-size: 14px;
}
.tab-nav {
    gap: 20px 20px;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
.tab-nav li {
    width: 14%;
}
}
@media screen and (min-width: 800px) and (max-width: 1280px) {
    .tab-nav li {
         width: 13%;
    }
    .tab-nav li, .tab-nav li.active {
    font-size: 14px;
    line-height: 18px;
}
}



/* Ipad */
@media (min-width: 768px) and (max-width: 991px) {

.tab-inner {
    align-items: center;
    display: block;
    flex-wrap: wrap;
    gap: 0;
}
.tab-image img {
    border-radius: 12px;
    max-width: 100%;
    width: 100%;
}
.tab-image {
    width: 100%;
    max-width: 100%;
}
.tab-text {
    flex: 1;
    width: 100%;
    padding-top: 30px;
}
.tab-nav li {
    width: 28%;
}
  .tabsTwocol-section .tab-nav li, .tabsTwocol-section .tab-nav li.active{
    font-size:16px;
  }
}


/* Responsive */
@media (max-width: 768px) {
.tab-nav {
    display: flex;
    flex-wrap: nowrap;             
    overflow-x: auto;
    scrollbar-width: thin;         
    scrollbar-color: #ccc transparent;
    gap: 16px;                    
    -webkit-overflow-scrolling: touch; 
  }

  .tab-nav li {
    flex: 0 0 auto;               
    white-space: normal;           
    word-break: break-word;
    padding: 10px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 45%;                    
    text-align: center;            
    line-height: 1.3;
  }

.tab-nav li {
    width: 30%;
    word-break: break-word;
    white-space: normal !important;
}
.tab_list {
    background: transparent !important;
}
body .tab_link:first-child, body button.tab_link:last-child {
    border-radius: 12px 12px 12px  12px !important;
}
body .tab_link {
    border-radius: 12px !important;
    border:1px solid #ff3694 !important
}

.tab-nav::-webkit-scrollbar {
  height: 6px;
}
.tab-nav::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.tab-nav::-webkit-scrollbar-track {
  background: transparent;
}

  .tab-inner {
    flex-direction: column;
    text-align: center;
  }
  .tab-text {
    text-align: center;
  }.tab-nav li.active {
   
    color: #FF3694;
  }

  .tab-nav::-webkit-scrollbar {
    height: 6px;
  }
  .tab-nav::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }
  .tab-nav::-webkit-scrollbar-track {
    background: transparent;
  }

  .tab-inner {
    flex-direction: column;
    text-align: flex-start;
  }
  .tab-text {
    text-align: flex-start;
    width: 100%;
    padding-top: 20px;
  }

  .tab-ctas {
    display: block;
    gap: 0;
  }
}
/* Mobile Devices... */
@media screen and (max-width: 767px) {
.tabsTwocol-section {
    padding: 40px 20px;
}
.tabsTwocol-section h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    padding-bottom: 10px;
}
.tab-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
/*     scrollbar-color: #FF3694 transparent; */
    gap: 20px;
    -webkit-overflow-scrolling: touch;
}

.tab-nav li {
  flex: 0 0 auto;          
  white-space: nowrap;     
  padding: 10px 16px;

  cursor: pointer;
  transition: all 0.3s ease;
}
.tab-nav li {
    width: 35%;
    word-break: break-word;
    white-space: normal !important;
}

.tab-nav::-webkit-scrollbar {
  height: 6px;
}
.tab-nav::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.tab-nav::-webkit-scrollbar-track {
  background: transparent;
}


  .tab-inner {
    align-items: flex-start;
    display: block;
    flex-wrap: wrap;
    gap: 0;
}
.tab-image img {
    border-radius: 12px;
    max-width: 100%;
    width: 100%;
}
.tab-image {
    width: 100%;
    max-width: 100%;
}
.tab-text {
    flex: 1;
    width: 100%;
    padding-top: 30px;
}
 .tab-ctas {
    display: block;
    gap: 0;
} 
.tab_list {
    background: transparent !important;
}
body .tab_link:first-child, body button.tab_link:last-child {
    border-radius: 12px 12px 12px  12px !important;
}
body .tab_link {
    border-radius: 12px !important;
    border:1px solid #ff3694 !important
}
.tab-nav li.active {
    color: #FF3694 !important;
    font-family: Faktum Test;
    padding-bottom: 42px;
}
    .tabsTwocol-section .tab-nav li, .tabsTwocol-section .tab-nav li.active{
    font-size:16px;
  }
}


/* Small devices Mobile */
@media screen and (max-width: 480px){
.tab-nav li {
    width: 50%;
    text-align: center;
}
}

}



@media (min-width: 768px) and (max-width: 1024px){ 
.tab-inner {
    width: 100%;
    margin: 0 auto;
}
body .tab-image img {
    max-width: 400px;
    border-radius: 11px;
}
a.btn.btn-primary.cta_button1, a.btn.btn-primary.cta_button2 {
    font-size: 12px;
    padding: 12px 16px;
}
}

/* Ipad PRO */
@media (min-width: 992px) and (max-width: 1199px) {
.tab-inner {
    width: 100%;
    margin: 0 auto;
}
body .tab-image img {
    max-width: 400px;
    border-radius: 11px;
}
a.btn.btn-primary.cta_button1, a.btn.btn-primary.cta_button2 {
    font-size: 12px;
    padding: 12px 16px;
}
}

/* Ipad */
@media (min-width: 768px) and (max-width: 991px) {
  a.btn.btn-primary.cta_button1, a.btn.btn-primary.cta_button2 {
    font-size: 12px;
    padding: 12px 16px;
}
.tab-inner {
    width: 100%;
    margin: 0 auto;
}
  body .tab-image img {
   max-width: 100%;
    border-radius: 11px;
}
}

/* Mobile Devices... */
@media screen and (max-width: 767px) {
.tab-inner {
    width: 100%;
    margin: 0 auto;
}
.tab-ctas {
    display: flex !important;
    flex-direction: column;
    align-items: center;  
    gap: 0;
    text-align: center;
}
a.btn.btn-primary.cta_button2 {
    border: 2px solid #fff;
    color: #fff;
    margin-left: 0;
    margin-top: 20px;
}
a.btn.btn-primary.cta_button1, a.btn.btn-primary.cta_button2 {
    font-size: 14px;
    padding: 12px 20px !important;
    width: auto !important;
    max-width: max-content;
    text-align: center;
}
}