/* Tabs Start */
.ease {
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
}

.container-tabs {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}


.container-tabs .tab-content p{
	font-size:16px;
	font-weight: 500;
}

.tabs {
	background: #fff;
	position: relative;
	margin-bottom: 50px;
}

.tabs > input,
.tabs > span {
	width: 16.66%;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
}

.tabs > input {
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: 99;
}

.tabs > span {
	background: #f0f0f0;
	text-align: center;
	overflow: hidden;
}

.tabs > span i,
.tabs > span {
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
}

.tabs > input:hover + span {
	background: rgba(255,255,255,.1);
}

.tabs > input:checked + span {
	background: #fff;
}

.tabs > input:checked + span,
.tabs > input:hover + span {
	color: #3498DB;
}

#tab-1, #tab-1 + span {
	left: 0;
}

#tab-2, #tab-2 + span {
	left: 16.66%;
}

#tab-3, #tab-3 + span {
	left: 33.33%;
}

#tab-4, #tab-4 + span {
	left: 49.99%;
}

#tab-5, #tab-5 + span {
	left: 66.65%;
}

#tab-6, #tab-6 + span {
	left: 83.31%;
}

.tab-content {
	padding: 80px 20px 20px;
	width: 100%;
	height: 300px;
	overflow:auto;
}

.tab-content section {
	width: 100%;
	display: none;
}

.tab-content section h1 {
	margin-top: 15px;
	font-size: 100px;
	font-weight: 100;
	text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1  {
	display: block;
}

#tab-2:checked ~ .tab-content #tab-item-2  {
	display: block;
}

#tab-3:checked ~ .tab-content #tab-item-3  {
	display: block;
}

#tab-4:checked ~ .tab-content #tab-item-4  {
	display: block;
}

#tab-5:checked ~ .tab-content #tab-item-5  {
	display: block;
}
#tab-6:checked ~ .tab-content #tab-item-6  {
	display: block;
}


/* effect-1 */

.effect-1 > input:checked + span {
	background: #fff;
}


/* effect-2 */

.effect-2 span i{
	padding-right: 15px;
}

@media (max-width: 600px) {
	.effect-2 span span {display: none;}
	.effect-2 span i {padding: 0;}
}

/* effect-3 */

.effect-3 .line{
	background: #3498DB;
	width: 20%;
	height: 4px;
	position: absolute;
	top: 56px;
}

#tab-1:checked ~ .line {
	left: 0;
}

#tab-2:checked ~ .line {
	left: 16.66%;
}

#tab-3:checked ~ .line {
	left: 33.33%;
}

#tab-4:checked ~ .line {
	left: 49.99%;
}

#tab-5:checked ~ .line {
	left: 66.65%;
}

#tab-6:checked ~ .line {
	left: 83.31%;
}



/* effect-4 */

.effect-4 span i{
	font-size: 18px;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	opacity: 0;
	transform: translateX(-50%);
}

.effect-4 span span{
	position: relative;
	top: 10px;
}

.effect-4 > input:checked + span i,
.effect-4 > input:hover + span i {
	top: 20%;
	opacity: 1;
}

/* effect-5 */

.effect-5 > input:checked + span i,
.effect-5 > input:hover + span i {
	font-size: 25px;
}

@media (max-width: 768px) {
	.container-tabs .tabs span{
		font-size:13px;
	}

	.container-tabs .tab-content p{
		font-size:13px;
	}

	.container-tabs .tab-content h6{
		font-size:13px;
	}

	
.tab-content {
	padding: 80px 20px 20px;
	width: 100%;
	height: 300px;
	margin-bottom:-15%;
	overflow: auto;
}

}



/* Tabs Size for tablets */

@media (min-width:820px) and (max-width: 1180px) and (min-height: 820px) and (max-height:1180px){

.tab-content {
	padding: 80px 20px 20px;
	width: 100%;
	height: 300px;
	overflow: auto;

	}
}


@media (min-width:768px) and (max-width: 1024px) and (min-height: 768px) and (max-height:1024px){
	.tab-content {
		padding: 80px 20px 20px;
		width: 100%;
		height: 300px;
		overflow: auto;
		margin-bottom:0%;
		
	
	}

}

@media (min-width:1600px) and (min-height:900px){
	.tab-content {
		margin-bottom:5%;
		
	
	}
}


