
.tabs-section .tabs-wrapper {
  width: 100%;
  display: inline-block;
  /*flex-direction: row;*/
} 
.tabs-section{padding: 60px 0;}

.tabs-section input {
  display: none;
}


.tabs-section .tab {
  display: none;
  width: 100%;
  background: white;
  color: black;
  padding: 40px;
}
.tabs-section .tab p {
  text-align: left;
  padding: 0;
}

.tabs-section input[id="tab-1"]:checked ~ .tab-1,
.tabs-section input[id="tab-2"]:checked ~ .tab-2 {
  display: block;
}  
.tabs-section .tabs-wrapper .tabs-cols{text-align: center;} 


/*pricing tabs*/ 

/* Component Needs */
.label-tab-2{    color: #1e283c !important;}
.pc-tab > input,
.pc-tab section > div {
  display: none;
}
.tab5 label{color: #1e283c;}
#tab3:checked ~ section .tab3,
#tab4:checked ~ section .tab4,
#tab5:checked ~ section .tab5 {
  display: block;
}

#tab3:checked ~ nav .tab3,
#tab4:checked ~ nav .tab4,
#tab5:checked ~ nav .tab5 {
  color: red;
}

.pc-tab {
  width: 100%;

  margin: 0 auto;
}
.pc-tab nav ul {
  list-style: none;
  margin: auto;
    width:54%;
  padding: 0;
}
.pc-tab ul li label {
  margin-bottom: 4em;
  float: left;
  
}
.pc-tab ul li label:hover {
/*  background: #dddddd;*/
}
.pc-tab ul li label:active {
  background: #ffffff;
}
.pc-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.pc-tab section {
 
  clear: both;
}
/*
.pc-tab section div {
  padding: 20px;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}
*/
.pc-tab section div h2 {
  margin: 0;
  
  letter-spacing: 1px;
  color: #34495e;
}
.tab5{float: right !important}
#tab3:checked ~ nav .tab3 label,
#tab4:checked ~ nav .tab4 label,
#tab5:checked ~ nav .tab5 label {
  
  position: relative;
}
/*#tab3:checked ~ nav .tab3 label:after,
#tab4:checked ~ nav .tab4 label:after,
#tab5:checked ~ nav .tab5 label:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -1px;
}*/

