/* Start Tab */
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css';


/*.main a {
	color: rgba(255,255,255,0.6);
	text-transform: uppercase;
	text-decoration: none;
	line-height: 42px;
}*/
.main h1 {
	padding: 100px 0;
	font-weight: 400;
	text-align: center;
}
.main p {
	margin: 0 0 20px;
}
.main {
	margin: 0 auto;
	min-width: 100%;
	max-width: 100%;	
	text-align:left;
	background-color:transparent !important;
	float:left;
	margin-top:15px;
}
.main .content {
 
    min-height: 120px;
    font-size: 17px !important;
    margin-bottom: 25px;
    font-family: 'Arial','sans-serif';
    text-align: justify;
    width: 99%;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
.main .content > div {
	display: none;
	padding: 20px 25px 5px;
}
.main input {
	display: none;
}
.main label {
display: inline-block;
    padding: 10px 22px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    background-color: #0b59ac;
    margin-right: -6px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    width: 195.7px;
    /* text-transform: uppercase; */
    box-sizing: border-box;
}
.main label:hover {
     background: #e6e2e3 !important;
    color: #000000 !important;
	cursor: pointer;
}
.main input:checked + label {
  color: black !important;   
}
.main label[for="tab1"]{
	/*border-radius:10px 0 0 0;*/
}

.main label[for="tab4"]{
	/*border-radius:0 10px 0 0;*/
	/*float:right;*/
	margin-right:0;
}


.main #tab1:checked ~ .content #content1,  .main #tab2:checked ~ .content #content2, .main  #tab3:checked ~ .content #content3, .main #tab4:checked ~ .content #content4,  .main #tab5:checked ~ .content #content5,  .main #tab6:checked ~ .content #content6,  .main #tab7:checked ~ .content #content7 {
 display: block;
}
.main input:checked + label {
    background: #e6e2e3 !important;
    color: #000000 !important;
}
.main .web{display:inline-block;}
.main .mob{display:none;}

@media screen and (max-width: 900px) {
.main label {
	padding: 15px 10px;
}
.main .web{ display:none;}
.main .mob{display:block;}
.main label {
	display: inline-block;
	padding: 8px 22px;
	font-weight: normal;
	text-align: center;
	color:#fff;
	font-size:large;
	font-weight:normal;
	background-color:#000000 !important
	margin-right:-5px;
	font-family: 'Roboto', sans-serif;
	width:100%;
	text-transform: uppercase;
	box-sizing:border-box;	
	margin:1px 0;
	/*border-radius:10px 10px 0 0 !important;*/
}
.main label:hover {
	background-color: #e6e2e3 !important;
        color: #fff;
	cursor: pointer;
	background-color:transparent;
}

.main .content label::after {
	content: "\f0fe";
	font-family: "fontawesome";
	color: #fff;
	position: absolute;
	right: 10px;
}

.main .content {
	border:none;
	text-align:justify;
}

.main #tab1:checked ~ .content .mtab1, .main #tab2:checked ~ .content .mtab2, .main #tab3:checked ~ .content .mtab3, .main #tab4:checked ~ .content .mtab4{
 background: #e6e2eb !important;
 color:#fff;
 /*border-radius:10px 10px 0 0 !important;*/
}

.main #tab1:checked ~ .content .mtab1::after, .main #tab2:checked ~ .content .mtab2::after, .main #tab3:checked ~ .content .mtab3::after, .main #tab4:checked ~ .content .mtab4::after{
	content: "\f146";
}

.main #content1, .main #content2, .main #content3, .main #content4{	
	border-top:none;
}
}

/* End Tab */