.flex-location {
    display: flex;
    justify-content: space-around;
}

.outter.hero-video::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}



.error_message {
    width: 100%;
    padding: 15px;

    margin-bottom: 15px;

}

.fail {
    background-color: #f73333;
    color: white;
}

.success {
    background-color: #12c559;
    color: white;
}



@media (max-width: 767px) {

    .outter.hero-video,
    .hero-video .video-container {
        height: 100%;
    }

    .hero-video .video-container {
        padding: 20px 0;
    }

    .hero-video video {
        height: 100%;
    }

    .outter.hero-video {
        position: relative;
    }

    .template-layout-50x50>.template-layout-column-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .template-component-feature.template-component-feature-size-medium.template-component-feature-position-left ul>li>h5 {
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.5rem;

    }

    .template-component-feature.template-component-feature-size-medium.template-component-feature-position-left ul>li>p {
        margin: 0;
        text-align: center;
        margin-bottom: 20px;

    }

    .template-form-line {
        width: 100%;
    }

    .template-component-menu-responsive ul li a {
        background: #f1f1f1;
    }
}