.header{
    background-image: linear-gradient(#ca0202, #9B0000);
    display: block;
    min-height: 76px;
}
.pdt-lft{
    padding-left: 0px;
    padding-right: 0px;
}
.container{
    max-width: 900px;
    width: 100%;
}
.sales {
    background: transparent url(/images/free-scan/phone-icon.png) no-repeat scroll left 20px;
    color: #FFFFFF;
    float: right;
    font-family: "Trebuchet MS";
    font-size: 20px;
    font-weight: bold;
    height: 76px;
    line-height: 76px;
    padding: 0 0 0 42px;
}
.pdt-5{
    padding: 25px 0 0;
}

.pdt-35{
    padding: 35px 0 0;
    display: inline-block;
}
.main-text {
    color: #333333;
    font-size: 43px;
    padding-top: 20px;
}
.sub-text {
    color: #333333;
    font-size: 30px;
    line-height: 45px;
}
.step1 {
    background: url(../images/step1-bg2.png) no-repeat;
    display: inline-block;
    width: 284px;
    padding-top: 114px;
    min-height: 306px;
}

.step2 {
    background: url(/images/cnet-download/step2-bg.png) no-repeat;
    display: inline-block;
    width: 284px;
    min-height: 306px;
    padding-top: 98px;
}
.step3 {
    background: url(/images/cnet-download/step3-bg.png) no-repeat;
    display: inline-block;
    width: 284px;
    min-height: 306px;
    padding-top: 98px;
}
.content-top-col1 h2 {
    margin-bottom: 15px;
    color: #333333;
    font-size: 28px;
    line-height: 30px;
}
.content-top-col1 p {
    margin-bottom: 25px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
}
.content-top-col2 h2 {
    color: #333333;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
}
.content-top-col2-wrap ul{
    margin: 0 !important;
    padding:0 !important;
    list-style: none;
}
.feature-list li {
    background: transparent url(/images/cnet-download/check-mark.png) no-repeat scroll left 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding-bottom: 6px;
    padding-left: 16px;
}
.content-top-row2{
    width: 100%;
    padding: 0 0 15px;
}
.content-top-row2 ul{
    padding: 0px;
    margin: 0;
}

.content-top-row2 ul li{
    padding: 0 0 15px;
    margin: 0;
    float: left;
    font-size: 12px;
}
.content-top-col2-wrap h2, .content-top-row2{
    padding:0 0 0 15px;
}

.content-top-col2-wrap .content-top-row2 ul , .content-top-col2-wrap .content-top-row2 ul li{
    padding: 0;margin: 0; list-style: none;
}


.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #000;background: #fff; }
    .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none;  color: #d9d9d9 !important; background: #d9d9d9!important; }
    .nav-tabs > li > a::after { content: ""; background: #d9d9d9; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
    .tab-nav > li > a::after { background: ##5a4080 none repeat scroll 0% 0%; color: #000; }
    .tab-pane { padding: 15px 0; }
    .tab-content{padding:20px}
    .nav-tabs > li  {width:20%; text-align:center;}
    .card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }

@media all and (max-width:724px){
/* .nav-tabs > li > a > span {display:none;}	 */
.nav-tabs > li > a {padding: 5px 5px;}
}
.tab-pane h5{
  font-weight: bold;
}
.tab-content dd{
  padding-bottom: 15px;
  clear: right;
}
.card ul li span{
  color: #000;
}

.pdt-50{padding-top: 50px;}