.tab-content-switcher{overflow:hidden;    position: relative;
  z-index: 2;}
.tab-content-switcher .tab-buttons{margin-top:85px;}
.tab-content-switcher .tab-btn {
  transition: color .3s;
  font-size: 16px;
  font-weight: 400;
  font-family: Inter Tight, sans-serif;
  color: #FFFFFF80;
  text-transform: capitalize;
  border-bottom: 1px solid transparent;
  margin-top: 33px;    cursor: pointer;
  line-height: 1.4;padding-bottom:5px;
  transition: color 0.3s;
}

.tab-content-switcher .tab-btn.active {
  color: #FFFFFF;
  font-weight: 600;
  border-color:#FFFFFF;
}

/* Right side tab content */

.tab-content-switcher .tab-contents {
  position: relative;padding-left: 50px;width:100%;min-width: 118%;
}

.tab-content-switcher .tab-content {
  /*         background: linear-gradient(178.69deg, #6F7BFD -1.02%, #000000 83.79%); */
  padding: 60px 160px 0px 35px;
  display:none;
  transition: .8s; }

.tab-content-switcher .tab-content.active {
  display:block;
  transition: .8s;
}
.tab-content-switcher .tab-content .text{max-width:610px;   margin: 0 0 8px; }
.tab-content-switcher .tab-content .text p{font-size:18px;    max-width: 540px;}
.tab-content-switcher .tab-content .text p strong{font-weight:600;color:#ffffff;}
.tab-content-switcher .tab-content .text .cta_secondary{margin-top:20px;}
.tab-content-switcher .tab-content .text .cta_secondary a{background: #fff !important;color: #000 !important;}
.tab-content-switcher .tab-content .text .cta_secondary a .main-text{    transform: translateY(0px) !important;}
.tab-content-switcher .tab-content .img-box{line-height:0;text-align: right;}
.tab-content-switcher .tab-content .img-box img{max-width:100%;max-height:490px;margin-top:-50px;    max-width: 790px !important;}





@media(max-width:767.98px){
  .tab-content-switcher .tab-buttons {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 15px;
    min-width: max-content;
    padding: 0 20px 0 20px;
    border-bottom: 1px solid #2B2B2B;
  }
  .tab-content-switcher .tab-contents {
    min-width: 100%;
    padding-left: 0;    margin: 25px 0 0;
  }
  .tab-content-switcher .container {
    padding-left: 0;
    padding-right: 0;
  }
  .tab-content-switcher .tab-btn {
    font-size: 14px;  margin-right: 20px;  border-bottom: 2px solid transparent;
    margin-top: 0;
  }
  .tab-content-switcher .col-lg-2.box {
    overflow-x: auto; scrollbar-width: thin; /* Firefox */
    -webkit-overflow-scrolling: touch;scrollbar-color: rgba(196, 196, 196, 0.25) transparent;
  }
  .tab-content-switcher .tab-content {
    padding: 28px 20px 0 20px;
  }
  .tab-content-switcher .tab-content .text p {
    font-size: 16px;
    max-width: none;
  }
  .tab-content-switcher .tab-content .img-box img {
    margin-top: 0;
    max-height: none;
    max-width: 100% !important;
  }
}



@media (min-width: 768px) and (max-width: 991.98px) {
  .tab-content-switcher .tab-buttons {
    margin-top: 0;
  }
  .tab-content-switcher .tab-contents {
    min-width: auto;
    padding-left: 0;
    position: relative;
    width: auto;
  }
  .tab-content-switcher .heading_content h2 {
    font-size: 22px;
  }
  .tab-content-switcher .tab-content {
    padding: 30px 20px 20px 20px;
  }
}
.tab-content-switcher .tab-content .text p {
  font-size: 16px;
  max-width: none;
}
.tab-content-switcher .tab-content .img-box img {
  max-height: none;
  margin-top: 0;
  max-width: 100% !important;
}
}










