/*--------------------------------------------------------------
# Top Header Slider css start- Desktop
--------------------------------------------------------------*/
.about-us {
    margin: 30px 0;
}

.about-us a {
    color: #0c68df;
    line-height: 24px;
    font-size: 14px;
}

.about-us a:visited {
    color: #0c68df;
}

.top-slider-bg {
    width: 100%;
}

.top-slider-bg img {
    width: 100%;
    height: 100%;
}

.about-us h2 {
    color: #111111;
    padding: 0px 0 0 0;
    font-size: 22px;
    font-weight: 600;
}
.about-us h5{
    margin: 0px;
    padding: 10px 0;
    font-weight:bold;
}
.about-us h6 {
    padding: 6px 0 8px 0;
    margin: 0px;
    font-weight: 500;
}

.about-us p {
    padding: 8px 0 16px 0;
    margin: 0px;
    line-height: 20px;
}

.about-us ul {
    padding: 10px 0 40px 20px;
    margin: 0px;
    list-style-type: disc;
}

.about-us ul li
{
    line-height: 20px;
}


/*******************
Table Cell
*******************/
.about-us table {
    width: 100%;
    border: 1px solid #d6d8da;
    border-collapse: inherit;
    box-sizing: border-box;
    border-spacing: 0px;
    margin: 20px 0;
}

.about-us table thead tr td {
    padding: 20px 22px;
    font-size: 16px;
    font-weight: 500;
    background-color: #d7e8fb;
}

.about-us table tbody tr td {
    padding: 20px 22px;
    font-size: 16px;
    font-weight: 500;
}

.about-us table tr:nth-child(odd) {
    background: #fff;
}

.about-us table tr:nth-child(even) {
    background: #eff5fc;
}

/*--------------------------------------------------------------
# Mobile css
--------------------------------------------------------------*/

@media (max-width:1660px) {
    .top-slider-hd {
        height: 424px;
    }
}