	 .labels{
	     background: none;
    font-size: 13px;
    color: #000;
    width: 100%;
    text-align: left;
    float: left;
	 }

.tab_container {
	
 	position: relative;
	border: 0px solid #2e3192;
}

input, section {
  clear: both;
  padding-top: 10px;
  display: none;
}

label {
  font-weight: 700;
  font-size: 18px;
  display: block;
  float: left;
  width: 20%;
  padding: 16px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #2e3192;
}
.bg-p-s {
    background: #e5165f !important;
    padding: 8px !important;
    color: #fff !important;
}

.bg-p-s:hover {
    background: #e5165f !important;
    padding: 9px !important;
    font-size:14px;
    color: #fff !important;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 0px;
  background: #fff;
  color: #999;
  border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content p,
.tab_container .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 .tab-content h3  {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #e5165f;
    box-shadow: inset 0 3px #e5165f;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #0CE;
}

label .fa {
  font-size: 1.3em;
   
}

/*Media query*/
@media only screen and (max-width: 900px) {
  label {
    width: 50%;
  }
  
  .tab_container {
    width: 98%;
  }
  .bg-p-s {
    background: #e5165f !important;
    padding: 8px !important;
    color: #fff !important;
    position: relative;
    bottom: 120%;
}
.news-title {
    font-size: 14px;
}
.news-title, a{
    font-size: 13px;
}
}

 

/*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;
}