.elx-why-choose-section-2 {
	padding-top: 145px;
	z-index: 1;
	&:before {
		top: 0;
		right: 0;
		z-index: -1;
		content: '';
		width: 750px;
		height: 410px;
		position: absolute;
		background-color: var(--base-color-2);
	}
}
.elx-why-choose-tab-2 {
	padding-top: 50px;
}
.elx-why-choose-hos-tab-btn {
	margin-right: 30px;
	 .nav {
	 	display: inherit;
	 }
	 button {
	 	padding: 0;
	 	border: none;
	 }
	 .nav-tabs .nav-link {
	 	margin: 0 auto;
	 	border: none;
	 	height: 100%;
	 	width: 100%;
	 	font-weight: 700;
	 	border-radius: 0;
	 }
	 .nav-tabs .nav-item.show .nav-link, 
	 .nav-tabs .nav-link.active {
	 	border-radius: 5px;
	 	color: #fff !important;
	 	background-color: var(--base-color);
	 }
	 li {
	 	width: 70px;
	 	height: 70px;
	 	font-size: 36px;
	 	font-weight: 700;
	 	line-height: 70px;
	 	margin-bottom: 35px;
	 	border-radius: 5px;
	 	position: relative;
	 	color: var(--base-color-2);
	 	border: 2px solid #ebebeb;
	 	&:last-child {
	 		margin-bottom: 0;
	 	}
	 	&:before,
	 	&:after {
	 		top: 0;
	 		left: 0;
	 		z-index: -2;
	 		width: 100%;
	 		content: '';
	 		height: 100%;
	 		position: absolute;
	 		border-radius: 5px;
	 		background-color: #f7f7f7;
	 	}
	 	&:after {
	 		background-color: #fff;
	 	}
	 	&:before {
	 		top: 8px;
	 		left: 8px;
	 	}
	 }
}
.elx-why-choose-tab-item-details {
	padding-left: 30px;
}
.elx-why-choose-tab-item-title-text {
	h3 {
		font-size: 22px;
		font-weight: 700;
		color: var(--base-color-2);
		padding-bottom: 13px;
	}
	p {
		max-width: 400px;
		padding-bottom: 28px;
	}
}
.elx-why-choose-tab-details {
	&:before {
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		content: '';
		position: absolute;
		background-color: #e5ebed;
	}
	.elx-why-choose-skill-img {
		margin-right: 30px;
	}
	.elx-why-choose-progress {
		width: 230px;
		margin-top: 0;
	}
	.elx-why-choose-progress .skill-progress-bar {
		margin-right: 0;
	}
	.elx-why-choose-progress .skill-progress-bar .skill-set-percent h4 {
		font-size: 14px;
		padding-bottom: 12px;
	}
	.elx-why-choose-progress .skill-progress-bar .skill-set-percent {
		margin-bottom: 16px;
	}
}
.elx-video-play-btn {
	top: 0;
	left: 189px;
	a {
		width: 140px;
		height: 120px;
		background-color: var(--base-color-2);
		i {
			color: #fff;
			font-size: 50px;
		}
	}
}