@media (max-width: 640px) {
    .Raq .e-n-tabs-heading{
    flex-wrap: nowrap !important;
    display: flex !important;
    overflow: scroll !important;}
}

.Raq .e-n-tab-title {
  position: relative;
  padding: 10px 20px;
}

/* Default ::before style */
.Raq .e-n-tab-title.with-border::before {
  content: '';
  position: absolute;
  top: 25%;
  bottom: 25%;
  right: 0;
  width: 1px;
  background-color: rgba(0.0.0.41);
  border-radius: 1px;
}


