.color_line {
    width: 100%;
    height: 50px;
    display: none;
}

.smallpad {
    padding: 0 10px !important;
    margin: 5px 0 !important;
}

.jcms_practiindex_page_title {
    background: linear-gradient(180deg, #4e5677 0%, #2a3550 100%);
}

.jcms_practiindex2 {
    position: absolute;
    justify-content: flex-end;
}


.pw4-sim {
    background: linear-gradient(#2A355019 30%, #fff 30%);
}

.pw4-sim img {
    width: 100%;
}

.jcms_expandblock {
    margin-top: 20px;
}

.jcms_title {
    margin: 0 !important;
}

.jcms_slider_container {
    min-height: 350px;
    background: transparent !important;
}

.jcms_slider_inner_container {
    width: 100vw;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100% !important;
}

.jcms_arrow_container {
    display: flex;
}

.abouthardwarecolumn .jcms_column_page {
    margin: 5px 0;
}

.abouthardwarecolumn {
    padding-top: 0;
}

.jcms_slider_larrow {
    background-image: url("../images/l_arrow_w.png");
}

.jcms_slider_rarrow {
    background-image: url("../images/r_arrow_w.png");
}

.imgslider>.jcms_slider_inner_container>.jcms_slider_page>.jcms_blockimg>img {
    width: 100%;
}

.block_1 {
    padding-top: 75px;
}


@media screen and (max-width:750px) {
    .abouthardwarecolumn .jcms_column_page {
        width: 100%;
        margin: 0;
    }

    .abouthardwarecolumn .jcms_column_page .jcms_text {
        padding: 20px !important;
    }
}

@media screen and (max-width:750px) {
    .color_line {
        /* display: block; */
        padding: 1px;
        height: 20px;
    }

    .jcms_practiindex2 {
        height: auto !important;
    }

    .jcms_practiindex_page_title {
        background: transparent;
    }

    /*  .jcms_indexvideo {
        height: auto !important;
    } */

    .video_placeholder img {
        height: 20vh;
        width: 100%;
    }

}