.numrow .jcms_row_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 25%;
}

.jcms_slider {
    align-items: center;
    justify-content: center;
}

.textslider {
    /* background-image: url("../images/slider_bg.png"); */
    color: #000;
    min-height: 150px;
    align-items: stretch;
    width: 100%;

}

.jcms_slider_inner_container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 90%;
}

.jcms_slider_page {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding-bottom: 10px;
    height: 100%;
    flex-grow: 1;
}

.jcms_slider_inner_container .jcms_title {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}

.jcms_slider_inner_container .jcms_text {
    margin: 0;
    padding: 0 10px;
    width: 100%;
    text-align: right;
    font-size: 0.8em;
}

.jcms_bigimage {
    height: auto;
}

.jcms_bigimage img {
    width: 120px;
    height: 120px;
}

.jcms_contact_row_input textarea,
.jcms_contact_row_input input[type=text] {
    /* width: 50%; */
}

/* .jcms_contact_row {
    width: 80%;
    margin-bottom: 15px;
}

.jcms_contact_row_txt {
    justify-content: flex-start;
} */

/* .jcms_contact_fields {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
 */
.jcms_bigimage h1 {}

.vid_block {
    background: transparent linear-gradient(0deg, #002B4B 0%, #2481C6 100%) 0% 0% no-repeat padding-box;
    background-size: auto 50%;
    color: #fff;
}

.vid_block .jcms_title {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.vid_block .jcms_text {
    padding: 0 !important;
    max-width: var(--page-max-width);
    width: 70%;
}

.jcms_bigimage h2 {
    margin-bottom: 0;
    line-break: auto;
    text-align: center;
}

.indexrow {
    max-width: 100%;
}

.numrow .jcms_bigimage h1 {
    font-size: 3.5em;
    margin: 0;
}

.numrow {
    width: 100%;
    color: #fff;
    margin: 0 auto;
}

.num_container {
    background: transparent linear-gradient(0deg, #002B4B 0%, #2481C6 100%) 0% 0% no-repeat padding-box;
}

.num_container .jcms_column_page {
    margin: 0;
}

.imageslider {
    margin-top: 30px;

}

.jcms_slider_container {
    min-height: 200px;
    width: 100%;
    background-image: url('../images/index_slider_bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.jcms_slider h1 {
    font-size: 1.8em;
}


@media screen and (max-width: 1366px) {
    .jcms_slider h1 {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 1000px) {
    .jcms_practiindex2 {
        width: 100%;
    }

    .indexrow .jcms_infobox_top h1 {
        font-size: 1.7em;
    }

    .jcms_txtrimg_title2 {
        font-size: 1.3em;
    }

    .vid_block .jcms_text {
        font-size: 1.3em;
        width: 90%;
    }
}

@media screen and (max-width: 750px) {
    .numrow .jcms_row_page {
        height: 50vh;
    }

    .jcms_contact_row {
        width: auto;
    }

    .jcms_slider_inner_container {
        min-height: 230px;
    }

    .jcms_txtrimg_title2 {
        font-size: 1.5em;
    }

    .vid_block .jcms_text {
        font-size: 1.3em;
        width: 90%;
    }

    .vid_block {
        background-size: auto 80%;
    }

}