﻿*,
*: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;
}

/*
body {
	font-family: sans-serif;
	background: #f6f9fa;
}

h1 {
	color: #ccc;
	text-align: center;
}

a {
  color: #ccc;
  text-decoration: none;
  outline: none;
}
*/

.htabcontent{
   font-size:30px;
   padding:30px 0px; 
   font-weight:bold;
   text-align:center;

}

/*Fun begins*/

.tab_container  {
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
}

input, section {
  clear: both;
  padding-top: 10px;
  display: none;
}

label {
    font-weight: 700;
    font-size: 18px;
    display: block;
    float: left;
    /*width: 16.66%;*/
    width: 20%;
    padding: 2.5em 1.5em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #f0f0f0;
}

label:hover, label:focus{
    opacity:0.6;
    color:#333333;
}





#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6 {
  display: block;
  padding: 3% 10%;

  
  /*color: #999;
  border-bottom: 2px solid #f0f0f0;*/

}


.tab_container .tab-content h3,
.tab_container .tab-content h6 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
  text-align:justify;
}
.tab_container .tab-content h3,
.tab_container .tab-content h6   {
  text-align: center;
}



.tab_container [id^="tab"]:checked + label {
  opacity: 0.6;
  box-shadow: inset 0 6px #333333;

}

.tab_container [id^="tab"]:checked + label .fa {
  /*color: #3279f4 ;*/
      color: #333333 ;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 930px) {
  label span {
    font-size: 14px;
  }
  label .fa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  label span {
    display: none;
  }

  label .fa {
    font-size: 16px;
  }

  .tab-content .imgwidth{
      padding-bottom:10px;
  }
  
  .tab_container {
    width: 98%;
  }

   .tab_container .tab-content h6{
      display:none;
  }

 
  
}

/*---------tab width start----------*/





@media screen and (max-width: 2100px){
label{  min-height:145px; }
}

/*
@media screen and (max-width: 1407px){
label{  min-height:218px; }
}*/

@media screen and (max-width: 1507px){
label{  min-height:168px; }
}

@media screen and (max-width: 1108px){
label{  min-height:195px; }
}

@media screen and (max-width: 1080px){
label{  min-height:218px; }
}

/*
@media screen and (max-width: 965px){
label{  min-height:215px; }
}*/


    

@media screen and (max-width: 768px){
label{  min-height:100px; }
}

@media screen and (max-width: 450px){
label{  width:33.33%; }

}



/*---------tab width end----------*/

@media screen and (min-width: 768px) {
.htabcontent{
    display:none;
}


}





/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}