/*# sourceMappingURL=advance-tab.css.map */

.rts-tab-advance .nav {
	justify-content: center;
	align-items: center;
	border: 1px solid #efeef2;
	max-width: -moz-max-content;
	max-width: max-content;
	margin: auto;
	border-radius: 100px;
	box-shadow: 0px 9px 18px rgba(24, 16, 16, .05);
	margin-top: 0px;
}

.rts-tab-advance .nav li button {
	border: none;
	background: transparent;
	border-radius: 100px;
	padding: 8px 25px;
	color: #1c2539;
	font-weight: 500;
}

.rts-tab-advance .nav li button.active {
	background: var(--primaryColor);
	color: #fff;
	border-radius: 100px;
}

.rts-tab-advance.rt_tabs_style2 .nav {
	justify-content: start;
	max-width: 100%;
	box-shadow: none;
	border: none;
	border-radius: 0;
}

.rts-tab-advance.rt_tabs_style2 .nav li {
	margin-right: 6px;
	margin-bottom: 6px;
}

.rts-tab-advance.rt_tabs_style2 .nav li h3 {
	margin: 0 14px 0 0;
	font-size: 24px;
	font-weight: 500;
}

.rts-tab-advance.rt_tabs_style2 .nav li button img {
	height: 22px;
}

.rts-tab-advance.rt_tabs_style2 .nav li button {
	padding: 3px 15px 3px 10px;
}

.tab-custom-nav .nav {
	float: right;
	position: relative;
	bottom: 102px;
	z-index: 1;
}

.tab-custom-nav .tab-content {
	clear: both;
}
