.transmembrane {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}

.transmembrane-box h3 {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: normal;
}

.transmembrane-box h3 i {
    float: left;
    width: 7px;
    height: 28px;
    background: #001c58;
    border-radius: 15px;
    margin-right: 1%;
    margin-top: -3px;
}

.transmembrane-box h5 {
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 0px;
}

.transmembrane-box a {
    float: right;
    font-size: 14px;
    color: red;
}

.transmembrane-box-one {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}

.nvbb-title {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 1% 0;
}

.nvbb-title h4 {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: normal;
}

.nvbb-title i img {
    width: 13px;
    margin-right: 7px;
}

.sidebar-one {
    width: 100%;
    height: auto;
    display: inline-block;
}

.ce-top {
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1.3px solid #20d8ac;
    border-top: 2px solid #20d8ac;
}

.ce-top ul {
    width: 100%;
    height: auto;
    display: block;
    border-top: 0px;
}

.ce-top li {
    width: 25%;
    height: auto;
    display: inline-block;
    border-bottom: 0px;
    float: left;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    color: #000;
    line-height: 50px;
    padding: 0 5%;
    border-right: 1px solid #20d8ac;
}

.ce-top li:nth-child(2n) {
    border-right: 0px solid #20d8ac;
}
.ce-center {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: -8px;
}

.ce-center ul {
    width: 100%;
    height: auto;
    border-top: 0px;
    float: left;
    border-bottom: 1px solid #20d8ac;
    display: inline-block;
}

.ce-center li {
    width: 25%;
    height: auto;
    display: inline-block;
    float: left;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    color: #000;
    line-height: 47px;
    padding: 0 5%;
    border-right: 1px solid #20d8ac;
}
.ce-center li:nth-child(2n) {
    border-right: 0px solid #20d8ac;
}