h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 24px;
}

p {
    font-size: 18px;
}

.container.maxwid {
    max-width: 1320px !important;
}

.text-color {
    color: #ff8900 !important
}

#specifications .text-color {
    color: #6CBE45 !important;
}

.gray_color {
    background-color: #efefef;
}

.gray_color_DDMI {
    background-color: #84898f;
}

.fiber_accessories-banner {
    background: url('/library/assets/products/fiber_accessories/fiber_accessories_banner.jpg') no-repeat center center;
    height: 700px;
    background-size: cover;
    position: relative;
}

.fiber_accessories-banner-box {
    position: absolute;
    left: 15%;
    bottom: 25%;
    width: 35%;
}

.cablingText {
    margin-left: 20px;
}

.DDMI-banner {
    background: url('/library/assets/products/fiber_accessories/DDMI.jpg') no-repeat center center;
    height: 700px;
    background-size: cover;
    position: relative;
}

.DDMI-banner-box {
    position: absolute;
    right: 17%;
    top: 30%;
    width: 31%;
}

.portfolioText {
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.portfolio-banner {
    background: url('/library/assets/products/fiber_accessories/portfolio_accessory.jpg') no-repeat bottom center;
    height: 550px;
    background-size: cover;
    position: relative;
}

.fixedCol {
    display: none;
}

.specifications-container .table.table-specifications tr th {
    height: 45px;
}

.spec-title {
    margin-top: 10px;
    color: #6CBE45;
}

.table-specifications tr td:first-child{
    font-weight: 600;
    background-color: transparent !important;
}

.table-specifications {
    border: none;
}


.table-specifications tr,
.table-specifications tr th,
.table-specifications tr td{
    border-left: none !important;
    border-right: none !important;
}

@media only screen and (max-width: 1601px) {
    .fiber_accessories-banner {
        height: 600px;
    }

    .fiber_accessories-banner-box {
        bottom: 18%;
    }

    .portfolio-banner {
        height: 400px;
    }
}

@media only screen and (max-width: 1440px) {
    .fiber_accessories-banner {
        height: 500px;
    }

    .fiber_accessories-banner-box h1 {
        font-size: 36px;
    }

    .fiber_accessories-banner-box {
        bottom: 22%;
    }

    .DDMI-banner {
        height: 500px;
    }

    .DDMI-banner-box {
        position: absolute;
        right: 12%;
        top: 20%;
        width: 35%;
    }

    .portfolio-banner {
        height: 350px;
    }
}

@media only screen and (max-width: 1025px) {
    .fiber_accessories-banner {
        height: 450px;
    }

    .fiber_accessories-banner-box h1 {
        font-size: 32px;
    }

    .fiber_accessories-banner-box {
        bottom: 20%;
    }

    .portfolio-banner {
        height: 250px;
    }
}

@media only screen and (max-width: 991px) {
    .cablingText {
        margin-left: 0px;
    }

    .DDMI-banner-box {
        right: 8%;
        width: 40%;
    }

    .portfolioText {
        text-align: center;
        width: 85%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 800px) {
    .fiber_accessories-banner {
        background: url('/library/assets/products/fiber_accessories/fiber_accessories_banner.jpg') no-repeat right center;
        height: 750px;
        background-size: cover;
        position: relative;
    }

    .fiber_accessories-banner-box {
        left: 10%;
        top: 10%;
        width: 50%;
    }

    .DDMI-banner {
        background: url('/library/assets/products/fiber_accessories/DDMI_mobile.jpg') no-repeat center center;
        height: 600px;
        background-size: cover;
        position: relative;
    }

    .DDMI-banner-box {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .fiber_accessories-banner {
        height: 400px;
    }

    .fiber_accessories-banner-box {
        top: 5%;
        width: 60%;
    }

    .fiber_accessories-banner-box h1 {
        font-size: 20px;
    }

    .DDMI-banner {
        height: 400px;
    }

    .portfolioText {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .portfolio-banner {
        height: 120px;
    }
}

/* Additions */
.container.maxwid {
    max-width: 1320px !important;
}


.specifications-container .table.table-specifications tr th .spec-title {
    display: block;
    text-align: left!important;
    margin-bottom: 10px;
}

/* Specifications */
    .specifications-container {
        max-width: 1320px !important;
}
    .specifications-container.non-freeze .table-scroller {
    max-width: 1320px;
    width: auto;
    overflow-x: auto;
    border: 1px solid #dedede;
    border-top: none;
}
/*     ::-webkit-scrollbar {
        height: 7px; */
}

