/* Tab */
.tab-content-space {
	padding: 45px 25px 10px 25px
}

.left .tab-image-img img {
	padding: 30px 35px 0px 0px;
	margin: 0
}

.right .tab-image-img img {
	padding: 10px 0px 0px 35px;
	margin: 0
}

.tab-image-img {
	overflow: hidden;
}

.tab-image-img img {
	width: 100%;
	transition: 0.8s ease-in-out;
	-webkit-transition: 0.8s ease-in-out;
}

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

.tab-content p,
.tab-content ul li p {
	font-size: 16px;
	line-height: 24px
}

.tab-content h3,
.tab-content p {
	padding: 0 0 15px;
	margin: 0
}

.tab-content ul {
	padding: 0;
	margin: 0;
	display: table
}

.tab-content ul li {
	padding: 5px 0 8px 22px;
	margin: 0;
	position: relative
}

.tab-content ul li p {
	padding: 0;
	margin: 0
}

.tab-content ul li:before {
	font-family: FontAwesome;
	content: "\f08d";
	font-size: 18px;
	left: 0;
	position: absolute;
	top: 5px;
	transform: rotate(-90deg);
}

.h-tab {
	display: table;
	width: auto !important;
	background: transparent;
}

.tabs .indicator {
	background: transparent !important;
}


/* .h-tab li {
	padding: 0px 5px !important;
} */

/* .h-tab li a:active {
        background: radial-gradient(ellipse at center, #fff 0%, #FEFEFE 1%, #d4d4d4 91%, #e0dede 96%) !important;
    } */
.h-tab li a:focus {
	/* background: radial-gradient(ellipse at center, #fff 0%, #FEFEFE 1%, #d4d4d4 91%, #e0dede 96%) !important;
    border-radius: 20px; */
	background: #00000008 !important;
}

/* Animation opacity */
.animate-opacity {
	-moz-animation: opac 900ms ease;
	-o-animation: opac 900ms ease;
	-webkit-animation: opac 900ms ease;
	animation: opac 900ms ease;
}

@keyframes opac {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.tab-text-full-width li {
	padding: 5px 0 8px 22px;
	margin: 0;
	position: relative;
}

.tab-text-full-width li:before {
	font-family: FontAwesome;
	content: "\f08d";
	font-size: 18px;
	left: 0;
	position: absolute;
	top: 5px;
	transform: rotate(-90deg);
}

@media (min-width:280px) and (max-width:767px) {
	.tab-content-space {
		padding: 10px;
	}

	.tab-content-space .tab-content {
		padding: 0px;
	}

	.left .tab-image-img img {
		padding: 0px 0px 0px 0px;
		margin: 0
	}

	.right .tab-image-img img {
		padding: 10px 0px 0px 0px;
		margin: 0
	}

	.tab-title h1 span,
	.tab-title h2 span,
	.tab-title h3 span,
	.tab-title h4 span,
	.tab-title h5 span,
	.tab-title h6 span {
		font-size: 20px !important;
	}

	.tab-title p span {
		font-size: 18px !important;
	}

	.tab-text-full-width p span {
		font-size: 14px !important;
	}

	.tab-text-full-width p {
		font-size: 14px !important;
	}

	.tab-text-full-width h1,
	.tab-text-full-width h2,
	.tab-text-full-width h3,
	.tab-text-full-width h4,
	.tab-text-full-width h5,
	.tab-text-full-width h6 {
		font-size: 20px !important;
		line-height: 24px !important;
	}

	.tab-text-full-width h1 span,
	.tab-text-full-width h2 span,
	.tab-text-full-width h3 span,
	.tab-text-full-width h4 span,
	.tab-text-full-width h5 span,
	.tab-text-full-width h6 span {
		font-size: 20px !important;
	}

	.tab-content .h3-head p span {
		font-size: 16px !important;
	}

	.tab-content .flow-text p {
		font-size: 16px !important;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.tab-content-space {
		padding: 15px 25px 10px 25px
	}

	.tab-title h1 span,
	.tab-title h2 span,
	.tab-title h3 span,
	.tab-title h4 span,
	.tab-title h5 span,
	.tab-title h6 span {
		font-size: 20px !important;
	}

	.tab-title p span {
		font-size: 18px !important;
	}

	.tab-text-full-width p span {
		font-size: 16px !important;
	}

	.tab-text-full-width p {
		font-size: 16px !important;
	}

	.tab-text-full-width h1,
	.tab-text-full-width h2,
	.tab-text-full-width h3,
	.tab-text-full-width h4,
	.tab-text-full-width h5,
	.tab-text-full-width h6 {
		font-size: 24px !important;
		line-height: 24px !important;
	}

	.tab-text-full-width h1 span,
	.tab-text-full-width h2 span,
	.tab-text-full-width h3 span,
	.tab-text-full-width h4 span,
	.tab-text-full-width h5 span,
	.tab-text-full-width h6 span {
		font-size: 20px !important;
		line-height: 24px !important;
	}

	.tab-content .h3-head p span {
		font-size: 18px !important;
	}

	.tab-content .flow-text p {
		font-size: 16px !important;
	}
}

/* #tab-tabs {
	border-bottom: 2px solid #000;
} */
#tab-tabs li {}

#tab-tabs li .active {
	position: relative;
	background: none !important;
	padding: 0px 15px;
	border-bottom: 2px solid #000;
	/* border-bottom: none !important;
	border-top-left-radius: 50px;
	border-top-right-radius: 15px; */
	line-height: 58px;
	/* -webkit-box-shadow: -1px 11px 18px -2px rgba(0,0,0,0.32); 
box-shadow: -1px 11px 18px -2px rgba(0,0,0,0.32); */
}

#tab-tabs li a {

	padding: 0px 15px;
	/* border: 2px solid #000;
	border-top-left-radius: 50px;
	border-top-right-radius: 15px; */
	line-height: 58px;
}

 /* #tab-tabs li .active:before {
	position: absolute;
    content: "\f0d8";
    font-family: FontAwesome;
    font-size: 40px;
    left: 39%;
    bottom: -13px;
} */
#tab-tabs li .active:before {
	position: absolute;
	content: "";
	font-family: FontAwesome;
	font-size: 40px;
	left: 0px;
	bottom: 0px;
	background-color:#000;
	width:3px;
	height:20px;
}
 #tab-tabs li .active:after {
	position: absolute;
	content: "";
	font-family: FontAwesome;
	font-size: 40px;
	right: 0px;
	bottom: 0px;
	background-color:#000;
	width:3px;
	height:20px;
} 

#tab-tabs li:last-child .active:after {
	display: none !important;
}

@media (min-width:280px) and (max-width:399px) {
	.cms-comp-tab {
		overflow: scroll !important;
	}

	.tab-text-full-width {
		padding: 20px;
	}
}

.tab-text-full-width ul li {
	text-align: left !important;
}
