/*Tabs*/
.tabs-nav {
  margin-top: 20px;
  padding: 0 20px;
  position: relative;
  min-height: 460px;
}
.tabs-nav input {
  display: none;
}
.tabs-nav label {
    display: block;
    padding: 17px 0 17px 80px;
    margin: 0 auto;
    width: 50%;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color:#3c4499;
        float: left;
  }
  .tabs-nav h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

  .tabs-nav label:hover {
    cursor: pointer;
    background-color: #dee2f3;
  }
  .tabs-nav input:checked + label {
  background-color: #dee2f3;
  }
  .tabs-nav #tab-nav1:checked ~ .tab-nav-content #tab-nav-content1,
  .tabs-nav #tab-nav2:checked ~ .tab-nav-content #tab-nav-content2,
  .tabs-nav #tab-nav3:checked ~ .tab-nav-content #tab-nav-content3,
  .tabs-nav #tab-nav4:checked ~ .tab-nav-content #tab-nav-content4 {
    display: block;
  }
  .tabs-nav .tab-nav-content > div {
    display: none;
    text-align: left;
    overflow: auto;
  }
  .tabs-nav .tab-nav-content{
    float: right;
  }
@media only screen and (min-width: 981px){
  .tabs-nav label {
    position: absolute;
    top:0;
    clear:both;
    width: 30%;
  }
  .tabs-nav label:nth-of-type(2){
    top: 60px;
  }
  .tabs-nav label:nth-of-type(3){
    top: 120px;
  }
  .tabs-nav label:nth-of-type(4){
    top: 180px;
  }
  .features-four.tabs-nav label:nth-of-type(3){
    top: 146px;
  }
  .features-four.tabs-nav label:nth-of-type(4){
    top: 206px;
  }
  .tabs-nav label:nth-of-type(5){
    top: 240px;
  }
  .tabs-nav .tab-nav-content{
    margin-left: 33.33%;
    width: 66.66%;
  }
}
@media only screen and (max-width: 767px) {
  .tabs-nav h3 {
    font-size: 18px;
    margin-top:20px;
  }
}
@media only screen and (max-width: 550px){
  .tabs-nav label img {
      display: none;
  }
  .tabs-nav label {
    padding-left: 5px;
    font-size: 14px;
    text-align: center;
    padding-right: 5px;
}
.tabs-nav h3 {
    margin-top: 20px;
}
}
