/*//////////////////////////////////////////////////////////////////
[ Scroll bar ]*/

.js-pscroll {
    position: relative;
    overflow: hidden;
}

.table100 .ps__rail-y {
    width: 9px;
    background-color: transparent;
    opacity: 1 !important;
    right: 5px;
}

.table100 .ps__rail-y::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ebebeb;
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 30px);
    left: 0;
    top: 15px;
}

.table100 .ps__rail-y .ps__thumb-y {
    width: 100%;
    right: 0;
    background-color: transparent;
    opacity: 1 !important;
}

.table100 .ps__rail-y .ps__thumb-y::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #cccccc;
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 30px);
    left: 0;
    top: 15px;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
    width: 1366px;
    margin: 0 auto;
}

.container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px;
}

.wrap-table100 {
    width: 1170px;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.table100 {
    background-color: #fff;
}

table {
    width: 100%;
}

th, td {
    padding-right: 10px;
    padding-left: 10px;
}

/* .column1 {
    width: 30%;
    padding-left: 40px;
}

.column2 {
    width: 16%;
}

.column3 {
    width: 22%;
}

.column4 {
    width: 19%;
}

.column5 {
    width: 13%;
} */

.column1-1 {
    width: 30%;
    padding-left: 40px;
}

.column1-2 {
    width: 16%;
}

.column1-3 {
    width: 22%;
}

.column1-4 {
    width: 19%;
}

.column1-5 {
    width: 13%;
}

.column2-1 {
    width: 9%;
}

.column2-2 {
    width: 13%;
}

.column2-3 {
    width: 13%;
}

.column2-4 {
    width: 13%;
}

.column2-5 {
    width: 13%;
}

.column2-6 {
    width: 13%;
}

.column2-7 {
    width: 13%;
}

.column2-8 {
    width: 13%;
}

.column3-1 {
    width: 9%;
}

.column3-2 {
    width: 13%;
}

.column3-3 {
    width: 13%;
}

.column3-4 {
    width: 13%;
}

.column3-5 {
    width: 13%;
}

.column3-6 {
    width: 13%;
}

.column3-7 {
    width: 13%;
}

.column3-8 {
    width: 13%;
}

.column4-1 {
    width: 5%;
}

.column4-2 {
    width: 10%;
}

.column4-3 {
    width: 7%;
}

.column4-4 {
    width: 13%;
}

.column4-5 {
    width: 10%;
}

.column4-6 {
    width: 15%;
}

.column4-7 {
    width: 10%;
}

.column4-8 {
    width: 10%;
}

.column4-9 {
    width: 5%;
}

.column4-10 {
    width: 15%;
}

/* .table100-head th {
    padding-top: 18px;
    padding-bottom: 18px;
} */

.table100-body td {
    padding-top: 16px;
    padding-bottom: 16px;
}

/*==================================================================
[ Fix header ]*/

    /* .table100 {
        position: relative;
        padding-top: 80px;
    } */

.table100-head {
    /* position: absolute;
    width: 100%;
    top: 0;
    left: 0; */
}


.table100-body {
    max-height: 585px;
    overflow: auto;
}

/*==================================================================
[ Ver1 ]*/

.table100.ver1 th {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    background-color: #0E3C7B;
}

.table100.ver1 td {
    font-size: 15px;
    color: #808080;
    line-height: 1.4;
}

.table100.ver1 .table100-body tr:nth-child(even) {
    background-color: #e8f1fc;
}

/*---------------------------------------------*/

.table100.ver1 {
    border-radius: 10px;    
    overflow: hidden;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.table100.ver1 .ps__rail-y {
    right: 5px;
}

.table100.ver1 .ps__rail-y::before {
    background-color: #ebebeb;
}

.table100.ver1 .ps__rail-y .ps__thumb-y::before {
    background-color: #cccccc;
}

section.who-we-are-area .container .row .col-lg-6 .cleaning-list-area h4 {
    color: #0E3C7B
}

section.who-we-are-area .container .row .col-lg-6 .cleaning-list-area .nav-item.single-cleaning-item .nav-link.active h4 {
    color: #00C55E
}

.nav-pills .nav-link.active {
    background-color: white;
}