=======================================
***/

/*** 
=============================================
    Technical Specification Page
=============================================
***/

.tec-table table {
    display: table;
    border: 0;
    margin-bottom: 30px;
}

.tec-table .table thead th {
    vertical-align: bottom;
    border: 1px solid #fff;
    background: #8a8282
    color: #fff;
}

.bg1-table {
    background: #161616;
    color: #fff;
}

.technical-area .tec-table + p {
    text-align: justify;
}

/*** 
=============================================
    Technical Specification Page Ends
=============================================
***/

/*** 
=============================================
    Laying Instruction Page
=============================================
***/

.laying-left {}

.laying-left .nav-item .nav-link {
    border-radius: 5px;
    background: #161616;
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

.laying-left .nav-item .nav-link.active,
.laying-left .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #8a8282
}

.laying-right .tab-pane {
    border: 1px solid #ccc;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 5px;
    transform: translate(-130px, 0px);
    transition: all ease-out .9s;
}

.laying-right.tab-content > .tab-pane.active {
    transform: translate(0px, 0px);
}

.laying-right .tab-pane h2 {
    margin-bottom: 35px;
    color: #8a8282
}

.laying-right .tab-pane h2 img {
    max-width: 50px;
    margin-right: 15px;
    vertical-align: bottom;
}

/*** 
=============================================
    Laying Instruction Page Ends
=============================================
***/

