.tabs ul {margin: 0; padding: 0; list-style: none; }
.padd-50{padding:50px !important;}
.tabs ul li {float: none; text-transform: uppercase; display: inline-block; min-width: 250px; border-radius: 5px; }
.tabs ul li a {text-decoration: none; color:#000; display: block;  padding: 13px 10px;}
.tabs ul li{background:#fff; color:#000; font-weight:600; }
.tabs ul li.active, .tabs ul li:hover{background-color: #33485d; color: #fff !important; }
.tabs ul li:hover a{color: #fff !important; }
.tabs ul li.active a { color: #fff; }
.tabs ul li:last-child { border-left: none; }
.tabs ul li:first-child { border-right: none; }
.tab-block {clear: both; padding:50px 0px 0px; }
.tabs {text-align: center; }
@media only screen and (max-width:768px){
  .tabs ul li {margin-bottom: 6px;}
  .tabs ul li {  min-width: 49%;}
}

