/* USP main tabs */
#usp-main-tabs {
	padding: 27px 0 21px 0;
	background-color: #e4eaef;
}

#usp-main-tabs h2 {
	margin-bottom: 29px;
	text-align: center;
}

#usp-main-tabs .v-pills-wrapper {
	padding: 24px 80px 35px 0;
	border-radius: 3px;
	box-shadow: 4px 3px 2px rgba(0, 0, 0, .3);
	background-color: #fff;
}

#usp-main-tabs .nav-pills .nav-link {
	position: relative;
	width: 286px;
	height: 50px;
	margin-right: 65px;
	padding-left: 36px;
	border-radius: 0;
	font-size: 1.1875rem;
	font-weight: 500;
	line-height: 1.375rem;
	color: #192a35;
	text-align: left;
}

#usp-main-tabs .nav-pills .nav-link.active {
	background-color: #35cbfc;
}

#usp-main-tabs .nav-pills .nav-link:after, #usp-main-tabs .nav-pills .nav-link.active:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: -25px;
	transition: border-color .15s ease-in-out;
}

#usp-main-tabs .nav-pills .nav-link:after {
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #fff;
}

#usp-main-tabs .nav-pills .nav-link.active:after {
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #35cbfc;
}

#usp-main-tabs .tab-pane {
	position: relative;
	min-height: 495px;
	border: 0;
	outline: 0;
}

#usp-main-tabs .accordion-collapse .tab-icon {
	position: absolute;
	width: auto;
	height: 242px;
	left: -293px;
	bottom: 0;
}

#usp-main-tabs .accordion-body {
	padding: 0;
}

#usp-main-tabs .more-info {
	padding-top: 32px;
	text-align: center;
}

#usp-main-tabs .more-info p {
	font-size: .875rem;
	line-height: 1rem;
}

#usp-main-tabs .more-info p a {
	color: #000;
}

/* Responsive tablet */
@media (max-width: 992px) {

	/* USP main tabs */
	#usp-main-tabs {
		padding: 21px 0 9px 0;
	}

	#usp-main-tabs h2 {
		margin-bottom: 23px;
	}

	#usp-main-tabs .v-pills-wrapper {
		padding: 0 54px;
		box-shadow: none;
		background-color: transparent;
	}

	#usp-main-tabs .tab-content {
		width: 100%;
	}

	#usp-main-tabs .tab-content > .tab-pane {
		opacity: 1;
		display: block;
	}

	#usp-main-tabs .tab-pane {
		min-height: auto;
		margin-bottom: 5px;
		border-top: 0;
		border-left: 0;
		border-right: 0;
		box-shadow: 4px 3px 2px rgba(0, 0, 0, .3);
	}

	#usp-main-tabs .accordion-collapse .tab-icon {
		position: relative;
		width: auto;
		height: 193px;
		bottom: -3px;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: none;
	}

	#usp-main-tabs .accordion-collapse.collapsing .tab-icon,
	#usp-main-tabs .accordion-collapse.show .tab-icon {
		display: block;
	}

	#usp-main-tabs .accordion-header {
		margin-bottom: 0;
	}

	#usp-main-tabs .accordion-button {
		padding: .3125rem 1.25rem .5625rem 1.25rem;
		background-color: #f6ab8c;
		display: block;
		font-size: 1.375rem;
		font-weight: 500;
		line-height: 1.625rem;
		color: #192a35;
		text-align: center;
	}

	#usp-main-tabs .accordion-button:not(.collapsed) {
		box-shadow: none;
		background-color: #f6ab8c;
	}

	#usp-main-tabs .accordion-body {
		padding: 7px 30px 24px 30px;
		background-color: #fff;
		text-align: center;
	}

	#usp-main-tabs .more-info {
		padding-top: 19px;
	}
}

/* Responsive phone */
@media (max-width: 576px) {

	/* USP main tabs */
	#usp-main-tabs .v-pills-wrapper {
		padding: 0;
	}

	#usp-main-tabs .accordion-body {
		padding: 7px 30px 24px 30px;
	}
}