.center-tab-container {
	margin: 0;
	padding: 0
}

.center-tab-backimg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.center-tab-container h3 {
	margin: 0;
	padding: 0 0 15px;
	font-size: 30px;
	font-weight: 500
}

.center-tabs {
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	position: relative
}

.center-tab-list {
	margin: 0;
	padding: 0
}

.center-tab-ul {
    padding: 0;
    margin: 0 0;
    display: table;
    width: 20%;
    position: absolute;
    left: 40%;
}

.center-tab-text-content ul li {
	position: relative;
	padding: 10px 0 0 15px
}

.center-tab-text-content ul li:before {
	font-family: FontAwesome;
	content: "\f101";
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 10px
}

.center-tabs .tabs {
	height: auto;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.center-tabs .tab {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
/*	text-transform: uppercase;*/
	text-overflow: ellipsis
}

/* .center-tabs .tab .active {
	-moz-transition: border-color .5s ease;
	-o-transition: border-color .5s ease;
	-webkit-transition: border-color .5s ease;
	transition: border-color .5s ease;
	position: relative
} */

.center-tabs .tab a {
	padding: 20px 0 0 0;
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: color .28s ease;
	-moz-transition: color .28s ease;
	-o-transition: color .28s ease;
	-ms-transition: color .28s ease;
	transition: color .28s ease;
    text-align: center;
    white-space: nowrap;
}

.center-tabs .indicator {
	display: none
}

.center-tab-text-image {
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	/* position: absolute; */
	top: 0
}

.center-tab-img {
	padding: 15px 0 0 0;
	margin: 0;
	width: 40%
}

.center-tab-img img {
	padding: 0;
	margin: 0;
	width: 100%
}

.center-tab-content {
	padding: 0;
	margin: 0
}

.center-tab-content a {
	padding: 0 15px;
	margin: 10px 0 0;
	display: block
}

.tab a {
	display: block;
	font-size: 14px;
	font-weight: 700
}

.tabs {
	position: relative
}

.center-tab-text-content h3 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 34px;
	font-family: Ubuntu, sans-serif
}

.center-tab-text-content h4 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 20px;
	font-family: Ubuntu, sans-serif
}

.center-tab-text-content h5 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: Ubuntu, sans-serif
}

.center-tab-text-content p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600
}

.center-tab-text-content {
	width: 40%;
	margin: 0;
	/* padding: 15px */
}

.center-tab-text-image .left .center-tab-img {
	float: left !important
}

.center-tab-text-image .left .center-tab-text-content {
	float: right !important
}

.center-tab-text-image .right .center-tab-img {
	float: right !important
}

.center-tab-text-image .right .center-tab-text-content {
	float: left !important
}

.center-tab-text-content ul {
	padding: 0;
	margin: 0
}

