.tabs {

    position: relative;

	margin: 0px auto;

	width: 95%;

}



.tabs input {
	position: absolute;
	z-index: 1000;
	width: 30%;
	height: 40px;
	right: 0px;
	top: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
	margin-right: 2%;
	
}

.tabs input#tab-2{

	right: 19%;

}

.tabs input#tab-3{

	right: 38%;

}

.tabs input#tab-4{

	right: 58%;

}

.tabs input#tab-5{

	right: 77%;

}
.tabs input#tab-6{

	right: 80%;

}
.tabs label {
	
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 2px;
	float: right;
	display: block;
	width: 17%;
	color: #000000;
	top: 0px;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-left: 2%;
	border-radius: 5px;
	
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;z-index: 6;
	
	
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}


.tabs label:after {

	content: '';

	position: absolute;

	bottom: -8px;

	right: 0;

	width: 100%;

	height: 8px;

	display: block;

}



.tabs input:hover + label {
	background-position: left bottom;
	color: #000000
}

.tabs input:hover + label:after{

	background: #ffffff;

}

.tabs input:hover + label ~ .clear-shadow {

}



.tabs input:checked:hover + label {

    top: 0;

}

.tabs input:checked:hover + label:after{

	background: #ffffff;

	color: #4285f4

}

.tabs input:checked:hover + label ~ .clear-shadow {

	top: 0;

}



.tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow{

    z-index: 3;

}



.tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow {

    z-index: 2;

}



.tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow {

    z-index: 1;

}



.tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow {

    z-index: 0;

}

.tabs input.tab-selector-5:hover + label.tab-label-5 ~ .clear-shadow {

    z-index: 0;

}
.tabs input.tab-selector-6:hover + label.tab-label-6 ~ .clear-shadow {

    z-index: 0;

}
.tabs label:first-of-type {

    z-index: 4;

}



.tab-label-2 {

    z-index: 3;

}



.tab-label-3 {

    z-index: 2;

}



.tab-label-4 {

    z-index: 1;

}

.tab-label-5 {

    z-index: 1;

}
.tab-label-6 {

    z-index: 1;

}
.tabs input:checked + label {
	z-index: 6;
	color :#2D2C2C ;
	background-color:#ffffff ;
}



.clear-shadow {

	

	position: relative;

	top: 0;

	height: 10px;

	margin-bottom: -10px;

	clear: both;

	z-index: -2;

	

	border-radius: 3px;

}



