body{
  padding: 0px;
  margin: 0px;
  display: block;
background: #fff;
  min-height: 100%;
}
.padd0{
    padding: 0px;
}

.mf-fluid{
    width: 100%;
    padding: 0px 15px;

}

.container-wrapper{
    max-width: 1400px;
    overflow:   hidden; 
    border-radius:  4px;
}
.logotnc{
    margin: 20px auto;
}

.tabs {
    width: 100%;
    margin: 50px auto 0 auto;
    font-weight: 500;
}
.tabs ul {
    width: 100%;
    text-align: center;
}
.tabs li {
    width: auto;
    padding: 10px 5px;
    list-style: none;
    border-right: none;
    display: inline-flex;
    margin: 0 20px;
    border-bottom: none;
    text-transform: uppercase;
}
.tabs li a {
    color: #666;
    text-decoration: none;
    outline: none;
    border-bottom: 2px solid transparent; font-size:11px;
}
.tabs li.active2 a, .tabs li a:hover {
    border-bottom: 2px solid #000;
    color: #000;
     text-decoration: none;
     outline: none;
}

h1.hd {
    font-size: 20px;
    font-family: Roboto !important;
    text-align: center;
    margin: 25px 0 0;
    font-weight: 500;
    color: #000;
    padding: 0 0 5px 0;
}
.divider {
    width: 80px;
    height: 1px;
    background-color: #ccc;
    margin: 0px auto;
}


.accordian-ul {
    list-style: none;
    padding: 0;
    margin: 30px;

}
.accordian-ul .li-accor{
    border-bottom: 1px solid #eee;
    padding: 20px 0px;
}
.accordian-ul li a{
    width: 100%;
    
    color: #333;
    font-size: 12px;
    outline: none;
    text-decoration: none;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase
}

.plus_icon {
    background: url('../../../Images/Plus.png') no-repeat 0 0;
    width: 40px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}
    .plus_icon.active, .open .plus_icon {
        background: url('../../../Images/Minus.png') no-repeat 0 0;
    }

.inneraccor-body{
    padding-left: 1em;
    overflow: hidden;
    display: none;
    list-style: none;
}
.inneraccor-body p{
    margin: 15px 0;    
    font-weight: 400;
    border-bottom: none;
    padding: 0 30px;
    font-size: 13px;
    color: #666;
    line-height: 19px;
}
.inneraccor-body p a{
    color: #2956bd;
    font-size: 13px !important;
    display: inline-block !important;
    width:auto !important; text-transform:lowercase
}
.points {
    margin: 0 0 0 30px;
    padding: 0;
    list-style-type: none;
}
.points li {
    border-bottom: none;
    padding: 0 30px;
    font-size: 13px;
    color: #666;
    line-height: 19px;
}