.Custom_Tab1 ul.resp-tabs-list {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.Custom_Tab1 ul.resp-tabs-list li {
	position: relative;
	flex: 1;
	padding: 5px 0px;
	white-space: nowrap;
	cursor: pointer;
	color: #000000;
	-webkit-transition: all ease-in 200ms;
	transition: all ease-in 200ms;
	display: inline-block;
	margin: 0px 0 5px 0;
	border-bottom: 6px solid #8E8E8E;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	font-family: 'HelveticaNeue';
	margin-right: 80px;
}
.Custom_Tab1 ul.resp-tabs-list li:last-child{
	margin-right: 0;
}

.Custom_Tab1 ul.resp-tabs-list li::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 0px;
	background-color: transparent;
	-webkit-transition: all ease-in 200ms;
	transition: all ease-in 200ms;
}

.Custom_Tab1 ul.resp-tabs-list li.resp-tab-active {
	position: relative;
	z-index: 1;
}

.Custom_Tab1 ul.resp-tabs-list li.resp-tab-active {
	border-color: #982427;
}

.Custom_Tab1 h2.resp-accordion,
.Custom_Tab1 .resp_container {
	display: none;
}

.Custom_Tab1 .resp-tab-content .resp_margin {
	margin: 22px 0 0;
	font-size: 20px;
	line-height: 28px;
	font-family: 'HelveticaNeue';
	color: #000;
}

.Custom_Tab1 .resp-tab-content .resp_margin p:last-child {
	margin-bottom: 0;
}

.Custom_Tab1 .resp-tab-content ul {
	list-style: none;
	margin: 0;
	padding-top: 5px;
}

.Custom_Tab1 .resp-tab-content ul li {
	font-size: 16px;
	line-height: 36px;
}

@media only screen and (max-width: 991px) {
	.Custom_Tab1 ul.resp-tabs-list li {
		text-align: center;
	}
}

@media only screen and (max-width:767px) {
	.Custom_Tab1 ul.resp-tabs-list {
		display: none;
	}

	.Custom_Tab1 h2.resp-accordion {
		position: relative;
		display: block;
		border: 1px solid #e1e1e1;
		border-bottom: none;
		font-size: 20px;
		letter-spacing: 1px;
		font-weight: 600;
		padding: 12px 30px 12px 15px;
		cursor: pointer;
		margin: 0;
		color: #424242;
		transition: background-color ease-in 200ms;
		-webkit-transition: background-color ease-in 200ms;
	}

	.Custom_Tab1 .resp-arrow {
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		display: inline-block;
	}

	.Custom_Tab1 .resp-arrow:after,
	.Custom_Tab1 .resp-arrow:before {
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		z-index: 1;
	}

	.Custom_Tab1 .resp-arrow:before {
		width: 12px;
		height: 2px;
		background: #424242;
		margin: -1px 0 0 -12px;
	}

	.Custom_Tab1 .resp-arrow:after {
		width: 2px;
		height: 12px;
		background: #424242;
		margin: -6px 0 0 -7px;
		opacity: 1;
	}

	.Custom_Tab1 .resp-tab-active .resp-arrow:before,
	.Custom_Tab1 .resp-tab-active .resp-arrow:after {
		background: #FFF;
	}

	.Custom_Tab1 .resp-tab-active .resp-arrow:after {
		opacity: 0;
	}

	.Custom_Tab1 .resp-accordion:hover {
		background: #eeeeee;
		color: #333333;
	}

	.Custom_Tab1 .resp-tab-active,
	.Custom_Tab1 .resp-tab-active:hover {
		background: #982427;
	}

	.Custom_Tab1 h2.resp-accordion.resp-tab-active,
	.Custom_Tab1 h2.resp-accordion.resp-tab-active .sico,
	.Custom_Tab1 h2.resp-accordion.resp-tab-active .icon-svg {
		color: #FFF !important;
	}

	.Custom_Tab1 .resp-tabs-container {
		width: 100%;
		margin: 0px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border: none;
		border-bottom: 1px solid #e1e1e1;
	}

	.Custom_Tab1 .resp-tabs-container .resp_margin {
		margin: 15px;
	}

	.Custom_Tab1 .resp-tab-content {
		border: 1px solid #e1e1e1;
		border-bottom: none;
		width: auto !important;
		padding: 0px;
		margin-bottom: 0px;
		clear: both;
		display: none;
	}
}