.content {
	position: relative;
	width: 98%;
	height: auto;
	z-index: 5;
	overflow: hidden;
	padding-left: 1%;
	padding-right: 1%;
	text-align: right;
	top: 25px;
	min-height: 100px;
	background-color: #FFFFFF;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}



.content .content-1 {

	top: 0;

	right: 0;

	padding: 10px 2px;

	overflow: hidden;

	z-index: 1;

	opacity: 0;

	-webkit-transition: all linear 0.1s;

	-moz-transition: all linear 0.1s;

	-o-transition: all linear 0.1s;

	-ms-transition: all linear 0.1s;

	transition: all linear 0.1s;

	position: static;
	direction: rtl;
	text-align: right

}


.content .content-6 {

    position: relative;

	top: 0;

	right: 0;

	bottom: 100%;

	padding: 10px 2px;

	overflow: hidden;

	z-index: 1;

    opacity: 0;

    -webkit-transition: all linear 0.1s;

    -moz-transition: all linear 0.1s;

    -o-transition: all linear 0.1s;

    -ms-transition: all linear 0.1s;

    transition: all linear 0.1s;
	direction: rtl;
	text-align: right

}

.content .content-5 {

    position: relative;

	top: 0;

	right: 0;

	bottom: 100%;

	padding: 10px 40px;

	overflow: hidden;

	z-index: 1;

    opacity: 0;

    -webkit-transition: all linear 0.1s;

    -moz-transition: all linear 0.1s;

    -o-transition: all linear 0.1s;

    -ms-transition: all linear 0.1s;

    transition: all linear 0.1s;
	direction: rtl;
	text-align: right

}
.content .content-2 {

	top: 0;

	right: 0;

	padding: 10px 2px;

	overflow: hidden;

	z-index: 1;

	opacity: 0;

	-webkit-transition: all linear 0.1s;

	-moz-transition: all linear 0.1s;

	-o-transition: all linear 0.1s;

	-ms-transition: all linear 0.1s;

	transition: all linear 0.1s;

	position: static;
	direction: rtl;
	text-align: right	

}
.content .content-2 p{ 
		text-align: right;
	direction: rtl

}
.content .content-3 {

	top: 0;

	right: 0;

	padding: 10px 2px;

	overflow: hidden;

	z-index: 1;

	opacity: 0;

	-webkit-transition: all linear 0.1s;

	-moz-transition: all linear 0.1s;

	-o-transition: all linear 0.1s;

	-ms-transition: all linear 0.1s;

	transition: all linear 0.1s;

	position: static;
	direction: rtl;
	text-align: right	

}
.content .content-3 p{ 
		text-align: right;
	direction: rtl

}
.content .content-4 {

	top: 0;

	right: 0;

	padding: 10px 2px;

	overflow: hidden;

	z-index: 1;

	opacity: 0;

	-webkit-transition: all linear 0.1s;

	-moz-transition: all linear 0.1s;

	-o-transition: all linear 0.1s;

	-ms-transition: all linear 0.1s;

	transition: all linear 0.1s;

	position: static;
	direction: rtl;
	text-align: right	

}
.content .content-4 p{ 
		text-align: right;
	direction: rtl

}
.tabs input.tab-selector-1:checked ~ .content .content-1,

.tabs input.tab-selector-2:checked ~ .content .content-2,

.tabs input.tab-selector-3:checked ~ .content .content-3,

.tabs input.tab-selector-4:checked ~ .content .content-4,

.tabs input.tab-selector-5:checked ~ .content .content-5,

.tabs input.tab-selector-6:checked ~ .content .content-6 {

	top: 0px;

    z-index: 100;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

    opacity: 1;

    -webkit-transition: all ease-out 0.2s 0.2s;

    -moz-transition: all ease-out 0.2s 0.2s;

    -o-transition: all ease-out 0.2s 0.2s;

    -ms-transition: all ease-out 0.2s 0.2s;

    transition: all ease-out 0.2s 0.2s;

}



.tabs input.tab-selector-2:checked ~ .content .content-1 {

	display: none

}
.tabs input.tab-selector-2:checked ~ .content .content-6 {

	display: none

}
.tabs input.tab-selector-3:checked ~ .content .content-2 {

	display: none

}

.tabs input.tab-selector-3:checked ~ .content .content-1 {

	display: none

}
.tabs input.tab-selector-3:checked ~ .content .content-6 {

	display: none

}
.tabs input.tab-selector-4:checked ~ .content .content-3 {

	display: none

}

.tabs input.tab-selector-4:checked ~ .content .content-2 {

	display: none

}

.tabs input.tab-selector-4:checked ~ .content .content-1 {

	display: none

}
.tabs input.tab-selector-4:checked ~ .content .content-6 {

	display: none

}


.tabs input.tab-selector-1:checked ~ .content .content-2 {

	display: none

}
.tabs input.tab-selector-1:checked ~ .content .content-6 {

	display: none

}
.tabs input.tab-selector-1:checked ~ .content .content-3 {

	display: none

}

.tabs input.tab-selector-1:checked ~ .content .content-4 {

	display: none

}



.tabs input.tab-selector-2:checked ~ .content .content-3 {

	display: none

}

.tabs input.tab-selector-2:checked ~ .content .content-4 {

	display: none

}



.tabs input.tab-selector-3:checked ~ .content .content-4 {

	display: none

}
.tabs input.tab-selector-5:checked ~ .content .content-6 {

	display: none

}
.tabs input.tab-selector-5:checked ~ .content .content-4 {

	display: none

}

.tabs input.tab-selector-5:checked ~ .content .content-3 {

	display: none

}

.tabs input.tab-selector-5:checked ~ .content .content-2 {

	display: none

}

.tabs input.tab-selector-5:checked ~ .content .content-1 {

	display: none

}
.tabs input.tab-selector-6:checked ~ .content .content-5 {

	display: none

}
.tabs input.tab-selector-6:checked ~ .content .content-4 {

	display: none

}

.tabs input.tab-selector-6:checked ~ .content .content-3 {

	display: none

}

.tabs input.tab-selector-6:checked ~ .content .content-2 {

	display: none

}

.tabs input.tab-selector-6:checked ~ .content .content-1 {

	display: none

}


.content div h2,

.content div h3{

	color: #398080;

}

.content div p {

	font-size: 14px;

	line-height: 22px;

	text-align: right;

	margin: 0;

	padding-right: 15px;

	

}

@media only screen and   (max-width:1000px){



.tabs label {

	font-size: 2.0vw;

	line-height: 40px;

	height: 40px;

	position: relative;

	padding: 0 2px;

    float: right;

	display: block;

	width: 16%;

	color: #000000;

	top: 0px;

	letter-spacing: 1px;

	text-transform: capitalize;

	font-weight: bold;

	text-align: center;

	margin-left: 0.1%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;z-index: 6;
	
	
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;

}
.content {

		position: relative;
	width: 98%;
	height: auto;
	z-index: 5;
	overflow: hidden;
	padding-left: 1%;
	padding-right: 1%;
	overflow-y: scroll;
	top: 25px;
	min-height: 100px;
	background-color: #FFFFFF;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
	.tabs label i {
	float: right;
		margin-top: 15px
}


}