@media (min-width:280px) and (max-width:767px) {
	.center-tab-img {
		width: 100%
	}

	.center-tab-list {
		margin: 0;
		padding: 0;
		width: 100%;
		left: 0
	}

	.center-tab-list {
		position: none
	}

	.center-tab-list {
		margin: 0;
		padding: 0;
		position: static
	}

	.center-tab-text-content {
		margin: 0;
		padding: 20px;
		float: none
	}

	.center-tab-text-content {
		width: 100%
	}

	.center-tab-ul li:hover a::before {
		display: none
	}

	.center-tab-ul li:hover a::after {
		display: none
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.center-tab-img {
		width: 100%
	}

	.center-tab-list {
		margin: 0;
		padding: 0;
		width: 100%;
		left: 0
	}

	.center-tab-text-content {
		margin: 0;
		padding: 20px;
		float: none
	}

	.center-tab-list {
		position: none
	}

	.center-tab-text-content {
		width: 100%
	}

	.center-tab-list {
		margin: 0;
		padding: 0;
		position: static
	}

	.center-tab-ul li:hover a::before {
		display: none
	}

	.center-tab-ul li:hover a::after {
		display: none
	}
}

.hover-tab-li {
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

.center-tab-list .center-tab-ul li :hover.hover-tab-li {
	opacity: 1
}

.center-tab-list .center-tab-ul li span {
	transition: all .4s cubic-bezier(.4, .25, .3, 1.3) .1s;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 60px;
	vertical-align: middle
}

.center-tab-list .center-tab-ul li a {
	transition: all 450ms cubic-bezier(.4, .25, .3, 1.3);
	width: 60px;
	height: 60px;
	margin: 0 0 30px 0;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	overflow: hidden;
	z-index: 1
}

.center-tab-list .center-tab-ul li a:hover {
	width: 170px;
	border-radius: 0
}
.center-tab-list .center-tab-ul li a.active {
	width: 170px;
	border-radius: 0
}
/* .center-tab-ul li a:active   {
	width: 170px !important;
	border-radius: 0 !important;
} */
/* .center-tab-list .center-tab-ul li:active {
    width: 170px !important;
    border-radius: 0 !important;
} */
.center-tab-list .center-tab-ul li:hover span {
	transform: translate(-50%, -150%)
}

.center-tab-list .center-tab-ul li:hover span a {
	transform: translate(-50%, -50%)
}

.center-tab-list .center-tab-ul li:hover span {
	font-size: 2.5rem;
	transform: translate(-50%, -50%)
}

.center-tab-list .center-tab-ul li:hover span a {
	transform: translate(-50%, 50%);
	text-transform: uppercase
}

.center-tab-ul .indicator {
	display: none !important
}

.center-tab-ul:after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #fff;
	top: 0;
	bottom: 20px;
	left: 50%;
	margin-left: -3px
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait),
(min-width:320px) and (max-width:480px),
(min-width:481px) and (max-width:767px) {
	.center-tab-ul:after {
		content: none
	}

	.center-tab-text-image {
		position: static
	}

	.center-tab-list .center-tab-ul li a {
		border-radius: 0;
		width: 80%;
		margin: 0 0 10px 0
    }
    .center-tab-ul{
position:relative;
width: 100%;
left:0;
    }
}

.center-tab-img img {
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out
}

.center-tab-img:hover img {
	-ms-transform: scale(1.1) !important;
	-webkit-transform: scale(1.1) !important;
	transform: scale(1.1) !important
}

.center-tab-img {
	overflow: hidden
}

.center-tab-text-image .right {
	width: 100%
}

.center-tab-text-image .left {
	width: 100%
}
/* .center-tab-text-content h1,.center-tab-text-content h2,.center-tab-text-content h3,
.center-tab-text-content h4,.center-tab-text-content h5,.center-tab-text-content h6{

	line-height: 45px!important; 
} */
.center-tab-text-content h1 span,.center-tab-text-content h2 span,.center-tab-text-content h3 span,
.center-tab-text-content h4 span,.center-tab-text-content h5 span,.center-tab-text-content h6 span{

	line-height: 24px!important; 
}
@media (min-width:280px) and (max-width:767px) {
.center-tab-container .h1-head span{
font-size:30px !important; 
line-height: 24px;
}
.center-tab-text-content p span{
	font-size:16px !important; 
}
.center-tab-text-content p {
	font-size:16px !important; 
}
.center-tab-text-content h1,.center-tab-text-content h2,.center-tab-text-content h3,
.center-tab-text-content h4,.center-tab-text-content h5,.center-tab-text-content h6{
	font-size:14px !important; 
	line-height: 24px!important; 
}
.center-tab-text-content h1 span,.center-tab-text-content h2 span,.center-tab-text-content h3 span,
.center-tab-text-content h4 span,.center-tab-text-content h5 span,.center-tab-text-content h6 span{
	font-size:14px !important; 
	line-height: 24px!important; 
}
}
@media (min-width:768px) and (max-width:1199px) {
	.center-tab-container .h1-head span{
		font-size:32px !important; 
		line-height: 24px;
		}	
		.center-tab-text-content p span{
			font-size:16px !important; 
		}
		.center-tab-text-content p {
			font-size:18px !important; 
		}
		.center-tab-text-content h1,.center-tab-text-content h2,.center-tab-text-content h3,
.center-tab-text-content h4,.center-tab-text-content h5,.center-tab-text-content h6{
	font-size:15px !important; 
	line-height: 24px!important; 
}
.center-tab-text-content h1 span,.center-tab-text-content h2 span,.center-tab-text-content h3 span,
.center-tab-text-content h4 span,.center-tab-text-content h5 span,.center-tab-text-content h6 span{
	font-size:15px !important; 
	line-height: 24px!important; 
}
}