
.table td, .table th {
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: top;
}
.faqList{border-top:1px solid #efefef;list-style:none!important;padding:0!important}
.faqList > li{border-bottom:1px solid #efefef;padding:0!important}
.faqList > li.faqAct{background:#f9f9f9}
.faqList > li .faqHead{color:#09c!important;padding:10px;cursor:pointer}
.faqList > li .faqHead.faqHeadAct{color:#85b536!important}
.faqList > li .faqCont{display:none;padding:0 10px 15px 55px;}


.spl-tab {
    padding: 55px 40px;
    border: 1px solid #eee;
    position: relative;
}

.tab-toggle {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    width: 122px;
    display: inline-block;
    border: 1px solid #0879b8;
    color: #0879b8;
    padding: 10px;
    text-align: center;
    margin: 20px;
    text-decoration: none;
    cursor: pointer;
}

.tab-toggle:first-child {
    right: 122px;
    border-right: 0px solid #eee;
}

.tab-toggle.active {
    background-color: #0879b8;
    color: #fff;
    pointer-events: none;
}

.faqList{
    counter-reset: section;
}

.faqList > li:before {
    counter-increment: section;
    content: counter(section) ". ";
    float: left;
    line-height: 45px;
    padding: 0 15px;
}
.faqList > li .faqCont {
    opacity: 0;
    transition: all ease-in 350ms 500ms;
}
li.faqAct .faqCont {
    opacity: 1;
    transition: all ease-in 350ms 500ms;
}
.rhs-cont.block{
    border: 0;
    padding: 40px;
    float: none;
    margin: auto;
}

h2, .hTag2 {
    font-size: 20px;
    line-height: 34px;
    margin: 0px 0 0px;
    color: #333;
    font-weight: 400;
}
h1, .pg-head, .hTag1 {
    font-size: 24px;
    line-height: 45px;
    margin: 0 0 0px;
    color: #333;
    letter-spacing: -1px;
    font-weight: 400;
}
.footer .footCol2 {
    padding: 2% 0%;
    border-right: 1px solid #292929;
}
.footer .footCol1, .footer .footCol2 {
    border-right: 0px solid #666;
}
.footCol2 {
    width: 30%;
    min-height: 220px;
    padding: 0 4.5%;
    float: left;
    border-right: 1px dashed #000;
}
