.et-hero-tabs {
	width: 100%;
	display: flex;
	height: 62px;
	background: #fbfbfb;
	border-bottom:1px solid #f2f2f2;
}

.et-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 60vh;
	border-bottom: 1px solid #222;
	position: relative;
	background: #eee;
	text-align: center;
	padding: 0 2em;
}

.et-hero-tabs h1,
.et-slide h1 {
	font-size: 2rem;
	margin: 0;
	letter-spacing: 1rem;
}

.et-hero-tabs h3,
.et-slide h3 {
	font-size: 1rem;
	letter-spacing: 0.3rem;
	opacity: 0.6;
}

.et-hero-tabs-container {
	display: flex;
	flex-direction: row;
	position: relative;
	width: 1320px;
	margin: 0 auto;
	height: 62px;
	z-index: 10;
	background: transparent;
}

.et-hero-tabs-container--top {
	position: fixed;
	top: 0;
	z-index: 11;
}

.et-hero-tab {
	display: flex;
	justify-content: center;
	align-items: center;
	/* flex: 1; */
	margin: 0 16px;
	color: #000;
	letter-spacing: 0.1rem;
	transition: all 0.5s ease;
	font-size: 0.8rem;
}

.et-hero-tab:hover {
	/* color: white; */
	/* background: rgba(102, 177, 241, 0.8); */
	transition: all 0.5s ease;
}

.et-hero-tab-slider {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #66B1F1;
	transition: left 0.3s ease;
}

@media (min-width: 800px) {

	.et-hero-tabs h1,
	.et-slide h1 {
		font-size: 3rem;
	}

	.et-hero-tabs h3,
	.et-slide h3 {
		font-size: 1rem;
	}

	.et-hero-tab {
		font-size: 17px;
	}
}
