
@import url("../webfonts/arFont1/stylesheet.css");
@import url("../webfonts/arFont2/stylesheet.css");
@import url("../webfonts/arFont6/stylesheet.css");
@import url("../webfonts/arFont2/stylesheet.css");
@import url("../../webfonts/arFont2/stylesheet.css");

@font-face {
	src: url('fonts/cocon.eot');
	src: local('☺'), url('fonts/cocon.woff') format('woff'), url('fonts/cocon.ttf') format('truetype'), url('fonts/cocon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


h1 {
	color: #ccc;
	text-align: center;
}



/*Fun begins*/
.tab_container_Pro {
	width: 90%;
	margin: 0 auto;
	padding-top: 70px;
	position: relative;	font-family: "arFont2";

}

.tabStyleProducts input {
  clear: both;
  padding-top: 10px;
  display: none;
}


.sectionPro{clear: both;
  padding-top: 10px;
  display: none;}

.tabStyleProducts label {
  font-weight: 700;
  font-size: 18px;
  display: block;
  float: left;
  width: 10%;
  padding: 1.5em;
  color: #757575;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f0f0f0;	font-family: "arFont2";

}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6,
#tab7:checked ~ #content7,
#tab8:checked ~ #content8,
#tab9:checked ~ #content9,
#tab10:checked ~ #content10 {
  display: block;
  padding: 20px;
  background: #fff;
  color: #999; 	font-family: "arFont2";

}

.tab_container_Pro .tab-content p,
.tab_container_Pro .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}

.tab_container_Pro .tab-content h3  {
  text-align: right;
  margin-right:10%;
  direction:rtl;
  color:#0D0596 !important;
  font-size:27px;
}


.tab_container_Pro .tab-content p {
 
  color:#666666 !important;
}

.tab_container_Pro [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 5px #CE1115;
}



/*Media query*/
@media only screen and (max-width: 900px) {
  label span {
    display: none;
  }
  
  .tab_container_Pro {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}

.no_wrap {
  text-align:center;
  color: #0ce;
}
.link {
  text-align:center;
}